@charset "UTF-8";
/* CSS Document */

/*オリジナルリセットcss----------------------------------------------------------- */
p {
  margin: 0;
}

img {
  display: block;
}

/*デバイス共通----------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "YuGothic M", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
  }
}

main {
  overflow-x: hidden;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}
a, a img {transition: all .3s; text-decoration: none; color: inherit;}
/* a:hover, a img:hover {opacity: 0.7;} */
.dib {display: inline-block;}
.m0a {margin: 0 auto;}
.mla {margin-left: auto;}
.posr {position: relative;}
.posa {position: absolute;}
.imgr {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sp_scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .sp_scroll > * {
    min-width: 768px;
  }
}

/*色関連----------------------------------------------------------- */
:root {
  --color_bk: #000;
  --color_wt: #fff;
  --color1: #27b7b2;
  --color2: #ec691c;
  --color3: #7d7d7d;
  --color4: #f5fcfc;
}

/*テキスト関連----------------------------------------------------------- */
.fwb {font-weight: bold !important;}
.underline {text-decoration: underline;}
.font_xs {font-size: 12px;}
.font_s {font-size: 14px;}
.font_m {font-size: 20px;}
.font_l {font-size: 28px;}
.font_xl {font-size: 44px;}
@media screen and (max-width: 767px) {
.font_xs {font-size: 10px;}
.font_s {font-size: 12px;}
.font_m {font-size: 18px;}
.font_l {font-size: 24px;}
.font_xl {font-size: 26px;}
}
.tac {text-align: center !important;}
.tal {text-align: left !important;}
.tar {text-align: right !important;}
.shadow {
  text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;}
.shadow2 {
  text-shadow: 0 0 6px rgba(31,175,170, 0.1),0 0 6px rgba(31,175,170, 0.1),0 0 6px rgba(31,175,170, 0.1),0 0 6px rgba(31,175,170, 0.1),0 0 6px rgba(31,175,170, 0.1),0 0 6px rgba(31,175,170, 0.1),0 0 6px rgba(31,175,170, 0.1),0 0 6px rgba(31,175,170, 0.1);}
.shadow3 {text-shadow: 0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff,0 0 6px #fff;}
  .font_go {font-family: "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  YuGothic, "YuGothic M", sans-serif;}
  @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
  .font_lato {font-family: 'Lato', sans-serif;letter-spacing: 3px;}
  .font_noto {font-family:"noto-sans-cjk-jp", sans-serif;}
  .font_din {font-family: din-2014, sans-serif;}
  .indent {
  text-indent: -1em;
  padding-left: 1em;
  }
  .indent2 {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
.note {
  position: relative;
  font-size: 0.777em;
  padding-left: 1em;
}
.note:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  font-size: 1em;
  line-height: 1.554em;
}
@media (min-width: 768px) and (max-width: 1229px) {
  .tab_shadow {text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;}
}

@media screen and (max-width: 767px) {
  .sp_tal {text-align: left !important;}
  .sp_shadow {text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;}
}

/*余白&幅調整----------------------------------------------------------- */
.mt0 {margin-top: 0;}.mt5 {margin-top: 5px;}.mt10 {margin-top: 10px;}.mt15 {margin-top: 15px;}.mt20 {margin-top: 20px;}.mt30 {margin-top: 30px;}.mt45 {margin-top: 45px;}.mt60 {margin-top: 60px;}.mt75 {margin-top: 75px;}.mt90 {margin-top: 90px;}.mt120 {margin-top: 120px;}
.mb0 {margin-bottom: 0;}.mb5 {margin-bottom: 5px;}.mb10 {margin-bottom: 10px;}.mb15 {margin-bottom: 15px;}.mb20 {margin-bottom: 20px;}.mb30 {margin-bottom: 30px;}.mb45 {margin-bottom: 45px;}.mb60 {margin-bottom: 60px;}.mb75 {margin-bottom: 75px;}.mb90 {margin-bottom: 90px;}.mb120 {margin-bottom: 120px;}
.pt0 {padding-top: 0;}.pt5 {padding-top: 5px;}.pt10 {padding-top: 10px;}.pt15 {padding-top: 15px;}.pt20 {padding-top: 20px;}.pt30 {padding-top: 30px;}.pt45 {padding-top: 45px;}.pt60 {padding-top: 60px;}.pt75 {padding-top: 75px;}.pt90 {padding-top: 90px;}.pt120 {padding-top: 120px;}
.pb0 {padding-bottom: 0;}.pb5 {padding-bottom: 5px;}.pb10 {padding-bottom: 10px;}.pb15 {padding-bottom: 15px;}.pb20 {padding-bottom: 20px;}.pb30 {padding-bottom: 30px;}.pb45 {padding-bottom: 45px;}.pb60 {padding-bottom: 60px;}.pb75 {padding-bottom: 75px;}.pb90 {padding-bottom: 90px;}.pb120 {padding-bottom: 120px;}
.pl0 {padding-left: 0;}
.pr0 {padding-right: 0;}
.ph0 {padding-left: 0; padding-right: 0;}
.ph15 {padding-left: 15px; padding-right: 15px;}
@media screen and (max-width: 767px) {
  .spmt0 {margin-top: 0;}.spmt5 {margin-top: 5px;}.spmt10 {margin-top: 10px;}.spmt15 {margin-top: 15px;}.spmt20 {margin-top: 20px;}.spmt30 {margin-top: 30px;}.spmt45 {margin-top: 45px;}.spmt60 {margin-top: 60px;}
  .spmb0 {margin-bottom: 0;}.spmb5 {margin-bottom: 5px;}.spmb10 {margin-bottom: 10px;}.spmb15 {margin-bottom: 15px;}.spmb20 {margin-bottom: 20px;}.spmb30 {margin-bottom: 30px;}.spmb45 {margin-bottom: 45px;}.spmb60 {margin-bottom: 60px;}
  .sppt0 {padding-top: 0;}.sppt5 {padding-top: 5px;}.sppt10 {padding-top: 10px;}.sppt15 {padding-top: 15px;}.sppt20 {padding-top: 20px;}.sppt30 {padding-top: 30px;}.sppt45 {padding-top: 45px;}.sppt60 {padding-top: 60px;}
  .sppb0 {padding-bottom: 0;}.sppb5 {padding-bottom: 5px;}.sppb10 {padding-bottom: 10px;}.sppb15 {padding-bottom: 15px;}.sppb20 {padding-bottom: 20px;}.sppb30 {padding-bottom: 30px;}.sppb45 {padding-bottom: 45px;}.sppb60 {padding-bottom: 60px;}
  .sppl0 {padding-left: 0;}
  .sppr0 {padding-right: 0;}
  .spph0 {padding-left: 0; padding-right: 0;}
}
@media screen and (max-width: 767px) {
  .spwd50 {width: 50% !important;}
  .spwd60 {width: 60% !important;}
  .spwd70 {width: 70% !important;}
  .spwd80 {width: 80% !important;}
  .spwd90 {width: 90% !important;}
}

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 120px 0;
}
@media (min-width: 768px) and (max-width: 1229px) {
  section {
      padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
      padding: 45px 0;
  }

}

/*見出し----------------------------------------------------------- */
h1, h2, h3 {
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin: 0;
  font-weight: bold;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
  margin: 0;
  padding: 0 0 60px;
  text-align: center;
}

h3 {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1229px) {
  h2 {
    padding: 0 0 45px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
    padding: 0 0 30px;
  }
}

/* はみ出し画像中央 */
.wic_wrap {
  overflow-x: hidden;
}
.wic img {
  width: auto;
  max-width: unset;
}
.wic1 {
  margin-left: calc(50% - 1000px);
}
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}
.wic2 {
  margin-left: calc(50% - 670px);
}
.wic2 img {
  /* width: 1340px;
max-width: 1340px; */
}
@media screen and (max-width: 767px) {
  .wic1 img {
      width: 100%;
  }
  .wic1 {
      margin-left: 0;
      margin-right: 0;
  }
}

/*ボタン----------------------------------------------------------- */
.btn a,
.btn button {
  position: relative;
  display: block;
  max-width: 360px;
  width: 100%;
  padding: 15px 0;
  font-weight: bold;
  color: var(--color_wt);
  border-radius: 40px;
  transition: all .4s;
  cursor: pointer;
}
.btn .fa-angle-right {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all .4s;
}
.btn a:hover .fa-angle-right,
.btn button:hover .fa-angle-right {
  right: 10px;
}
.btn1 a {
  background: var(--color1);
}
.btn2 a {
  background: linear-gradient(to right, #eb6100, #f3961c);
}
.btn3 a {
  background: linear-gradient(to right, #555bd7, #d72b7f);
}
.btn4 a {
  background: var(--color2);
}
.btn5 a {
  background: var(--color_bk);
  color: var(--color_wt);
}
.fa-envelope {
  color: var(--color_wt);
  padding-right: 5px;
}
.fa-angle-right {
  position: relative;
  transition: transform .4s ease 0s;
}

@media screen and (max-width: 1229px) {
  .btn a,
  .btn button {
    position: relative;
    display: block;
    max-width: 360px;
    width: 100%;
    padding: 15px 0;
    font-weight: bold;
    color: var(--color_wt);
    border-radius: 40px;
    transition: all .4s;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 80%;
    margin: 0 auto;
  }
  .btn a {
    padding: 10px 0;
    position: relative;
    transition: all .4s;
  }
  .btn4 a {
    border: 2px solid var(--color_wt);
    color: var(--color_wt);
  }
}

/* 白背景ボタン */
.btn_wt a,
.btn_wt button {
  position: relative;
  background-color: var(--color_wt);
  border: 2px solid var(--color1);
  box-shadow: 0px 4px 0px 0px var(--color1);
  padding: 20px 0;
  border-radius: 10px;
  color: var(--color1);
  display: block;
  font-size: 24px;
}
.btn_wt a:hover,
.btn_wt button:hover {
  transform: translateY(4px);
  box-shadow: none;
  background-color: var(--color1);
  color: var(--color_wt);
}

@media screen and (max-width: 1229px) {
  .btn_wt a,
  .btn_wt button {
    padding: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .btn_wt a,
  .btn_wt button {
    font-size: 16px;
  }
}

/*Page Top----------------------------------------------------------- */
/*TOPへ戻る*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
}

.pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #153aa1;
  border-radius: 50%;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.pagetop a:before {
  position: absolute;
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #fff;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-60%);
}

.pagetop a:hover {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.pagetop a:link,
.pagetop a:visited {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 20px;
    right: 5px;
  }
}

/*ページ下部固定部分----------------------------------------------------------- */
.btm_fix {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 15px 0;
  z-index: 998;
}
.btm_fix .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.btm_fix a {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .btm_fix {
    padding: 10px 0;
  }
  .btm_fix .container {
    flex-direction: column;
    gap: 10px;
  }
  .btm_fix a {
    width: 100%;
    font-size: 1.2em;
  }
}

/*white-box----------------------------------------------------------- */
.white_box {
  padding: 45px;
  background-color: #fff;
  margin-bottom: 30px;
}
.white_box_xl {
  padding: 90px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
}
.white_box_l {
  padding: 60px;
  background-color: #fff;
  margin-bottom: 30px;
}
.white_box_s {
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
}
.white_box_xs {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 30px;
}
.white_box:last-of-type,
.white_box_xl:last-of-type,
.white_box_l:last-of-type,
.white_box_s:last-of-type,
.white_box_xs:last-of-type {
  margin-bottom: 0;
}

.bc_blue {
  background-color: var(--color4);
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1229px) {
  .white_box {
    padding: 30px;
    margin-bottom: 15px;
  }
  .white_box_l,
  .white_box_xl {
    padding: 45px;
    margin-bottom: 30px;
  }
  .white_box_s,
  .white_box_xs {
    padding: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .white_box,
  .white_box_xl,
  .white_box_s,
  .white_box_xs {
    padding: 15px;
    margin-bottom: 15px;
  }
  .white_box_l {
    padding: 30px;
    margin-bottom: 15px;
  }
}

/*背景左右はみだし----------------------------------------------------------- */
.white_box.bg_over_l,
.white_box.bg_over_l > *,
.white_box.bg_over_r,
.white_box.bg_over_r > * {
  position: relative;
  z-index: 1;
}
.white_box.bg_over_l:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  left: 50%;
  transform: translateX(-50vw);
  background-color: #eeeef5;
  z-index: 0;
}
.white_box.bg_over_r:before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 50vw;
  top: 0;
  right: 0;
  transform: translateX(50vw);
  background-color: #eeeef5;
  z-index: 0;
}

/* 画像カバースライドイン */
.slidein {
  width: 100%;
  overflow: hidden;
}
.slidein .slidein_inner {
  width: inherit;
  height: inherit;
  opacity: 0;
}
.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient( 109.6deg,  rgba(156,252,248,1) 11.2%, rgba(110,123,251,1) 91.1% );
}
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

/* 画像フェードイン */
.fadein {
  width: 100%;
  overflow: hidden;
}
.fadein .fadein_inner {
  width: inherit;
  height: inherit;
  opacity: 0;
}
.isfadein {
  animation-name: fadein;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 ;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*check_list----------------------------------------------------------- */
.check_list li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 3px;
}

.check_list li:last-child {
  margin-bottom: 0;
}

.check_list li:before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 0;
  left: 0;
  color: orange;
}

.list_border {
  border-bottom: 2px dashed #000;
}

.list_border_stop {
  border-bottom: 2px dashed #000;
  display: inline-block;
}

/*タブ切り替え----------------------------------------------------------- */
.tabs {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.tab_item {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 45px;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#design:checked ~ #design_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

/*Container / Break----------------------------------------------------------- */
@media (min-width: 1230px) {
  .container {
    width: 1230px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .container_s {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .p_none {
    display: none;
  }
  .pt_none {
    display: none;
  }
  .ps_none {
    display: none;
  }
  .t_none {
    display: block;
  }
  .ts_none {
    display: block;
  }
  .s_none {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 1229px) {
  body {
    overflow-x: hidden;
  }
  .container {
    width: 768px;
    margin: 0 auto;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .container_s {
    width: 768px;
    margin: 0 auto;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .p_none {
    display: block;
  }
  .pt_none {
    display: none;
  }
  .ps_none {
    display: block;
  }
  .t_none {
    display: none;
  }
  .ts_none {
    display: none;
  }
  .s_none {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    display: block;
    max-width: 767px;
  }
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .container_s {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .p_none {
    display: block;
  }
  .pt_none {
    display: block;
  }
  .ps_none {
    display: none;
  }
  .t_none {
    display: block;
  }
  .ts_none {
    display: none;
  }
  .s_none {
    display: none;
  }
}

/*
  共通部分
---------------------------------------------------*/
/* head title  */
.head_01,
.head_02 {
  position: relative;
  line-height: 1;
  padding-bottom: 45px;
}
.head_02 {
  margin-bottom: 45px;
}
.head_02::after {
  content: '';
  position: absolute;
  background-color: var(--color_bk);
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .head_01,
  .head_02 {
    padding-bottom: 30px;
    line-height: 1.3;
  }
  .head_02 {
    margin-bottom: 30px;
  }
}

.sub_head {
  font-size: 20px;
  line-height: 1;
}
.sub_head span {
  color: var(--color1);
}
@media screen and (max-width: 767px) {
  .sub_head {
    font-size: 18px;
  }
}

.sec_sub-ttl {
  font-size: 20px;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 28px;
  }
  .sec_sub-ttl {
    font-size: 16px;
  }
}

/* H3 01 ナンバーと下線 */
.h3_01 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 2.2;
  letter-spacing: 0;
}
.h3_01::after {
  content: '';
  position: absolute;
  background-color: var(--color1);
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.h3_01 .num {
  position: relative;
  width: 52.33px;
  height: 52.33px;
  margin-right: 20px;
  z-index: 1;
  color: var(--color_wt);
}
.h3_01 .num::before {
  content: '';
  position: absolute;
  background-color: var(--color1);
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.h3_01 .ttl {
  color: var(--color1);
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .h3_01 {
    align-items: flex-end;
    font-size: 16px;
    line-height: 2.5;
  }
  .h3_01 .num {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .h3_01 .ttl {
    width: calc(100% - 55px);
  }
}

/* banner wrap */
.bnr_wrap {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.bnr_wrap .bnr_item {
  height: inherit;
}
.bnr_wrap .bnr_item:hover {
  transform: translateY(-15px);
}
.bnr_landscape a {
  position: relative;
  transition: all .4s;
  right: 0;
}
.bnr_landscape a:hover {
  right: -15px;
}
@media screen and (max-width: 1229px) {
  .bnr_wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bnr_wrap {
    flex-direction: column;
  }
  .bnr_wrap .bnr_item:hover {
    transform: translateY(-5px);
  }
  .bnr_landscape a:hover {
    right: -5px;
  }
}

.links_wrap .btn a {
  max-width: 50%;
  padding: 20px 0;
  font-size: 20px;
  border-radius: 48px;
}
@media screen and (max-width: 767px) {
  .links_wrap .btn {
    width: 100%;
  }
  .links_wrap .btn a {
    max-width: 100%;
    padding: 10px 0;
    font-size: 18px;
  }
}
/* section mv */
.sec_mv {
  background: url(../img/common/pc_sec_mv.png) no-repeat center center / cover;
}
.sec_mv .wrap,
.mv_wrap {
  padding: 75px 0;
  color: var(--color_wt);
}
.sec_mv .head {
  font-size: 50px;
  line-height: 1;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec_mv {
    background: url(../img/common/sp_sec_mv.png) no-repeat top left 17% / cover;
  }
  .sec_mv .head {
    font-size: 42px;
    padding-bottom: 15px;
  }
}

/* hightlight */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #ffe45b 50%);
  background: -o-linear-gradient(transparent 60%, #ffe45b 50%);
  background: linear-gradient(transparent 60%, #ffe45b 50%);
  font-weight: bold;
}
/* table 01 */
.table_01 {
  width: 100%;
}
.table_01 tr {
  width: 100%;
  display: flex;
}
.table_01 tr:not(:last-child) {
  margin-bottom: 5px;
}
.table_01 th,
.table_01 td {
  padding: 15px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.table_01 th {
  width: 158px;
  color: var(--color_wt);
  justify-content: center;
}
.table_01 td {
  box-sizing: border-box;
  width: calc(100% - 158px);
  background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .table_01 tr {
    flex-direction: column;
  }
  .table_01 th,
  .table_01 td {
      padding: 10px;
      width: 100%;
  }
}

/* table 02 */
.table_02 {
  width: 100%;
  border: 1px solid #999;
}
.table_02:not(:last-child) {
  margin-bottom: 30px;
}
.table_02 tr:not(:last-child) {
  border-bottom: 1px solid #999;
}
.table_02 tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.table_02 th,
.table_02 td {
  padding: 20px;
}
.table_02 th {
  width: 215px;
  place-content: center;
}
.table_02 td {
  box-sizing: border-box;
  width: calc(100% - 215px / 2);
  border-left: 2px dashed #999999;
  vertical-align: middle;
}

@media screen and (max-width: 1229px) {
  .table_02 tr {
    display: flex;
    flex-wrap: wrap;
  }
  .table_02 th,
  .table_02 td {
    padding: 15px;
  }
  .table_02 th {
    width: 100%;
    border-bottom: 1px dashed #999;
  }
  .table_02 td {
    width: 50%;
  }
  .table_02 tr td:nth-child(2) {
    border-left: none;
  }
}

@media screen and (max-width: 767px) {
  .table_02:not(:last-child) {
    margin-bottom: 15px;
  }
  .table_02 th,
  .table_02 td {
    padding: 5px 15px;
  }
  .table_02 td {
    width: 100%;
    border-left: none;
  }
  .table_02 td:not(:last-child) {
    border-bottom: 1px dashed #999;
  }

}

/* table 03 */
.table_03 {
  width: 100%;
  border: 1px solid #999;
}
.table_03:not(:last-child) {
  margin-bottom: 30px;
}
.table_03 tr:not(:last-child) {
  border-bottom: 1px solid #999;
}
.table_03 tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.table_03 th,
.table_03 td {
  padding: 20px;
}
.table_03 th {
  place-content: center;
}
.table_03 td {
  box-sizing: border-box;
  border-left: 2px dashed #999999;
  vertical-align: middle;
}

/* table 04 */
.table_04 {
  width: 100%;
  border: 1px solid #999;
}
.table_04:not(:last-child) {
  margin-bottom: 30px;
}
.table_04 tr:not(:last-child) {
  border-bottom: 1px solid #999;
}
.table_04 tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.table_04 th,
.table_04 td {
  padding: 20px;
}
.table_04 th {
  place-content: center;
}
.table_04 td {
  box-sizing: border-box;
  border-left: 2px dashed #999999;
  vertical-align: middle;
}

/* table 05 */
.table_05 {
  min-width: 960px;
  width: 100%;
}
.table_05 th,
.table_05 td {
  border: 1px solid #999;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.table_05 th:first-child {
  width: 20%;
}
.table_05 td {
  width: 40%;
}
.table_05 a {
  color: var(--color1);
}

/* table 06 */
.table_06 {
  min-width: 960px;
  width: 100%;
}
.table_06 th,
.table_06 td {
  border: 1px solid #999;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.table_06 th:first-child {
  width: 20%;
}
.table_06 a {
  color: var(--color1);
}

/* table 07 */
.table_07 {
  min-width: 960px;
  width: 100%;
}
.table_07 th,
.table_07 td {
  border: 1px solid #999;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.table_07 th:first-child {
  width: 20%;
}
.table_07 td {
  width: 40%;
}
.table_07 a {
  color: var(--color1);
}

@media screen and (max-width: 767px) {
  .table_05
  .table_06,
  .table_07 {
    min-width: 800px;
    width: 100%;
  }
}
/* section 共通 background */
.sec_bg {
  background: url(../img/common/pc_sec_bg.png) no-repeat top center / cover;
}
@media screen and (max-width: 1229px) {
  .sec_bg {
    background: url(../img/common/sp_sec_bg.png) no-repeat top center / cover;
  }
}

/*
    HEADER
---------------------------------------------------*/
header {
  height: 80px;
  width: 100%;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, .7);
}
.sec_header {
  position: sticky;
  width: 100%;
}
header > div,
.header .logo,
.header .links,
.header .items {
  display: flex;
  align-items: center;
}
header > div {
  height: inherit;
  padding-left: 30px;
}
.header .logo {
  width: fit-content;
}
.header .logo a {
  display: block;
}
.header .logo img {
  width: 100%;
}
.header .links {
  margin-left: auto;
}
.header .items {
  padding-right: 45px;
  font-size: 14px;
}
.header .item:not(:last-child) {
  margin-right: 20px;
}
.header .item a {
  height: auto;
  display: block;
}
.header .item a:hover {
  transform: translateY(-5px);
}
.header .header_btn {
  position: relative;
  display: block;
  background: linear-gradient(to right, #eb6100, #f3961c);
  padding: 30px;
  line-height: 1.3;
  color: #fff;
}
.header .header_btn span {
  position: relative;
  display: inline-block;
  transition: transform .4s ease 0s;
}
.header .header_btn span:hover {
  transform: translateY(-5px);
}
.fa-envelope {
  padding-right: 5px;
}

@media screen and (max-width: 1279px) {
  header {
    height: 60px;
  }
  header > div {
    padding: 0 15px;
  }
  .header .drawer {
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }
  .header .logo {
    width: 200px;
  }
  .openbtn6 {
    display: block;
    position: relative;
    background: var(--color_bk);
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin-left: auto;
    right: 0;
  }
  .openbtn6 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    background: #fff;
  }
  .openbtn6 span:nth-of-type(1) {
    top: 15px;
    width: 45%;
  }
  .openbtn6 span:nth-of-type(2) {
    top: 23px;
    width: 35%;
  }
  .openbtn6 span:nth-of-type(3) {
    top: 31px;
    width: 20%;
  }
  .openbtn6.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }
  .openbtn6.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn6.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }
  .header .links {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color1);
    width: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    padding: 0;
    overflow: auto;
    padding-bottom: 120px;
  }
  .header .items {
    flex-direction: column;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
  }
  .header .items li,
  .header .items li:not(:last-child) {
    padding-right: 0;
    border-bottom: 2px dotted #fff;
  }
  .header .items li,
  .header .items a {
    display: block;
    width: 100%;
    text-align: center;
    color: var(--color_wt);
  }
  .header .items a {
    padding: 15px 0;
  }
  #header.active {
    position: relative;
  }
  #header.active .header .links {
    content: '';
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .header_btn {
    width: 40%;
    margin: 30px auto 0;
  }
  .header .header_btn a {
    text-align: center;
  }
  .header .header_btn a:before {
    left: 20%;
  }
}
@media screen and (max-width: 767px) {
  .header .header_btn {
    width: 90%;
    margin: 15px auto 0;
  }
  .header .header_btn a {
    height: auto;
    padding: 20px;
  }
}

/*
    FOOTER
---------------------------------------------------*/
.footer {
  padding: 90px 0;
  background-color: var(--color_bk);
  color: var(--color_wt);
}
.footer .icon_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}
.footer .shop a {
  display: block;
}
.footer .old_outline {
  background-color: var(--color_wt);
  padding: 10px 20px;
  color: var(--color_bk);
  line-height: 1;
  display: inline-block;
}
.footer .old_outline:hover {
  transform: translateY(-5px);
}
.footer .access_wrap {
  text-align: center;
}
.footer .access_wrap a {
  color: inherit;
}
.copy-right {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .footer {
      padding: 45px 0;
  }
  .footer .icon_wrap {
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }
  .footer .old_outline {
    font-size: 20px;  
  }
}

/* COMING SOON & 404 */
.error404 .error,
.coming-soon .error,
.thanks .error {
    background: url(../img/common/pc_error_bg.png) no-repeat center center / cover;
}
.error404 .box,
.coming-soon .box,
.thanks .box {
    background: url(../img/common/pc_error_bk.png) no-repeat center center / cover;
}
.error404 .ttl_wrap,
.coming-soon .ttl_wrap,
.thanks .ttl_wrap {
    color: #b3b3b3;
}
.error404 .ttl,
.coming-soon .ttl,
.thanks .ttl {
    font-size: 160px;
    letter-spacing: normal;
    line-height: 1;
    padding-bottom: 0;
}
.error404 .sub_ttl,
.coming-soon .sub_ttl {
    font-size: 50px;
    margin-top: -30px;
}
.thanks .sub_ttl {
  font-size: 36px;
}
.error404 .btn a,
.coming-soon .btn a,
.thanks .btn a {
    max-width: 510px;
}

@media screen and (max-width: 1229px) {
  .error404 .ttl,
  .coming-soon .ttl,
  .thanks .ttl {
      font-size: 110px;
      padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
    .error404 .box,
    .coming-soon .box,
    .thanks .box {
        background: url(../img/common/sp_error_bk.png) no-repeat center center / cover;
        padding-block: 45px;
    }
    .thanks .box {
      padding-block: 65px;
    }
    .error404 .ttl {
        font-size: 100px;
        padding-bottom: 20px;
    }
    .coming-soon .ttl {
      font-size: 70px;
    }
    .thanks .ttl {
      font-size: 70px;
    }
    .error404 .sub_ttl,
    .coming-soon .sub_ttl {
        font-size: 30px;
        margin-top: -20px;
    }
    .thanks .sub_ttl {
      font-size: 23px;
      line-height: 1.5;
    }
}