@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Pinyon+Script);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:ital,wght@0,400;1,700&display=swap");
@import url("/css/swiper-bundle.min.css");

@-webkit-keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*------------------------------------------
    リセット
------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a,
form,
input,
textarea,
select,
option,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/*------------------------------------------
    ベース
------------------------------------------*/
body {
  font-size: 1.6rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-text-size-adjust: 100%;
  color: #222;
  overflow-y: scroll;
}

span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1b80da;
  outline: none;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

sup {
  vertical-align: baseline;
  position: relative;
  top: -1ex;
}

button {
  outline: none;
}

strong {
  font-weight: bold;
}

/*==================================================================
	共通extend用
===================================================================*/
/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* --------------------------------------------------
 Module CSS
 -------------------------------------------------- */

/* --------------------------------------------------
 Margin Padding
 -------------------------------------------------- */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}
.mt8 {
  margin-top: 8px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt-50 {
  margin-top: -50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

/* --------------------------------------------------
 Margin Padding (responsive)
 -------------------------------------------------- */
.mt_s {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .mt_s {
    margin-top: 10px;
  }
}

.mt_m {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .mt_m {
    margin-top: 20px;
  }
}

.mt_l {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .mt_l {
    margin-top: 30px;
  }
}

.mb_s {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mb_s {
    margin-bottom: 10px;
  }
}

.mb_m {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .mb_m {
    margin-bottom: 20px;
  }
}

.mb_l {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb_l {
    margin-bottom: 30px;
  }
}

/* --------------------------------------------------
 Set Style
 -------------------------------------------------- */
.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: block;
  }
}
.pagetit {
  color: #1f2f54;
}
.clear {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.hidden {
  display: none;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.indent p,
ul.indent > li,
p.indent,
span.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.indent2em p,
ul.indent2em > li,
p.indent2em,
span.indent2em {
  text-indent: -2em;
  padding-left: 2em;
}

.indent_num p,
ul.indent_num > li,
p.indent_num,
span.indent_num {
  text-indent: -2.3em;
  padding-left: 2.3em;
}

.indent3em p,
ul.indent3em > li,
p.indent3em,
span.indent3em {
  text-indent: -3em;
  padding-left: 3em;
}

span.indent {
  display: block;
}

.is-indent01 {
  text-indent: -1em;
  padding-left: 1em;
}

.is-indent02 {
  text-indent: -2em;
  padding-left: 2em;
}

.is-indent03 {
  text-indent: -1.82em;
  padding-left: 1.82em;
}

.is-indent04 {
  text-indent: -2.1em;
  padding-left: 2.1em;
}

.is-indent05 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.is-indent06 {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.is-indent07 {
  text-indent: -2.62em;
  padding-left: 2.62em;
}

.is-indent08 {
  text-indent: -1.15em;
  padding-left: 1.15em;
}
/* --------------------------------------------------
 Responsive
 -------------------------------------------------- */
.pc {
  display: inherit !important;
}

.pc_tb {
  display: inherit !important;
}

.tb {
  display: none !important;
}

.tb_sp {
  display: none !important;
}

.sp {
  display: none !important;
}

.sp_br {
  display: inline;
}
@media screen and (min-width: 751px) {
  .sp_br {
    display: none;
  }
}

@media screen and (max-width: 1040px) {
  .pc {
    display: none !important;
  }

  .pc_tb {
    display: inherit !important;
  }

  .tb {
    display: inherit !important;
  }

  .tb_sp {
    display: inherit !important;
  }

  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .pc_tb {
    display: none !important;
  }

  .tb {
    display: none !important;
  }

  .tb_sp {
    display: inherit !important;
  }

  .sp {
    display: inherit !important;
  }
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1040px) {
  body {
    -webkit-text-size-adjust: none;
  }
}

body.active #wrap,
body.active #wrapper {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  body.active #wrap,
  body.active #wrapper {
    overflow: auto;
    position: fixed;
    width: 100vw;
  }
}

a {
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 1040px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }

  a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

.contentInner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1040px) {
  .contentInner {
    margin: 0 25px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .contentInner {
    margin: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .contentInner.narrow {
    max-width: 800px;
    width: 90%;
    margin: auto;
  }
}

#wrapper {
  width: 100%;
  overflow: hidden;
}

#header {
  height: 80px;
  position: relative;
  width: 100%;
  max-width: 100vw;
  border-bottom: 1px solid #bbb;
}

@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

#header .contentInner {
  position: relative;
}

@media screen and (max-width: 1023px) {
  #header .contentInner {
    margin: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  #header .contentInner {
    margin: 0;
  }
}

#header.simple #headerBottom {
  display: none;
}

#header #headerTop {
  display: table;
  width: 100%;
  height: 80px;
}

@media screen and (max-width: 767px) {
  #header #headerTop {
    height: 60px;
    position: fixed;
    background-color: #fff;
    z-index: 100;
    border-bottom: 1px solid #bbb;
  }
}

#header #headerTop .iconWrap {
  line-height: 1;
}

#header #headerTop .iconWrap .menuIcon {
  display: block;
  margin: 4px auto 10px;
  width: 24px;
}

@media screen and (max-width: 767px) {
  #header #headerTop .iconWrap .menuIcon {
    width: 26px;
    margin: 5px auto;
  }
}

#header #headerTop .logo {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  #header #headerTop .logo {
    padding-left: 10px;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
}

#header #headerTop .logo img {
  width: 190px;
}

@media screen and (max-width: 1023px) {
  #header #headerTop .logo img {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  #header #headerTop .logo img {
    width: 144px;
  }
}

#header #headerTop .login {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 70px;
}

@media screen and (max-width: 1023px) {
  #header #headerTop .login {
    width: 60px;
  }
}

@media screen and (max-width: 767px) {
  #header #headerTop .login {
    width: 70px;
    padding-right: 10px;
    text-align: center;
  }
}

#header #headerTop .login a {
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  color: #004f96;
  display: block;
}

@media screen and (max-width: 767px) {
  #header #headerTop .login a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#header #headerTop .search {
  display: table-cell;
  width: 70px;
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 1023px) {
  #header #headerTop .search {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  #header #headerTop .search {
    display: none;
    width: 50px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#header #headerTop .search #searchOpen {
  display: inline-block;
  vertical-align: middle;
  color: #004f96;
  cursor: pointer;
  transition: 0.3s ease;
}

#header #headerTop .search #searchOpen.hover {
  background: #888;
}

#header #headerTop .search #searchOpen.hover .icon {
  fill: #fff;
}

#header #headerTop .search #searchOpen .icon {
  width: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  #header #headerTop .search #searchOpen .icon {
    width: 16px;
    left: 42%;
  }
}

#header #headerTop .search #searchOpen .icon path {
  fill: #888;
}

#header #headerTop .search .searchWrap {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 100;
  transition: 0.3s ease;
  width: 350px;
  height: 0;
  overflow: hidden;
  background: #888;
  padding: 0 12px;
}

@media screen and (max-width: 767px) {
  #header #headerTop .search .searchWrap {
    width: 100vw;
    top: 60px;
  }

  #header #headerTop .search .searchWrap .gsc-control-cse {
    border-color: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 0, 0, 0.8);
  }
}

@media screen and (min-width: 768px) {
  #header #headerTop .search .searchWrap .gsc-results-wrapper-overlay {
    width: 80%;
    left: 10%;
  }
}

@media screen and (max-width: 767px) {
  #header #headerTop .search .searchWrap .gsc-results-wrapper-overlay {
    width: 90%;
    left: 5%;
  }
}

#header #headerTop .search .searchWrap .gs-result .gs-title,
#header #headerTop .search .searchWrap .gs-result .gs-title * {
  height: 1.4em;
}

#header #headerTop .search.active {
  background: #888;
}

@media screen and (min-width: 768px) {
  #header #headerTop .search.active #searchOpen .icon path {
    fill: #fff;
  }
}

#header #headerTop .search.active .searchWrap {
  height: 60px;
  overflow: initial;
  padding: 16px 12px;
}

#header #headerTop .subMenuSP {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #header #headerTop .subMenuSP {
    display: none;
  }
}

#header #headerTop .subMenuSP .menuBtn {
  color: #004f96;
}

#header #headerTop .subMenuSP #menuWrapSP {
  display: none;
  background: rgba(34, 34, 34, 0.8);
  width: 100vw;
  position: fixed;
  left: 0;
  top: 60px;
  padding: 35px 0 0px;
  z-index: 100;
}

#header #headerTop .subMenuSP #menuWrapSP::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent rgba(34, 34, 34, 0.8) transparent;
  position: absolute;
  top: -9px;
  right: 96px;
}

#header #headerTop .subMenuSP #menuWrapSP .menuInner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 0 20px;
}

#header #headerTop .subMenuSP #menuWrapSP .menuInner .listStyle07 li {
  height: 45px;
}

#header #headerTop .subMenuSP #menuWrapSP dl {
  margin-bottom: 15px;
}

#header #headerTop .subMenuSP #menuWrapSP dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}

#header #headerTop .subMenuSP #menuWrapSP .menuClose {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 0px;
}

#header #headerTop .subMenuSP #menuWrapSP .menuClose::before,
#header #headerTop .subMenuSP #menuWrapSP .menuClose::after {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 30px;
  height: 2px;
  top: 17px;
  left: 3px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header #headerTop .subMenuSP #menuWrapSP .menuClose::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#header #headerBottom {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 440px;
}

@media screen and (min-width: 768px) {
  #header #headerBottom {
    top: 50%;
    right: 150px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1023px) {
  #header #headerBottom {
    max-width: 390px;
    right: 120px;
  }
}

@media screen and (max-width: 767px) {
  #header #headerBottom {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media print {
  #header #headerBottom {
    display: none;
  }
}

#header #headerBottom .mainMenu {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #header #headerBottom .mainMenu {
    margin-top: 10px;
  }
}

#header #headerBottom .mainMenu > li {
  display: inline-block;
  width: 16.66%;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
}

@media screen and (max-width: 1023px) {
  #header #headerBottom .mainMenu > li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  #header #headerBottom .mainMenu > li {
    font-size: 11px;
    font-size: 1.1rem;
    width: 20%;
  }
}

#header #headerBottom .mainMenu > li > a {
  display: block;
  text-decoration: none;
  color: #004f96;
}

@media screen and (max-width: 767px) {
  #header #headerBottom .mainMenu > li > a {
    color: #698fc3;
  }
}

#header #headerBottom .mainMenu > li > a::before {
  content: "";
  height: 37px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #header #headerBottom .mainMenu > li > a::before {
    margin: 0 auto 5px;
  }
}

#header #headerBottom .mainMenu > li.estimate > a::before {
  width: 36px;
  background-image: url("/travel/img/ico_headnav01_pc.png");
}

@media screen and (max-width: 767px) {
  #header #headerBottom .mainMenu > li.estimate > a::before {
    width: 24px;
    background-image: url("/travel/img/ico_headnav01.png");
  }
}

#header #headerBottom .mainMenu > li.support > a::before {
  width: 36px;
  background-image: url("/travel/img/ico_headnav02_pc.png");
}

@media screen and (max-width: 767px) {
  #header #headerBottom .mainMenu > li.support > a::before {
    width: 33px;
    background-image: url("/travel/img/ico_headnav02.png");
  }
}

#header #headerBottom .mainMenu > li.demand > a::before {
  width: 36px;
  background-image: url("/travel/img/ico_headnav03_pc.png");
}

@media screen and (max-width: 767px) {
  #header #headerBottom .mainMenu > li.demand > a::before {
    width: 36px;
    background-image: url("/travel/img/ico_headnav03.png");
  }
}

#header #headerBottom .mainMenu > li.cancel > a::before {
  width: 36px;
  background-image: url("/travel/img/ico_headnav04_pc.png");
}

@media screen and (max-width: 767px) {
  #header #headerBottom .mainMenu > li.cancel > a::before {
    width: 36px;
    background-image: url("/travel/img/ico_headnav04.png");
  }
}

#header #headerBottom .mainMenu > li.faq > a::before {
  width: 36px;
  background-image: url("/travel/img/ico_headnav05_pc.png");
}

@media screen and (max-width: 767px) {
  #header #headerBottom .mainMenu > li.faq > a::before {
    width: 36px;
    background-image: url("/travel/img/ico_headnav05.png");
  }
}

@media screen and (max-width: 767px) {
  #header #headerBottom .mainMenu {
    display: none;
  }
}

#header #headerBottom .mainMenu > li.other > a::before {
  width: 36px;
  background-image: url("/travel/img/ico_headnav06_pc.png");
}

#header #headerBottom .subMenuPC {
  display: none;
  width: 200px;
  position: absolute;
  text-align: left;
  left: -62px;
  padding-top: 25px;
}

#header #headerBottom .subMenuPC ul {
  padding: 10px 15px;
  background: #4e4e4e;
  position: relative;
}

#header #headerBottom .subMenuPC ul::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 18px 9px;
  border-color: transparent transparent #4e4e4e transparent;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

#header #headerBottom .subMenuPC ul li {
  border-bottom: 1px solid #999;
}

#header #headerBottom .subMenuPC ul li:last-child {
  border-bottom: none;
}

#header #headerBottom .subMenuPC ul li a {
  display: block;
  text-decoration: none;
  padding: 5px;
  color: #fff;
}

#modalBg {
  display: none;
  width: 100%;
  height: 120%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

#footer {
  width: 100%;
}

@media print {
  #footer {
    width: 1050px !important;
  }
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  color: inherit;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
textarea,
select,
option,
button {
  vertical-align: middle;
  background-color: #fff;
}

button {
  cursor: pointer;
}

img[src$=".svg"] {
  width: 100%;
}

.selected > a {
  font-weight: normal;
}

html {
  font-size: 10px;
}

body.is-active {
  overflow-y: hidden;
  touch-action: none;
}

@media screen and (min-width: 751px) {
  body.is-active {
    padding-right: 17px;
  }
}

h1 {
  font-size: 5.052rem;
  line-height: 1.1401;
}

h2 {
  font-size: 3.79rem;
  line-height: 1.0884;
}

h3 {
  font-size: 2.843rem;
  line-height: 1.1959;
}

h4 {
  font-size: 2.133rem;
  line-height: 1.2025;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.425;
}

a {
  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

p {
  text-align: justify;
}

img {
  width: 100%;
  vertical-align: middle;
}

main .main {
  padding-top: 0px;
}

@media screen and (min-width: 751px) {
  .main {
    padding-top: 90px;
  }
}

#recruit .main {
  padding-top: 0;
}

.inner {
  width: 87.6%;
  margin: 0 auto;
  max-width: 87.6%;
  padding: 0;
}

@media screen and (min-width: 751px) {
  .inner {
    max-width: 1280px;
    width: auto;
    margin: 0 auto;
    padding: 0 40px;
  }
}

@media screen and (max-width: 750px) {
  .inner.is-spwide {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .inner.is-sp {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 751px) {
  .inner.is-mini {
    max-width: 872px;
  }
}

@media screen and (max-width: 375px) {
  .xs-none {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .sm-none {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .md-none {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .xl-none {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .lg-none {
    display: none !important;
  }
}

.is-red {
  color: red;
}

.is-caution {
  color: #ffb100;
}

.is-bold {
  font-weight: bold;
}

.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 1001;
}

.overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------
    ヘッダー
------------------------------------------*/
@media screen and (min-width: 1024px) {
  .compensate-for-scrollbar .header {
    padding-right: 57px;
  }
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
@media screen and (min-width: 751px) {
  .header__flex {
    height: 90px;
  }
}
.header__column {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media screen and (min-width: 751px) {
  .header__column {
    margin-top: 0;
  }
}
.header__logo {
  width: 110px;
}
@media screen and (min-width: 751px) {
  .header__logo {
    width: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 140px;
  }
}
.header__lp {
  width: 105px;
}
@media screen and (min-width: 751px) {
  .header__lp {
    width: 140px;
  }
}
.header__nav {
  display: none;
}

@media screen and (min-width: 751px) {
  .header__nav {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .header__nav.hide {
    transform: translate(0, 0);
  }
}

.header__nav-list {
  display: flex;
}

.header__nav-item {
  font-size: 1.2rem;
}

@media screen and (min-width: 751px) {
  .header__nav-item {
    margin-left: 10px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .header__nav-item {
    margin-left: 30px;
    font-size: 1.6rem;
  }
}

.header__nav-item a {
  position: relative;
  padding-top: 33px;
}

@media screen and (min-width: 751px) {
  .header__nav-item a {
    padding-top: 0;
  }
}

.header__nav-item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (min-width: 751px) {
  .header__nav-item a::before {
    top: 0;
    bottom: 0;
    right: auto;
  }
}

.header__nav-item.demand {
  order: 1;
}

@media screen and (min-width: 751px) {
  .header__nav-item.demand a {
    padding-left: 31px;
  }
}

.header__nav-item.demand a::before {
  width: 18px;
  height: 32px;
  background: url(/images/common/icon_demand_w.svg) center/contain no-repeat;
}

@media screen and (min-width: 751px) {
  .header__nav-item.demand a::before {
    width: 23px;
    background: url(/images/common/icon_demand.svg) center/contain no-repeat;
  }
}

.header__nav-item.support {
  order: 3;
}

@media screen and (min-width: 751px) {
  .header__nav-item.support {
    order: 2;
  }
}

@media screen and (min-width: 751px) {
  .header__nav-item.support a {
    padding-left: 42px;
  }
}

.header__nav-item.support a::before {
  width: 30px;
  height: 29px;
  background: url(/images/common/icon_support_w.svg) center/contain no-repeat;
}

@media screen and (min-width: 751px) {
  .header__nav-item.support a::before {
    width: 34px;
    background: url(/images/common/icon_support.svg) center/contain no-repeat;
  }
}

.header__nav-item.mypage {
  order: 2;
  margin: 0 21px 0 39px;
}

@media screen and (min-width: 751px) {
  .header__nav-item.mypage {
    margin: 0;
    margin-left: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .header__nav-item.mypage {
    margin-left: 30px;
  }
}

@media screen and (min-width: 751px) {
  .header__nav-item.mypage a {
    padding-left: 40px;
  }
}

.header__nav-item.mypage a::before {
  width: 27px;
  height: 32px;
  background: url(/images/common/icon_mypage_w.svg) center/contain no-repeat;
}

@media screen and (min-width: 751px) {
  .header__nav-item.mypage a::before {
    width: 32px;
    background: url(/images/common/icon_mypage.svg) center/contain no-repeat;
  }
}

@media screen and (min-width: 751px) {
  .header__menu {
    margin-left: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .header__menu {
    margin-left: 70px;
  }
}

.header__menu.is-active .menu__humnb {
  width: 24px !important;
  height: 14px !important;
}

@media screen and (min-width: 751px) {
  .header__menu.is-active .menu__humnb {
    width: 30px !important;
    height: 20px !important;
  }
}

.menu__humnb {
  position: relative;
  margin: 0 auto;
  width: 24px;
  height: 14px;
}

@media screen and (min-width: 751px) {
  .menu__humnb {
    width: 30px;
    height: 20px;
  }
}

.menu span {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  margin: auto;
  width: 24px;
  height: 1px;
  background-color: #1f2f54;
  transition: all 0.4s;
}

@media screen and (min-width: 751px) {
  .menu span {
    width: 30px;
    height: 2px;
  }
}

.menu span:nth-of-type(1) {
  top: 0;
}

.menu span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}

.menu span:nth-of-type(3) {
  bottom: 0;
}

.menu.is-active .menu__humnb {
  width: 30px;
  height: 26px;
}

@media screen and (min-width: 751px) {
  .menu.is-active .menu__humnb {
    width: 39px;
    height: 30px;
  }
}

.menu.is-active .menu__humnb span {
  width: 30px;
  background-color: #999;
}

@media screen and (min-width: 751px) {
  .menu.is-active .menu__humnb span {
    width: 39px;
  }
}

.menu.is-active .menu__humnb span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.menu.is-active .menu__humnb span:nth-of-type(2) {
  opacity: 0;
}

.menu.is-active .menu__humnb span:nth-of-type(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}

.menu__txt {
  position: relative;
  padding-top: 4px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .menu__txt {
    padding-top: 6px;
    font-size: 1.1rem;
  }
}

.gnav {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  width: 100%;
  height: 100vh;
  z-index: 1002;
  transform: translate(100%, 0);
  transition: 0.6s;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (min-width: 751px) {
  .gnav {
    width: 450px;
  }
}

.gnav.gnav-parent {
  background-color: #f1fefe;
}

.gnav.is-active {
  transform: translate(0, 0);
}

.gnav.is-childlist-running::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gnav__list {
  display: flex;
  flex-direction: column;
  background-color: #f1fefe;
  min-height: 100vh;
}

.gnav__list::before {
  content: "";
  padding-top: 60px;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .gnav__list::before {
    padding-top: 90px;
  }
}

.gnav__list a {
  cursor: pointer;
}

.gnav__list.is-childlist {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 95%;
  transform: translate(110%, 0);
  transition: 1s ease-in-out;
  box-shadow: -11px 0px 15px -6px rgba(150, 150, 150, 0.6);
  z-index: 1;
}

.gnav__list.is-childlist::before {
  content: "";
  padding-left: 5%;
}

.gnav__list.is-childlist.is-active {
  transform: translate(0, 0);
}

.gnav__list.is-childlist .gnav__item:nth-of-type(2) {
  border-top: 1px solid #dedede;
}

.gnav__list_02.waSlideMenu-inheritedmenu {
  visibility: visible !important;
  position: relative;
  left: 0;
}

.gnav__list_02 .waSlideMenu-back {
  display: none;
}

.gnav__list_03 {
  position: relative;
  padding-top: 30px;
}

.gnav__list_03.waSlideMenu-inheritedmenu {
  visibility: visible !important;
  position: relative;
  left: 0;
}

.gnav__list_03 .waSlideMenu-back {
  display: none;
}

.gnav__item {
  font-size: 1.6rem;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .gnav__item {
    font-size: 1.8rem;
  }
}

.gnav__item:first-child {
  border-top: 1px solid #dedede;
}

.gnav__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
}

.gnav__item a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 12px;
  background: url("/images/common/icon_arrow-right.svg") center/contain
    no-repeat;
}

@media screen and (min-width: 751px) {
  .gnav__item a {
    padding: 25px;
  }
}

.gnav__item a.is-icon_plus::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 12px;
  background: url("/images/common/icon_three-point.svg") center/contain
    no-repeat;
}

.gnav__item a.is-blank::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 12px;
  background: url("/images/common/icon_link.svg") center/contain no-repeat;
}

.gnav__item.is-itemtit {
  margin-bottom: -14px;
  padding: 24px 24px 0 24px;
  font-weight: bold;
  background-color: #f1fefe;
  border-bottom: none;
}

.gnav__other-item {
  margin: 24px;
  background-color: #f1fefe;
}

.gnav__item_02 {
  font-size: 1.6rem;
}

@media screen and (min-width: 751px) {
  .gnav__item_02 {
    font-size: 1.6rem;
  }
}

.gnav__item_02:not(:first-child) {
  margin-top: 10px;
}

.gnav__item_02 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 17px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.gnav__item_02 a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 12px;
  background: url("/images/common/icon_arrow-right.svg") center/contain
    no-repeat;
}

@media screen and (min-width: 751px) {
  .gnav__item_02 a {
    padding: 25px;
  }
}

.gnav__item_02 a.hide::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 12px;
  background: url("/images/common/icon_link.svg") center/contain no-repeat;
}

.gnav__item_02 a.is-blank::after {
  background-image: url("/images/common/icon_link.svg");
}

.gnav__item_03 {
  position: relative;
  font-size: 1.4rem;
}

@media screen and (min-width: 751px) {
  .gnav__item_03 {
    font-size: 1.6rem;
  }
}

.gnav__item_03:not(:first-child) {
  margin-top: 10px;
}

@media screen and (min-width: 751px) {
  .gnav__item_03:not(:first-child) {
    margin-top: 15px;
  }
}

.gnav__item_03 a {
  position: relative;
}

.gnav__item_03 a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 10px;
  background: url("/images/common/icon_arrow-right.svg") center/contain
    no-repeat;
}

.gnav__item_03 a::after {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: auto;
}

.gnav__item_03 a::after {
  display: inline;
  right: auto;
  margin-left: 8px;
}

.gnav__childlist-tit {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  line-height: 1.4;
}

@media screen and (min-width: 751px) {
  .gnav__childlist-tit {
    top: 36px;
  }
}

.gnav__childlist-tit.is-tworow {
  top: 8px;
}

@media screen and (min-width: 751px) {
  .gnav__childlist-tit.is-tworow {
    top: 30px;
  }
}

.gnav__menu {
  position: absolute;
  top: 18px;
  right: 25px;
  display: block;
  padding: 0 !important;
}

@media screen and (min-width: 751px) {
  .gnav__menu {
    top: 33px;
  }
}

.gnav__menu::after {
  background: none !important;
}

.gnav__white-bord {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .gnav__white-bord {
    width: 80px;
    height: 90px;
  }
}

.gnav .waSlideMenu-back {
  position: absolute;
  top: 20px;
  left: 25px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #1f2f54;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  .gnav .waSlideMenu-back {
    top: 32px;
    font-size: 1.1rem;
  }
}
.gnav .waSlideMenu-back a {
  display: flex;
  flex-direction: column;
  padding: 0;
  letter-spacing: 0.05em;
}
.gnav .waSlideMenu-back a::before {
  content: "";
  background: url("/images/common/icon_back.svg") center/contain no-repeat;
  width: 24px;
  height: 21px;
}
@media screen and (min-width: 751px) {
  .gnav .waSlideMenu-back a::before {
    width: 35px;
    height: 30px;
  }
}
.gnav .waSlideMenu-back a::after {
  background: none;
  width: 0;
  height: 0;
}

/*------------------------------------------
    Chatbot
------------------------------------------*/
.chat {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 100;
}
@media screen and (min-width: 751px) {
  .chat {
    right: 32px;
    bottom: 32px;
  }
}
.chat a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #48a0dc;
  border-radius: 3px;
}
.chat a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 20px;
  background: url("/images/common/icon_comment.svg") center/contain no-repeat;
}
.chat__txt {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #48a0dc;
}

/*------------------------------------------
    フッター
------------------------------------------*/
.serial-number {
  margin: 80px 6.2% 8px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (min-width: 751px) {
  .serial-number {
    margin: 160px 40px 8px;
  }
}
.footer {
  background-color: #000;
  color: #fff;
}
.footer__list {
  padding: 20px 0 30px;
}
@media screen and (min-width: 751px) {
  .footer__list {
    display: flex;
    justify-content: center;
    padding: 25px 0;
    margin-left: -35px;
  }
}
.footer__item {
  margin-top: 5px;
  font-size: 1.4rem;
}
.footer__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .footer__item {
    margin-top: 0;
    margin-left: 35px;
  }
}
.footer__copyright {
  font-size: 1rem;
  line-height: 1.5;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #707070;
  background-color: #000;
  color: #fff;
}
.fnav {
  background-color: #1f2f54;
  padding: 30px 0 25px;
}
@media screen and (min-width: 751px) {
  .fnav {
    padding: 30px 0 50px;
  }
}
@media screen and (min-width: 751px) {
  .fnav__list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -30px;
  }
}
.fnav__item {
  margin-top: 10px;
  font-size: 1.6rem;
}
.fnav__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 751px) {
  .fnav__item {
    margin-top: 0;
    margin-left: 30px;
  }
}
.fnav__item a {
  position: relative;
  padding-right: 16px;
}
.fnav__item a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 10px;
  background: url("/images/common/icon_arrow-right_w.svg") center/contain
    no-repeat;
}
.fnav__item a::after {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: auto;
}
.fnav__item.is-link a {
  position: relative;
}
.fnav__item.is-link a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 10px;
  background: url("/images/common/icon_link_w.svg") center/contain no-repeat;
}
.fnav__item.is-link a::after {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: auto;
}
.fnav__list-sns {
  display: flex;
  margin-top: 30px;
}
@media screen and (min-width: 751px) {
  .fnav__list-sns {
    justify-content: center;
    margin-top: 50px;
  }
}
.fnav__item-sns {
  margin: 0 8px;
}
.fnav__item-sns.is-line img {
  width: 28px;
  height: 27px;
}
.fnav__item-sns.is-twitter img {
  width: 26px;
  height: 22px;
}
.fnav__item-sns.is-youtube img {
  width: 26px;
  height: 20px;
}
.fnav__list-banner {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-left: -15px;
}
@media screen and (min-width: 751px) {
  .fnav__list-banner {
    margin-top: 50px;
  }
}
.fnav__item-banner {
  margin-left: 15px;
  width: calc(100% / 2);
  height: auto;
}
@media screen and (min-width: 751px) {
  .fnav__item-banner {
    width: 156px;
    height: auto;
  }
}

/*------------------------------------------
    ボタン（共通）
------------------------------------------*/
.btn {
  width: 100%;
}

@media screen and (min-width: 751px) {
  .btn {
    width: 368px;
    max-width: 100%;
  }
}

.btn a {
  position: relative;
  display: block;
  padding: 12px 37px 12px 17px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
}

.btn a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 10px;
  background: url("/images/common/icon_arrow-right.svg") center/contain
    no-repeat;
}

.btn a::after {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: auto;
}

@media screen and (min-width: 751px) {
  .btn a {
    padding: 26px 45px 26px 25px;
  }
}

.btn a::after {
  right: 17px;
}

@media screen and (min-width: 751px) {
  .btn a::after {
    right: 25px;
  }
}

.btn.is-cta a {
  font-weight: bold;
  color: #fff;
  background-color: #eb7100;
  border: none;
}

.btn.is-cta a::after {
  background-image: url("/images/common/icon_arrow-right_w.svg");
}

.btn.is-estimate a {
  font-weight: bold;
  color: #fff;
  background-color: #004f96;
  border: none;
}

.btn.is-estimate a::after {
  background-image: url("/images/common/icon_arrow-right_w.svg");
}

.btn.is-blank a::after {
  background-image: url("/images/common/icon_link.svg");
}

@media screen and (min-width: 751px) {
  .btn.is-w100 {
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  .btn.is-w-lerge {
    width: 572px;
  }
}

@media screen and (min-width: 751px) {
  .btn.is-h-small a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/*------------------------------------------
    パンくず
------------------------------------------*/
.breadcrumb {
  display: none;
}

@media screen and (min-width: 751px) {
  .breadcrumb {
    display: block;
    padding: 16px 0 32px;
  }
}

/* .breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
} */

.breadcrumb__item {
  font-size: 1.4rem;
  line-height: 1.5786;
  position: relative;
  margin-right: 24px;
}

.breadcrumb__item:not(:last-of-type)::before {
  width: 1em;
  height: 1em;
  font-size: 5px;
  border-top-style: solid;
  border-left-style: solid;
  border-width: 2px;
  border-color: #dedede;
  transform: rotate(135deg);
  content: "";
  position: absolute;
  top: 1px;
  right: -14px;
  bottom: 0;
  margin: auto;
}

.lg-outer .lg-object {
  background-color: #fff;
}

.lg-backdrop {
  background-color: rgba(34, 34, 34, 0.6);
}

@media screen and (min-width: 751px) {
  .lg-toolbar .lg-icon {
    font-size: 36px;
  }
}

.cap {
  cursor: pointer;
  text-decoration: underline;
}

.cap::after {
  content: "?";
  display: inline-block;
  padding: 2px;
  margin-left: 2px;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 50%;
  background: #004f96;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  vertical-align: text-top;
}

.cap.is-small::after {
  box-sizing: border-box;
  padding: 2px 0 0 11px;
  width: 17px;
  height: 17px;
  margin-right: 0;
}

@keyframes expandIndicatorAnim {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

#travel #header,
#travel #footer {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, "Osaka-等幅",
    sans-serif;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  #travel #header,
  #travel #footer {
    font-size: 1rem;
  }
}

#travel #header img,
#travel #footer img {
  width: auto;
  max-width: 100%;
}

@media screen and (min-width: 751px) {
  #travel .main {
    padding-top: 90px;
  }
}

#travel .cookie__txt {
  color: #fff;
}

#travel .modal__content .message {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, "Osaka-等幅",
    sans-serif;
  font-size: 0.75em;
}

#travel .modal__content .message a {
  color: #1b80da;
  text-decoration: underline;
}

#travel .modal__content .message a:hover {
  text-decoration: none;
}

#travel .modal__content .message .btnStyle01 a.tqsgreen {
  background: #028a9e;
}

#travel .modal__content .message .btnStyle01 a {
  background: #1b80da;
  color: #fff !important;
}

#travel .modal__content .message .btnStyle01 a.orange {
  background: #eb7100;
}

#travel .notification p {
  text-align: center;
}

#travel .link.is-modal::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 12px;
  background: url("/images/common/icon_modal.svg") center/contain no-repeat;
}

#travel .link.is-modal::after {
  display: inline-block;
  padding-left: 5px;
}

#travel .sec {
  padding: 56px 0 56px;
}

#travel .sec__notebox {
  margin-top: 8px;
}

#travel .sec__note {
  font-size: 1.2rem;
  line-height: 1.5;
}

#travel .sec__note.is-border {
  position: relative;
  margin-top: 16px;
  padding: 16px 16px 16px 48px;
  border: 2px solid #ffb100;
  font-size: 1.6rem;
  line-height: 1.7;
}

#travel .sec__note.is-border::before {
  content: "注：";
  position: absolute;
  left: 14px;
}

@media screen and (min-width: 751px) {
  #travel .sec {
    padding: 60px 0;
  }
}

#travel .sec.is-blue {
  padding: 24px 0 40px;
  background-color: #f1fefe;
}

@media screen and (min-width: 751px) {
  #travel .sec.is-blue {
    padding: 40px 0 56px;
  }
}

#travel .marker {
  background: linear-gradient(transparent 60%, #ffecaf 60%);
}
/*------------------------------------------
    swiper
------------------------------------------*/
#travel .swiper {
  z-index: 2;
  padding-bottom: 50px;
}
@media screen and (min-width: 751px) {
  #travel .swiper {
    padding-bottom: 60px;
  }
}
#travel .swiper--wrapper {
  position: relative;
  margin-bottom: 40px;
}
#travel .swiper-slide {
  position: relative;
  width: 792px;
  height: auto;
  background-color: #f1fefe;
  border-radius: 16px;
  padding: 32px 16px;
}
@media screen and (min-width: 751px) {
  #travel .swiper-slide {
    padding: 49px 102px;
  }
}
/* #travel .swiper-slide::before,
#travel .swiper-slide::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 42px;
  background: url("/images/common/icon_double-quotation.svg") no-repeat
    border-box center/cover;
}
#travel .swiper-slide::before {
  top: 16px;
  left: 16px;
}
@media screen and (min-width: 751px) {
  #travel .swiper-slide::before {
    top: 32px;
    left: 29px;
  }
}
#travel .swiper-slide::after {
  bottom: 16px;
  right: 16px;
  transform: rotate(180deg);
}
@media screen and (min-width: 751px) {
  #travel .swiper-slide::after {
    bottom: 32px;
    right: 29px;
  }
} */

@media screen and (min-width: 751px) {
  #travel .swiper--control {
    bottom: 2px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
}
#travel .swiper--control.swiper--control_next {
  left: calc(84% - 38px);
}

@media screen and (min-width: 751px) {
  #travel .swiper--control.swiper--control_next {
    left: calc(50% + 70px);
  }
}
#travel .swiper--control.swiper--control_prev {
  transform: rotate(180deg);
  right: calc(84% - 38px);
}
@media screen and (min-width: 751px) {
  #travel .swiper--control.swiper--control_prev {
    left: calc(50% - 70px - 44px);
  }
}
#travel .swiper-pagination {
  bottom: 10px !important;
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
#travel .swiper-pagination-bullet-active {
  background: #549dc1;
}
#travel .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

/*------------------------------------------
    申込・見積りボタン
------------------------------------------*/

#travel .sec__btnarea-txt {
  text-align: center;
  margin-bottom: 5px;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  #travel .sec__btnarea-txt {
    margin-bottom: 10px;
  }
}

#travel .sec__btnarea-com {
  text-align: center;
  margin-bottom: 3px;
  margin-top: 5px;
}

#travel .sec__btn.is-inline {
  margin-top: 16px;
}

#travel .sec__btn.is-inline a {
  padding: 12px 56px 12px 17px;
  color: #222 !important;
  text-decoration: none !important;
  display: inline-block;
}

#travel .sec__btn.is-modal a::after {
  background-image: url("/images/common/icon_modal_w.svg");
}

#travel .banner_attention {
  margin-top: 20px;
}

@media screen and (min-width: 751px) {
  #travel .banner_attention {
    text-align: center;
  }
}
#travel .sec__btnarea {
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  #travel .sec__btnarea {
    margin-top: 24px;
  }
}

#travel .sec__btnarea .sec__btn {
  margin-top: 8px;
}

@media screen and (min-width: 751px) {
  #travel .sec__btnarea .sec__btn {
    margin: 0 16px;
  }
}

@media screen and (min-width: 751px) {
  #travel .sec__btnarea-box {
    display: flex;
    justify-content: center;
  }
}

.cta-btn,
a.cta-btn,
button.cta-btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin-bottom: 15px;
}

@media screen and (min-width: 751px) {
  #travel .btn-wrap-pc-sp {
    display: flex;
    justify-content: center;
  }

  #travel .btn-wrap-pc-sp a {
    padding: 23px 10px;
  }
}

@media screen and (min-width: 751px) {
  a.cta-btn {
    width: 368px;
    margin: 0 16px;
  }
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: #ffff;
}

a.btn-estimation {
  display: block;
  padding: 1.5rem 0;
  color: #fff;
  background: #3578b5;
  -webkit-box-shadow: 0 5px 0 #1e5d87;
  box-shadow: 0 5px 0 #1e5d87;
}

a.btn-estimation i {
  font-size: 2rem;
}

a.btn-estimation i.fa-position-left {
  font-size: 2.5rem;
  left: 2rem;
}

a.btn-estimation :hover {
  color: #fff;
}

a.btn-application {
  display: block;
  padding: 1.5rem 0;
  color: #fff;
  background: #f47f00;
  -webkit-box-shadow: 0 5px 0 #894e22;
  box-shadow: 0 5px 0 #894e22;
}

a.btn-application i {
  font-size: 2rem;
}

a.btn-application i.fa-position-left {
  font-size: 2.5rem;
  left: 2rem;
}

a.btn-application .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 2rem;
  letter-spacing: 0;
  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn-application:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

a.cta-btn.btn-estimation:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #3578b5;
  -webkit-box-shadow: 0 2px 0 #1e5d87;
  box-shadow: 0 2px 0 #1e5d87;
}

a.cta-btn::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 52%;
  translate: 0 -50%;
  left: auto;
  right: 2rem;
  background: url(/images/common/icon_modal_w.svg) center / contain no-repeat;
}

a.cta-btn.btn-application:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #f47f00;
  -webkit-box-shadow: 0 2px 0 #894e22;
  box-shadow: 0 2px 0 #894e22;
}

/*------------------------------------------
    移行分
------------------------------------------*/

#travel #header,
#travel #footer {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, "Osaka-等幅",
    sans-serif;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  #travel #header,
  #travel #footer {
    font-size: 1rem;
  }
}

#travel #header img,
#travel #footer img {
  width: auto;
  max-width: 100%;
}

#travel .mv-sub__tit {
  color: #fff;
}

#travel .mv-sub__txt {
  color: #fff;
}

#travel .cookie__txt {
  color: #fff;
}

#travel .modal__content .message {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo,
    "メイリオ", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", Osaka, "Osaka-等幅",
    sans-serif;
  font-size: 0.75em;
}

#travel .modal__content .message a {
  color: #1b80da;
  text-decoration: underline;
}

#travel .modal__content .message a:hover {
  text-decoration: none;
}

#travel .modal__content .message .btnStyle01 a.tqsgreen {
  background: #028a9e;
}

#travel .modal__content .message .btnStyle01 a {
  background: #1b80da;
  color: #fff !important;
}

#travel .modal__content .message .btnStyle01 a.orange {
  background: #eb7100;
}

#travel .notification p {
  text-align: center;
}

#travel .link.is-modal::after,
#travel #protect.subid_single .single__content a.is-modal::after,
#protect.subid_single .single__content #travel a.is-modal::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 12px;
  background: url("/images/common/icon_modal.svg") center/contain no-repeat;
}

#travel .link.is-modal::after,
#travel #protect.subid_single .single__content a.is-modal::after,
#protect.subid_single .single__content #travel a.is-modal::after {
  display: inline-block;
  padding-left: 5px;
}

#travel .sec {
  padding: 56px 0 56px;
}

#travel .sec__notebox {
  margin-top: 8px;
}

#travel .sec__note {
  font-size: 1.2rem;
  line-height: 1.5;
}

#travel .sec__note.is-border {
  position: relative;
  margin-top: 16px;
  padding: 16px 16px 16px 48px;
  border: 2px solid #ffb100;
  font-size: 1.6rem;
  line-height: 1.7;
}

#travel .sec__note.is-border::before {
  content: "注：";
  position: absolute;
  left: 14px;
}

@media screen and (min-width: 751px) {
  #travel .sec {
    padding: 60px 0;
  }
}

#travel .sec.is-blue {
  padding: 24px 0 40px;
  background-color: #f1fefe;
}

@media screen and (min-width: 751px) {
  #travel .sec.is-blue {
    padding: 40px 0 56px;
  }
}

#travel .sec__tit {
  margin: 0 auto 24px;
  font-weight: bold;
  text-align: center;
  color: #1f2f54;
  font-size: 2.133rem;
  line-height: 1.2025;
}

#travel .sec__tit span {
  margin-top: 8px;
  display: block;
  font-size: 2.843rem;
  line-height: 1.1959;
}

#travel .sec__subtit {
  margin-top: 32px;
  font-size: 2.133rem;
  line-height: 1.2025;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 751px) {
  #travel .sec__subtit {
    margin-top: 64px;
  }
}

#travel .sec__tit-txt {
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  #travel .sec__tit-txt {
    font-size: 1.8rem;
    line-height: 1.425;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  #travel .sec__tit-txt.is-small {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

#travel .sec__tit-txt.is-left {
  text-align: left;
}

#travel .sec__tit-txt span.is-notice {
  font-weight: bold;
  color: #ffb100;
}

#travel .sec__txt.is-arrow {
  margin-left: 1em;
}

#travel .sec__checklist {
  margin-top: 22px;
}

#travel .sec__checklist.is-link {
  padding: 0;
}

@media screen and (min-width: 751px) {
  #travel .sec__checklist.is-link {
    padding: 24px 0 0;
  }
}

#travel .sec__checklist.is-link .checklist__item {
  padding: 0;
}

@media screen and (min-width: 751px) {
  #travel .sec__checklist.is-link .checklist__item {
    padding: 0 8px;
  }
}

#travel .sec__checklist.is-link .checklist__item::after {
  top: 0;
  bottom: 0;
  margin: auto;
  margin-right: 8px;
}

@media screen and (min-width: 751px) {
  #travel .sec__checklist.is-link .checklist__item::after {
    top: 5px;
    bottom: auto;
    margin: 0;
    margin-right: 8px;
  }
}

#travel .sec__checklist .checklist__txt {
  font-weight: bold;
  position: relative;
}

#travel .sec__checklist .checklist__txt a {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 16px 0;
  margin-bottom: 0;
}

#travel .sec__checklist .checklist__txt a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 10px;
  background: url("/images/common/icon_arrow-bottom.svg") center/contain
    no-repeat;
}

#travel .sec__checklist .checklist__txt a::after {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
}

@media screen and (min-width: 751px) {
  #travel .sec__checklist .checklist__txt a {
    display: inline-block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    padding-top: 0;
  }
}

#travel .sec__checklist .checklist__txt a::after {
  bottom: 0;
  right: 0;
  left: auto;
  top: 0;
}

@media screen and (min-width: 751px) {
  #travel .sec__checklist .checklist__txt a::after {
    bottom: 0;
    right: 25px;
    left: 0;
    top: auto;
  }
}

#travel .sec__btnarea .sec__btn {
  margin-top: 8px;
}

@media screen and (min-width: 751px) {
  #travel .sec__btnarea .sec__btn {
    margin: 0 16px;
  }
}

@media screen and (min-width: 751px) {
  #travel .sec__btnarea-box {
    display: flex;
    justify-content: center;
  }
}

#travel .sec__btn.is-inline {
  margin-top: 16px;
}

#travel .sec__btn.is-inline a {
  padding: 12px 56px 12px 17px;
  color: #222 !important;
  text-decoration: none !important;
  display: inline-block;
}

#travel .sec__table {
  margin-top: 32px;
}

#travel .sec__table th {
  background-color: #549dc1;
  color: #fff;
  padding: 16px 16px;
}

@media screen and (min-width: 751px) {
  #travel .sec__table th {
    padding: 16px 24px;
  }
}

#travel .sec__table td {
  background-color: #fff;
  padding: 16px 16px;
}

@media screen and (min-width: 751px) {
  #travel .sec__table td {
    padding: 16px 24px;
  }
}

#travel .sec__repeat {
  margin-top: 32px;
}

@media screen and (min-width: 751px) {
  #travel .sec__repeat {
    margin-top: 64px;
  }
}

#travel .sec__repeat-txt {
  text-align: center;
}

#travel .sec__repeat-txt.is-bold {
  font-weight: bold;
  font-size: 2.133rem;
  line-height: 1.2025;
}

#travel .sec__repeat-pic {
  margin-top: 24px;
  text-align: center;
}

#travel .sec__repeat-pic img {
  width: 207px;
}

@media screen and (min-width: 751px) {
  #travel .sec__repeat-pic img {
    width: 266px;
  }
}

#travel .sec__plus {
  position: relative;
  padding: 32px 0;
}

#travel .sec__plus::before,
#travel .sec__plus::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 4px;
  margin: auto;
  background-color: #9bb6ce;
}

#travel .sec__plus::before {
  transform: rotate(45deg);
}

#travel .sec__plus::after {
  transform: rotate(135deg);
}

#travel .sec__plus::before {
  transform: rotate(0);
}

#travel .sec__plus::after {
  transform: rotate(90deg);
}

#travel .sec__contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

#travel .sec__contact-item {
  padding: 0 20px;
}

@media screen and (min-width: 751px) {
  #travel .sec__contact-item {
    display: flex;
    align-items: center;
    padding: 0 40px;
  }
}

#travel .sec__contact-icon {
  width: 80px;
  margin: 0 auto;
}

#travel .sec__contact-txt {
  font-size: 1.4rem;
  line-height: 1.5786;
  padding-left: 8px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 751px) {
  #travel .sec__contact-txt {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
  }
}

#travel #sec-01.sec {
  padding-top: 24px;
}

@media screen and (min-width: 751px) {
  #travel #sec-01.sec {
    padding-top: 0;
  }
}

#travel #sec-02 .sec__btnarea {
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  #travel #sec-02 .sec__btnarea {
    margin: 36px auto 0px;
  }
}

#travel #sec-02 .sec__notebox {
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  #travel #sec-02 .travel__aco .sec__btn a {
    padding: 10px 45px 10px 25px;
  }
}

@media screen and (min-width: 751px) {
  #travel #sec-02 .sec__btn.is-02 a {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

#travel #sec-03 .sec__btnarea {
  margin-top: 40px;
}

@media screen and (min-width: 751px) {
  #travel #sec-03 .sec__btnarea {
    margin-top: 40px;
  }
}

#travel #sec-04 .sec__notebox {
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  #travel #sec-04 .sec__notebox {
    margin-top: 32px;
  }
}

@media screen and (min-width: 751px) {
  #travel #sec-04 .sec__note {
    text-align: center;
  }
}

#travel #sec-04 .sec__btnarea {
  margin-top: 40px;
}

@media screen and (min-width: 751px) {
  #travel #sec-04 .sec__btnarea {
    margin-top: 80px;
  }
}

#travel #sec-05 .sec__notebox {
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  #travel #sec-05 .sec__notebox {
    margin-top: 32px;
  }
}

@media screen and (min-width: 751px) {
  #travel #sec-05 .sec__note {
    text-align: center;
  }
}

#travel #sec-05 .sec__btnarea {
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  #travel #sec-05 .sec__btnarea {
    margin: 36px auto 0px;
  }
}

#travel #sec-07 .sec__btnarea {
  margin-top: 64px;
}

@media screen and (min-width: 751px) {
  #travel #sec-07 .sec__btnarea {
    margin-top: 120px;
  }
}

#travel #sec-08 .sec__checklist {
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  #travel #sec-08 .sec__checklist {
    margin-top: 32px;
  }
}

@media screen and (min-width: 751px) {
  #travel #sec-08 .sec__checklist .checklist__item {
    max-width: 461px;
  }
}

#travel #sec-08 .sec__btnarea {
  margin-top: 40px;
}

@media screen and (min-width: 751px) {
  #travel #sec-08 .sec__btnarea {
    margin-top: 80px;
  }
}

#travel .sec-table {
  margin-top: 32px;
}

#travel .sec-table__tit {
  font-size: 2.133rem;
  line-height: 1.2025;
  padding: 16px;
  text-align: center;
  background-color: #549dc1;
  font-weight: bold;
  color: #fff;
}

#travel .sec-table__tit span {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  #travel .sec-table__tit span {
    display: block;
  }
}

#travel .sec-table__list {
  padding: 0 16px;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  background-color: #ffff;
}

@media screen and (min-width: 751px) {
  #travel .sec-table__list {
    display: flex;
    padding: 24px 0;
  }
}

@media screen and (min-width: 751px) {
  #travel .sec-table__list.is-col-01 .sec-table__item {
    width: calc(100% / 1);
  }
}

@media screen and (min-width: 751px) {
  #travel .sec-table__list.is-col-02 .sec-table__item {
    width: calc(100% / 2);
  }
}

@media screen and (min-width: 751px) {
  #travel .sec-table__list.is-col-03 .sec-table__item {
    width: calc(100% / 3);
  }
}

@media screen and (min-width: 751px) {
  #travel .sec-table__list.is-col-04 .sec-table__item {
    width: calc(100% / 4);
  }
}

@media screen and (min-width: 751px) {
  #travel .sec-table__list.is-col-05 .sec-table__item {
    width: calc(100% / 5);
  }
}

#travel .sec-table__item {
  padding: 16px 0;
  text-align: center;
}

@media screen and (min-width: 751px) {
  #travel .sec-table__item {
    padding: 5px 0;
  }
}

#travel .sec-table__item:not(:first-of-type) {
  border-top: 1px solid #dedede;
}

@media screen and (min-width: 751px) {
  #travel .sec-table__item:not(:first-of-type) {
    border-top: none;
    border-left: 1px solid #dedede;
  }
}

#travel .sec-table__txt {
  text-align: center;
}

#travel .sec-table__txt.is-bold {
  font-size: 2.133rem;
  line-height: 1.2025;
  font-weight: bold;
  line-height: 1.6;
}

#travel .sec-table__box {
  margin-top: 5px;
}

@media screen and (min-width: 751px) {
  #travel .sec-table__box {
    margin-top: 13px;
  }
}

#travel #sec-04 .sec-table.is-02 {
  margin-top: 0;
}

#travel .type {
  margin-top: 32px;
}

@media screen and (min-width: 751px) {
  #travel .type__list {
    display: flex;
    margin-left: -24px;
  }
}

#travel .type__item {
  display: flex;
  margin-top: 16px;
}

@media screen and (min-width: 751px) {
  #travel .type__item {
    display: block;
    width: calc(100% / 3 - 12px);
    margin-left: 24px;
    margin-top: 0;
  }
}

#travel .type__item.is-p1 .type__tit {
  background-color: #54bdc1;
}

#travel .type__item.is-p1 .type__txt span {
  color: #54bdc1;
}

#travel .type__item.is-p2 .type__tit {
  background-color: #549dc1;
}

#travel .type__item.is-p2 .type__txt span {
  color: #549dc1;
}

#travel .type__item.is-p3 .type__tit {
  background-color: #547ec1;
}

#travel .type__item.is-p3 .type__txt span {
  color: #547ec1;
}

#travel .type__tit {
  font-size: 2.133rem;
  line-height: 1.2025;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  flex: 0 0 auto;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 751px) {
  #travel .type__tit {
    display: block;
    width: 100%;
    padding: 16px;
  }
}

#travel .type__tit span {
  font-size: 1.4rem;
  line-height: 1.5786;
  display: block;
}

@media screen and (min-width: 751px) {
  #travel .type__tit span {
    font-size: 2.133rem;
    line-height: 1.2025;
    display: inline;
  }
}

#travel .type__box {
  width: 100%;
  padding: 16px 14px;
  background-color: #ffff;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

@media screen and (min-width: 751px) {
  #travel .type__box {
    padding: 24px 8px;
    border-top: none;
    border-left: 1px solid #dedede;
  }
}

#travel .type__catch {
  font-size: 1.4rem;
  line-height: 1.5786;
  font-weight: bold;
}

@media screen and (min-width: 751px) {
  #travel .type__catch {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

#travel .type__txt {
  font-size: 1.4rem;
  line-height: 1.5786;
  margin-top: 8px;
}

@media screen and (min-width: 751px) {
  #travel .type__txt {
    margin: 8px;
    text-align: center;
  }
}

#travel .type__txt span {
  font-size: 2.133rem;
  line-height: 1.2025;
  display: inline-block;
  font-weight: bold;
  padding-left: 5px;
}

@media screen and (min-width: 751px) {
  #travel .type__txt span {
    display: block;
    padding-left: 0;
  }
}

#travel .t-table {
  width: 100%;
  margin-top: 32px;
}

#travel .t-table th,
#travel .t-table td {
  width: calc(100% / 4);
  text-align: center;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (min-width: 751px) {
  #travel .t-table th,
  #travel .t-table td {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

#travel .t-table tbody tr th,
#travel .t-table tbody tr td {
  padding: 15px 5px;
}

#travel .t-table tbody tr td:not(:first-of-type) {
  border-left: 1px solid #dedede;
}

#travel .t-table tbody tr td:last-child {
  border-right: 1px solid #dedede;
}

#travel .t-table tbody tr:last-child th {
  border-bottom: 1px solid #6acbd9;
}

#travel .t-table tbody tr:last-child td {
  border-bottom: 1px solid #dedede;
}

#travel .t-table tbody tr:nth-child(odd) th {
  background-color: #8dd8e3;
}

#travel .t-table tbody tr:nth-child(odd) td {
  background-color: #ffff;
}

#travel .t-table tbody tr:nth-child(even) th {
  background-color: #6acbd9;
}

#travel .t-table tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}

#travel .t-table .t-table__midasi {
  color: #fff;
  font-weight: bold;
  background-color: #01b3cd !important;
}

#travel .t-table .t-table__tit {
  font-size: 1.6rem;
  line-height: 1.7;
  padding: 20px;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 751px) {
  #travel .t-table .t-table__tit {
    font-size: 2.133rem;
    line-height: 1.2025;
  }
}

#travel .t-table .t-table__tit.is-p1 {
  background-color: #54bdc1 !important;
}

#travel .t-table .t-table__tit.is-p2 {
  background-color: #549dc1 !important;
}

#travel .t-table .t-table__tit.is-p3 {
  background-color: #547ec1 !important;
}

#travel .t-table .t-table__tit span {
  font-size: 1.2rem;
  line-height: 1.5;
  display: block;
}

@media screen and (min-width: 751px) {
  #travel .t-table .t-table__tit span {
    font-size: 2.133rem;
    line-height: 1.2025;
    display: inline;
  }
}

#travel .t-table .t-table__subtit {
  padding: 15px;
  font-weight: bold;
  color: #fff;
}

#travel .t-table .t-table__subtit.is-p1 {
  background-color: #68cace !important;
}

#travel .t-table .t-table__subtit.is-p2 {
  background-color: #67afd3 !important;
}

#travel .t-table .t-table__subtit.is-p3 {
  background-color: #608bce !important;
}

#travel .t-graph__pic {
  margin-top: 24px;
  text-align: center;
}

@media screen and (min-width: 751px) {
  #travel .t-graph__pic img {
    width: 554px;
  }
}

#travel .t-graph__txtbox {
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  #travel .t-graph__txtbox {
    margin-top: 40px;
  }
}

@media screen and (min-width: 751px) {
  #travel .t-graph__txt {
    text-align: center;
  }
}

#travel .t-graph__txt:not(:first-of-type) {
  margin-top: 24px;
}

#travel .t-graph__txt span {
  display: inline-block;
  padding: 0 0.3em;
  margin: 0 0.3em;
  font-weight: bold;
  color: #fff;
  margin-top: 2px;
}

#travel .t-graph__txt span.is-p1 {
  background-color: #54bdc1 !important;
}

#travel .t-graph__txt span.is-p2 {
  background-color: #549dc1 !important;
}

#travel .t-graph__txt span.is-p3 {
  background-color: #547ec1 !important;
}

#travel .support-customer {
  margin-top: 18px;
}

@media screen and (min-width: 751px) {
  #travel .support-customer__list {
    display: flex;
    justify-content: space-between;
  }
}

#travel .support-customer__item {
  position: relative;
  border: 2px solid #dedede;
  margin-top: 28px;
}

@media screen and (min-width: 751px) {
  #travel .support-customer__item {
    width: calc(100% / 2 - 12px);
    margin-top: 0;
  }
}

#travel .support-customer__item.is-01 {
  position: relative;
}

#travel .support-customer__item.is-01::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 20px 0 20px;
  border-color: #9bb6ce transparent transparent transparent;
}

#travel .support-customer__item.is-01::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 751px) {
  #travel .support-customer__item.is-01 {
    position: relative;
  }

  #travel .support-customer__item.is-01::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 22px;
    border-color: transparent transparent transparent #9bb6ce;
  }

  #travel .support-customer__item.is-01::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

#travel .support-customer__item.is-01::after {
  top: auto;
  bottom: -22px;
}

@media screen and (min-width: 751px) {
  #travel .support-customer__item.is-01::after {
    top: 0;
    bottom: 0;
    right: -22px;
    left: auto;
  }
}

#travel .support-customer__item.is-01 .support-customer__item-pic img {
  width: 60px;
  height: 66px;
}

@media screen and (min-width: 751px) {
  #travel .support-customer__item.is-01 .support-customer__item-pic img {
    width: 60px;
    height: 66px;
    margin-left: 40px;
  }
}

#travel .support-customer__item.is-02 .support-customer__item-pic img {
  width: 60px;
  height: 66px;
}

@media screen and (min-width: 751px) {
  #travel .support-customer__item.is-02 .support-customer__item-pic img {
    width: 60px;
    height: 66px;
  }
}

#travel .support-customer__item-tit {
  font-size: 2.133rem;
  line-height: 1.2025;
  padding: 23px 20px 0;
  font-weight: bold;
  color: #549dc1;
  text-align: center;
}

@media screen and (min-width: 751px) {
  #travel .support-customer__item-tit {
    padding: 31px 10px 0;
  }
}

#travel .support-customer__item-pic {
  display: flex;
  margin: 24px;
}

#travel .support-customer__sublist {
  padding-left: 14px;
}

@media screen and (min-width: 751px) {
  #travel .support-customer__sublist {
    padding-left: 36px;
  }
}

#travel .index {
  margin-top: 40px;
}

@media screen and (min-width: 751px) {
  #travel .index {
    margin-top: 64px;
  }
}

#travel .index__tit {
  font-size: 1.8rem;
  line-height: 1.425;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 751px) {
  #travel .index__tit {
    font-size: 2.133rem;
    line-height: 1.2025;
  }
}

#travel .index__list {
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  #travel .index__list {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 750px) {
  #travel .index__item {
    margin-top: 16px;
  }
}

@media screen and (min-width: 751px) {
  #travel .index__item {
    width: 31.9444%;
  }
}

#travel .index__item a {
  position: relative;
  padding-top: 56.09756%;
  display: block;
}

#travel .index__item a::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 10px;
  background: url("/images/common/icon_arrow-right_w.svg") center/contain
    no-repeat;
}

#travel .index__item a::after {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: auto;
}

#travel .index__item a::after {
  top: auto;
  bottom: 16px;
  right: 16px;
  transition: 0.4s;
}

#travel .index__item a:hover::after {
  right: 8px;
}

#travel .index__item.is-01 a {
  background: url("/images/travel/index_01.webp") no-repeat border-box
    center/cover;
}

#travel .index__item.is-02 a {
  background: url("/images/travel/index_02.webp") no-repeat border-box
    center/cover;
}

#travel .index__item.is-03 a {
  background: url("/images/travel/index_03.webp") no-repeat border-box
    center/cover;
}

#travel .index__txt {
  font-size: 2.133rem;
  line-height: 1.2025;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  left: 0;
  transform: translateY(-50%);
  padding: 0 1em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#travel .home--company {
  width: 87.6%;
  margin: 0 auto;
  max-width: 87.6%;
  padding: 0;
  margin-top: 24px;
}

@media screen and (min-width: 751px) {
  #travel .home--company {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
}

#travel .home--topics_list {
  position: relative;
}

#travel .home--topics_list_item_txt {
  position: relative;
  z-index: 10;
}

#travel .swiper {
  z-index: 2;
  padding-bottom: 50px;
}

@media screen and (min-width: 751px) {
  #travel .swiper {
    padding-bottom: 60px;
  }
}

#travel .swiper--wrapper {
  position: relative;
  margin-bottom: 40px;
}

#travel .swiper-slide {
  position: relative;
  width: 792px;
  height: auto;
  background-color: #f1fefe;
  border-radius: 16px;
  padding: 32px 16px;
}

@media screen and (min-width: 751px) {
  #travel .swiper-slide {
    padding: 49px 102px;
  }
}

#travel .swiper--fix {
  display: block;
}

@media screen and (max-width: 750px) {
  #travel .swiper--fix {
    padding-left: 22px;
    padding-right: 22px;
  }
}

#travel .swiper--control_block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#travel .swiper--control_adjust {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#travel .swiper--control {
  background: url(/images/common/icon_arrow-right.svg) center center no-repeat;
  background-size: 14px;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 11;
  bottom: 10px;
  margin-top: -14px;
  cursor: pointer;
}

@media screen and (min-width: 751px) {
  #travel .swiper--control {
    bottom: 2px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
}

#travel .swiper--control.swiper--control_next {
  left: calc(84% - 38px);
}

@media screen and (min-width: 751px) {
  #travel .swiper--control.swiper--control_next {
    left: calc(50% + 70px);
  }
}

#travel .swiper--control.swiper--control_prev {
  transform: rotate(180deg);
  right: calc(84% - 38px);
}

@media screen and (min-width: 751px) {
  #travel .swiper--control.swiper--control_prev {
    left: calc(50% - 70px - 44px);
  }
}

#travel .swiper-pagination {
  bottom: 10px !important;
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

#travel .swiper-pagination-bullet-active {
  background: #549dc1;
}

#travel .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}

#travel .news__list {
  margin-top: 10px;
}

#travel .news__item {
  padding: 16px 0;
}

@media screen and (min-width: 751px) {
  #travel .news__item {
    padding: 32px 0;
  }
}

#travel .news__item:not(:first-child) {
  border-top: 1px solid #dedede;
}

#travel .news__item a {
  display: block;
}

#travel .news__date {
  font-size: 1.4rem;
  color: #888;
}

#travel .news__date span {
  display: inline-block;
  width: 130px;
  text-align: center;
  margin-left: 16px;
  padding: 4px 10px;
  background-color: #edf7ff;
  color: #1f2f54;
  border-radius: 25px;
  font-size: 1.2rem;
}

#travel .news__tit {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 4px;
  font-weight: normal;
}

@media screen and (min-width: 751px) {
  #travel .news__tit {
    margin-top: 14px;
  }
}

#travel .news__btn {
  margin: 0 auto;
}

#travel .banner-area {
  margin-top: 40px;
}

@media screen and (min-width: 751px) {
  #travel .banner-area {
    margin-top: 80px;
    text-align: center;
  }
}

#travel .banner-area__item {
  margin: 12px auto;
}

@media screen and (min-width: 751px) {
  #travel .banner-area__item {
    width: 325px;
    display: inline-block;
    margin: 0px 5px;
  }
}

#travel #notes .logo img {
  width: 260px;
}

#travel .covid__list {
  margin-top: 10px;
}

#travel .covid__item {
  position: relative;
  padding: 16px 16px 16px 56px;
  border-top: 1px solid #dedede;
}

#travel .covid__item:last-child {
  border-bottom: 1px solid #dedede;
}

#travel .covid__icon.is-x {
  display: block;
  position: absolute;
  left: 16px;
  top: 19px;
  width: 24px;
  height: 24px;
}

#travel .covid__icon.is-x::before,
#travel .covid__icon.is-x::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 4px;
  margin: auto;
  background-color: #888;
}

#travel .covid__icon.is-x::before {
  transform: rotate(45deg);
}

#travel .covid__icon.is-x::after {
  transform: rotate(135deg);
}

#travel .covid__icon.is-maru {
  display: block;
  position: absolute;
  left: 16px;
  top: 19px;
  width: 2.4rem;
  height: 2.4rem;
}

#travel .covid__icon.is-maru::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
  border: solid 0.4rem #549dc1;
}

#travel .covid_list_title {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2025;
  margin-top: 16px;
}

#travel .covid__box .example__nado {
  text-align: right;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.5786;
}

#travel .covid__notebox {
  margin-top: 8px;
}

#travel .covid__note {
  font-size: 1.2rem;
  line-height: 1.5;
}

#travel .travel__aco {
  margin-top: 24px;
}

#travel .travel__aco .accordion__head a {
  background: #fff;
  display: block;
  text-align: center;
}

#travel .travel__aco .accordion__body {
  padding: 16px 12px 32px;
  background: #fff;
}

#travel .payment__method {
  margin-top: 18px;
}

@media screen and (min-width: 751px) {
  #travel .payment__method {
    width: 600px;
    margin: 40px auto auto;
  }
}

#travel .payment__method .paymenttitle-txt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}

#travel .payment__method .payment__area {
  border: 2px solid #dedede;
  padding: 10px;
}

#travel .payment__method .payment__area .pay_tit {
  font-size: 2.133rem;
  line-height: 1.2025;
  padding: 12px 20px 0;
  font-weight: bold;
  color: #549dc1;
  text-align: center;
}

#travel .payment__method .payment__area ul {
  display: flex;
}

#travel .payment__method .payment__area ul.pay_icon_list li {
  width: 33.33333%;
  /* 未対応ブラウザ用フォールバック */
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  text-align: center;
}

#travel .payment__method .payment__area ul.pay_icon_list li img {
  width: 60%;
  margin: auto;
  display: block;
}

#travel .line__box {
  border: 1px solid #ccc;
  padding: 10px 5px 40px;
  margin: 12px auto;
}
