@charset "UTF-8";
:root {
  --guideline-color: #e6b887;
  --window-width: tan(atan2(100vw, 1px));
  --padding_lr: calc(100 / var(--break) * 100vw);
  --break: 1300;
  font-size: calc(16 / var(--break) * 100vw);
  --linktxt: #a8415d;
  --black: #000;
  --color01: #004385;
  --color02: #080058;
  --color03: #F0F9FC;
  --color04: #CDECF4;
  --color05: #DCE5F8;
  --color06: #F5F5F5;
  --color07: #E2E7F4;
  --color08: #1473A5;
  --color09: #23221F;
  --color10: #EA6091;
  --color11: #C1F3F4;
  --color12: #C1F4D4;
  --color13: #F4E5C1;
  --color14: #F5C78C;
  --color15: #FFB7E0;
  --color16: #EFCAFB;
  --color17: #CADBFB;
  --color18: #C4EBFD;
  --color19: #C4FDD8;
  --color20: #ADE0AB;
  --color21: #F4F6B4;
  --color22: ;
  --size5px: calc(5 / var(--break) * 100vw);
  --size10px: calc(10 / var(--break) * 100vw);
  --size15px: calc(15 / var(--break) * 100vw);
  --size20px: calc(20 / var(--break) * 100vw);
  --size24px: calc(24 / var(--break) * 100vw);
  --size25px: calc(25 / var(--break) * 100vw);
  --size30px: calc(30 / var(--break) * 100vw);
  --size35px: calc(35 / var(--break) * 100vw);
  --size40px: calc(40 / var(--break) * 100vw);
  --size45px: calc(45 / var(--break) * 100vw);
  --size50px: calc(50 / var(--break) * 100vw);
  --size55px: calc(55 / var(--break) * 100vw);
  --size60px: calc(60 / var(--break) * 100vw);
  --size65px: calc(65 / var(--break) * 100vw);
  --size70px: calc(70 / var(--break) * 100vw);
  --size75px: calc(75 / var(--break) * 100vw);
  --size80px: calc(80 / var(--break) * 100vw);
  --size85px: calc(85 / var(--break) * 100vw);
  --size90px: calc(90 / var(--break) * 100vw);
  --size95px: calc(95 / var(--break) * 100vw);
  --size100px: calc(100 / var(--break) * 100vw);
  --size105px: calc(105 / var(--break) * 100vw);
  --size110px: calc(110 / var(--break) * 100vw);
  --size115px: calc(115 / var(--break) * 100vw);
  --size120px: calc(120 / var(--break) * 100vw);
  --size125px: calc(125 / var(--break) * 100vw);
  --size130px: calc(130 / var(--break) * 100vw);
  --size135px: calc(135 / var(--break) * 100vw);
  --size140px: calc(140 / var(--break) * 100vw);
  --size145px: calc(145 / var(--break) * 100vw);
  --size150px: calc(150 / var(--break) * 100vw);
  --size160px: calc(160 / var(--break) * 100vw);
  --size170px: calc(170 / var(--break) * 100vw);
  --size175px: calc(175 / var(--break) * 100vw);
  --size180px: calc(180 / var(--break) * 100vw);
  --size190px: calc(190 / var(--break) * 100vw);
  --size200px: calc(200 / var(--break) * 100vw);
}

/*@media (min-width: 1300px) {*/
@media (min-width: 1300px) {
  :root {
    --break: 1300;
    font-size: 1rem;
    --size5px: 0.3125rem;
    --size10px: 0.625rem;
    --size15px: 0.9375rem;
    --size20px: 1.25rem;
    --size24px: 1.5rem;
    --size25px: 1.5625rem;
    --size30px: 1.875rem;
    --size35px: 2.1875rem;
    --size40px: 2.5rem;
    --size45px: 2.8125rem;
    --size50px: 3.125rem;
    --size55px: 3.4375rem;
    --size60px: 3.75rem;
    --size65px: 4.0625rem;
    --size70px: 4.375rem;
    --size75px: 4.6875rem;
    --size80px: 5rem;
    --size85px: 5.3125rem;
    --size90px: 5.625rem;
    --size95px: 5.9375rem;
    --size100px: 6.25rem;
    --size105px: 6.5625rem;
    --size110px: 6.875rem;
    --size115px: 7.1875rem;
    --size120px: 7.5rem;
    --size125px: 7.8125rem;
    --size130px: 8.125rem;
    --size135px: 8.4375rem;
    --size140px: 8.75rem;
    --size145px: 9.0625rem;
    --size150px: 9.375rem;
    --size155px: 9.6875rem;
    --size160px: 10rem;
    --size165px: 10.3125rem;
    --size170px: 10.625rem;
    --size175px: 10.9375rem;
    --size180px: 11.25rem;
    --size185px: 11.5625rem;
    --size190px: 11.875rem;
    --size195px: 12.1875rem;
    --size200px: 12.5rem;
  }
}
/*@media (min-width: $media-min-small) and (max-width: 1299px) {*/
@media (min-width: 768px) and (max-width: 1299px) {
  :root {
    --break: 1299;
  }
}
@media (max-width: 767px) {
  :root {
    --padding_lr: calc(20 / var(--break) * 100vw);
    --break: 375;
    font-size: 4.27vw;
  }
  html,
body {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 1.125rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: var(--black);
  line-height: 1.8;
  letter-spacing: 0;
}

.ef {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.mf {
  font-family: "Noto Serif JP", sans-serif;
  font-optical-sizing: auto;
}

.hmf {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.fwn {
  font-weight: normal;
}

.fwm {
  font-weight: 500;
}

.fwb {
  font-weight: bold;
}

.fwsb {
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

video {
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: var(--linktxt);
  text-decoration: none;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, text-decoratin 0.2s;
}

#wrap {
  overflow-x: hidden;
  position: relative;
}

.oh {
  overflow: hidden;
}

a:hover {
  opacity: 0.85;
  transition: 0.2s;
}

a.zoom {
  pointer-events: none;
}

.inner,
.inner_ss,
.inner_s,
.inner_m,
.inner_ml,
.inner_l,
.inner1000,
.inner1140,
.inner1200,
.inner1340,
.inner1500,
.inner1640,
.inner1720 {
  max-width: calc(1100px + var(--padding_lr) * 2);
  padding-left: var(--padding_lr);
  padding-right: var(--padding_lr);
  margin: 0 auto;
  width: 100%;
}

.inner_l {
  max-width: 1528px;
}

.inner_ss {
  max-width: calc(800px + var(--padding_lr) * 2);
}

.inner_s {
  max-width: calc(915px + var(--padding_lr) * 2);
}

.inner_m {
  max-width: calc(1120px + var(--padding_lr) * 2);
}

.inner_ml {
  max-width: 1440px;
}

.inner1000 {
  max-width: 1000px;
}

.inner1140 {
  max-width: 1140px;
}

.inner1200 {
  max-width: 1200px;
}

.inner1340 {
  max-width: 1340px;
}

.inner1500 {
  max-width: 1500px;
}

.inner1640 {
  max-width: 1640px;
}

.inner1720 {
  max-width: 1720px;
}

.w100 {
  width: 100% !important;
}

table {
  table-layout: fixed;
}

td input {
  max-width: 100%;
}

a[href^="tel:"] {
  cursor: default;
}

a[href^="tel:"]:hover {
  opacity: 1;
}

.slick-slide {
  outline: none;
}

.adjust {
  display: none;
}

.tb_only {
  display: none;
}

.sp_only {
  display: none;
}

.tb_pc {
  display: inherit;
}

.sp_tb {
  display: none;
}

@media (min-width: 768px) and (max-width: 1299px) {
  .pc_only {
    display: none;
  }
  .tb_only {
    display: inherit;
  }
  .sp_only {
    display: none;
  }
  .tb_pc {
    display: inherit;
  }
  .sp_tb {
    display: inherit;
  }
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.flex.start {
  justify-content: flex-start;
}

.flex.end {
  justify-content: flex-end;
}

.flex.center {
  justify-content: center;
}

.flex.around {
  justify-content: space-around;
}

.flex.between {
  justify-content: space-between;
}

.flex.stretch {
  align-items: stretch;
}

.flex.ai_center {
  align-items: center;
}

.flex.ai_start {
  align-items: flex-start;
}

.flex.ai_end {
  align-items: flex-end;
}

.flex.ai_baseline {
  align-items: baseline;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.column {
  flex-direction: column;
}

.flex.row {
  flex-direction: row;
}

.flex.c_reverse {
  flex-direction: column-reverse;
}

.flex.r_reverse {
  flex-direction: row-reverse;
}

.flex.cc {
  align-items: center;
  justify-content: center;
}

.flex.ccc {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flex.cccc {
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

.noshrink {
  flex: 0 0 auto;
}

.grow {
  flex: 1 1 auto;
}

.ccl {
  border-radius: 100%;
}

.bdrd5 {
  border-radius: var(--size5px);
}

.bdrd10 {
  border-radius: var(--size10px);
}

.bdrd15 {
  border-radius: var(--size15px);
}

.bdrd20 {
  border-radius: var(--size20px);
}

.bdrd25 {
  border-radius: var(--size25px);
}

.bdrd30 {
  border-radius: var(--size30px);
}

.bdrd35 {
  border-radius: var(--size35px);
}

.bdrd40 {
  border-radius: var(--size40px);
}

.bdrd45 {
  border-radius: var(--size45px);
}

.bdrd50 {
  border-radius: var(--size50px);
}

.txt_left {
  text-align: left;
}

.bdrd_w1 {
  border: 1px solid;
}

.bdrd_w2 {
  border: 2px solid;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_rl {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.txt_ind {
  text-indent: 1em;
}

.txt_ind_r {
  text-indent: -0.5em;
}

.mgn_a {
  margin-left: auto;
  margin-right: auto;
}

.mgn_l {
  margin-left: auto;
}

.mgn_r {
  margin-right: auto;
}

.no_mgn {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: var(--size5px);
}

.mb10 {
  margin-bottom: var(--size10px);
}

.mb15 {
  margin-bottom: var(--size15px);
}

.mb20 {
  margin-bottom: var(--size20px);
}

.mb24 {
  margin-bottom: var(--size24px);
}

.mb25 {
  margin-bottom: var(--size25px);
}

.mb30 {
  margin-bottom: var(--size30px);
}

.mb35 {
  margin-bottom: var(--size35px);
}

.mb40 {
  margin-bottom: var(--size40px);
}

.mb45 {
  margin-bottom: var(--size45px);
}

.mb50 {
  margin-bottom: var(--size50px);
}

.mb55 {
  margin-bottom: var(--size55px);
}

.mb60 {
  margin-bottom: var(--size60px);
}

.mb65 {
  margin-bottom: var(--size65px);
}

.mb70 {
  margin-bottom: var(--size70px);
}

.mb75 {
  margin-bottom: var(--size75px);
}

.mb80 {
  margin-bottom: var(--size80px);
}

.mb85 {
  margin-bottom: var(--size85px);
}

.mb90 {
  margin-bottom: var(--size90px);
}

.mb95 {
  margin-bottom: var(--size95px);
}

.mb100 {
  margin-bottom: var(--size100px);
}

.mb105 {
  margin-bottom: var(--size105px);
}

.mb110 {
  margin-bottom: var(--size110px);
}

.mb115 {
  margin-bottom: var(--size115px);
}

.mb120 {
  margin-bottom: var(--size120px);
}

.mb125 {
  margin-bottom: var(--size125px);
}

.mb130 {
  margin-bottom: var(--size130px);
}

.mb135 {
  margin-bottom: var(--size135px);
}

.mb140 {
  margin-bottom: var(--size140px);
}

.mb145 {
  margin-bottom: var(--size145px);
}

.mb150 {
  margin-bottom: var(--size150px);
}

.mb05em {
  margin-bottom: 0.5em;
}

.mb10em {
  margin-bottom: 1em;
}

.mb15em {
  margin-bottom: 1.5em;
}

.mb20em {
  margin-bottom: 2em;
}

.mb25em {
  margin-bottom: 2.5em;
}

.mb30em {
  margin-bottom: 3em;
}

.mt5 {
  margin-top: var(--size5px);
}

.mt10 {
  margin-top: var(--size10px);
}

.mt15 {
  margin-top: var(--size15px);
}

.mt20 {
  margin-top: var(--size20px);
}

.mt24 {
  margin-top: var(--size24px);
}

.mt25 {
  margin-top: var(--size25px);
}

.mt30 {
  margin-top: var(--size30px);
}

.mt35 {
  margin-top: var(--size35px);
}

.mt40 {
  margin-top: var(--size40px);
}

.mt45 {
  margin-top: var(--size45px);
}

.mt50 {
  margin-top: var(--size50px);
}

.mt55 {
  margin-top: var(--size55px);
}

.mt60 {
  margin-top: var(--size60px);
}

.mt65 {
  margin-top: var(--size65px);
}

.mt70 {
  margin-top: var(--size70px);
}

.mt75 {
  margin-top: var(--size75px);
}

.mt80 {
  margin-top: var(--size80px);
}

.mt85 {
  margin-top: var(--size85px);
}

.mt90 {
  margin-top: var(--size90px);
}

.mt95 {
  margin-top: var(--size95px);
}

.mt100 {
  margin-top: var(--size100px);
}

.mt105 {
  margin-top: var(--size105px);
}

.mt110 {
  margin-top: var(--size110px);
}

.mt115 {
  margin-top: var(--size115px);
}

.mt120 {
  margin-top: var(--size120px);
}

.mt125 {
  margin-top: var(--size125px);
}

.mt130 {
  margin-top: var(--size130px);
}

.mt135 {
  margin-top: var(--size135px);
}

.mt140 {
  margin-top: var(--size140px);
}

.mt145 {
  margin-top: var(--size145px);
}

.mt150 {
  margin-top: var(--size150px);
}

.mt05em {
  margin-top: 0.5em;
}

.mt10em {
  margin-top: 1em;
}

.mt15em {
  margin-top: 1.5em;
}

.mt20em {
  margin-top: 2em;
}

.mt25em {
  margin-top: 2.5em;
}

.mt30em {
  margin-top: 3em;
}

.mr5 {
  margin-right: var(--size5px);
}

.mr10 {
  margin-right: var(--size10px);
}

.mr15 {
  margin-right: var(--size15px);
}

.mr20 {
  margin-right: var(--size20px);
}

.mr24 {
  margin-right: var(--size24px);
}

.mr25 {
  margin-right: var(--size25px);
}

.mr30 {
  margin-right: var(--size30px);
}

.mr35 {
  margin-right: var(--size35px);
}

.mr40 {
  margin-right: var(--size40px);
}

.mr45 {
  margin-right: var(--size45px);
}

.mr50 {
  margin-right: var(--size50px);
}

.mr05em {
  margin-right: 0.5em;
}

.mr10em {
  margin-right: 1em;
}

.mr15em {
  margin-right: 1.5em;
}

.mr20em {
  margin-right: 2em;
}

.mr25em {
  margin-right: 2.5em;
}

.mr30em {
  margin-right: 3em;
}

.ml5 {
  margin-left: var(--size5px);
}

.ml10 {
  margin-left: var(--size10px);
}

.ml15 {
  margin-left: var(--size15px);
}

.ml50 {
  margin-left: var(--size50px);
}

.ml20 {
  margin-left: var(--size20px);
}

.ml24 {
  margin-left: var(--size24px);
}

.ml25 {
  margin-left: var(--size25px);
}

.ml30 {
  margin-left: var(--size30px);
}

.ml35 {
  margin-left: var(--size35px);
}

.ml40 {
  margin-left: var(--size40px);
}

.ml45 {
  margin-left: var(--size45px);
}

.ml50 {
  margin-left: var(--size50px);
}

.ml60 {
  margin-left: var(--size60px);
}

.ml65 {
  margin-left: var(--size65px);
}

.ml70 {
  margin-left: var(--size70px);
}

.ml75 {
  margin-left: var(--size75px);
}

.ml05em {
  margin-left: 0.5em;
}

.ml10em {
  margin-left: 1em;
}

.ml15em {
  margin-left: 1.5em;
}

.ml20em {
  margin-left: 2em;
}

.ml25em {
  margin-left: 2.5em;
}

.ml30em {
  margin-left: 3em;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.dtbl {
  display: table;
}

.por {
  position: relative;
  z-index: 1;
}

.poa {
  position: absolute;
}

.zi0 {
  z-index: 0;
}

.zi1 {
  z-index: 1;
}

.zi2 {
  z-index: 2;
}

.turn_up {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lh1 {
  line-height: 1;
}

.lh11 {
  line-height: 1.1;
}

.lh12 {
  line-height: 1.2;
}

.lh13 {
  line-height: 1.3;
}

.lh14 {
  line-height: 1.4;
}

.lh15 {
  line-height: 1.5;
}

.lh16 {
  line-height: 1.6;
}

.lh17 {
  line-height: 1.7;
}

.lh18 {
  line-height: 1.8;
}

.lh19 {
  line-height: 1.9;
}

.lh2 {
  line-height: 2;
}

.lh22 {
  line-height: 2.2;
}

.lh25 {
  line-height: 2.5;
}

.pt0 {
  padding-top: 0;
}

.pt5 {
  padding-top: var(--size5px);
}

.pt10 {
  padding-top: var(--size10px);
}

.pt15 {
  padding-top: var(--size15px);
}

.pt20 {
  padding-top: var(--size20px);
}

.pt24 {
  padding-top: var(--size24px);
}

.pt25 {
  padding-top: var(--size25px);
}

.pt30 {
  padding-top: var(--size30px);
}

.pt35 {
  padding-top: var(--size35px);
}

.pt40 {
  padding-top: var(--size40px);
}

.pt45 {
  padding-top: var(--size45px);
}

.pt50 {
  padding-top: var(--size50px);
}

.pt55 {
  padding-top: var(--size55px);
}

.pt60 {
  padding-top: var(--size60px);
}

.pt65 {
  padding-top: var(--size65px);
}

.pt70 {
  padding-top: var(--size70px);
}

.pt75 {
  padding-top: var(--size75px);
}

.pt80 {
  padding-top: var(--size80px);
}

.pt85 {
  padding-top: var(--size85px);
}

.pt90 {
  padding-top: var(--size90px);
}

.pt95 {
  padding-top: var(--size95px);
}

.pt100 {
  padding-top: var(--size100px);
}

.pt105 {
  padding-top: var(--size105px);
}

.pt110 {
  padding-top: var(--size110px);
}

.pt115 {
  padding-top: var(--size115px);
}

.pt120 {
  padding-top: var(--size120px);
}

.pt125 {
  padding-top: var(--size125px);
}

.pt130 {
  padding-top: var(--size130px);
}

.pt135 {
  padding-top: var(--size135px);
}

.pt140 {
  padding-top: var(--size140px);
}

.pt145 {
  padding-top: var(--size145px);
}

.pt150 {
  padding-top: var(--size150px);
}

.pt160 {
  padding-top: var(--size160px);
}

.pt170 {
  padding-top: var(--size170px);
}

.pt180 {
  padding-top: var(--size180px);
}

.pt190 {
  padding-top: var(--size190px);
}

.pt200 {
  padding-top: var(--size200px);
}

.pb0 {
  padding-bottom: 0;
}

.pb5 {
  padding-bottom: var(--size5px);
}

.pb10 {
  padding-bottom: var(--size10px);
}

.pb15 {
  padding-bottom: var(--size15px);
}

.pb20 {
  padding-bottom: var(--size20px);
}

.pb24 {
  padding-bottom: var(--size24px);
}

.pb25 {
  padding-bottom: var(--size25px);
}

.pb30 {
  padding-bottom: var(--size30px);
}

.pb35 {
  padding-bottom: var(--size35px);
}

.pb40 {
  padding-bottom: var(--size40px);
}

.pb45 {
  padding-bottom: var(--size45px);
}

.pb50 {
  padding-bottom: var(--size50px);
}

.pb55 {
  padding-bottom: var(--size55px);
}

.pb60 {
  padding-bottom: var(--size60px);
}

.pb65 {
  padding-bottom: var(--size65px);
}

.pb70 {
  padding-bottom: var(--size70px);
}

.pb75 {
  padding-bottom: var(--size75px);
}

.pb80 {
  padding-bottom: var(--size80px);
}

.pb85 {
  padding-bottom: var(--size85px);
}

.pb90 {
  padding-bottom: var(--size90px);
}

.pb95 {
  padding-bottom: var(--size95px);
}

.pb100 {
  padding-bottom: var(--size100px);
}

.pb105 {
  padding-bottom: var(--size105px);
}

.pb110 {
  padding-bottom: var(--size110px);
}

.pb115 {
  padding-bottom: var(--size115px);
}

.pb120 {
  padding-bottom: var(--size120px);
}

.pb125 {
  padding-bottom: var(--size125px);
}

.pb130 {
  padding-bottom: var(--size130px);
}

.pb135 {
  padding-bottom: var(--size135px);
}

.pb140 {
  padding-bottom: var(--size140px);
}

.pb145 {
  padding-bottom: var(--size145px);
}

.pb150 {
  padding-bottom: var(--size150px);
}

.pb160 {
  padding-bottom: var(--size160px);
}

.pb170 {
  padding-bottom: var(--size170px);
}

.pb180 {
  padding-bottom: var(--size180px);
}

.pb190 {
  padding-bottom: var(--size190px);
}

.pb200 {
  padding-bottom: var(--size200px);
}

.pr5 {
  padding-right: var(--size5px);
}

.pr10 {
  padding-right: var(--size10px);
}

.pr15 {
  padding-right: var(--size15px);
}

.pr20 {
  padding-right: var(--size20px);
}

.pr24 {
  padding-right: var(--size24px);
}

.pr25 {
  padding-right: var(--size25px);
}

.pr30 {
  padding-right: var(--size30px);
}

.pr35 {
  padding-right: var(--size35px);
}

.pr40 {
  padding-right: var(--size40px);
}

.pr45 {
  padding-right: var(--size45px);
}

.pr50 {
  padding-right: var(--size50px);
}

.pr55 {
  padding-right: var(--size55px);
}

.pr60 {
  padding-right: var(--size60px);
}

.pr65 {
  padding-right: var(--size65px);
}

.pr70 {
  padding-right: var(--size70px);
}

.pr75 {
  padding-right: var(--size75px);
}

.pr80 {
  padding-right: var(--size80px);
}

.pr85 {
  padding-right: var(--size85px);
}

.pr90 {
  padding-right: var(--size90px);
}

.pr95 {
  padding-right: var(--size95px);
}

.pr100 {
  padding-right: var(--size100px);
}

.pl5 {
  padding-left: var(--size5px);
}

.pl10 {
  padding-left: var(--size10px);
}

.pl15 {
  padding-left: var(--size15px);
}

.pl20 {
  padding-left: var(--size20px);
}

.pl24 {
  padding-left: var(--size24px);
}

.pl25 {
  padding-left: var(--size25px);
}

.pl30 {
  padding-left: var(--size30px);
}

.pl35 {
  padding-left: var(--size35px);
}

.pl40 {
  padding-left: var(--size40px);
}

.pl45 {
  padding-left: var(--size45px);
}

.pl50 {
  padding-left: var(--size50px);
}

.pl55 {
  padding-left: var(--size55px);
}

.pl60 {
  padding-left: var(--size60px);
}

.pl65 {
  padding-left: var(--size65px);
}

.pl70 {
  padding-left: var(--size70px);
}

.pl75 {
  padding-left: var(--size75px);
}

.pl80 {
  padding-left: var(--size80px);
}

.pl85 {
  padding-left: var(--size85px);
}

.pl90 {
  padding-left: var(--size90px);
}

.pl95 {
  padding-left: var(--size95px);
}

.pl100 {
  padding-left: var(--size100px);
}

.prl5 {
  padding-right: var(--size5px);
  padding-left: var(--size5px);
}

.prl10 {
  padding-right: var(--size10px);
  padding-left: var(--size10px);
}

.prl15 {
  padding-right: var(--size15px);
  padding-left: var(--size15px);
}

.prl20 {
  padding-right: var(--size20px);
  padding-left: var(--size20px);
}

.prl24 {
  padding-right: var(--size24px);
  padding-left: var(--size24px);
}

.prl25 {
  padding-right: var(--size25px);
  padding-left: var(--size25px);
}

.prl30 {
  padding-right: var(--size30px);
  padding-left: var(--size30px);
}

.prl35 {
  padding-right: var(--size35px);
  padding-left: var(--size35px);
}

.prl40 {
  padding-right: var(--size40px);
  padding-left: var(--size40px);
}

.prl45 {
  padding-right: var(--size45px);
  padding-left: var(--size45px);
}

.prl50 {
  padding-right: var(--size50px);
  padding-left: var(--size50px);
}

.prl55 {
  padding-right: var(--size55px);
  padding-left: var(--size55px);
}

.prl60 {
  padding-right: var(--size60px);
  padding-left: var(--size60px);
}

.prl65 {
  padding-right: var(--size65px);
  padding-left: var(--size65px);
}

.prl70 {
  padding-right: var(--size70px);
  padding-left: var(--size70px);
}

.prl75 {
  padding-right: var(--size75px);
  padding-left: var(--size75px);
}

.prl80 {
  padding-right: var(--size80px);
  padding-left: var(--size80px);
}

.prl85 {
  padding-right: var(--size85px);
  padding-left: var(--size85px);
}

.prl90 {
  padding-right: var(--size90px);
  padding-left: var(--size90px);
}

.prl95 {
  padding-right: var(--size95px);
  padding-left: var(--size95px);
}

.prl100 {
  padding-right: var(--size100px);
  padding-left: var(--size100px);
}

.fz10 {
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}

.fz12 {
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

.fz13 {
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
}

.fz14 {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.fz15 {
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}

.fz16 {
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.fz17 {
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
}

.fz18 {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.fz20 {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

.fz22 {
  font-size: 1.375rem;
  letter-spacing: 0.05em;
}

.fz23 {
  font-size: 1.437rem;
  letter-spacing: 0.05em;
}

.fz24 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

.fz25 {
  font-size: 1.5625rem;
  letter-spacing: 0.05em;
}

.fz26 {
  font-size: 1.625rem;
  letter-spacing: 0.05em;
}

.fz27 {
  font-size: 1.687rem;
  letter-spacing: 0.05em;
}

.fz28 {
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}

.fz30 {
  font-size: 1.875rem;
  letter-spacing: 0.05em;
}

.fz32 {
  font-size: 2rem;
  letter-spacing: 0.05em;
}

.fz34 {
  font-size: 2.125rem;
  letter-spacing: 0.05em;
}

.fz35 {
  font-size: 2.187rem;
  letter-spacing: 0.05em;
}

.fz36 {
  font-size: 2.25rem;
  letter-spacing: 0.05em;
}

.fz38 {
  font-size: 2.375rem;
  letter-spacing: 0.05em;
}

.fz40 {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}

.fz42 {
  font-size: 2.625rem;
  letter-spacing: 0.05em;
}

.fz44 {
  font-size: 2.75rem;
  letter-spacing: 0.05em;
}

.fz45 {
  font-size: 2.812rem;
  letter-spacing: 0.05em;
}

.fz46 {
  font-size: 2.875rem;
  letter-spacing: 0.05em;
}

.fz48 {
  font-size: 3rem;
  letter-spacing: 0.05em;
}

.fz50 {
  font-size: 3.125rem;
  letter-spacing: 0.05em;
}

.fz52 {
  font-size: 3.25rem;
  letter-spacing: 0.05em;
}

.fz54 {
  font-size: 3.375rem;
  letter-spacing: 0.05em;
}

.fz56 {
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}

.fz58 {
  font-size: 3.625rem;
  letter-spacing: 0.05em;
}

.fz60 {
  font-size: 3.75rem;
  letter-spacing: 0.05em;
}

.fz62 {
  font-size: 3.875rem;
  letter-spacing: 0.05em;
}

.fz64 {
  font-size: 4rem;
  letter-spacing: 0.05em;
}

.fz66 {
  font-size: 4.125rem;
  letter-spacing: 0.05em;
}

.fz68 {
  font-size: 4.25rem;
  letter-spacing: 0.05em;
}

.fz70 {
  font-size: 4.375rem;
  letter-spacing: 0.05em;
}

.fz74 {
  font-size: 4.625rem;
  letter-spacing: 0.05em;
}

.fz80 {
  font-size: 5rem;
  letter-spacing: 0.05em;
}

.fz84 {
  font-size: 5.25rem;
  letter-spacing: 0.05em;
}

.fz86 {
  font-size: 5.5rem;
  letter-spacing: 0.05em;
}

.fz90 {
  font-size: 5.625rem;
  letter-spacing: 0.05em;
}

.fz96 {
  font-size: 6rem;
  letter-spacing: 0.05em;
}

.fz100 {
  font-size: 6.25rem;
  letter-spacing: 0.05em;
}

.fz108 {
  font-size: 6.75rem;
  letter-spacing: 0.05em;
}

.fz110 {
  font-size: 6.875rem;
  letter-spacing: 0.05em;
}

.fz120 {
  font-size: 7.5rem;
  letter-spacing: 0.05em;
}

.fz130 {
  font-size: 8.125rem;
  letter-spacing: 0.05em;
}

.fz140 {
  font-size: 8.75rem;
  letter-spacing: 0.05em;
}

.fz150 {
  font-size: 9.375rem;
  letter-spacing: 0.05em;
}

.fz152 {
  font-size: 9.875rem;
  letter-spacing: 0.05em;
}

.fz160 {
  font-size: 10rem;
  letter-spacing: 0.05em;
}

.fz170 {
  font-size: 10.625rem;
  letter-spacing: 0.05em;
}

.fz180 {
  font-size: 11.25rem;
  letter-spacing: 0.05em;
}

.fz190 {
  font-size: 11.875rem;
  letter-spacing: 0.05em;
}

.fz200 {
  font-size: 12.5rem;
  letter-spacing: 0.05em;
}

.ls0 {
  letter-spacing: 0;
}

.ls05 {
  letter-spacing: 0.05em;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls15 {
  letter-spacing: 0.15em;
}

.ls2 {
  letter-spacing: 0.2em;
}

.ls25 {
  letter-spacing: 0.25em;
}

.ls3 {
  letter-spacing: 0.3em;
}

.txt_white {
  color: #fff !important;
}

.bg_white {
  background-color: #fff !important;
}

.txt_black {
  color: #000 !important;
}

.bg_black {
  background-color: #000 !important;
}

.bg_grad01 {
  background: linear-gradient(#54c2f0 0%, #54c2f0 13.59%, #004385 100%, #004385 100%);
}

.box_shadow {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.shadow_w {
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
}

.shadow_wb {
  text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff, 0px 0px 20px #fff;
}

.shadow {
  text-shadow: 0px 0px 5px #464646, 0px 0px 5px #464646, 0px 0px 10px #464646, 0px 0px 10px #464646, 0px 0px 15px #464646, 0px 0px 15px #464646;
}

.shadow_b {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 5px 5px 10px rgba(0, 0, 0, 0.3), 5px 5px 10px rgba(0, 0, 0, 0.3);
}

em {
  font-style: normal;
}

.txt_col01 {
  color: var(--color01) !important;
}

.txt_col02 {
  color: var(--color02) !important;
}

.txt_col03 {
  color: var(--color03) !important;
}

.txt_col04 {
  color: var(--color04) !important;
}

.txt_col05 {
  color: var(--color05) !important;
}

.txt_col06 {
  color: var(--color06) !important;
}

.txt_col07 {
  color: var(--color07) !important;
}

.txt_col08 {
  color: var(--color08) !important;
}

.txt_col09 {
  color: var(--color09) !important;
}

.txt_col10 {
  color: var(--color10) !important;
}

.txt_col11 {
  color: var(--color11) !important;
}

.txt_col12 {
  color: var(--color12) !important;
}

.txt_col13 {
  color: var(--color13) !important;
}

.txt_col14 {
  color: var(--color14) !important;
}

.txt_col15 {
  color: var(--color15) !important;
}

.txt_col16 {
  color: var(--color16) !important;
}

.txt_col17 {
  color: var(--color17) !important;
}

.txt_col18 {
  color: var(--color18) !important;
}

.txt_col19 {
  color: var(--color19) !important;
}

.txt_col20 {
  color: var(--color20) !important;
}

.txt_col_fl01::first-letter {
  color: var(--color01) !important;
}

.txt_col_fl02::first-letter {
  color: var(--color02) !important;
}

.txt_col_fl03::first-letter {
  color: var(--color03) !important;
}

.txt_col_fl04::first-letter {
  color: var(--color04) !important;
}

.txt_col_fl05::first-letter {
  color: var(--color05) !important;
}

.txt_col_fl06::first-letter {
  color: var(--color06) !important;
}

.txt_col_fl07::first-letter {
  color: var(--color07) !important;
}

.txt_col_fl08::first-letter {
  color: var(--color08) !important;
}

.txt_col_fl09::first-letter {
  color: var(--color09) !important;
}

.txt_col_fl10::first-letter {
  color: var(--color10) !important;
}

.txt_col_fl11::first-letter {
  color: var(--color11) !important;
}

.txt_col_fl12::first-letter {
  color: var(--color12) !important;
}

.txt_col_fl13::first-letter {
  color: var(--color13) !important;
}

.txt_col_fl14::first-letter {
  color: var(--color14) !important;
}

.txt_col_fl15::first-letter {
  color: var(--color15) !important;
}

.txt_col_fl16::first-letter {
  color: var(--color16) !important;
}

.txt_col_fl17::first-letter {
  color: var(--color17) !important;
}

.txt_col_fl18::first-letter {
  color: var(--color18) !important;
}

.txt_col_fl19::first-letter {
  color: var(--color19) !important;
}

.txt_col_fl20::first-letter {
  color: var(--color20) !important;
}

.bg_col01 {
  background-color: var(--color01) !important;
}

.bg_col02 {
  background-color: var(--color02) !important;
}

.bg_col03 {
  background-color: var(--color03) !important;
}

.bg_col04 {
  background-color: var(--color04) !important;
}

.bg_col05 {
  background-color: var(--color05) !important;
}

.bg_col06 {
  background-color: var(--color06) !important;
}

.bg_col07 {
  background-color: var(--color07) !important;
}

.bg_col08 {
  background-color: var(--color08) !important;
}

.bg_col09 {
  background-color: var(--color09) !important;
}

.bg_col10 {
  background-color: var(--color10) !important;
}

.bg_col11 {
  background-color: var(--color11) !important;
}

.bg_col12 {
  background-color: var(--color12) !important;
}

.bg_col13 {
  background-color: var(--color13) !important;
}

.bg_col14 {
  background-color: var(--color14) !important;
}

.bg_col15 {
  background-color: var(--color15) !important;
}

.bg_col16 {
  background-color: var(--color16) !important;
}

.bg_col17 {
  background-color: var(--color17) !important;
}

.bg_col18 {
  background-color: var(--color18) !important;
}

.bg_col19 {
  background-color: var(--color19) !important;
}

.bg_col20 {
  background-color: var(--color20) !important;
}

.bg_col21 {
  background-color: var(--color21) !important;
}

.bdr_col01 {
  border-color: var(--color01) !important;
}

.bdr_col02 {
  border-color: var(--color02) !important;
}

.bdr_col03 {
  border-color: var(--color03) !important;
}

.bdr_col04 {
  border-color: var(--color04) !important;
}

.bdr_col05 {
  border-color: var(--color05) !important;
}

.bdr_col06 {
  border-color: var(--color06) !important;
}

.bdr_col07 {
  border-color: var(--color07) !important;
}

.bdr_col08 {
  border-color: var(--color08) !important;
}

.bdr_col09 {
  border-color: var(--color09) !important;
}

.bdr_col10 {
  border-color: var(--color10) !important;
}

.bdr_col11 {
  border-color: var(--color11) !important;
}

.bdr_col12 {
  border-color: var(--color12) !important;
}

.bdr_col13 {
  border-color: var(--color13) !important;
}

.bdr_col14 {
  border-color: var(--color14) !important;
}

.bdr_col15 {
  border-color: var(--color15) !important;
}

.bdr_col16 {
  border-color: var(--color16) !important;
}

.bdr_col17 {
  border-color: var(--color17) !important;
}

.bdr_col18 {
  border-color: var(--color18) !important;
}

.bdr_col19 {
  border-color: var(--color19) !important;
}

.bdr_col20 {
  border-color: var(--color20) !important;
}

.bdr_black {
  border-color: #000 !important;
}

@media (max-width: 767px) {
  :root {
    font-size: 4.27vw;
  }
  html,
body {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .inner,
.inner_ss,
.inner_s,
.inner_m,
.inner_ml,
.inner_l,
.inner1000,
.inner1140,
.inner1200,
.inner1340,
.inner1500,
.inner1640,
.inner1720 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .pc_only {
    display: none;
  }
  .tb_only {
    display: none;
  }
  .sp_only {
    display: inherit;
  }
  .tb_pc {
    display: none;
  }
  .sp_tb {
    display: inherit;
  }
  .pt_1vw {
    padding-top: 1vw;
  }
  .pt_2vw {
    padding-top: 2vw;
  }
  .pt_3vw {
    padding-top: 3vw;
  }
  .pt_4vw {
    padding-top: 3vw;
  }
  .pt_5vw {
    padding-top: 5vw;
  }
  .pt_6vw {
    padding-top: 6vw;
  }
  .pt_7vw {
    padding-top: 7vw;
  }
  .pt_8vw {
    padding-top: 8vw;
  }
  .pt_9vw {
    padding-top: 9vw;
  }
  .pt_10vw {
    padding-top: 10vw;
  }
  .pt_11vw {
    padding-top: 11vw;
  }
  .pt_12vw {
    padding-top: 12vw;
  }
  .pt_13vw {
    padding-top: 13vw;
  }
  .pt_14vw {
    padding-top: 14vw;
  }
  .pt_15vw {
    padding-top: 15vw;
  }
  .pb_1vw {
    padding-bottom: 1vw;
  }
  .pb_2vw {
    padding-bottom: 2vw;
  }
  .pb_3vw {
    padding-bottom: 4vw;
  }
  .pb_5vw {
    padding-bottom: 5vw;
  }
  .pb_6vw {
    padding-bottom: 6vw;
  }
  .pb_7vw {
    padding-bottom: 7vw;
  }
  .pb_8vw {
    padding-bottom: 8vw;
  }
  .pb_9vw {
    padding-bottom: 9vw;
  }
  .pb_10vw {
    padding-bottom: 10vw;
  }
  .pb_11vw {
    padding-bottom: 11vw;
  }
  .pb_12vw {
    padding-bottom: 12vw;
  }
  .pb_13vw {
    padding-bottom: 13vw;
  }
  .pb_14vw {
    padding-bottom: 14vw;
  }
  .pb_15vw {
    padding-bottom: 15vw;
  }
  .ls0_sp {
    letter-spacing: 0 !important;
  }
  .ls05_sp {
    letter-spacing: 0.05em !important;
  }
  .ls15_sp {
    letter-spacing: 0.15em !important;
  }
  .ls2_sp {
    letter-spacing: 0.2em !important;
  }
  .txt_width {
    max-width: calc(646 / var(--break) * 100vw) !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sp_left {
    text-align: left !important;
  }
  .shadow_w {
    text-shadow: 0px 0px calc(5 / var(--break) * 100vw) #fff, 0px 0px calc(5 / var(--break) * 100vw) #fff, 0px 0px calc(10 / var(--break) * 100vw) #fff, 0px 0px calc(10 / var(--break) * 100vw) #fff, 0px 0px calc(15 / var(--break) * 100vw) #fff, 0px 0px calc(15 / var(--break) * 100vw) #fff;
  }
  .shadow {
    text-shadow: 0px 0px calc(5 / var(--break) * 100vw) #464646, 0px 0px calc(5 / var(--break) * 100vw) #464646, 0px 0px calc(10 / var(--break) * 100vw) #464646, 0px 0px calc(10 / var(--break) * 100vw) #464646, 0px 0px calc(15 / var(--break) * 100vw) #464646, 0px 0px calc(15 / var(--break) * 100vw) #464646;
  }
  .txt_tb {
    writing-mode: horizontal-tb;
  }
}
a {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, text-decoratin 0.2s;
}

a:link,
a:visited {
  color: #0060B0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.container {
  max-width: 1168px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.wrap_main {
  padding: 3.75rem 0 0;
}
@media screen and (max-width: 767px) {
  .wrap_main {
    padding: 3.75rem 0 0;
    flex-direction: column-reverse !important;
  }
}

#main {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main {
    flex-grow: 2;
  }
}
.home #main {
  padding-top: 0;
}

.columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .columns {
    flex-direction: column;
  }
}
.columns aside {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .columns aside {
    width: 100%;
    order: 2;
  }
}
.columns main {
  width: 69%;
}
@media screen and (max-width: 767px) {
  .columns main {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.sp {
    display: inline !important;
  }
}
/*btns*/
.btn, .linkarea .nav-previous a,
.linkarea .nav-next a {
  display: block;
  padding: 0;
  border: 0;
  width: auto;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black) !important;
  font-size: 0.8125rem;
  font-weight: 500;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
.btn span, .linkarea .nav-previous a span,
.linkarea .nav-next a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .btn span, .linkarea .nav-previous a span,
.linkarea .nav-next a span {
    font-size: 0.8125rem;
  }
}
.btn span::after, .linkarea .nav-previous a span::after,
.linkarea .nav-next a span::after {
  content: "";
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  width: 0.375rem;
  height: 0.625rem;
  display: block;
  margin-left: 0.5rem;
  background-image: url(../images/common/icn_arrow_right.svg);
}
@media screen and (max-width: 767px) {
  .btn span::after, .linkarea .nav-previous a span::after,
.linkarea .nav-next a span::after {
    width: 0.375rem;
    height: 0.625rem;
  }
}
.btn.noarrow span::before, .linkarea .nav-previous a.noarrow span::before,
.linkarea .nav-next a.noarrow span::before {
  display: none;
}
.btn.bottom span, .linkarea .nav-previous a.bottom span,
.linkarea .nav-next a.bottom span {
  flex-direction: row-reverse;
}
.btn.bottom span::before, .linkarea .nav-previous a.bottom span::before,
.linkarea .nav-next a.bottom span::before {
  margin-left: 0.625rem;
}
.btn.prev span::before, .linkarea .nav-previous a.prev span::before,
.linkarea .nav-next a.prev span::before {
  transform: rotate(90deg);
  margin-right: 0.625rem;
}
.btn.next span, .linkarea .nav-previous a.next span,
.linkarea .nav-next a.next span {
  flex-direction: row-reverse;
}
.btn.next span::before, .linkarea .nav-previous a.next span::before,
.linkarea .nav-next a.next span::before {
  margin-left: 0.625rem;
  transform: rotate(-90deg);
}
.btn:hover, .linkarea .nav-previous a:hover,
.linkarea .nav-next a:hover {
  background-color: #E9E8E8;
}
.btn.btn_l, .linkarea .nav-previous a.btn_l,
.linkarea .nav-next a.btn_l {
  height: 5.6875rem;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 2px 2px 0.625rem rgba(0, 0, 0, 0.3);
}
.btn.btn_l span, .linkarea .nav-previous a.btn_l span,
.linkarea .nav-next a.btn_l span {
  font-size: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .btn.btn_l span, .linkarea .nav-previous a.btn_l span,
.linkarea .nav-next a.btn_l span {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.5;
  }
}
.btn.btn_l.next span::before, .linkarea .nav-previous a.btn_l.next span::before,
.linkarea .nav-next a.btn_l.next span::before {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  transform: rotate(45deg);
  margin-left: 0.5em;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .btn.btn_l.next span::before, .linkarea .nav-previous a.btn_l.next span::before,
.linkarea .nav-next a.btn_l.next span::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}
.btn.bg_gray, .linkarea .nav-previous a.bg_gray,
.linkarea .nav-next a.bg_gray {
  background-color: rgba(35, 34, 31, 0.8);
  border: 0;
}
.btn.bg_gray.btn_l span::before, .linkarea .nav-previous a.bg_gray.btn_l span::before,
.linkarea .nav-next a.bg_gray.btn_l span::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btnsarea {
  display: flex;
  justify-content: center;
}

/*==================================================
 * header
 *================================================*/
.wrapper {
  margin-top: 9.5625rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .wrapper {
    overflow: hidden;
    margin-top: 5rem;
    min-height: calc(100vh - 3.125rem);
  }
}
.home .wrapper {
  margin-top: 0;
}

.companyinfo .telarea {
  display: flex;
}
@media screen and (max-width: 767px) {
  .companyinfo .telarea {
    flex-direction: column;
    row-gap: 0.375rem;
  }
}
.companyinfo .telarea .headbtn {
  width: 13.75rem;
  height: 2.5rem;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .companyinfo .telarea .headbtn {
    width: 100%;
    height: 3.1875rem;
  }
}
.companyinfo .telarea a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: #fff;
  border-radius: 0.3125rem;
  font-weight: bold;
}
.companyinfo .telarea a::before {
  content: "";
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.375rem;
}
.companyinfo .telarea .contactbtn {
  background: linear-gradient(90deg, #a16 0%, #921668 14.29%, #771c6a 35.09%, #64206c 56.22%, #58236d 77.69%, #55246e 100%);
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.16));
}
.companyinfo .telarea .contactbtn::before {
  background-image: url(../images/common/icn_mail.svg);
  width: 1.125rem;
  height: 0.875rem;
}
.companyinfo .telarea .contactbtn span {
  font-size: 0.9375rem;
  font-weight: bold;
}
.companyinfo .telarea .tel {
  background-color: #54C3F1;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .companyinfo .telarea .tel {
    pointer-events: all;
  }
}
.companyinfo .telarea .tel::before {
  background-image: url(../images/common/icn_tel.svg);
  width: 0.875rem;
  height: 1.375rem;
}
.companyinfo .telarea .tel span {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .floatmenu .companyinfo .telarea {
    flex-direction: row;
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
  }
  .floatmenu .companyinfo .telarea .headbtn {
    width: calc((100% - 0.375rem) / 2);
    height: 3.25rem;
  }
  .floatmenu .companyinfo .telarea .contactbtn::before {
    width: 1.1875rem;
    height: 1.1875rem;
  }
  .floatmenu .companyinfo .telarea .contactbtn span {
    font-size: 0.9375rem;
  }
  .floatmenu .companyinfo .telarea .tel {
    pointer-events: all;
  }
  .floatmenu .companyinfo .telarea .tel::before {
    background-image: url(../images/common/icn_tel.svg);
    width: 0.875rem;
    height: 1.375rem;
  }
  .floatmenu .companyinfo .telarea .tel span {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .floatmenu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
}

#header {
  padding-bottom: 0px;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  transition: all 0.3s;
  background-color: #fff;
  height: 9.5625rem;
}
@media screen and (max-width: 767px) {
  #header {
    position: fixed;
    height: 5rem;
  }
}
.home #header {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .home #header {
    background-color: #fff;
  }
}
.home.fixed #header {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #header .companyinfo {
    position: relative;
    right: auto;
    top: auto;
    padding: 1.875rem 1.5rem;
  }
}
#header .inner {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #header .inner {
    height: 3.5rem;
    padding: 0 0 0 1rem;
    align-items: center;
  }
}
#header .header_top {
  position: relative;
}
#header .copy_header {
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #header .copy_header {
    font-size: 0.5625rem;
    margin-top: 0.9375rem;
    margin-bottom: 0.625rem;
  }
}
#header .logo {
  font-size: 0.75rem;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header .logo {
    z-index: 3;
  }
}
#header .logo a {
  margin: 0;
  padding: 0;
  display: block;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/logo.svg);
  background-size: 100% auto;
  width: 12.5rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  #header .logo a {
    width: 8rem;
    height: 1.25rem;
    margin-top: 0;
  }
}
#header .logo span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.75rem;
}
#header .spmailbtn {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .spmailbtn {
    position: absolute;
    right: 5.625rem;
    top: 1.4375rem;
    background-repeat: no-repeat;
    background-image: url(../images/common/icn_mail_o.svg);
    background-size: contain;
    display: block;
    width: 1.8125rem;
    height: 1.25rem;
    z-index: 3;
  }
  #header .spmailbtn span {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .gmenu .nav {
    display: flex;
    justify-content: flex-end;
  }
  .gmenu .nav > li {
    padding: 0;
    margin-left: 2.375rem;
  }
  .gmenu .nav > li > .parent,
.gmenu .nav > li > a {
    cursor: pointer;
    height: 4.375rem;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    position: relative;
    color: var(--black);
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .gmenu .nav > li > .parent:hover,
.gmenu .nav > li > a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .gmenu {
    display: none;
    position: fixed;
    left: 0;
    top: 3.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    padding: 0;
    z-index: 2;
    margin-top: 0;
    background-color: #fff;
  }
  .gmenu nav {
    margin: 0;
    padding: 0.9375rem 0 0;
    height: 100%;
    overflow: auto;
  }
  .gmenu .nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1.5rem;
  }
  .gmenu .nav > li {
    padding: 0;
    border-bottom: 1px solid rgba(167, 167, 165, 0.7);
    position: relative !important;
  }
  .gmenu .nav > li:last-child a::after {
    display: none;
  }
  .gmenu .nav > li > .parent,
.gmenu .nav > li > a {
    line-height: 1;
    text-decoration: none;
    position: relative;
    color: var(--black);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.0625rem !important;
    margin: 0;
    padding: 0.625rem 0;
    height: auto;
  }
  .gmenu .nav > li > .parent::before,
.gmenu .nav > li > a::before {
    display: none;
  }
  .gmenu .timetable {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .gmenu .timetable {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .gmenu .menubottom {
    text-align: center;
    border-top: 1px solid rgba(167, 167, 165, 0.7);
    padding: 1.25rem 0;
  }
  .gmenu .menubottom img {
    width: 6.25rem;
    height: 0.875rem;
  }
}

/*menu*/
.navbar-toggle {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  outline: none;
  z-index: 1000;
  padding: 0.9375rem 0;
  margin: 0;
  border: 0;
  height: 3.75rem;
  width: 4.375rem;
  flex-shrink: 0;
  flex-grow: 0;
  background-image: url(../images/common/icn_menu.svg);
  background-position: top 1.4375rem center;
  background-size: 1.875rem 1.875rem;
  background-repeat: no-repeat;
  transition: all 0.2s;
  text-decoration: none;
  text-align: center;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .navbar-toggle {
    display: block;
  }
}
.navbar-toggle.open {
  background-image: url(../images/common/icn_close.svg);
  background-color: #fff;
}

/*ttl*/
.ttlarea {
  margin-left: calc(var(--padding_lr) * -1);
  margin-right: calc(var(--padding_lr) * -1);
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .ttlarea {
    margin-bottom: 2.1875rem;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
}
.ttlarea .h1 {
  padding-top: 0px;
  margin: 0 0 var(--size15px);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ttlarea .h1 {
    font-size: 2.5rem;
    margin: 0 0 var(--size10px);
  }
}
.ttlarea .jttl {
  line-height: 1;
  white-space: nowrap;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .ttlarea .jttl {
    font-size: 1.25rem;
    text-align: center;
    width: 100%;
    text-align: center;
  }
}
.ttlarea .ettl {
  margin-right: 2.8125rem;
  background: linear-gradient(90deg, #a16 0%, #921668 14.29%, #771c6a 35.09%, #64206c 56.22%, #58236d 77.69%, #55246e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .ttlarea .ettl {
    font-size: 3.375rem;
  }
}

.page-header {
  margin: 0px;
  padding: 0 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(90deg, #a16 0%, #921668 14.29%, #771c6a 35.09%, #64206c 56.22%, #58236d 77.69%, #55246e 100%);
}
.page-inpuiry .page-header:after {
  background-image: url(../images/inpuiry/mv_inpuiry.jpg);
  background-image: -webkit-image-set(url(../images/inpuiry/mv_inpuiry.jpg) 1x, url(../images/inpuiry/mv_inpuiry@2x.jpg) 2x);
  background-image: image-set(url(../images/inpuiry/mv_inpuiry.jpg) 1x, url(../images/inpuiry/mv_inpuiry@2x.jpg) 2x);
}
@media screen and (max-width: 767px) {
  .page-inpuiry .page-header:after {
    background-image: url(../images/inpuiry/mv_inpuiry_sp.jpg);
  }
}
.page-header .titleblock {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.5625rem;
}
@media screen and (max-width: 767px) {
  .page-header .titleblock {
    height: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .page-header .titleblock .ttl {
    font-size: 1.25rem;
    margin-bottom: 0;
    line-height: 1;
  }
}
.page-header .titleblock .ettl {
  color: #55246E;
  -webkit-text-stroke: 2px rgb(255, 255, 255);
  -webkit-background-clip: text;
  paint-order: stroke;
}
@media screen and (max-width: 767px) {
  .page-header .titleblock .ettl {
    font-size: 0.625rem;
    margin-top: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-spmenu-container {
    padding: 0px;
  }
  .spmenu .inner {
    padding-bottom: 100px;
  }
  .spmenu li a {
    display: block;
    line-height: 1;
    font-size: 0.9375rem;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-nav {
    margin: 0 0px 0 0;
  }
  .navbar-nav > li {
    width: auto;
    position: relative;
  }
  .navbar-nav > li ul {
    display: none;
  }
  .navbar-nav > li ul.sub-menu {
    display: none;
  }
  .navbar-nav > li:hover ul.sub-menu {
    list-style: none;
    display: block;
    position: absolute;
    top: 90px;
    left: calc(50% - 90px);
    background-color: #fff;
    width: 180px;
    text-align: center;
    padding: 10px 0;
  }
  .navbar-nav > li:hover ul.sub-menu li {
    text-align: center;
  }
  .navbar-nav > li:hover ul.sub-menu li a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
  }
  .navbar-nav > li:hover ul.sub-menu li a:hover {
    background-color: #eee;
  }
  .navbar-default .navbar-collapse {
    transition: all 0.1s;
    margin-top: 32px;
    padding: 0;
    width: 100%;
  }
}
.breadcrumbs {
  position: relative;
  margin: 0px;
  border-bottom: none;
  margin-bottom: 0px;
  font-size: 0.8125rem;
  line-height: 1;
  z-index: 1;
  padding: 1.125rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 0.625rem;
    padding: 1.25rem 0 0rem;
    line-height: 1.3;
    height: auto;
  }
}
.breadcrumbs .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.breadcrumbs .inner .list {
  width: 65%;
  margin: 0 0 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.breadcrumbs a {
  display: block;
  text-decoration: none;
  font-size: 0.8125rem;
  color: var(--black);
  margin-right: 0.3125rem;
  padding-bottom: 0.3125rem;
  white-space: nowrap;
  border-bottom: 1px solid var(--black);
}
@media screen and (max-width: 767px) {
  .breadcrumbs a {
    border-bottom: 1px solid var(--black);
    font-size: 0.625rem !important;
  }
}
.breadcrumbs a + a {
  margin-left: 5px;
}
.breadcrumbs a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a {
    font-size: 0.625rem !important;
  }
}
.breadcrumbs strong {
  display: block;
  font-weight: normal;
  margin-left: 0.3125rem;
  color: var(--black);
  font-size: 0.8125rem;
  padding-bottom: 0.3125rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .breadcrumbs strong {
    font-size: 0.625rem !important;
  }
}

/**
* .section
*/
.anchor {
  position: absolute;
  top: -120px;
}
@media screen and (max-width: 767px) {
  .anchor {
    top: -75px;
  }
}
.agreebox .anchor {
  top: -160px;
}
@media screen and (max-width: 767px) {
  .agreebox .anchor {
    top: -75px;
  }
}

/*メインイメージ*/
.mainslide {
  padding: 0;
  height: 53.75rem;
  position: relative;
  /*slickarrow*/
  /* top slide Dots */
}
@media screen and (max-width: 767px) {
  .mainslide {
    height: 32.375rem;
    min-height: auto;
  }
}
.mainslide #mv {
  position: relative;
}
.mainslide #mv.slick-initialized {
  opacity: 1;
}
.mainslide #mv,
.mainslide .slick-list,
.mainslide .slick-track {
  height: 100%;
}
.mainslide .mv {
  padding-top: 9.5625rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/index/main.jpg);
  background-image: image-set(url(../images/index/main.jpg) 1x, url(../images/index/main@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/index/main.jpg) 1x, url(../images/index/main@2x.jpg) 2x);
}
@media screen and (max-width: 767px) {
  .mainslide .mv {
    background-image: url(../images/index/main_sp.jpg);
    padding-top: 0;
    margin-top: 5rem;
  }
}
.mainslide .mv .slick-slide {
  width: 100%;
  overflow: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.mainslide .mv .slick-slide img {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 5rem);
}
@media screen and (max-width: 767px) {
  .mainslide .mv .slick-slide img {
    height: calc(100vh - 3.125rem);
  }
}
.mainslide .mv .timetable {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #fff;
  display: flex;
  width: 37.5rem;
}
.mainslide .mv .timetable .head {
  width: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mainslide .mv .timetable {
    display: none;
  }
}
.mainslide .txtbox {
  position: absolute;
  top: 11.5625rem;
  left: calc(50% - 34.375rem);
  z-index: 2;
  max-width: 13.375rem;
}
@media screen and (max-width: 767px) {
  .mainslide .txtbox {
    top: 2.5rem;
    left: 1.25rem;
    max-width: none;
  }
}
.mainslide .txtbox span {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .mainslide .txtbox span {
    font-size: 2.1875rem;
  }
}
.mainslide .txtbox .txt {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .mainslide .txtbox .txt {
    font-size: 1.1875rem;
  }
}
.mainslide .openbox {
  width: 39.75rem;
  padding: 2.5rem 0;
  position: absolute;
  top: 6.125rem;
  right: calc(50% - 34.375rem);
  z-index: 2;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mainslide .openbox {
    padding: 1.25rem 0;
    width: 100%;
    top: 0;
    left: 0;
  }
}
.mainslide .openbox > div {
  width: 50%;
}
.mainslide .openbox > div:first-child {
  border-right: 2px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mainslide .openbox .top {
    font-size: 1.75rem;
  }
  .mainslide .openbox .top .md {
    font-size: 2.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .mainslide .openbox .bottom {
    font-size: 2.25rem;
  }
  .mainslide .openbox .bottom .lg {
    font-size: 5.625rem;
  }
}
@media screen and (max-width: 767px) {
  .mainslide .openbox .xl {
    font-size: 3.9375rem;
  }
}
.mainslide .openbox span {
  letter-spacing: 0 !important;
}
.mainslide .slick-arrow {
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.625rem;
  height: 2.625rem;
  z-index: 2;
  top: 50%;
  transform: translateY(-120%);
  transition: all 0.2s;
  filter: drop-shadow(0px 0px 0.625rem rgba(0, 0, 0, 0.75));
}
@media screen and (max-width: 767px) {
  .mainslide .slick-arrow {
    width: 1.125rem;
    height: 1.875rem;
  }
}
.mainslide .slick-arrow.next {
  background-image: url(../images/common/next.svg);
  right: 6.25rem;
}
@media screen and (max-width: 767px) {
  .mainslide .slick-arrow.next {
    right: 1.4375rem;
  }
}
.mainslide .slick-arrow.prev {
  background-image: url(../images/common/prev.svg);
  left: 6.25rem;
}
@media screen and (max-width: 767px) {
  .mainslide .slick-arrow.prev {
    left: 1.4375rem;
  }
}
.mainslide .slick-dots {
  position: absolute;
  bottom: 3.25rem;
  left: calc(50% - 34.375rem);
  z-index: 1;
  width: 100%;
  display: flex;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .mainslide .slick-dots {
    left: 0;
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
    bottom: 5.3125rem;
    justify-content: center;
    z-index: 2;
  }
}
.mainslide .slick-dotted.slick-slider {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mainslide .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
.mainslide .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.mainslide .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  padding: 0px;
  background-color: #fff;
  cursor: pointer;
  border: 0;
  outline: none;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .mainslide .slick-dots li button {
    width: 0.6875rem;
    height: 0.6875rem;
  }
}
.mainslide .slick-dots li.slick-active button {
  background-color: var(--color01);
}

.ancer {
  position: absolute;
  top: -50px;
}

.home .sec-about .ancer {
  position: absolute;
  top: -50px;
}

@media screen and (max-width: 767px) {
  .home #main {
    padding-top: 0px;
  }
  .home .minislider.slick-prev,
.home .minislider.slick-next {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /*6*/
  .mainslide .container > .row > .col-md-12 {
    padding: 0;
  }
}
/*==================================================
 * layout
 *================================================*/
#container {
  /*overflow: hidden;*/
  position: relative;
  min-height: 100%;
}

.flex > #main {
  margin-bottom: 0px;
  position: relative;
  width: 71.9%;
}
@media screen and (min-width: 1300px) {
  .flex > #main {
    width: calc(100% - 315px);
  }
}
@media screen and (max-width: 767px) {
  .flex > #main {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-pull-9 {
    right: 760px;
  }
  .col-md-push-3 {
    left: 340px;
  }
}
/*==================================================
 * sub
 *================================================*/
#sub {
  width: 22.3%;
}
@media screen and (max-width: 767px) {
  #sub {
    width: 100%;
    margin-top: 3.125rem;
  }
}
#sub .sidebar {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #sub .sidebar {
    margin-top: 0;
  }
  #sub .sidebar .sidebar-widget__title {
    border-top: 0 !important;
  }
}
#sub .sidebar .thumblist {
  position: relative;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  #sub .sidebar .thumblist {
    margin-top: 1.25rem;
  }
}
#sub .sidebar .thumblist a {
  padding: 0;
  display: block;
  transition: all 0.2s;
  position: relative;
  color: var(--black);
  line-height: 1.5;
}
#sub .sidebar .thumblist a p {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #sub .sidebar .thumblist a {
    padding: 1.125rem 0;
  }
}
#sub .sidebar .thumblist a:hover {
  opacity: 0.6;
}
#sub .sidebar .thumblist dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sub .sidebar .thumblist dl dt {
  text-align: left;
  width: 5rem;
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 767px) {
  #sub .sidebar .thumblist dl dt {
    padding-left: 0;
  }
}
#sub .sidebar .thumblist dl dt .img {
  background-color: #fff;
  width: 5rem;
  height: 5rem;
  display: flex;
  border-radius: 0.3125rem;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
#sub .sidebar .thumblist dl dt .img img {
  width: 5rem;
  height: 5rem;
}
#sub .sidebar .thumblist dl dt .img.noimg img {
  width: 2.25rem;
  height: auto;
}
#sub .sidebar .thumblist dl dd {
  width: calc(100% - 5rem);
  text-align: left;
  flex-grow: 0;
  flex-shrink: 0;
  padding-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  #sub .sidebar .thumblist dl dd .date {
    font-size: 0.625rem;
  }
}
#sub .sidebar .thumblist dl dd .txt_news {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  font-size: 0.8125rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #sub .sidebar .thumblist dl dd .txt_news {
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    margin-top: 0.3125rem;
  }
}

/*==================================================
 * footer
 *================================================*/
/**
 * .footer-widget-area
 */
#footer {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 0;
  }
}
#footer .timetable .head {
  background: linear-gradient(90deg, #54c2f0 0%, #54c2f0 30%, #1D6FAA 100%, #1D6FAA 100%);
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  #footer .ttl {
    margin: 0 auto 0.875rem;
    text-align: center;
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .txt {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}
#footer .parking {
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  #footer .parking {
    height: 3rem;
    margin-bottom: 3.125rem;
  }
}
#footer .parking::before {
  content: "";
  display: block;
  margin-right: 0.625rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.375rem;
  height: 2.375rem;
  background-image: url(../images/common/icn_parking.svg);
}
@media screen and (max-width: 767px) {
  #footer .parking::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  #footer .parking span {
    font-size: 1.375rem;
  }
}
#footer .row_footer {
  justify-content: space-between;
  display: flex;
  -moz-column-gap: 8%;
       column-gap: 8%;
}
@media only screen and (max-width: 767px) {
  #footer .row_footer {
    flex-direction: column-reverse;
  }
}
#footer .row_footer > div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  #footer .row_footer > div {
    width: 100%;
  }
}
#footer .footertop {
  position: relative;
  padding: 5.625rem 0;
  background-color: #F5F3F2;
}
@media screen and (max-width: 767px) {
  #footer .footertop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #footer .footertop .inner {
    padding: 0;
  }
}
#footer .footertop .nav {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.375rem;
       column-gap: 2.375rem;
}
#footer .footertop .nav > li:not(.telarea) {
  padding: 0;
}
#footer .footertop .nav > li:not(.telarea) > a {
  cursor: pointer;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
  color: var(--black);
}
@media (hover: hover) {
  #footer .footertop .nav > li:not(.telarea) > a:hover {
    opacity: 0.6;
  }
}
#footer .footertop .telarea {
  width: 13.75rem;
  height: 2.5rem;
  margin: 0 0 0 3.125rem;
}
@media screen and (max-width: 767px) {
  #footer .footertop .telarea {
    width: 100%;
    height: 3.1875rem;
  }
}
#footer .footerbottom {
  padding: 0 0 3.125rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .footerbottom {
    padding: 0 0 1.25rem;
  }
}
#footer .footerbottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1875rem;
  background: linear-gradient(90deg, #a16 0%, #921668 14.29%, #771c6a 35.09%, #64206c 56.22%, #58236d 77.69%, #55246e 100%);
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  #footer .footerbottom::before {
    margin-bottom: 1.25rem;
  }
}
#footer .footerbottom .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #footer .footerbottom .inner {
    flex-direction: column;
  }
}
#footer .footerbottom .footlogo {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #footer .footerbottom .footlogo {
    padding: 0;
    text-align: center;
  }
}
#footer .footerbottom .footlogo img {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  #footer .footerbottom .footlogo img {
    width: 9rem;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #footer .footerbottom .fmenu {
    display: none;
  }
}
#footer .footerbottom .fmenu a {
  color: var(--black);
}
#footer .footerbottom .fmenu a + a {
  margin-left: 1.5em;
}
#footer .footerbottom .txt {
  text-align: left;
}
#footer .footerbottom .txt p {
  font-size: 0.875rem;
  color: var(--color10);
}
@media only screen and (max-width: 767px) {
  #footer .footerbottom .txt p {
    text-align: center;
    font-size: 0.8125rem;
  }
}
#footer .footerbottom .ttl {
  margin-right: var(--size60px);
}
@media only screen and (max-width: 767px) {
  #footer .footerbottom .ttl {
    margin: 0 auto var(--size35px);
  }
}
#footer .footerbottom .ttl img {
  width: 21.375rem;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #footer .footerbottom .ttl img {
    width: 16.875rem;
    display: block;
    margin: 0 auto;
  }
}
#footer .copyright {
  letter-spacing: 0;
  text-align: center;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    margin-top: 0.9375rem;
    font-size: 0.5625rem;
    white-space: nowrap;
  }
}

/*==================================================
 * contents
 *================================================*/
section {
  position: relative;
}
@media screen and (max-width: 767px) {
  section .page-title {
    font-size: 1.5625rem;
    margin-bottom: 2.8125rem;
    line-height: 1.3;
  }
}
section .page-title::after {
  content: "";
  display: block;
  width: 7.5rem;
  height: 0.3125rem;
  background-color: var(--color01);
  margin: 2.1875rem auto 0;
}
@media screen and (max-width: 767px) {
  section .page-title::after {
    margin: 1.25rem auto 0;
    width: 5rem;
    height: 0.1875rem;
  }
}

section.first {
  position: relative;
  padding-top: 3.4375rem !important;
}
@media screen and (max-width: 767px) {
  section.first {
    padding-top: 1.25rem !important;
  }
}
.sec__about {
  padding: 8.75rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec__about {
    padding: 5rem 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec__about .ttlarea {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .sec__about .inner {
    padding: 0;
  }
}
.sec__about .row__about {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  margin-left: -3.4375rem;
  background: linear-gradient(90deg, rgba(170, 17, 102, 0.65) 0%, rgba(146, 22, 104, 0.65) 14.29%, rgba(119, 28, 106, 0.65) 35.09%, rgba(100, 32, 108, 0.65) 56.22%, rgba(88, 35, 109, 0.65) 77.69%, rgba(85, 36, 110, 0.65) 100%);
  width: calc(100vw - (100vw - 1300px) / 2);
  justify-content: space-between;
}
@media screen and (max-width: 1299px) {
  .sec__about .row__about {
    width: calc(100vw - 3.4375rem);
  }
}
@media screen and (max-width: 767px) {
  .sec__about .row__about {
    flex-direction: column-reverse;
    width: 100%;
    margin-left: 0;
  }
}
.sec__about .row__about .txt_col {
  width: 40.1%;
  padding: 4.0625rem 0 3.4375rem 4.0625rem;
}
@media screen and (max-width: 767px) {
  .sec__about .row__about .txt_col {
    width: 100%;
    padding: 1.5rem 1.25rem;
  }
  .sec__about .row__about .txt_col p {
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
}
.sec__about .row__about .img_col {
  width: 54.8%;
  padding-bottom: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .sec__about .row__about .img_col {
    width: 100%;
    padding-bottom: 0;
  }
}
.sec__about .row__about .img_col img {
  width: 100%;
  margin-top: -3.875rem;
  height: 31.1875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec__about .row__about .img_col img {
    margin-top: 0;
    height: auto;
  }
}

.sec__business {
  padding: 8.75rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec__business {
    padding: 2.5rem 0 3.4375rem;
  }
}
.sec__business .ttlarea {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec__business .ttlarea {
    margin-left: -1.25rem;
    margin-bottom: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .sec__business .ttlarea .jttl {
    margin-bottom: 0;
    margin-left: 0;
  }
}
.sec__business .row__business {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .sec__business .row__business {
    row-gap: 2.8125rem;
    flex-direction: column;
    margin-bottom: 1.5625rem;
  }
}
.sec__business .row__business .col {
  width: calc((100% - 3.125rem) / 3);
  text-align: center;
  position: relative;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec__business .row__business .col {
    width: 100%;
    padding: 0;
  }
}
.sec__business .row__business .col .img {
  position: relative;
  margin-bottom: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .sec__business .row__business .col .img {
    margin-bottom: 3.125rem;
  }
  .sec__business .row__business .col .img img {
    width: 16.25rem;
  }
}
.sec__business .row__business .col .img span {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .sec__business .row__business .col .img span img {
    width: auto;
    height: 3.875rem;
  }
}
.sec__business .row__business .col .ttl {
  color: #550669;
  letter-spacing: 0;
  min-height: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .sec__business .row__business .col .ttl {
    font-size: 1.25rem;
    min-height: auto;
    margin-bottom: 1rem;
  }
}
.sec__business .row__business .col .ttl span {
  display: block;
  font-weight: 500;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .sec__business .row__business .col .ttl span {
    font-size: 1rem;
  }
}
.sec__business .row__business .col .txt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec__business .row__business .col .txt {
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.sec__business .row__business2 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec__business .row__business2 {
    flex-direction: column;
  }
}
.sec__business .row__business2 .img_col {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec__business .row__business2 .img_col {
    width: 100%;
  }
}
.sec__business .row__business2 .img_col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.sec__business .row__business2 .txt_col {
  background: linear-gradient(90deg, rgba(170, 17, 102, 0.65) 0%, rgba(146, 22, 104, 0.65) 14.29%, rgba(119, 28, 106, 0.65) 35.09%, rgba(100, 32, 108, 0.65) 56.22%, rgba(88, 35, 109, 0.65) 77.69%, rgba(85, 36, 110, 0.65) 100%);
  width: 50%;
  padding: 5rem 5.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec__business .row__business2 .txt_col {
    padding: 1.875rem 3.5rem;
    width: 100%;
  }
}
.sec__business .row__business2 .txt_col::after {
  position: absolute;
  right: 5.125rem;
  top: 100%;
  content: "";
  transform: translateY(-60%);
  width: 18.6875rem;
  height: 11.9375rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/index/txt_amureto.svg);
}
@media screen and (max-width: 767px) {
  .sec__business .row__business2 .txt_col::after {
    width: 10.75rem;
    height: 6.875rem;
    right: 0;
    top: 0;
    transform: translateY(-75%);
  }
}
@media screen and (max-width: 767px) {
  .sec__business .row__business2 .txt_col .txt {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.sec__business .btnarea {
  width: 10.625rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec__business .btnarea {
    margin: 1.25rem auto 0;
  }
}
.sec__outline {
  padding: 8.75rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec__outline {
    padding: 1.875rem 0;
  }
}
@media screen and (max-width: 767px) {
  .sec__outline .ttlarea {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.sec__outline .list__outline {
  display: flex;
  flex-wrap: wrap;
}
.sec__outline .list__outline dt {
  width: 12.1875rem;
  border-bottom: 1px solid #000000;
  font-size: 1.0625rem;
  padding: 1.75rem 0 0.3125rem;
}
@media screen and (max-width: 767px) {
  .sec__outline .list__outline dt {
    padding: 0.9375rem 0 0.3125rem;
    width: 5.4375rem;
    font-size: 1rem;
  }
}
.sec__outline .list__outline dd {
  width: calc(100% - 12.1875rem);
  border-bottom: 1px solid #B3B3B3;
  font-size: 1.0625rem;
  padding: 1.75rem 0 0.3125rem;
}
@media screen and (max-width: 767px) {
  .sec__outline .list__outline dd {
    padding: 0.9375rem 0 0.3125rem;
    width: calc(100% - 5.4375rem);
    font-size: 1rem;
    padding-left: 0.3125rem;
  }
}
.sec__outline .list__outline .q {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .sec__outline .list__outline .q {
    margin-bottom: 0.9375rem;
  }
}
.sec__outline .list__outline .q::before {
  content: "Q";
  color: #fff;
  background-color: var(--color01);
}
.sec__outline .list__outline .a::before {
  content: "A";
  color: #54C3F1;
  border: 1px solid #54C3F1;
}
.sec__outline .map {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .sec__outline .map {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.sec__outline .map iframe {
  width: 100%;
  height: 25rem;
}

.list_column {
  overflow: hidden;
}
.list_column .col {
  padding: 0 0.8125rem 0.625rem;
}
@media screen and (max-width: 767px) {
  .list_column .col {
    width: 100%;
    padding: 0 1.25rem 0.625rem;
  }
}
.list_column .col a {
  display: block;
  overflow: hidden;
  border-radius: 0.625rem;
  box-shadow: 0px 0px 0.625rem rgba(0, 0, 0, 0.16);
  color: var(--black);
  height: 100%;
}
.list_column .col a .img.noimg {
  aspect-ratio: 335/220;
  background-color: #eee;
}
.list_column .col a .img img {
  aspect-ratio: 335/220;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_column .col a .txtarea_column {
  padding: 2.1875rem 1.5rem 1.5rem;
  position: relative;
}
.list_column .col a .new {
  position: absolute;
  left: 1.5rem;
  top: -0.625rem;
  background-color: var(--color01);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.4;
  display: table;
  padding: 0 0.25rem;
  margin-bottom: 0.3125rem;
}
.list_column .col a .new::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.25rem solid transparent;
  border-left: 0.25rem solid transparent;
  border-top: 0.625rem solid var(--color01);
  border-bottom: 0;
}
.list_column .col a .txt_column {
  display: block;
  line-height: 1.5;
  font-weight: normal;
  color: var(--black);
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_column .col a .txt_column {
    font-size: 0.9375rem;
    margin-bottom: 0.3125rem;
  }
}
.list_column .col a .txt {
  font-size: 0.8125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .list_column .col a .txt {
    font-size: 0.75rem;
    line-height: 1.3;
  }
  .list_column .col a .txt p {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}
.list_column .col a .meta {
  color: #91908F;
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .list_column .col a .meta {
    font-size: 0.8125rem;
  }
}
.list_column .col a .meta .type::before {
  content: "｜";
}
.sec__column {
  padding: 5rem 0 6.875rem;
  /* top slide Dots */
  /*slickarrow*/
}
@media screen and (max-width: 767px) {
  .sec__column {
    padding: 1.875rem 0 6.25rem;
  }
}
.sec__column .btnarea a {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec__column .btnarea a {
    width: 12.5rem;
  }
}
.sec__column .slick-dots {
  position: absolute;
  bottom: 1.5625rem;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sec__column .slick-dots {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    bottom: 1.5625rem;
  }
}
.sec__column .slick-dotted.slick-slider {
  margin-bottom: 1.875rem;
  padding-bottom: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .sec__column .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 3.75rem;
  }
}
.sec__column .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.sec__column .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6.25rem;
  height: 0.375rem;
  padding: 0px;
  background-color: #D6D6D6;
  cursor: pointer;
  border: 0;
  outline: none;
}
@media screen and (max-width: 767px) {
  .sec__column .slick-dots li button {
    width: 3.25rem;
    height: 0.25rem;
  }
}
.sec__column .slick-dots li.slick-active button {
  background-color: var(--color01);
}
.sec__column .slick-arrow {
  cursor: pointer;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.75rem 1.5rem;
  width: 3.375rem;
  height: 6rem;
  background-color: rgba(51, 106, 157, 0.6);
  z-index: 2;
  top: 50%;
  transform: translateY(-120%);
  transition: all 0.2s;
  border-radius: 999px;
}
.sec__column .slick-arrow:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .sec__column .slick-arrow {
    top: 37%;
  }
}
.sec__column .slick-arrow.next {
  background-image: url(../images/common/next.svg);
  left: 91.2%;
}
@media screen and (max-width: 1340px) {
  .sec__column .slick-arrow.next {
    left: 91%;
  }
}
@media screen and (max-width: 767px) {
  .sec__column .slick-arrow.next {
    left: auto;
    right: 0.625rem;
  }
}
.sec__column .slick-arrow.prev {
  background-image: url(../images/common/prev.svg);
  right: 91.2%;
}
@media screen and (max-width: 1340px) {
  .sec__column .slick-arrow.prev {
    right: 91%;
  }
}
@media screen and (max-width: 767px) {
  .sec__column .slick-arrow.prev {
    right: auto;
    left: 0.625rem;
  }
}

.sec__news {
  padding: 8.75rem 0 6.875rem;
}
@media screen and (max-width: 767px) {
  .sec__news {
    padding: 0 0 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec__news .ttlarea {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.sec__news .btnarea {
  width: 13.75rem;
  margin: 2.5rem 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sec__news .btnarea {
    margin: 1.875rem auto 0;
  }
}
.fancybox-opened .fancybox-title {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec_association .txt {
    font-size: 0.875rem;
    text-align: left;
  }
}
.sec_association .row_association {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec_association .row_association {
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    margin-top: 3.125rem;
    margin-bottom: 1.25rem;
  }
}
.sec_association .row_association .col {
  text-align: center;
}
.sec_association .row_association .col figcaption {
  padding: 0.625rem 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .sec_association .row_association .col figcaption {
    padding: 0.3125rem 0;
    font-size: 0.75rem;
    line-height: 1.3;
  }
}
.sec_association .box_asso {
  padding: 2.1875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_association .box_asso {
    padding: 1.5625rem 1.25rem;
  }
  .sec_association .box_asso p {
    font-size: 0.875rem;
  }
}
.sec_association .box_asso + .box_asso {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .sec_association .box_asso + .box_asso {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_association .box_asso.bg_white {
    margin-top: 2.5rem;
  }
  .sec_association .box_asso.bg_white p {
    font-size: 0.875rem;
  }
}
.sec_association .dl_asso {
  display: flex;
  flex-wrap: wrap;
}
.sec_association .dl_asso dt {
  width: 11em;
}
@media screen and (max-width: 767px) {
  .sec_association .dl_asso dt {
    font-size: 0.8125rem;
    margin-bottom: 0.3125rem;
  }
}
.sec_association .dl_asso dd {
  width: calc(100% - 11em);
}
@media screen and (max-width: 767px) {
  .sec_association .dl_asso dd {
    font-size: 0.8125rem;
    margin-bottom: 0.3125rem;
  }
}

/***********************************
	下層
************************************/
body:not(.home) section {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  body:not(.home) section p.fz16 {
    font-size: 0.875rem;
  }
}

.sec_news {
  position: relative;
  padding: 4.375rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .sec_news {
    padding: 1.5625rem 0 0rem;
  }
}
.sec_news .inner {
  position: relative;
}
.sec_news .flex {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: start;
  -moz-column-gap: 4.375rem;
       column-gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .sec_news .flex {
    flex-direction: column;
    row-gap: 4.6875rem;
  }
}
.sec_news .flex .news_col {
  width: 52.7%;
  background-color: #fff;
  z-index: 1;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec_news .flex .news_col {
    width: 100%;
    background-color: transparent;
  }
}
.sec_news .flex .news_col > .ttl {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_news .flex .news_col > .ttl {
    font-size: 1.5625rem;
    text-align: center;
    margin-bottom: 1.5625rem;
  }
}
.sec_news .flex .news_col .link {
  position: absolute;
  right: 0;
  top: 1.25rem;
}
.sec_news .flex .news_col .link a {
  display: block;
  color: #000;
  background-position: left center;
  background-size: 1.375rem 1.0625rem;
  background-repeat: no-repeat;
  padding-left: 2.125rem;
  background-image: url(../images/common/icn_list.svg);
}
@media (hover: hover) {
  .sec_news .flex .news_col .link a:hover {
    color: var(--color01);
  }
}
@media screen and (max-width: 767px) {
  .sec_news .btns {
    margin-top: 1.875rem;
  }
}

.info_col {
  width: 40.9%;
}
@media screen and (max-width: 767px) {
  .info_col {
    width: 100%;
    background-color: transparent;
  }
}
.info_col .head {
  border: 1px solid var(--color01);
  line-height: 1;
  padding: 0.9375rem 0;
}
@media screen and (max-width: 767px) {
  .info_col .head {
    padding: 0.625rem 0;
    font-size: 0.9375rem;
  }
}
.info_col .cont {
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .info_col .cont {
    font-size: 1.3125rem;
    margin-bottom: 1.5625rem;
  }
}

ul.list_news {
  margin-top: 0px;
  position: relative;
  z-index: 0;
}
ul.list_news li {
  border-bottom: 1px solid #B2B2B2;
}
ul.list_news li:first-child {
  border-top: none;
}
ul.list_news a {
  padding: 0;
  display: block;
  transition: all 0.2s;
  position: relative;
  color: var(--black);
}
ul.list_news a:hover {
  opacity: 0.6;
}
ul.list_news dl {
  text-align: left;
  background-color: #fff;
  display: flex;
}
@media screen and (max-width: 767px) {
  ul.list_news dl {
    padding: 1.125rem 1.5rem;
    flex-direction: column;
    padding: 0;
  }
}
ul.list_news dl dt {
  text-align: left;
  flex-shrink: 0;
  line-height: 1.6;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
  display: flex;
  align-items: center;
  color: #23221F;
  width: 9.375rem;
  padding: 1.75rem 0 0.3125rem;
}
@media screen and (max-width: 767px) {
  ul.list_news dl dt {
    padding: 1.25rem 0 0.3125rem;
    width: 100%;
    padding-left: 0;
    font-size: 0.625rem;
    line-height: 1.3;
  }
}
ul.list_news dl dt .new {
  background-color: #550669;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.4;
  display: inline-block;
  padding: 0 0.1875rem;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  ul.list_news dl dt .new {
    font-size: 0.5625rem;
  }
}
ul.list_news dl dd {
  text-align: left;
  font-size: 1rem;
  line-height: 1.6;
  width: calc(100% - 9.375rem);
  padding: 1.75rem 0 0.3125rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  ul.list_news dl dd {
    padding: 0rem 0 0.625rem;
    width: 100%;
    padding-right: 0;
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
  ul.list_news dl dd p {
    letter-spacing: 0;
    color: #23221F;
  }
}
ul.list_news dl dd .ttl_news {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  ul.list_news dl dd .ttl_news {
    font-size: 0.9375rem;
  }
}

/*foot*/
#page-top {
  position: fixed;
  z-index: 2;
  bottom: 7.5rem;
  right: 1.25rem;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #page-top {
    position: fixed;
    z-index: 1;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
#page-top a {
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: block;
  position: relative;
  transition: all 0.2s;
  background-position: center;
  background-size: 1.75rem auto;
  background-repeat: no-repeat;
  background-image: url(../images/common/icn_arrow_up.svg);
  background-color: rgba(85, 36, 110, 0.6);
}
#page-top a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  #page-top a {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 1rem auto;
  }
}

/*-----------------------
pagination
---------------------------*/
@media screen and (max-width: 767px) {
  .pagination-wrapper {
    padding: 0;
  }
}

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 5.3125rem 0 0;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .pagination {
    justify-content: center;
    -moz-column-gap: 0.375rem;
         column-gap: 0.375rem;
    margin-top: 2.5rem;
  }
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #23221F;
  text-decoration: none;
  background-color: transparent;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #23221F;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .pagination > li > a,
.pagination > li > span {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.8125rem;
  }
}
.pagination > li > span.current,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  opacity: 1;
  border-color: #550669;
  color: #FFF !important;
  background-color: #550669;
}
.pagination > li > a.prev,
.pagination > li > a.next {
  color: #550669;
  font-weight: bold;
}
.pagination > li > span.disable {
  display: none;
  color: #999;
}

/*==================================================
 * archive
 *================================================*/
/**
 * .entries
 */
.blog article,
.page article,
.archive article {
  padding-top: 0px;
  padding-bottom: var(--size150px);
}
@media screen and (max-width: 767px) {
  .blog article,
.page article,
.archive article {
    padding-bottom: var(--size65px);
  }
}

body:not(.page-contact) .grecaptcha-badge {
  display: none;
}

/*page anime*/
body:not(.home) section:first-child {
  padding-top: 0;
}
.btnsarea {
  display: flex;
  justify-content: center;
}

/***********************************
	お知らせ
************************************/
body section.sec_news_list {
  padding: 6.5625rem 0;
}
@media screen and (max-width: 767px) {
  body section.sec_news_list {
    padding: 2.5rem 0;
  }
}
body section.sec_news_list .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  body section.sec_news_list .meta {
    margin-bottom: 1.875rem;
  }
}
body section.sec_news_list .meta .subttl {
  font-size: 2.5rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  body section.sec_news_list .meta .subttl {
    font-size: 1.375rem;
  }
}
body section.sec_news_list .meta .selectarea {
  position: relative;
}
body section.sec_news_list .meta .selectarea .btn, body section.sec_news_list .meta .selectarea .linkarea .nav-previous a, .linkarea .nav-previous body section.sec_news_list .meta .selectarea a,
body section.sec_news_list .meta .selectarea .linkarea .nav-next a,
.linkarea .nav-next body section.sec_news_list .meta .selectarea a {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body section.sec_news_list .meta .selectarea .btn, body section.sec_news_list .meta .selectarea .linkarea .nav-previous a, .linkarea .nav-previous body section.sec_news_list .meta .selectarea a,
body section.sec_news_list .meta .selectarea .linkarea .nav-next a,
.linkarea .nav-next body section.sec_news_list .meta .selectarea a {
    width: 9.375rem;
  }
  body section.sec_news_list .meta .selectarea .btn span, body section.sec_news_list .meta .selectarea .linkarea .nav-previous a span, .linkarea .nav-previous body section.sec_news_list .meta .selectarea a span,
body section.sec_news_list .meta .selectarea .linkarea .nav-next a span,
.linkarea .nav-next body section.sec_news_list .meta .selectarea a span {
    font-size: 0.75rem;
  }
}
body section.sec_news_list .meta .selectarea ul {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  display: none;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
}
body section.sec_news_list .meta .selectarea ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  padding: 0.3125rem 0;
}
body section.sec_news_list .meta .selectarea ul li a:hover {
  background-color: var(--color11);
}

/***********************************
	共通リスト
************************************/
@media screen and (max-width: 767px) {
  section .inner > .box > .subttl,
section .inner > .subttl {
    margin-bottom: 2.5rem;
    font-size: 1.5625rem;
    line-height: 1.5;
    text-align: center;
  }
}
section .inner > .box > .subttl::after,
section .inner > .subttl::after {
  content: "";
  display: block;
  margin: 1.5625rem auto 0;
  width: 9.375rem;
  height: 0.375rem;
  background: linear-gradient(90deg, #a16 0%, #921668 14.29%, #771c6a 35.09%, #64206c 56.22%, #58236d 77.69%, #55246e 100%);
}
@media screen and (max-width: 767px) {
  section .inner > .box > .subttl::after,
section .inner > .subttl::after {
    margin: 0.9375rem auto 0;
    width: 5.125rem;
    height: 0.1875rem;
  }
}
section .list_works .col {
  width: calc((100% - 3.5rem) / 3);
  padding: 0;
}
body:not(.home) section .list_works .col:nth-child(n+10) {
  display: none;
}
@media screen and (max-width: 767px) {
  body:not(.home) section .list_works .col:nth-child(n+10) {
    display: block;
  }
  body:not(.home) section .list_works .col:nth-child(n+7) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  section .list_works .col {
    width: calc((100% - 0.625rem) / 2);
  }
}
section .list_works .col a .txt_column {
  margin-top: 0.9375rem;
  display: block;
  line-height: 1.3;
  font-weight: normal;
  color: var(--black);
  font-size: 1rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  section .list_works .col a .txt_column {
    font-size: 0.8125rem;
    padding-bottom: 0.3125rem;
  }
}
section .list_works .col a .img img {
  width: 100%;
  aspect-ratio: 348/220;
  -o-object-fit: cover;
     object-fit: cover;
}
section .list_works .col a y .meta {
  color: #91908F;
  font-size: 0.8125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section .list_works .col a y .meta {
    font-size: 0.6875rem;
  }
}
section .list_works .col a y .meta .type::before {
  content: "｜";
}
@media screen and (max-width: 767px) {
  section .list_works .col a y .meta .type {
    display: block;
    line-height: 1.5;
  }
  section .list_works .col a y .meta .type::before {
    display: none;
  }
}

/***********************************
	お問い合わせ
************************************/
.sec_contact-form {
  padding-bottom: 6.5625rem;
}
@media screen and (max-width: 767px) {
  .sec_contact-form {
    padding-bottom: 2.5rem;
  }
}
.sec_contact-form .txt {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .sec_contact-form .txt {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

/***********************************
	プライバシー
************************************/
.sec_recruit-lead {
  padding-bottom: 6.875rem;
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead {
    padding-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead .subttl {
    font-size: 0.9375rem;
    text-align: left;
  }
}
.sec_recruit-lead .box + .box {
  margin-top: 10.3125rem;
}
.sec_recruit-lead .block {
  margin-top: 4em;
}
.sec_recruit-lead .block > ul,
.sec_recruit-lead .block > ol {
  list-style: none;
  margin-left: 1em;
  margin-bottom: 1.5em;
}
.sec_recruit-lead .block > ul.dot,
.sec_recruit-lead .block > ol.dot {
  list-style: disc;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead .block > ul.dot,
.sec_recruit-lead .block > ol.dot {
    margin-left: 1em;
  }
}
.sec_recruit-lead .block > ul > li,
.sec_recruit-lead .block > ol > li {
  list-style: none;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead .block > ul > li,
.sec_recruit-lead .block > ol > li {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.sec_recruit-lead .block > ul.dot > li {
  list-style: disc;
  text-indent: 0;
}
.sec_recruit-lead .block > ul.dot > li::marker {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead .block > ul.dot > li::marker {
    font-size: 0.625rem;
  }
}
.sec_recruit-lead .block > ol > li > ol {
  padding-left: 2.5em;
  counter-reset: num;
  padding: 0.3125rem 0 0.3125rem 2em;
  list-style: none;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead .block > ol > li > ol {
    padding: 0 0 0.3125rem 0;
  }
}
.sec_recruit-lead .block > ol > li > ol > li {
  list-style: none;
  counter-increment: num;
  padding: 0.3125rem 0;
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead .block > ol > li > ol > li {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.sec_recruit-lead .block > ol > li > ol > li::before {
  display: none;
}
.sec_recruit-lead .block > ol > li > ol > li > span.num {
  width: 2em;
  display: block;
  float: left;
  margin-left: -2em;
}
.sec_recruit-lead .block > ol > li > ul {
  padding: 5px 0 5px 2em;
  margin-top: 10px;
  list-style: none;
}
.sec_recruit-lead .block > ol > li > ul > li {
  padding: 0.3125rem 0;
}
.sec_recruit-lead .block > ol > li > ul > li:before {
  content: "・";
  width: 1em;
  display: block;
  float: left;
  margin-left: -1em;
}
.sec_recruit-lead p {
  font-size: 1.0625rem;
  line-height: 1.8;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead p {
    font-size: 0.875rem;
  }
}
.sec_recruit-lead p + p {
  margin-top: 1.5em;
}
.sec_recruit-lead h2 {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead h2 {
    font-size: 0.875rem;
  }
}
.sec_recruit-lead ol,
.sec_recruit-lead ol > li {
  list-style: decimal;
  margin-left: 0.7em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead ol,
.sec_recruit-lead ol > li {
    font-size: 0.875rem;
  }
}
.sec_recruit-lead ul,
.sec_recruit-lead ul > li {
  list-style: disc;
  margin-left: 0.7em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead ul,
.sec_recruit-lead ul > li {
    font-size: 0.875rem;
  }
}
.sec_recruit-lead ul::marker,
.sec_recruit-lead ul > li::marker {
  font-size: 80%;
}
.sec_recruit-lead ul span,
.sec_recruit-lead ul > li span {
  display: block;
  line-height: 2;
  margin-left: 1em;
}
.sec_recruit-lead .frame {
  width: 33.4375rem;
  margin: 0 auto;
  border: 1px solid #707070;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead .frame {
    width: 100%;
    padding: 1.25rem 1.25rem;
  }
}
.sec_recruit-lead .frame .ttl {
  font-weight: 500;
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .sec_recruit-lead .frame .ttl {
    font-size: 1.125rem;
  }
}
.sec_recruit-lead .frame p {
  margin: 0;
}

/***********************************
news
************************************/
.news-list {
  margin-left: 0px;
}
.news-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list ul li {
  padding: 29px 0;
  border-bottom: 1px dashed #707070;
}
.news-list ul li:first-child {
  border-top: 1px dashed #707070;
}
@media screen and (max-width: 767px) {
  .news-list ul li {
    padding: 20px 0;
  }
}
.news-list ul li dl {
  margin-bottom: 0px;
  padding: 0px 0;
  display: flex;
}
.news-list ul li dl dt,
.news-list ul li dl dd {
  padding: 0px 0 0px;
  font-weight: normal;
}
.news-list ul li dl dt {
  vertical-align: top;
  overflow: hidden;
  min-width: 80px;
}
.news-list ul li dl dt .img {
  width: 100%;
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  background-image: url(../images/noimg.png);
}
.news-list ul li dl dt a {
  transition: all 0.2s;
}
.news-list ul li dl dt a:hover {
  display: block;
}
.news-list ul li dl dd {
  vertical-align: middle;
  padding-left: 27px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .news-list ul li dl dd {
    padding-left: 18px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
  }
}
.news-list ul li dl dd .title {
  padding: 0;
  text-align: left;
  display: block;
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
  margin: 0 0 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news-list ul li dl dd .title {
    font-size: 1.3rem;
    margin: 0;
    order: 2;
    display: block;
  }
  .news-list ul li dl dd .title span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
.news-list ul li dl dd .title:hover {
  opacity: 0.8;
}
.news-list ul li .metaarea {
  font-weight: 400;
  margin: 0;
  text-align: left;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .news-list ul li .metaarea {
    font-size: 1.3rem;
    order: 1;
    margin: 0 0 10px 0;
  }
}
.news-list ul li .cat {
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.3rem;
  padding: 2px 10px;
  background-color: #EAEAEA;
  color: #000;
}
@media screen and (max-width: 767px) {
  .news-list ul li .cat {
    font-size: 1rem;
    padding: 2px 10px;
  }
}
.news-list ul li .cat:hover {
  opacity: 0.8;
}
.news-list .readmore a {
  background-color: transparent;
}
.news-list .readmore a:hover {
  background-color: #3786CD;
}

.thumnb-list {
  margin-left: 0px;
}
.thumnb-list ul {
  list-style: none;
  margin: 0 -14px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .thumnb-list ul {
    margin: 0 -8px;
  }
}
.thumnb-list ul li {
  width: 33.3333333333%;
  padding: 0 14px;
}
@media screen and (max-width: 767px) {
  .thumnb-list ul li {
    width: 50%;
    padding: 0 8px;
  }
}
.home .news .thumnb-list ul li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .home .news .thumnb-list ul li {
    width: 50%;
  }
}
.thumnb-list ul li dl {
  margin-bottom: 40px;
  padding: 0px 0;
}
@media screen and (max-width: 767px) {
  .thumnb-list ul li dl {
    margin-bottom: 20px;
  }
}
.thumnb-list ul li dl dt,
.thumnb-list ul li dl dd {
  padding: 0px 0 0px;
  font-weight: normal;
}
.thumnb-list ul li dl dt {
  vertical-align: top;
  overflow: hidden;
  min-width: 120px;
}
.thumnb-list ul li dl dt .img {
  width: 100%;
  padding-top: 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  background-color: #eee;
  transition: transform ease 0.3s;
  background-image: url(../images/nolimg.png);
}
.tax-works_category .thumnb-list ul li dl dt .img, .post-type-archive-works .thumnb-list ul li dl dt .img {
  padding-top: 135%;
}
.thumnb-list ul li dl dt a {
  transition: all 0.2s;
}
.thumnb-list ul li dl dt a:hover .img {
  transform: scale(1.1);
}
.thumnb-list ul li dl dt a:hover {
  display: block;
}
.thumnb-list ul li dl dd {
  vertical-align: middle;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .thumnb-list ul li dl dd {
    padding-bottom: 15px;
  }
}
.thumnb-list ul li dl dd .title {
  padding: 25px 0 10px;
  text-align: left;
  font-weight: bold;
  display: block;
  font-size: 2rem;
  line-height: 1.5;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .thumnb-list ul li dl dd .title {
    font-size: 1.6rem;
    padding: 10px 0 10px;
  }
}
.thumnb-list ul li dl dd .title:hover {
  opacity: 0.8;
}
.thumnb-list ul li .placearea {
  font-size: 1.5rem;
}
.thumnb-list ul li .metaarea {
  font-weight: 400;
  margin: 5px 0 0;
  text-align: left;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .thumnb-list ul li .metaarea {
    align-items: center;
    font-size: 10px;
  }
}
.thumnb-list ul li .metaarea span {
  display: inline-block;
  line-height: 1;
  padding-right: 10px;
}
.thumnb-list ul li .metaarea span + span {
  padding-left: 10px;
  border-left: 1px solid #000;
}
.thumnb-list ul li .cat {
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .thumnb-list ul li .cat {
    font-size: 10px;
    min-width: 50%;
    padding: 0 3px;
  }
}
.thumnb-list ul li .cat:hover {
  opacity: 0.8;
}
.thumnb-list .readmore a {
  background-color: transparent;
}
.thumnb-list .readmore a:hover {
  background-color: #3786CD;
}

@media screen and (max-width: 767px) {
  .sec_404 h2 {
    font-size: 1rem;
  }
}

/*********************
フォーム
**********************/
.form {
  padding: 0 0 0px;
}
.form dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0 0 0;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 19+ */
  /* IE 10+ */
}
.form dl.line {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .form dl {
    display: block;
    border-top: 0;
  }
}
.form dl dt {
  width: 17.375rem;
  padding: 3.125rem 0 0.9375rem 0.3125rem;
  line-height: 1.5;
  font-size: 1.125rem;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: flex-start;
}
.form dl dt:nth-last-child(2) {
  padding: 3.125rem 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .form dl dt:nth-last-child(2) {
    padding: 1.25rem 0 1.25rem 0;
  }
}
@media screen and (max-width: 767px) {
  .form dl dt {
    border-top: 1px solid #ccc;
    padding: 1.25rem 0 0 0;
    line-height: 1.5;
    width: 100%;
    min-height: auto;
    justify-content: flex-start;
    border-bottom: 0;
    font-weight: 700;
    font-size: 0.875rem;
    flex-direction: row;
  }
}
.form dl dt span {
  vertical-align: middle;
  margin-left: 0.625rem;
  display: inline-block;
  text-align: center;
  background-color: #550669;
  line-height: 1.3;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 0.1875rem 0.125rem;
  font-weight: normal;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .form dl dt span {
    margin-top: 0rem;
    font-size: 0.75rem;
  }
}
.form dl dt .unrequire {
  background-color: #707070;
}
.form dl dt .require {
  background-color: #BC0000;
}
.form dl dt > div .note {
  display: block;
  margin-top: -1.4375rem;
}
@media screen and (max-width: 767px) {
  .form dl dt > div .note {
    margin-top: 0rem;
  }
}
.form dl.line dt {
  border-bottom: 1px solid #CCCCCC;
}
.form dl dd {
  margin-left: 0px;
  padding: 2.1875rem 0 0.9375rem 0;
  width: calc(100% - 17.375rem);
  line-height: 1.3;
  position: relative;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
}
.form dl dd:last-child {
  padding: 3.125rem 0 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .form dl dd:last-child {
    padding: 0 0 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .form dl dd {
    padding: 0.625rem 0px 1.25rem 0px;
    font-size: 1rem;
    width: 100%;
    border-bottom: 0;
  }
}
.form dl dd .clink {
  cursor: pointer;
  display: block;
  width: 105px;
  margin: 0 0 0 10px;
  border: none;
  background-color: #aaa;
  color: #fff;
  font-weight: normal;
  font-size: 1rem;
  text-align: center;
  position: relative;
  height: 60px;
  line-height: 60px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .form dl dd .clink {
    height: 50px;
    line-height: 50px;
    width: 80px;
    padding: 0 5px;
    white-space: nowrap;
    font-size: 0.875rem;
  }
}
.form dl dd .parkingnum {
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
}
.form dl dd .parkingnum .wpcf7-form-control-wrap {
  margin-right: 0.625rem;
}
@media screen and (max-width: 767px) {
  .form dl dd .parkingnum .wpcf7-form-control-wrap {
    margin-right: 0.625rem;
  }
}
.form dl.line dd {
  border-bottom: 1px solid #CCCCCC;
}
.form dl .wpcf7-list-item {
  display: block;
}
@media screen and (max-width: 767px) {
  .form dl .wpcf7-list-item {
    margin: 0;
    white-space: nowrap;
  }
  .form dl .wpcf7-list-item:first-child {
    margin-top: 0;
  }
  .form dl .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
}
.form dl .wpcf7-list-item:last-child {
  margin-bottom: 0px;
}
.form dl .wpcf7-list-item:last-child > label {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form dl .wpcf7-list-item:last-child > label {
    width: 150px;
    display: inline-block;
  }
}
.form dl .wpcf7-list-item:last-child .wpcf7-list-item-label {
  white-space: nowrap;
}
.form dl a:hover,
.form dl a:focus {
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
}
.form dl a:hover:after {
  color: #fff;
}
.form dl input[type=date],
.form dl input[type=text],
.form dl input[type=tel],
.form dl input[type=email] {
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 0.625rem;
  border: none;
  background-color: #E9E8E8;
  font-size: 1rem;
  max-width: 33.4375rem;
}
@media screen and (max-width: 767px) {
  .form dl input[type=date],
.form dl input[type=text],
.form dl input[type=tel],
.form dl input[type=email] {
    height: 2.8125rem;
    line-height: 2.8125rem;
  }
}
.form dl .short input[type=date],
.form dl .short input[type=text],
.form dl .short input[type=tel],
.form dl .short input[type=email] {
  max-width: 26.6875rem;
}
@media screen and (max-width: 767px) {
  .form dl .short span {
    font-size: 0.6875rem;
  }
}
.form dl .line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 33.4375rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .form dl .line {
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
  }
  .form dl .line > div + .wpcf7-form-control-wrap {
    margin-top: 0.625rem;
  }
}
.form dl .line .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: nowrap;
}
.form dl .line .wpcf7-list-item {
  margin: 0;
}
.form dl .line input[type=text] {
  margin-right: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .form dl .line input[type=text] {
    margin-top: 0.625rem;
    margin-left: 0;
  }
}
.form dl .agearea {
  position: relative;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .form dl .agearea {
    width: 100%;
  }
}
.form dl .agearea .header {
  position: absolute;
  top: 0.8125rem;
  right: -1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .form dl .agearea .header {
    top: 1.25rem;
  }
}
.form dl .agearea + .wpcf7-form-control-wrap {
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .form dl .agearea + .wpcf7-form-control-wrap {
    height: 2.8125rem;
  }
}
.form dl .your-postal1,
.form dl .your-postal2 {
  display: inline-block;
  width: 13.9375rem;
}
.form dl dd.multi span {
  display: block;
  margin-top: 10px;
}
.form dl dd.multi span:last-child {
  margin-bottom: 0;
}
.form dl span.line {
  padding: 0 5px;
}
.form dl p {
  margin-bottom: 0;
}
.form dl input.age {
  width: 6em;
}
.form dl textarea {
  width: 100%;
  padding: 10px 10px;
  line-height: 1.3;
  font-size: 1rem;
  border: none;
  background-color: #E9E8E8;
  max-width: 33.4375rem;
  height: 16.6875rem;
}
@media screen and (max-width: 767px) {
  .form dl textarea {
    height: 6.25rem;
  }
}
.form dl input[type=radio],
.form dl input[type=checkbox],
.form dl .agree input[type=checkbox] {
  width: 1.5625rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  vertical-align: middle;
  margin-top: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form dl input[type=radio] {
  border-radius: 50%;
}
.form dl input[type=radio]::before {
  /* ラジオボタンの内側の● */
  display: block;
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  background-color: var(--black);
  transform: translate(0.375rem, 0.375rem) scale(0);
  transform-origin: center;
  transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
}
.form dl input[type=radio]:checked::before {
  transform: translate(0.375rem, 0.375rem) scale(1);
}
.form dl input[type=file] {
  font-size: 1rem;
}
.form dl input[type=radio] + span,
.form dl input[type=checkbox] + span {
  vertical-align: middle;
  line-height: 1.25rem;
  font-size: 1.125rem;
  font-weight: normal;
  margin-right: 3em;
}
@media screen and (max-width: 767px) {
  .form dl input[type=radio] + span,
.form dl input[type=checkbox] + span {
    font-size: 0.875rem;
    margin-right: 2em;
  }
}
.form dl dd.half {
  text-align: left;
}
.form dl dd.half span:last-child {
  font-weight: 500;
}
.form dl dd.half input {
  width: 50%;
}
.form dl p.note {
  text-align: left;
  margin-top: 0.9375rem;
}
.form dl .filearea {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.form dl .filearea label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: #fff;
  color: #555;
  font-size: 16px;
  padding: 0 30px;
  transition: all 0.3s;
  height: 50px;
  line-height: 50px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .form dl .filearea label {
    font-size: 14px;
    height: 45px;
    line-height: 43px;
  }
}
.form dl .filearea label input {
  /* 今回のポイント */
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.form dl .filearea label .filename {
  font-size: 16px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .form dl .filearea label .filename {
    font-size: 14px;
  }
}
.form dl :-moz-placeholder-shown {
  color: #CCCCCC;
  padding-top: 4px !important;
}
.form dl :placeholder-shown {
  color: #CCCCCC;
  padding-top: 4px !important;
}
.form dl ::-webkit-input-placeholder {
  color: #CCCCCC;
  padding-top: 4px !important;
}
.form dl ::-moz-placeholder {
  color: #ccc;
  padding-top: 4px !important;
  opacity: 1;
}
.form dl :-ms-input-placeholder {
  color: #CCCCCC;
}
.form dl select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  position: relative;
  z-index: 1;
  outline: none;
  width: 100%;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 10px;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .form dl select {
    height: 2.8125rem;
    line-height: 2.8125rem;
  }
}
.form dl .widget_archive select::-ms-expand {
  display: none;
}
.form dl .inner {
  padding: 20px 0px 0;
}
.form dl .selectWrap {
  width: 12.5rem;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .form dl .selectWrap {
    width: 100%;
  }
}
.form dl .selectWrap select {
  border: 1px solid #ccc;
}
.form dl .selectWrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 3.125rem;
  width: 2.625rem;
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .form dl .selectWrap::before {
    height: 2.8125rem;
    width: 2.1875rem;
  }
}
.form dl .selectWrap::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0.375rem 0 0.375rem;
  border-color: #fff transparent transparent transparent;
  content: "";
  position: absolute;
  z-index: 0;
  top: 1.25rem;
  right: 0.9375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form dl .selectWrap::after {
    right: 0.9375rem;
    border-width: 0.5rem 0.25rem 0 0.25rem;
  }
}
.form dl .selectarea .wpcf7-custom-item-error {
  display: none;
}
.form dl .selectarea .wpcf7-form-control-wrap {
  width: 58%;
  position: relative;
  background-color: #F8F8F8;
  display: block;
}
.form dl .selectarea .wpcf7-form-control-wrap:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .form dl .selectarea .wpcf7-form-control-wrap:after {
    color: #fff;
    right: 22px;
    top: 60%;
  }
}
.form dl .selectarea .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.form dl .selectarea .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) + .wpcf7-custom-item-error {
  display: block;
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
}
.form dl .wpcf7-free-text {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .form dl .wpcf7-free-text {
    margin-left: 0px;
  }
}
.form dd .lg,
.form dd .sm {
  display: flex;
  align-items: flex-start;
  max-width: 33.4375rem;
  justify-content: space-between;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .form dd .lg,
.form dd .sm {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
.form dd .lg > span {
  width: 100%;
}
.form dd .lg input[type=checkbox] {
  width: 1.5625rem;
  height: 1.5625rem;
  vertical-align: middle;
  margin-top: 0;
  background-color: #F8F8F8;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.form dd .lg input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: relative;
  left: 0.5rem;
  top: 0.25rem;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form dd .lg input[type=checkbox]:focus-visible {
  outline: 0 !important;
}
.form dd .lg input[type=checkbox] + span {
  font-size: 1rem;
  margin-left: 0.625rem;
}
.form dd.check input[type=checkbox] {
  width: 1.5625rem;
  height: 1.5625rem;
  vertical-align: middle;
  margin-top: 0;
  background-color: #F8F8F8;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.form dd.check input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: relative;
  left: 0.5rem;
  top: 0.25rem;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form dd.check input[type=checkbox]:focus-visible {
  outline: 0 !important;
}
.form dd.check input[type=checkbox] + span {
  font-size: 1rem;
  margin-left: 0.625rem;
}
.form dd .box_form {
  width: 100%;
  margin-top: 1.25rem;
  padding: 1.25rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .form dd .box_form {
    margin-top: 1.25rem;
    padding: 0.625rem 0.625rem;
  }
  .form dd .box_form p {
    font-size: 0.8125rem;
    line-height: 1.3;
    margin-bottom: 0.3125rem;
  }
}
.form dd .box_form .wpcf7-checkbox {
  padding-bottom: 0;
}
.form dd .sm + .lg {
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .form dd .sm + .lg {
    margin-top: 0.625rem;
  }
}
.form dd .lg span:first-child,
.form dd .sm span:first-child {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form dd .lg span:first-child,
.form dd .lg span:last-child {
    margin-right: 0;
  }
}
.form dd .lg2 {
  display: flex;
  align-items: center;
  margin-top: 0.875rem;
}
.form dd .lg2 > span:first-child {
  display: block;
  width: 10.125rem;
}
@media screen and (max-width: 767px) {
  .form dd .lg2 > span:first-child {
    width: 8.125rem;
    font-size: 0.8125rem;
  }
}
.form dd .lg2:first-child {
  margin-top: 0;
}
.form .info-txt.form-control {
  display: block;
  width: 100%;
  height: 136px;
  padding: 5px 0 0;
  margin-top: 30px;
  margin-bottom: 35px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow-y: auto;
}
.form .info-txt.form-control .txt {
  padding: 20px 20px 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .form .info-txt.form-control .txt {
    padding: 10px 10px 0;
  }
}
.form .info-txt.form-control div {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .form .info-txt.form-control div {
    font-size: 12px;
  }
}
.form .info-txt.form-control p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .form .info-txt.form-control p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .form .agreebox {
    margin-top: 0;
  }
}
.form .agreebox a {
  color: #000;
  text-decoration: underline;
}
.form .agreebox .agree {
  display: flex;
  align-items: center;
  margin: 1.875rem 0 3.125rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .form .agreebox .agree {
    margin: 1.25rem 0 1.875rem;
    font-size: 1rem;
  }
}
.form .agreebox .agree .wpcf7-list-item {
  margin: 0 0.3125rem 0 0;
}
@media screen and (max-width: 767px) {
  .form .agreebox .agree .wpcf7-list-item {
    margin: 0;
  }
}
.form .agreebox .agree .require {
  vertical-align: middle;
  margin-left: 0.625rem;
  display: inline-block;
  text-align: center;
  background-color: #550669;
  line-height: 1.3;
  color: #fff;
  font-size: 0.875rem;
  padding: 0 0.1875rem 0.125rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .form .agreebox .agree .require {
    font-size: 0.75rem;
  }
}
.form .agreebox input[type=checkbox] {
  width: 2.25rem;
  height: 2.25rem;
  vertical-align: middle;
  margin-top: 0;
  background-color: #F8F8F8;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.form .agreebox input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: relative;
  left: 0.5rem;
  top: 0.25rem;
  width: 0.375rem;
  height: 0.75rem;
  border: solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form .agreebox input[type=checkbox]:focus-visible {
  outline: 0 !important;
}
.form .agreebox .wpcf7-list-item-label {
  font-size: 1rem;
  color: #2F2F2F;
  margin-left: 0.625rem;
  margin-top: var(--size45px);
}
@media screen and (max-width: 767px) {
  .form .agreebox .wpcf7-list-item-label {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    text-align: left;
  }
}
.form .agreebox .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .form .agreebox .wpcf7-list-item {
    justify-content: flex-start;
  }
  .form .agreebox .wpcf7-list-item > label {
    display: flex;
    align-items: center;
  }
}
.form .your-age + span,
.form .acceptance + a {
  vertical-align: middle;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
}
.form span.wpcf7-list-item {
  margin-left: 0;
}
.form .btnarea {
  padding: 0;
  text-align: center;
  position: relative;
  margin: var(--size50px) auto 0;
  display: flex;
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .form .btnarea {
    width: 100%;
    margin: 0 auto 0;
    flex-direction: column;
    row-gap: 0.5rem;
  }
}
.form .btnarea .wpcf7-spinner,
.form .btnarea .ajax-loader {
  display: none;
}
.form .btnarea input,
.form .btnarea button {
  width: 23.4375rem;
  height: 5.6875rem;
  border-radius: 0.5rem;
  border: 1px solid var(--black) !important;
  background-color: #fff;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8125rem;
  font-weight: 500;
  text-align: center;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  box-shadow: 2px 2px 0.625rem rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-appearance: none;
  letter-spacing: 0.05em;
  padding-left: 1em;
  color: var(--black);
}
.form .btnarea input::after,
.form .btnarea button::after {
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  border-top: 2px solid var(--black);
  border-right: 2px solid var(--black);
  transform: rotate(45deg);
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .form .btnarea input,
.form .btnarea button {
    width: 100%;
    height: 3.75rem;
    font-size: 0.875rem;
  }
}
.form .btnarea input {
  background-color: #E76933;
}
.form .btnarea input[disabled],
.form .btnarea input[disabled=disabled] {
  opacity: 0.6;
}
.form .btnarea input:hover {
  opacity: 0.6;
}
.form .btnarea input[disabled]:hover,
.form .btnarea input[disabled=disabled]:hover {
  opacity: 0.6;
}
.form span.wpcf7-custom-item-error,
.form span.wpcf7-not-valid-tip {
  padding-top: 0.3125rem;
  display: block;
  text-align: left;
  font-size: 1rem;
  background-color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .form span.wpcf7-custom-item-error,
.form span.wpcf7-not-valid-tip {
    font-size: 0.875rem !important;
    white-space: normal;
  }
}
.form dd .your-postal1 span.wpcf7-not-valid-tip,
.form dd .your-postal2 span.wpcf7-not-valid-tip {
  display: block;
  line-height: 1.3;
  padding-top: 10px;
}
.form .agreebox {
  text-align: center;
  position: relative;
}
.form .agree_inner {
  border: 1px solid #ddd;
  height: 8.5rem;
  overflow: auto;
  margin-bottom: var(--size45px);
}
@media screen and (max-width: 767px) {
  .form .agree_inner {
    margin-bottom: 0;
  }
}
.form .agree_inner .txt {
  text-align: left;
  padding: var(--size30px);
}
@media screen and (max-width: 767px) {
  .form .agree_inner .txt {
    padding: var(--size15px);
  }
}
.form .agree_inner .txt p {
  margin-bottom: 1em;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .form .agree_inner .txt p {
    font-size: 0.75rem;
  }
}
.form .acceptance {
  margin-right: 10px;
}
.form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 10px 0;
  width: 33.4375rem;
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .form .wpcf7-checkbox {
    padding: 0;
    width: auto;
  }
}
.form .wpcf7-checkbox .wpcf7-list-item {
  width: calc((100% - 1.25rem) / 3);
}
@media screen and (max-width: 767px) {
  .form .wpcf7-checkbox .wpcf7-list-item {
    width: calc((100% - 0.625rem) / 2);
  }
}
.form .wpcf7-radio {
  display: flex;
  flex-wrap: nowrap;
  max-width: 33.125rem;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .form .wpcf7-radio {
    padding: 0;
  }
}
.form .multiline .wpcf7-radio {
  height: auto;
}
.form .has-free-text {
  display: flex;
  align-items: center;
}
.form .attachment {
  margin-bottom: 12px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  background-color: #F8F8F8;
  display: table;
}
@media screen and (max-width: 767px) {
  .form .attachment {
    width: 100%;
  }
}
.form .attachment label {
  /* ボタン部分の見た目（任意） */
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  font-size: 0.875rem;
  padding: 10px 18px;
  border-radius: 4px;
  transition: all 0.3s;
}
.form .attachment label:hover {
  background: #888;
  transition: all 0.4s;
}
.form .attachment label input {
  /* 今回のポイント */
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.form .attachment .filename {
  font-size: 0.875rem;
  margin: 0 0 0 10px;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: none;
  padding-left: 0;
}

.widget_categories ul {
  margin-top: 1rem;
}
.widget_categories ul li a {
  padding: 0.1875rem 0;
  display: block;
  line-height: 1.5;
  position: relative;
  font-size: 1rem;
  text-decoration: none;
  color: var(--black);
  font-weight: normal;
}
@media (hover: hover) {
  .widget_categories ul li a:hover {
    opacity: 0.7;
  }
}
.widget_categories ul li ul li.current {
  background-color: #D9E9F5;
}
.widget_categories.probar ul li {
  border-color: #ddd !important;
}
.widget_categories.probar ul li a {
  padding: 1.125rem 0;
  font-size: 0.875rem;
}
.widget_categories.probar .inner {
  background-color: #F1F6FC;
  padding: 15px 12px;
}
@media screen and (max-width: 767px) {
  .widget_categories.probar .inner {
    padding: 0;
  }
}

.widget_archive ul li a:hover,
.widget_categories ul li a:hover {
  text-decoration: none;
}

.widget_search .input-group {
  margin-top: 1.5rem;
  padding: 0px 0px 0;
  position: relative;
}
.widget_search .btnarea {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .widget_search .btnarea {
    left: auto;
    right: 15px;
  }
}
.widget_search .btnarea .btn, .widget_search .btnarea .linkarea .nav-previous a, .linkarea .nav-previous .widget_search .btnarea a,
.widget_search .btnarea .linkarea .nav-next a,
.linkarea .nav-next .widget_search .btnarea a {
  outline: none;
  background: url("../images/common/icn_search.svg") no-repeat center center;
  text-align: center;
  display: block;
  height: 18px;
  background-size: auto 100%;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .widget_search .btnarea .btn, .widget_search .btnarea .linkarea .nav-previous a, .linkarea .nav-previous .widget_search .btnarea a,
.widget_search .btnarea .linkarea .nav-next a,
.linkarea .nav-next .widget_search .btnarea a {
    height: 50px;
    width: 55px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMCAyMSI+PHBhdGggZD0iTTMuOSAxMy41Yy0yLjUtMi43LTIuNS02LjggMC05LjQgMi4zLTIuNSA2LjItMi42IDguNy0uM2wuMy4zYzIuNSAyLjcgMi41IDYuOCAwIDkuNC0yLjMgMi41LTYuMiAyLjYtOC43LjMtLjItLjEtLjMtLjItLjMtLjN6bTE1LjcgNC44bC00LjMtNC42YzIuMy0zLjUgMS45LTguMS0xLTExLjItMy0zLjMtOC4yLTMuNC0xMS40LS40LS4yLjItLjQuMy0uNS41LTMuMiAzLjUtMy4yIDguOSAwIDEyLjQgMi44IDMgNy40IDMuNCAxMC43IDFsNC4zIDQuNWMuNi42IDEuNS42IDIuMS4xbC4xLS4xYy42LS42LjYtMS42IDAtMi4yeiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNmZmYiLz48L3N2Zz4=");
    background-size: 25px auto;
  }
}
.widget_search input[type=search].form-control {
  width: 100%;
  border: 0;
  padding-right: 40px;
  height: 45px;
  line-height: 43px;
  background-color: var(--color03);
  border-radius: 0;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .widget_search input[type=search].form-control {
    height: 50px;
    line-height: 48px;
    border: 0 !important;
    font-size: 16px;
  }
}
.widget_search.probar .inner {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .widget_search.probar .inner {
    padding: 0;
  }
}
.widget_search.probar .btnarea .btn, .widget_search.probar .btnarea .linkarea .nav-previous a, .linkarea .nav-previous .widget_search.probar .btnarea a,
.widget_search.probar .btnarea .linkarea .nav-next a,
.linkarea .nav-next .widget_search.probar .btnarea a {
  outline: none;
  background: url("../images/common/icn_search.svg") no-repeat center center;
  text-align: center;
  display: block;
  height: 18px;
  background-size: auto 100%;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .widget_search.probar .btnarea .btn, .widget_search.probar .btnarea .linkarea .nav-previous a, .linkarea .nav-previous .widget_search.probar .btnarea a,
.widget_search.probar .btnarea .linkarea .nav-next a,
.linkarea .nav-next .widget_search.probar .btnarea a {
    height: 20px;
    width: 20px;
    background-size: 18px 18px;
  }
}
.widget_search.probar input[type=search].form-control:focus {
  outline: none;
}

.widget_search :-moz-placeholder-shown {
  color: #666;
  padding-top: 4px !important;
}

.widget_search :placeholder-shown {
  color: #666;
  padding-top: 4px !important;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
.widget_search ::-webkit-input-placeholder {
  color: #666;
  padding-top: 4px !important;
}

/* Firefox 19+ */
.widget_search ::-moz-placeholder {
  color: #666;
  padding-top: 4px !important;
  opacity: 1;
}

.widget_search .input-group-btn {
  position: relative;
}

.widget_archive .screen-reader-text {
  display: none;
}

.widget_categories.newsbar select,
.widget_archive.newsbar select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 42px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 25px;
  border: 0 !important;
  line-height: 40px;
  background-color: transparent;
  border-radius: 5px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .widget_categories.newsbar select,
.widget_archive.newsbar select {
    border-radius: 0px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
  }
}

.widwidget_categories.newsbar select::-ms-expand,
.widget_archive select::-ms-expand {
  display: none;
}

.widget_categories.newsbar .inner,
.widget_archive.newsbar .inner {
  padding: 20px 0px 0;
}

.widget_categories.newsbar .selectWrap,
.widget_archive.newsbar .selectWrap {
  position: relative;
  margin-top: 1.5625rem;
}

.widget_categories.newsbar .selectWrap::before,
.widget_archive.newsbar .selectWrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 40px;
  width: 46px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media screen and (max-width: 767px) {
  .widget_categories.newsbar .selectWrap::before,
.widget_archive.newsbar .selectWrap::before {
    height: 50px;
    width: 55px;
    background-color: var(--color01);
  }
}

.widget_categories .selectWrap::after,
.widget_archive .selectWrap::after {
  /*
  	content: '\f078';
  	font-family: "Font Awesome 5 Free";
  	position: absolute;
  	z-index: 0;
  	color: var(--color01);
  	top: 50%;
  	transform: translateY(-50%);
  	bottom: 0;
  	margin: auto 0;
  	right: 15px;
  	font-weight: bold;
  */
  position: absolute;
  content: "";
  display: block;
  z-index: 0;
  border-bottom: 2px solid var(--color01);
  border-right: 2px solid var(--color01);
  top: 50%;
  width: 5px;
  height: 5px;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
@media screen and (max-width: 767px) {
  .widget_categories .selectWrap::after,
.widget_archive .selectWrap::after {
    right: 22px;
  }
}

/**/
.widget_categories.probar select,
.widget_archive.probar select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  margin: 0;
  height: 45px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 25px;
  border: none !important;
  line-height: 43px;
  background-color: transparent;
  border-radius: 0px;
  outline: none;
}
@media screen and (max-width: 767px) {
  .widget_categories.probar select,
.widget_archive.probar select {
    border-radius: 0px;
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    border: 0 !important;
  }
}
.widget_categories.probar select::-ms-expand,
.widget_archive.probar select::-ms-expand {
  display: none;
}
.widget_categories.probar .selectWrap,
.widget_archive.probar .selectWrap {
  position: relative;
  margin-top: 1.5625rem;
  background-color: var(--color03);
}
.widget_categories.probar .selectWrap::before,
.widget_archive.probar .selectWrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  height: 40px;
  width: 46px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media screen and (max-width: 767px) {
  .widget_categories.probar .selectWrap::before,
.widget_archive.probar .selectWrap::before {
    height: 50px;
    width: 55px;
  }
}

.sidebar-widget {
  margin: 0 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidebar-widget {
    margin: 0 0 2.5rem;
  }
}

.sidebar-widget__title {
  margin-top: 0;
  border-bottom: 1px solid #B2B2B2;
  text-align: left;
  font-weight: 500;
  line-height: 1;
  font-size: 1rem;
  padding: 0 0 1rem 0;
  letter-spacing: normal;
  margin-bottom: 0;
}
.sidebar-widget__title span {
  margin: 0 10px;
}

.sidebar-widget__title a {
  display: block;
  padding: 0 0 0 15px !important;
}

.sidebar-widget__title a:hover {
  text-decoration: none;
  background-color: #F1F6FC;
}

.widget_recent_entries .newslist {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.widget_recent_entries .newslist li {
  padding: 1.5625rem 0;
}
@media screen and (max-width: 767px) {
  .widget_recent_entries .newslist li {
    padding: 1.25rem 0;
  }
}
.widget_recent_entries .newslist dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .widget_recent_entries .newslist dl dd {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .widget_recent_entries .newslist dl dd .date {
    font-size: 0.625rem;
  }
}
.widget_recent_entries .newslist dl dd .txt_news {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.7;
}

/*==================================================
* single
*================================================*/
/**
* .single
*/
section.sec_news_single {
  padding: 5.625rem 0 7.8125rem !important;
}
@media screen and (max-width: 767px) {
  section.sec_news_single {
    padding: 2.5rem 0 3.125rem !important;
  }
}

.single-column .single-title {
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1.3;
  margin-bottom: 26px;
  vertical-align: middle;
  position: relative;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .single-column .single-title {
    font-size: 2rem;
    padding-bottom: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.single-column .mainimg {
  margin: 0 0 var(--size50px) 0;
}
@media screen and (max-width: 767px) {
  .single-column .mainimg {
    margin: 0 0 var(--size35px) 0;
  }
}
.single-column .mainimg img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.single-column .author {
  margin-top: var(--size85px);
  background-color: #F8F8F8;
  padding: var(--size50px) var(--size40px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-column .author {
    margin-top: var(--size60px);
    padding: var(--size40px) var(--size25px);
  }
}
.single-column .author .ttl {
  display: inline-block;
  padding: 0 var(--size10px);
  line-height: 1.875rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.single-column .author .row_author {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single-column .author .row_author {
    flex-direction: column;
  }
}
.single-column .author .img_col {
  width: 23.2%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .single-column .author .img_col {
    width: 50%;
  }
}
.single-column .author .txt_col {
  width: 76.8%;
  padding-left: var(--size25px);
}
@media screen and (max-width: 767px) {
  .single-column .author .txt_col {
    margin-top: var(--size15px);
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  .single-column .author .txt_col .subttl {
    position: absolute;
    left: calc(50% + 1.1875rem);
    top: -5.3125rem;
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .single-column .author .txt_col .txt {
    font-size: 0.8125rem;
  }
}

.single-head {
  padding: 0 0 0.9375rem 0px;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #B2B2B2;
}
.single-head .subttl {
  line-height: 1.3;
  margin-bottom: 0.3125rem;
}
.single-head h1 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .single-head h1 {
    font-size: 1.125rem;
  }
}
.single-head .meta {
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.single-column .single-head .meta {
  font-size: 0.8125rem;
  color: #91908F;
}
@media screen and (max-width: 767px) {
  .single-head .meta {
    font-size: 0.6875rem;
  }
}
.single-head .meta .cat + .type::before {
  content: "｜";
}
@media screen and (max-width: 767px) {
  .single-head .meta .type {
    display: block;
    line-height: 1.5;
  }
}
.single-head .meta .new {
  background-color: #55246E;
  color: #fff;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.4;
  display: table;
  padding: 0 0.1875rem;
  margin-left: 1em;
}
.single-head .metaarea {
  font-weight: 400;
  margin: 0;
  text-align: left;
  font-size: 1.5rem;
}
.sidebar .single-head .metaarea {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .single-head .metaarea {
    font-size: 1.3rem;
  }
}

div.single-post {
  margin: 0 auto;
  padding: 0 0 2.8125rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  div.single-post {
    padding: 1.5625rem 1.25rem;
  }
}
div.single-post .meta {
  align-items: center;
}
div.single-post .meta .cat {
  background-color: #fff;
  font-size: 0.8125rem;
  width: 5rem;
  height: 1.6875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  div.single-post .meta .cat {
    margin-left: 0.625rem;
    font-size: 0.625rem;
    width: 3.125rem;
    height: 1.375rem;
  }
}

.contfr-single {
  line-height: 1.8;
  /*目次スタイル*/
}
.contfr-single ul,
.contfr-single ol {
  margin-left: 1.5em;
}
.contfr-single h2 {
  font-size: 1.5rem;
  padding-bottom: var(--size15px);
  line-height: 1.5;
  position: relative;
  margin: var(--size45px) 0 var(--size45px);
  border-bottom: 1px solid #ddd;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contfr-single h2 {
    font-size: 1.0625rem;
    margin: var(--size30px) 0 var(--size30px);
    padding-bottom: var(--size20px);
  }
}
.contfr-single h2:first-child {
  margin-top: 0;
}
.contfr-single h2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  height: 1px;
  width: 9.375rem;
  background-color: var(--black);
}
@media screen and (max-width: 767px) {
  .contfr-single h2::before {
    width: 6.25rem;
  }
}
.contfr-single h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  margin: var(--size35px) 0 var(--size35px);
}
.contfr-single h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contfr-single h3 {
    font-size: 0.9375rem;
    margin: var(--size30px) 0 var(--size30px);
  }
}
.contfr-single h4 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin: var(--size30px) 0 var(--size30px);
}
.contfr-single h4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contfr-single h4 {
    font-size: 0.9375rem;
    margin: var(--size30px) 0 var(--size30px);
  }
}
.contfr-single h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: var(--size35px) 0 var(--size35px);
}
@media screen and (max-width: 767px) {
  .contfr-single h5 {
    font-size: 0.875rem;
    margin: var(--size25px) 0 var(--size25px);
  }
}
.contfr-single h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: var(--size35px) 0 var(--size35px);
}
@media screen and (max-width: 767px) {
  .contfr-single h6 {
    font-size: 0.875rem;
    margin: var(--size25px) 0 var(--size25px);
  }
}
.contfr-single blockquote {
  border: 1px solid var(--color01);
  margin: var(--size35px) 0 var(--size35px);
  color: var(--color01);
  font-size: 0.9375rem;
  padding: 2.1875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contfr-single blockquote {
    padding: 1.5rem;
    font-size: 0.8125rem;
  }
}
.contfr-single p {
  line-height: 1.8;
}
.contfr-single p + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .contfr-single p {
    line-height: 2;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .contfr-single img {
    height: auto !important;
  }
}
.contfr-single .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contfr-single .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.contfr-single .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.contfr-single table {
  margin: var(--size35px) 0 var(--size35px);
  width: 100%;
  border: 1px solid #DDDDDD;
  table-layout: auto;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .contfr-single table {
    display: block;
  }
}
.contfr-single table th {
  border: 1px solid #DDDDDD;
  background-color: var(--color01);
  color: #fff;
  padding: 1rem 1.25rem;
  min-width: 11.4375rem;
}
@media screen and (max-width: 767px) {
  .contfr-single table th {
    padding: 0.4375rem 0.625rem;
    font-size: 0.875rem;
    display: block;
  }
}
.contfr-single table td {
  border: 1px solid #DDDDDD;
  padding: 1rem 1.25rem;
  background-color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .contfr-single table td {
    padding: 0.625rem 1.25rem;
    display: block;
    line-height: 1.5;
    font-size: 0.875rem;
  }
}
.contfr-single table td p {
  line-height: 1.8;
}
.contfr-single .wp-block-image {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .contfr-single .wp-block-image {
    margin: 25px 0;
  }
}
.contfr-single .wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .contfr-single .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.contfr-single .wp-block-media-text .wp-block-media-text__media + .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 8%;
}
.contfr-single .wp-block-media-text + .wp-block-media-text {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .contfr-single .wp-block-media-text + .wp-block-media-text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .contfr-single .wp-block-columns {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .contfr-single .wp-block-media-text__content {
    padding: 20px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .contfr-single .wp-block-media-text:not(.is-stacked-on-mobile) .wp-block-media-text__content {
    padding: 20px 0 0 20px;
  }
}
.contfr-single .wp-element-caption {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .contfr-single .wp-element-caption {
    font-size: 1.3rem;
  }
}
.contfr-single .wp-block-group {
  position: relative;
}
.contfr-single #ez-toc-container {
  background-color: #F8F8F8;
  border: 0;
  border-radius: 0;
  width: 100%;
  margin: 65px 0 0;
  padding: var(--size50px) var(--size40px);
}
@media screen and (max-width: 767px) {
  .contfr-single #ez-toc-container {
    margin: 40px 0 0;
    padding: 30px 20px 25px;
  }
}
.contfr-single #ez-toc-container .ez-toc-title {
  background-color: var(--color01);
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  font-size: 0.9375rem;
  display: block;
  width: 120px;
  line-height: 30px;
  text-align: center;
  transform: translateY(-50%);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contfr-single #ez-toc-container .ez-toc-title {
    width: 100px;
  }
}
.contfr-single #ez-toc-container .ez-toc-heading-level-2 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .contfr-single #ez-toc-container .ez-toc-heading-level-2 {
    margin-top: 0.625rem;
  }
}
.contfr-single #ez-toc-container .ez-toc-heading-level-2:first-child {
  margin-top: 0;
}
.contfr-single #ez-toc-container .ez-toc-heading-level-2 > a {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contfr-single #ez-toc-container .ez-toc-heading-level-2 > a {
    font-size: 0.9375rem;
  }
}
.contfr-single #ez-toc-container .ez-toc-heading-level-3 a {
  font-weight: 400;
  font-size: 0.9375rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .contfr-single #ez-toc-container .ez-toc-heading-level-3 a {
    font-size: 0.875rem;
  }
}
.contfr-single #ez-toc-container .ez-toc-list-level-3 {
  margin-top: 10px;
  list-style: disc;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .contfr-single #ez-toc-container .ez-toc-list-level-3 {
    margin-top: 10px;
  }
}
.contfr-single #ez-toc-container .ez-toc-list-level-3 li {
  list-style: disc;
  margin-top: 5px;
  overflow: visible;
}
.contfr-single #ez-toc-container .ez-toc-list-level-3 li::marker {
  font-size: 0.5625rem;
}
.contfr-single #ez-toc-container ul ul {
  margin-left: 1em;
}

.bottomlink {
  padding: 0;
}

.linkarea {
  list-style: none;
  margin: 4.375rem 0 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .linkarea {
    margin: 1.875rem 0px 0;
    justify-content: space-between;
  }
}
.linkarea > div {
  width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .linkarea > div {
    width: calc((100% - 1.25rem) / 3);
  }
}
.linkarea .nav-previous,
.linkarea .nav-next {
  flex-grow: 0;
  flex-shrink: 0;
}
.linkarea .nav-previous a,
.linkarea .nav-next a {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #000;
  width: 100%;
  height: 3.75rem;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .linkarea .nav-previous a,
.linkarea .nav-next a {
    height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .linkarea .nav-previous a {
    width: 100%;
  }
}
.linkarea .nav-previous a span {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .linkarea .nav-previous a span {
    font-size: 0.75rem;
  }
}
.linkarea .nav-previous a span::after {
  margin-right: 0.375rem;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .linkarea .nav-next a {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .linkarea .nav-next a span {
    font-size: 0.75rem;
  }
}
.linkarea .nav-next a span::after {
  margin-left: 0.375rem;
}
.linkarea .linklist a {
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: none;
  width: 20.625rem;
  height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .linkarea .linklist a {
    width: 100%;
    height: 2.5rem;
  }
}
.linkarea .linklist a span {
  flex-direction: row;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .linkarea .linklist a span {
    font-size: 0.75rem;
  }
}
.linkarea .linklist a span::after {
  margin-right: 0.375rem;
  transform: rotate(90deg);
}
.linkarea .linklist a:hover {
  background-color: #E9E8E8;
}
.single .resentarea {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .single .resentarea {
    margin-top: 0px;
  }
}
.single .resentarea ul {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .single .resentarea ul li {
    margin-top: 1.5625rem;
    width: 100%;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.noevent {
  pointer-events: none;
  display: block;
}
/*# sourceMappingURL=main.css.map */