@charset "UTF-8";
:root {
  --guideline-color: #e6b887;
  --window-width: tan(atan2(100vw, 1px));
  --padding_lr: calc(60 / var(--break) * 100vw);
  --break: 1600;
  font-size: calc(16 / var(--break) * 100vw);
  --linktxt: #a8415d;
  --black: #1b1b1b;
  --color01: #000;
  --color02: #759EC9;
  --color03: #F1F5FA;
  --color04: #E87F38;
  --color05: #1F1F1F;
  --color06: #c4952c;
  --color07: #f0e4ce;
  --color08: #eeeeee;
  --color09: #c27337;
  --color10: #af9973;
  --color11: #514429;
  --color12: #FFF4E8;
  --color13: #;
  --color14: #;
  --color15: #;
  --color16: #;
  --color17: #;
  --color18: #;
  --color19: #;
  --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: 1241px) {*/
@media (min-width: 1600px) {
  :root {
    --break: 1600;
    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: 1599px) {
	:root {
		--break: 1599;
	}
}
*/
/*@media (min-width: $media-min-small) and (max-width: 1200px) {*/
@media (min-width: 768px) and (max-width: 1599px) {
  :root {
    --break: 1599;
  }
}
@media (max-width: 767px) {
  :root {
    --break: 375;
    font-size: 4.27vw;
    --padding_lr: calc(20 / var(--break) * 100vw);
  }
  html,
body {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background-color: #000000;
}

.ef {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.menuf {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.numf {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0 !important;
}

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

.fwn {
  font-weight: normal;
}

.fwm {
  font-weight: 500;
}

.fwb {
  font-weight: bold;
}

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(1120px + var(--padding_lr) * 2);
  padding-left: var(--padding_lr);
  padding-right: var(--padding_lr);
  margin: 0 auto;
  width: 100%;
}

.inner_l {
  max-width: 1500px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.inner_m {
  max-width: 1248px;
}

.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;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

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

.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);
}

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

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

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

.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);
}

.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;
}

.fz11 {
  font-size: 0.6825rem;
  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;
}

.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;
}

.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;
}

.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.1875rem;
  letter-spacing: 0.05em;
}

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

.fz37 {
  font-size: 2.3125rem;
  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;
}

.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;
}

.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;
}

.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;
}

.txt_white {
  color: #fff !important;
}

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

.txt_black {
  color: #000 !important;
}

.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.5), 0px 0px 5px rgba(0, 0, 0, 0.5), 0px 0px 10px rgba(0, 0, 0, 0.5);
}

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;
}

.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;
}

@media (max-width: 767px) {
  :root {
    font-size: 4.27vw;
  }
  html,
body {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .inner,
.inner_m,
.inner_ml,
.inner_l,
.inner1000,
.inner1140,
.inner1200,
.inner1340,
.inner1500,
.inner1640,
.inner1720 {
    width: 100%;
    max-width: 100vw;
  }
  .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: #6091FF;
}

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;
}

.columns {
  padding-top: 4.375rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .columns {
    flex-direction: column;
    padding-top: 1.875rem;
  }
}
.columns aside {
  width: 22.3%;
  order: 1;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .columns aside {
    width: 100%;
    order: 2;
    padding-bottom: 0px;
  }
}
.columns main {
  width: 71.4%;
  order: 2;
}
@media screen and (max-width: 767px) {
  .columns main {
    order: 1;
    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 {
  display: inline-block;
  padding: 0;
  border: 0;
  border-radius: 6px;
}

.morebtn {
  width: 15.625rem;
  height: 3.375rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .morebtn {
    font-size: 0.875rem;
    width: 11.75rem;
  }
}
.morebtn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/*==================================================
 * header
 *================================================*/
.wrapper {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .wrapper {
    overflow: hidden;
    margin-top: 4.0625rem !important;
  }
}
.home .wrapper {
  margin-top: 0;
}

#header {
  padding-top: 0px;
  padding-bottom: 0px;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 3;
  transition: all 0.3s;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #header {
    position: fixed;
  }
}
.home #header {
  background-color: transparent !important;
}
#header .inner_l {
  height: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #header .inner_l {
    height: 4.0625rem;
    padding: 0 1.25rem;
    margin-top: 0;
    align-items: flex-end;
  }
}
#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;
    margin-bottom: -0.5rem;
  }
}
#header .logo a {
  padding: 0;
  display: block;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/common/logo.svg) no-repeat;
  background-size: 100% auto;
  aspect-ratio: 250/82;
  width: 14.375rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  #header .logo a {
    width: 11.375rem;
    height: auto;
    margin-top: 0;
  }
}
#header .logo span {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #header .logo span {
    display: none;
  }
}
#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;
  }
}
.fixed #header {
  background-color: #000 !important;
}
@media screen and (min-width: 768px) {
  .fixed #header {
    background-color: #000;
    transition: all 0.3s;
  }
}

.gmenu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .gmenu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: var(--color01);
    height: 100vh;
    padding: 5rem 0 0 0;
    z-index: 2;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .gmenu nav {
    margin: var(--size40px) 0 0;
    padding: 0 var(--size24px) var(--size120px);
    height: 100%;
    overflow: auto;
  }
}
.gmenu .nav {
  display: flex;
  justify-content: flex-end;
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
  align-items: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .gmenu .nav {
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .gmenu .nav > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .gmenu .nav > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.gmenu .nav > li > a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.025em;
  text-decoration: none;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .gmenu .nav > li > a {
    color: #fff;
    display: flex;
    letter-spacing: 0.05em;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem !important;
    margin: 0;
    padding: var(--size25px) 0;
  }
}
.gmenu .nav > li > a span {
  display: none;
}
@media screen and (max-width: 767px) {
  .gmenu .nav > li > a span {
    display: block;
    font-weight: normal;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .gmenu .nav > li.m6 {
    order: 8;
  }
}
@media screen and (max-width: 767px) {
  .gmenu .nav > li.m-privacy {
    display: flex;
    justify-content: center;
    margin-top: 2.1875rem;
  }
  .gmenu .nav > li.m-privacy a {
    padding: 0;
    font-weight: normal;
    font-size: 0.8125rem !important;
    color: #AAAAAA;
  }
  .gmenu .nav > li.m-privacy a:first-child:after {
    content: "|";
    margin: 0 0.625rem;
  }
}
.gmenu .nav > li.snsbtn {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .gmenu .nav > li.snsbtn {
    margin-top: 1.75rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    border-bottom: 0;
    justify-content: space-between;
  }
  .gmenu .nav > li.snsbtn a {
    flex: 1;
    border-radius: 0.3125rem;
    background-color: rgba(255, 255, 255, 0.1);
    height: 3.125rem;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .gmenu .mailbtn {
    width: 9.375rem;
    height: 3.125rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 0.3125rem;
    margin-left: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .gmenu .mailbtn {
    background-color: transparent !important;
  }
}

/*menu*/
.navbar-toggle {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  cursor: pointer;
  outline: none;
  z-index: 1000;
  padding: 9px 0;
  margin: 0;
  border: 0;
  height: 4.0625rem;
  width: 4.0625rem;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: var(--color01);
  background-image: url(../images/common/icn_menu.svg);
  background-position: center;
  background-size: 27px auto;
  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;
}

.page-header {
  margin: 0 0px;
  padding: 0 0;
  position: relative;
  height: 36.25rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-header {
    height: 15rem;
  }
}
.page-header .bg {
  width: 86%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
@media screen and (min-width: 1600px) {
  .page-header .bg {
    width: calc(100vw - (100vw - 1120px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .page-header .bg {
    width: 78%;
  }
}
.page-header .bg video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-header .ttlarea {
  color: #fff;
  text-align: left;
  height: auto;
  padding-top: 0px;
  font-weight: bold;
  z-index: 1;
  margin-left: 0;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .page-header .ttlarea {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-header .ttlarea {
    margin-top: 0;
  }
}
@media screen and (min-width: 1601px) {
  .page-header .ttlarea {
    margin-left: -10rem;
  }
}
.page-header .ttlarea .h1 {
  margin: 0 0 0.3125rem;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-header .ttlarea .h1 {
    font-size: 2.5rem;
    margin: 0 0 var(--size10px);
  }
}
.page-header .ttlarea .ttl {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .page-header .ttlarea .ttl {
    font-size: 0.9375rem;
  }
}
.page-privacy .page-header {
  background-image: url(../images/privacy/bg_privacy.jpg);
  background-image: image-set(url(../images/privacy/bg_privacy.jpg) 1x, url(../images/privacy/bg_privacy@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/privacy/bg_privacy.jpg) 1x, url(../images/privacy/bg_privacy@2x.jpg) 2x);
}
@media screen and (max-width: 767px) {
  .page-privacy .page-header {
    background-image: url(../images/privacy/bg_privacy_sp.jpg);
  }
}
@media screen and (min-width: 1600px) {
  .page-privacy .page-header {
    background-size: calc(100vw - (100vw - 1120px) / 2) auto;
  }
}
.page-isms .page-header {
  background-image: url(../images/isms/bg_isms.jpg);
  background-image: image-set(url(../images/isms/bg_isms.jpg) 1x, url(../images/isms/bg_isms@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/isms/bg_isms.jpg) 1x, url(../images/isms/bg_isms@2x.jpg) 2x);
}
@media screen and (max-width: 767px) {
  .page-isms .page-header {
    background-image: url(../images/isms/bg_isms_sp.jpg);
  }
}
.page-header .inner {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1599px) {
  .page-header .inner {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .menu-spmenu-container {
    padding: 0px;
  }
  .spmenu .inner {
    padding-bottom: 100px;
  }
  .spmenu .langbtn {
    padding: 30px 0;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    font-size: 15px;
  }
  .spmenu .langbtn a {
    border: 1px solid #fff;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    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: 1.5625rem 0 0;
  border-bottom: none;
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
    padding: 10px 0;
    line-height: 1.3;
    height: auto;
    margin-left: 24px;
  }
}
.breadcrumbs .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  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 {
  text-decoration: none;
  font-size: 0.75rem;
  color: #fff;
  margin-right: 0.3125rem;
  font-weight: normal !important;
}
.breadcrumbs a + a {
  margin-left: 0.3125rem;
}
.page-service-child .breadcrumbs a + a {
  pointer-events: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .breadcrumbs a {
    font-size: 0.5rem !important;
  }
}
.breadcrumbs strong {
  margin-left: 0.3125rem;
  color: #fff;
  font-weight: normal !important;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .breadcrumbs strong {
    font-size: 0.5rem !important;
  }
}

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

section {
  /*
  	.anchor {
  		position: absolute;
  		top: -120px;

  		@media screen and (max-width: $media-max-small) {
  			top: -75px;
  		}
  	}
  */
}
section .ttlarea {
  color: #fff;
  text-align: left;
  height: auto;
  padding-top: 0px;
  font-weight: bold;
  z-index: 1;
  overflow: hidden;
  align-items: flex-start;
}
section .ttlarea .h1 {
  font-size: 4.0625rem;
  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) {
  section .ttlarea .h1 {
    font-size: 2.5rem;
    margin: 0 0 var(--size10px);
  }
}
section .ttlarea .h2 {
  margin: 0 0 0.9375rem;
  letter-spacing: 0;
  white-space: nowrap;
  padding-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  section .ttlarea .h2 {
    font-size: 2.5rem;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  section .ttlarea .txt {
    font-size: 1rem;
  }
}
section .ttlarea .ttl {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  section .ttlarea .ttl {
    font-size: 0.9375rem;
  }
}

/*メインイメージ*/
.mainslide {
  padding: 0;
  height: 74.75rem;
}
@media screen and (max-width: 767px) {
  .mainslide {
    height: auto;
    margin-top: 0rem;
  }
}
.mainslide #mv {
  position: relative;
  height: 100%;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(../images/index/main_bg.jpg);
  background-image: image-set(url(../images/index/main_bg.jpg) 1x, url(../images/index/main_bg@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/index/main_bg.jpg) 1x, url(../images/index/main_bg@2x.jpg) 2x);
  opacity: 0;
  transition: opacity 2s;
  margin: 0 auto;
  max-width: 1120px;
  height: 74.75rem;
}
@media screen and (max-width: 767px) {
  .mainslide #mv {
    background-image: url(../images/index/main_bg_sp.jpg);
    height: 100%;
    width: 100%;
    background-position: top center;
    background-size: auto 100%;
  }
}
.mainslide #mv.slick-initialized {
  opacity: 1;
}
.mainslide #mv,
.mainslide .slick-list,
.mainslide .slick-track {
  height: 100%;
}
.mainslide .mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .mainslide .mv {
    padding-bottom: 11.25rem;
  }
}
.mainslide .mv .tree {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-image: url(../images/index/main_tree.svg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mainslide .mv .tree {
    background-image: url(../images/index/main_tree_sp.svg);
    height: auto;
    aspect-ratio: 375/500;
  }
}
.mainslide .mv .slick-slide {
  width: 100%;
  overflow: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 74.75rem;
}
@media screen and (max-width: 767px) {
  .mainslide .mv .slick-slide {
    height: auto;
  }
}
.mainslide .mv .slick-slide img {
  margin: 0 auto;
  width: auto;
  max-width: 1120px;
  height: 74.75rem;
}
@media screen and (max-width: 767px) {
  .mainslide .mv .slick-slide img {
    height: auto;
    width: 100%;
  }
}
.mainslide .titletxt {
  position: absolute;
  bottom: 18.75rem;
  left: calc(50% - 45rem);
  text-align: left;
  height: auto;
  padding-top: 0px;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .mainslide .titletxt {
    left: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mainslide .titletxt {
    left: 1.875rem;
    bottom: auto;
    top: 23.75rem;
  }
}
.mainslide .titletxt .en {
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .mainslide .titletxt .en {
    font-size: 3.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .mainslide .titletxt .en2 {
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .mainslide .titletxt .txt {
    font-size: 0.5625rem;
    margin-top: 0.75rem;
  }
}
.mainslide .inner {
  border-radius: 0;
  margin-right: 0px;
  margin-left: 0;
  overflow: hidden;
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .mainslide .inner {
    overflow: visible;
  }
}
.mainslide .inner::before {
  content: "";
  display: block;
  min-width: calc(50% - 560px);
}
@media screen and (max-width: 767px) {
  .mainslide .inner::before {
    min-width: auto;
    width: 11%;
    min-width: 11%;
  }
}

.scroll {
  position: absolute;
  text-align: right;
  margin-left: 0px;
  color: #fff;
  z-index: 2;
  display: block;
  left: calc(50% + 43.75rem);
  bottom: 18.75rem;
}
@media screen and (min-width: 1600px) {
  .scroll {
    left: calc(50% + 46.875rem);
  }
}
@media screen and (max-width: 767px) {
  .scroll {
    right: 1.5rem;
    left: auto;
    bottom: 3.75rem;
  }
}
.scroll a {
  display: inline-block;
  z-index: 2;
  padding: 0.625rem 0.625rem 14.5rem;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .scroll a {
    padding: 0.625rem 0.625rem 7.875rem;
    font-size: 0.6875rem;
  }
}
.scroll a span {
  display: block;
  transform: rotate(180deg);
}
.scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 1px;
  height: 13.3125rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .scroll a::after {
    height: 6.625rem;
  }
}
.scroll a:hover {
  opacity: 0.5;
}
.scroll a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 1px;
  height: 13.3125rem;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .scroll a::before {
    height: 6.625rem;
  }
}
.scroll a::after {
  -webkit-animation: sdl06 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl06 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl06 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes sdl06 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.scroll .scroll-down-box {
  display: block;
  position: relative;
  text-decoration: none;
}
.scroll .scroll-down-box svg {
  fill: #111;
}
.scroll .scroll-down-box.alt svg {
  fill: #fff;
}
.scroll .scroll-down-box .scroll-text {
  width: 11.25rem;
  height: auto;
  -webkit-animation: rotation 30s infinite linear;
  animation: rotation 30s infinite linear;
}
@media screen and (max-width: 767px) {
  .scroll .scroll-down-box .scroll-text {
    width: 8.1875rem;
  }
}
.scroll .scroll-down-box.alt .scroll-text {
  -webkit-animation: none;
  animation: none;
}
.scroll .scroll-down-box.alt:hover .scroll-text {
  -webkit-animation: rotation 10s infinite linear;
  animation: rotation 10s infinite linear;
}
.scroll .scroll-down-box .scroll-icon {
  width: 2.5rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .scroll .scroll-down-box .scroll-icon {
    width: 1.875rem;
  }
}
.scroll .scroll-down-box.alt .scroll-icon {
  width: 35px;
}
.scroll .scroll-down-box:hover .scroll-icon {
  -webkit-animation: move 1s infinite linear;
  animation: move 1s infinite linear;
}
.scroll .scroll-down-box.alt:hover .scroll-icon {
  -webkit-animation: none;
  animation: none;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes move {
  0% {
    transform: translate(-50%, -50%);
  }
  25% {
    transform: translate(-50%, -35%);
  }
  50% {
    transform: translate(-50%, -50%);
  }
  75% {
    transform: translate(-50%, -65%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translate(-50%, -50%);
  }
  25% {
    transform: translate(-50%, -40%);
  }
  50% {
    transform: translate(-50%, -50%);
  }
  75% {
    transform: translate(-50%, -60%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.home section #main_visual {
  flex-grow: 3;
  height: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home section #main_visual {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

.home .mainslide .slick-slide.slick-current {
  /*animation  : bgAnime 8.5s 1;*/
}

@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: 1600px) {
  .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 (min-width: 1600px) {
  #sub {
    width: 15.625rem;
  }
}
@media screen and (max-width: 767px) {
  #sub {
    width: 100%;
  }
}

/*フッタCTA*/
section.sec_cta {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/common/bg_footer.jpg);
  background-image: image-set(url(../images/common/bg_footer.jpg) 1x, url(../images/common/bg_footer@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/common/bg_footer.jpg) 1x, url(../images/common/bg_footer@2x.jpg) 2x);
  height: 59.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  section.sec_cta {
    background-image: url(../images/common/bg_footer_sp.jpg);
    height: 30.8125rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media screen and (max-width: 767px) {
  section.sec_cta .copy {
    font-size: 0.75rem;
    margin-bottom: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  section.sec_cta .morebtn {
    margin-top: 1.5625rem;
  }
}

/*==================================================
 * footer
 *================================================*/
/**
 * .footer-widget-area
 */
#footer {
  padding: 0 0 17.125rem;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 1.25rem 0 8.125rem;
  }
}
#footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #footer .inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
#footer .ttl > a {
  display: block;
  margin-left: -1.25rem;
}
@media screen and (max-width: 767px) {
  #footer .ttl > a {
    margin-left: 0;
    margin-bottom: 1.5625rem;
  }
}
#footer .ttl img {
  width: 15.625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  #footer .ttl img {
    width: 11.375rem;
  }
}
#footer .footerlink {
  display: flex;
  margin-top: 1.875rem;
}
#footer .footerlink a {
  color: #AAAAAA;
  font-size: 0.8125rem;
  letter-spacing: 0;
}
#footer .footerlink a:first-child:after {
  content: "|";
  margin: 0 0.625rem;
}
#footer .copy {
  font-size: 0.8125rem;
  color: #AAAAAA;
  margin-top: 1.875rem;
  font-size: 0.6875rem;
}
@media screen and (max-width: 767px) {
  #footer .copy {
    margin-top: 2.1875rem;
  }
}

/*==================================================
 * contents
 *================================================*/
section {
  text-align: center;
  position: relative;
}
section .ttlline {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .ttlline span {
  display: block;
  white-space: nowrap;
  margin: 0 4.375rem;
}
@media screen and (max-width: 767px) {
  section .ttlline span {
    margin: 0 0.625rem;
    font-size: 0.625rem;
  }
}
section .ttlline::before, section .ttlline::after {
  flex-grow: 2;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #5F5F5F;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

/*foot*/
#page-top {
  display: none !important;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  right: 30px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #page-top {
    display: none;
    position: fixed;
    z-index: 1;
    bottom: 30px;
    right: 30px;
    font-size: 12px;
  }
}
#page-top a {
  line-height: 1;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 25px;
  display: block;
  position: relative;
  padding: 0 0 8em 0;
  transition: all 0.2s;
}
#page-top a:hover {
  opacity: 0.8;
}
#page-top a:before {
  content: "";
  height: 75px;
  width: 3px;
  display: block;
  background-color: #fff;
}
#page-top a span {
  display: block;
  transform: rotate(-90deg);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 8em;
  position: absolute;
  bottom: 38px;
  left: -55px;
}
#page-top a span:before {
  position: absolute;
  transform: rotate(40deg);
  content: "";
  width: 15px;
  height: 3px;
  right: -72px;
  top: 2px;
  background-color: #fff;
}

/*--------------------------
top mission
---------------------------*/
.sec__mission {
  padding: 6.25rem 0 0;
  margin-top: -6.25rem;
  background-position: top center;
  background-size: 86.25rem auto;
  background-repeat: no-repeat;
  background-image: url(../images/index/bg_mission.png);
  background-image: image-set(url(../images/index/bg_mission.png) 1x, url(../images/index/bg_mission@2x.png) 2x);
  background-image: -webkit-image-set(url(../images/index/bg_mission.png) 1x, url(../images/index/bg_mission@2x.png) 2x);
}
@media screen and (max-width: 767px) {
  .sec__mission {
    background-size: 100% auto;
    background-position: center top 5.625rem;
    background-image: url(../images/index/bg_mission_sp.jpg);
    margin-top: -4.375rem;
  }
}
.sec__mission .ttlarea {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec__mission .ttlarea {
    margin-bottom: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .sec__mission .subttl {
    font-size: 1.375rem;
    line-height: 1.6;
    margin-bottom: 3.4375rem;
  }
}
@media screen and (max-width: 767px) {
  .sec__mission .txt {
    font-size: 0.8125rem;
    line-height: 2.4;
  }
  .sec__mission .txt.mt20em {
    margin-top: 3em;
  }
}
.sec__mission .inner + .inner {
  margin-top: 26.875rem;
}
@media screen and (max-width: 767px) {
  .sec__mission .inner + .inner {
    margin-top: 10.9375rem;
  }
}
.sec__mission .block,
.sec__mission .inner {
  position: absolute;
  position: relative;
}
.sec__mission .block .img,
.sec__mission .inner .img {
  position: absolute;
  display: block;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation-name: bg;
          animation-name: bg;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.sec__mission .block .img span,
.sec__mission .inner .img span {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  /*snimation*/
  opacity: 0;
  -webkit-animation-name: slide01;
          animation-name: slide01;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
.sec__mission .inner1 .img1 {
  width: 12.375rem;
  height: 12.375rem;
  top: -3.5rem;
  left: calc(50% - 35rem);
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  background-image: url(../images/index/decdo__m01.png);
}
@media screen and (max-width: 767px) {
  .sec__mission .inner1 .img1 {
    width: 3.5625rem;
    height: 3.5625rem;
    top: 13.75rem;
    left: 0.8125rem;
  }
}
.sec__mission .inner1 .img1 span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-image: url(../images/index/decdo__m01.png);
}
.sec__mission .inner1 .img1 span:nth-of-type(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  background-image: url(../images/index/decdo__m01-2.png);
}
.sec__mission .inner1 .img1 span:nth-of-type(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  background-image: url(../images/index/decdo__m01-3.png);
}
.sec__mission .inner1 .img2 {
  width: 12.375rem;
  height: 12.375rem;
  top: 18.375rem;
  left: calc(50% - 43.4375rem);
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-image: url(../images/index/decdo__m02.png);
}
@media screen and (max-width: 767px) {
  .sec__mission .inner1 .img2 {
    display: none;
  }
}
.sec__mission .inner1 .img2 span:nth-of-type(1) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  background-image: url(../images/index/decdo__m02.png);
}
.sec__mission .inner1 .img2 span:nth-of-type(2) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  background-image: url(../images/index/decdo__m02-2.png);
}
.sec__mission .inner1 .img2 span:nth-of-type(3) {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
  background-image: url(../images/index/decdo__m02-3.png);
}
.sec__mission .inner1 .block .img3 {
  width: 20.625rem;
  height: 20.625rem;
  bottom: 6.25rem;
  right: calc(50% - 44.6875rem);
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  background-image: url(../images/index/decdo__m04.png);
}
@media screen and (max-width: 767px) {
  .sec__mission .inner1 .block .img3 {
    width: 5.4375rem;
    height: 5.4375rem;
    top: 13.75rem;
    left: auto;
    right: -0.4375rem;
  }
}
.sec__mission .inner1 .block .img3 span:nth-of-type(1) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  background-image: url(../images/index/decdo__m04.png);
}
.sec__mission .inner1 .block .img3 span:nth-of-type(2) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  background-image: url(../images/index/decdo__m04-2.png);
}
.sec__mission .inner1 .block .img3 span:nth-of-type(3) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
  background-image: url(../images/index/decdo__m04-3.png);
}
.sec__mission .inner1 .block .img4 {
  width: 14.875rem;
  height: 14.875rem;
  bottom: -18rem;
  right: calc(50% - 36.25rem);
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-image: url(../images/index/decdo__m05.png);
}
@media screen and (max-width: 767px) {
  .sec__mission .inner1 .block .img4 {
    width: 4.25rem;
    height: 4.25rem;
    top: 31.875rem;
    right: 0rem;
    left: auto;
  }
}
.sec__mission .inner1 .block .img4 span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-image: url(../images/index/decdo__m05.png);
}
.sec__mission .inner1 .block .img4 span:nth-of-type(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  background-image: url(../images/index/decdo__m05-2.png);
}
.sec__mission .inner1 .block .img4 span:nth-of-type(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  background-image: url(../images/index/decdo__m05-3.png);
}
.sec__mission .inner1::after {
  position: absolute;
  left: 50%;
  top: calc(100% + 5.8125rem);
  content: "";
  display: block;
  width: 1px;
  height: 14.75rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec__mission .inner1::after {
    top: calc(100% + 3.1875rem);
    height: 4.1875rem;
  }
}
.sec__mission .inner2 .img5 {
  width: 14.875rem;
  height: 14.875rem;
  top: -25.5625rem;
  left: calc(50% - 30.3125rem);
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  background-image: url(../images/index/decdo__m03.png);
}
@media screen and (max-width: 767px) {
  .sec__mission .inner2 .img5 {
    width: 4.875rem;
    height: 4.875rem;
    top: -18.75rem;
    left: 0.8125rem;
  }
}
.sec__mission .inner2 .img5 span:nth-of-type(1) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  background-image: url(../images/index/decdo__m03.png);
}
.sec__mission .inner2 .img5 span:nth-of-type(2) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  background-image: url(../images/index/decdo__m03-2.png);
}
.sec__mission .inner2 .img5 span:nth-of-type(3) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
  background-image: url(../images/index/decdo__m03-3.png);
}
.sec__mission .inner2 .img6 {
  width: 20.625rem;
  height: 20.625rem;
  top: 25.6875rem;
  left: calc(50% - 39.6875rem);
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-image: url(../images/index/decdo__m08.png);
}
@media screen and (max-width: 767px) {
  .sec__mission .inner2 .img6 {
    width: 7.0625rem;
    height: 7.0625rem;
    top: 37.5rem;
    right: 1.25rem;
    left: auto;
  }
}
.sec__mission .inner2 .img6 span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-image: url(../images/index/decdo__m08.png);
}
.sec__mission .inner2 .img6 span:nth-of-type(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  background-image: url(../images/index/decdo__m08-2.png);
}
.sec__mission .inner2 .img6 span:nth-of-type(3) {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
  background-image: url(../images/index/decdo__m08-3.png);
}
.sec__mission .inner2 .block::after {
  position: absolute;
  left: 50%;
  top: calc(100% + 5.8125rem);
  content: "";
  display: block;
  width: 1px;
  height: 14.75rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec__mission .inner2 .block::after {
    top: calc(100% + 3.1875rem);
    height: 4.1875rem;
  }
}
.sec__mission .inner2 .block .img7 {
  width: 12.375rem;
  height: 12.375rem;
  top: 8.5rem;
  right: calc(50% - 39.0625rem);
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  background-image: url(../images/index/decdo__m06.png);
}
@media screen and (max-width: 767px) {
  .sec__mission .inner2 .block .img7 {
    width: 4.4375rem;
    height: 4.4375rem;
    top: 16.25rem;
    left: 0rem;
  }
}
.sec__mission .inner2 .block .img7 span:nth-of-type(1) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  background-image: url(../images/index/decdo__m06.png);
}
.sec__mission .inner2 .block .img7 span:nth-of-type(2) {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
  background-image: url(../images/index/decdo__m06-2.png);
}
.sec__mission .inner2 .block .img7 span:nth-of-type(3) {
  -webkit-animation-delay: 12s;
          animation-delay: 12s;
  background-image: url(../images/index/decdo__m06-3.png);
}
.sec__mission .inner2 .block .img8 {
  width: 14.875rem;
  height: 14.875rem;
  bottom: -18rem;
  right: calc(50% - 35rem);
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  background-image: url(../images/index/decdo__m07.png);
}
@media screen and (max-width: 767px) {
  .sec__mission .inner2 .block .img8 {
    width: 5.0625rem;
    height: 5.0625rem;
    top: 21.25rem;
    right: -0.4375rem;
  }
}
.sec__mission .inner2 .block .img8 span:nth-of-type(1) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-image: url(../images/index/decdo__m07.png);
}
.sec__mission .inner2 .block .img8 span:nth-of-type(2) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
  background-image: url(../images/index/decdo__m07-2.png);
}
.sec__mission .inner2 .block .img8 span:nth-of-type(3) {
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
  background-image: url(../images/index/decdo__m07-3.png);
}
@-webkit-keyframes bg {
  100% {
    background-image: none;
  }
}
@keyframes bg {
  100% {
    background-image: none;
  }
}
@-webkit-keyframes slide01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@keyframes slide01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.sec__mission .banner {
  margin-top: 28.125rem;
  margin-bottom: 11.875rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/index/bg__m_banner.jpg);
  background-image: image-set(url(../images/index/bg__m_banner.jpg) 1x, url(../images/index/bg__m_banner@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/index/bg__m_banner.jpg) 1x, url(../images/index/bg__m_banner@2x.jpg) 2x);
  height: 56.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sec__mission .banner {
    margin-top: 10.625rem;
    margin-bottom: 5.625rem;
    background-image: url(../images/index/bg__m_banner_sp.jpg);
    height: 31rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec__mission .banner .subttl {
    display: flex;
    flex-direction: column;
    font-size: 1.1875rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
}
.sec__mission .banner .subttl span {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .sec__mission .banner .subttl span {
    margin-right: 0;
    display: block;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .sec__mission .banner .txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .sec__mission .banner .morebtn {
    margin-top: 1.5625rem;
  }
}

.sec__banner + .sec__banner {
  margin-top: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .sec__banner + .sec__banner {
    margin-top: 1.25rem;
  }
}
.sec__banner a {
  display: flex;
  align-items: center;
  height: 26.1875rem;
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .sec__banner a {
    height: 13.75rem;
  }
}
.sec__banner a .ttlarea {
  display: flex;
  flex-direction: column;
}

.sec__business a {
  background-image: url(../images/index/img__business.jpg);
  background-image: image-set(url(../images/index/img__business.jpg) 1x, url(../images/index/img__business@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/index/img__business.jpg) 1x, url(../images/index/img__business@2x.jpg) 2x);
}
@media screen and (max-width: 767px) {
  .sec__business a {
    background-image: url(../images/index/img__business_sp.jpg);
  }
}

.sec__conpany a {
  background-image: url(../images/index/img__company.jpg);
  background-image: image-set(url(../images/index/img__company.jpg) 1x, url(../images/index/img__company@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/index/img__company.jpg) 1x, url(../images/index/img__company@2x.jpg) 2x);
}
@media screen and (max-width: 767px) {
  .sec__conpany a {
    background-image: url(../images/index/img__company_sp.jpg);
  }
}

.sec__recruit a {
  background-image: url(../images/index/img__recruit.jpg);
  background-image: image-set(url(../images/index/img__recruit.jpg) 1x, url(../images/index/img__recruit@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../images/index/img__recruit.jpg) 1x, url(../images/index/img__recruit@2x.jpg) 2x);
}
@media screen and (max-width: 767px) {
  .sec__recruit a {
    background-image: url(../images/index/img__recruit_sp.jpg);
  }
}

.sec__news {
  position: relative;
  padding: 10.625rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec__news {
    padding: 6.875rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .sec__news .ttlarea {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .sec__news .morebtn {
    margin-top: 2.5rem;
  }
}

.newslist {
  position: relative;
}
.home .newslist ul {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .home .newslist ul {
    flex-direction: column;
  }
}
.newslist li {
  border-top: 1px dashed #707070;
  padding: 1.75rem 0;
}
@media screen and (max-width: 767px) {
  .newslist li {
    padding: 1.25rem 0;
  }
}
.newslist li:last-child {
  border-bottom: 1px dashed #707070;
}
.home .newslist li {
  width: calc((100% - 3.125rem) / 2);
  border-bottom: 1px dashed #707070;
}
@media screen and (max-width: 767px) {
  .home .newslist li {
    width: 100%;
  }
}
.home .newslist li:nth-child(2) {
  border-top: 1px dashed #707070;
}
@media screen and (max-width: 767px) {
  .home .newslist li:nth-child(2) {
    border-top: 0;
  }
}
.newslist dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.875rem;
       column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .newslist dl {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}
.newslist dl dt {
  text-align: left;
  width: 5.625rem;
  flex-shrink: 0;
}
.newslist dl dt .img {
  background-color: var(--color03);
  width: 5.625rem;
  height: 5.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newslist dl dt .img img {
  width: 5.625rem;
  height: 5.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.newslist dl dt .img.noimg {
  background-color: #000;
  border: 1px solid #424242;
}
.newslist dl dt .img.noimg img {
  width: 4.375rem;
  height: 4.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.newslist dl dd {
  text-align: left;
  flex-shrink: inherit;
  font-size: 1rem;
  font-weight: 500;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .newslist dl dd {
    font-size: 0.875rem;
  }
}
.newslist dl dd .date {
  display: flex;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .newslist dl dd .date {
    font-size: 0.75rem;
  }
}
.newslist dl dd .date span {
  width: 8.5625rem;
  text-align: center;
  background-color: #fff;
  border-radius: 999px;
  display: inline-block;
  padding: 0.5em 0;
  margin-left: 1.5em;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .newslist dl dd .date span {
    width: 7.9375rem;
  }
}
.newslist dl dd .txt_news {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #fff;
}
.home .newslist dl dd .txt_news {
  -webkit-line-clamp: 2;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .newslist dl dd .txt_news {
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
    line-height: 1.85;
    margin-top: 0.3125rem;
  }
}

.sidebar-widget .newslist {
  margin-top: 1.25rem;
}
.sidebar-widget dl {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.sidebar-widget dl dt {
  width: 5rem;
}
.sidebar-widget dl dt .img {
  width: 5rem;
  height: 5rem;
}
.sidebar-widget dl dt .img img {
  width: 5rem;
  height: 5rem;
}
.sidebar-widget dl dt .img.noimg {
  background-color: #000;
  border: 1px solid #424242;
}
.sidebar-widget dl dt .img.noimg img {
  width: 4.0625rem;
  height: 4.0625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebar-widget dl dd {
  flex-grow: 1;
  flex-shrink: inherit;
}
@media screen and (max-width: 767px) {
  .sidebar-widget dl dd {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-widget dl dd .date {
    font-size: 0.625rem;
  }
}
.sidebar-widget dl dd .date span {
  width: 5.375rem;
  margin-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .sidebar-widget dl dd .txt_news {
    font-size: 0.875rem;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    margin-top: 0.3125rem;
  }
}

/***********************************
	私たちの目的
************************************/
.page-mission section .img {
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .page-mission section .subttl {
    font-size: 0.9375rem;
    margin-bottom: 2.1875rem;
    line-height: 1.8;
  }
}
.page-mission section .subttl .sttl {
  display: block;
}
@media screen and (max-width: 767px) {
  .page-mission section .subttl .sttl {
    font-size: 1.875rem;
    line-height: 1;
  }
}
.page-mission section .subttl .stxt {
  display: block;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-mission section .subttl .stxt {
    margin-top: 0.9375rem;
    font-size: 0.9375rem;
  }
}

.sec_mission {
  padding: 6.875rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_mission {
    padding: 3.4375rem 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_mission .img {
    margin-bottom: 2.1875rem !important;
  }
}
@media screen and (max-width: 767px) {
  .sec_mission .txt {
    font-size: 0.875rem;
    text-align: left;
  }
}

.sec_vision {
  padding: 6.875rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_vision {
    padding: 3.4375rem 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_vision .img {
    margin-bottom: 2.1875rem !important;
  }
}
@media screen and (max-width: 767px) {
  .sec_vision .txt {
    font-size: 0.875rem;
    text-align: left;
  }
}

.sec_value {
  padding: 6.875rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_value {
    padding: 3.4375rem 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_value .txt {
    font-size: 0.875rem;
    text-align: left;
  }
}
.sec_value .row_mission {
  display: flex;
  margin-top: 6.875rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_value .row_mission {
    margin-top: 2.5rem;
    flex-direction: column;
    row-gap: 2.5rem;
  }
}
.sec_value .row_mission li {
  flex: 1;
}
.sec_value .img {
  margin-bottom: 1.875rem !important;
}
.sec_value .txt {
  text-align: left;
}

/*-----------------------
事業案内
---------------------------*/
.page-business .sec_lead {
  padding: 8.75rem 0 2.8125rem;
}
@media screen and (max-width: 767px) {
  .page-business .sec_lead {
    padding: 4.0625rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .page-business .sec_lead .secttl {
    font-size: 1.375rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .page-business .sec_lead .txt {
    font-size: 0.875rem;
    text-align: left;
    margin-bottom: 2.5rem;
  }
}
.page-business .row_business {
  display: flex;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page-business .row_business {
    -moz-column-gap: 0.875rem;
         column-gap: 0.875rem;
    row-gap: 0.875rem;
    flex-wrap: wrap;
  }
}
.page-business .row_business li {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .page-business .row_business li {
    flex: none;
    width: calc((100% - 1.5rem) / 2);
  }
}
.page-business .ttlline {
  margin-bottom: 2.1875rem;
}
.sec_features {
  padding: 6.875rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_features {
    padding: 4.375rem 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_features .txt {
    font-size: 0.875rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .sec_features .ttlarea {
    margin-bottom: 4.375rem !important;
  }
}
.sec_features .list_features {
  display: flex;
  flex-direction: column;
  row-gap: 5.875rem;
}
@media screen and (max-width: 767px) {
  .sec_features .list_features {
    row-gap: 3.625rem;
  }
}
.sec_features .list_features li {
  display: flex;
  position: relative;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec_features .list_features li {
    flex-direction: column !important;
  }
}
.sec_features .list_features li .img {
  width: 38.375rem;
  flex-shrink: 0;
  flex-grow: 2;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .sec_features .list_features li .img {
    width: 100%;
  }
}
.sec_features .list_features li .img img {
  position: absolute;
  aspect-ratio: 766/520;
  max-width: none;
  left: 0;
  top: 0;
  width: 125%;
  border-radius: 0.625rem;
}
@media screen and (min-width: 1600px) {
  .sec_features .list_features li .img img {
    width: 47.875rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_features .list_features li .img img {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.sec_features .list_features li .num {
  position: absolute;
  width: 31%;
  right: 0;
  top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .sec_features .list_features li .num {
    width: 22.125rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_features .list_features li .num {
    width: auto;
    top: 0;
    left: 50% !important;
    transform: translate(-50%, -50%);
    font-size: 4.375rem;
    z-index: 1;
  }
}
.sec_features .list_features li:nth-child(even) {
  flex-direction: row-reverse;
}
.sec_features .list_features li:nth-child(even) .img img {
  left: auto;
  right: 0;
}
.sec_features .list_features li:nth-child(even) .num {
  left: 0;
  right: auto;
}
.sec_features .list_features li .txtarea {
  flex-shrink: 0;
  flex-grow: 2;
  aspect-ratio: 506/443;
  position: relative;
  margin-top: 11.875rem;
  width: 31.625rem;
  background-color: #1F1F1F;
  border-radius: 0.625rem;
  z-index: 1;
  padding: 6.25rem;
  text-align: left;
  font-size: 1.125rem;
}
@media screen and (min-width: 1600px) {
  .sec_features .list_features li .txtarea {
    padding: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_features .list_features li .txtarea {
    width: 100%;
    padding: 2.5rem 1.6875rem 1.875rem;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_features .list_features li .txtarea .tttl {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
    text-align: center;
  }
}
.sec_features .list_features li .txtarea .txt {
  font-size: 1.125rem !important;
}
@media screen and (min-width: 1600px) {
  .sec_features .list_features li .txtarea .txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_features .list_features li .txtarea .txt {
    font-size: 0.875rem !important;
  }
}

.sec_skill {
  padding: 6.875rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_skill {
    padding: 4.375rem 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_skill .txt {
    font-size: 0.875rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .sec_skill .ttlarea {
    margin-bottom: 2.8125rem !important;
  }
}
.sec_skill .sttl {
  padding: 1.125rem 0;
}
@media screen and (max-width: 767px) {
  .sec_skill .sttl {
    padding: 0.9375rem 0;
    font-size: 1rem;
    margin-bottom: 2.1875rem;
  }
}
.sec_skill .block_skill {
  border-bottom: 1px dashed #707070;
  border-top: 1px dashed #707070;
  padding: 2.8125rem 0;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .sec_skill .block_skill {
    padding: 1.125rem 0;
  }
}
.sec_skill .block_skill .dl_skill {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec_skill .block_skill .dl_skill {
    flex-direction: column;
  }
}
.sec_skill .block_skill .dl_skill:nth-child(2) {
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  padding: 2.8125rem 0;
  margin: 2.8125rem 0;
}
@media screen and (max-width: 767px) {
  .sec_skill .block_skill .dl_skill:nth-child(2) {
    padding: 1.125rem 0;
    margin: 1.125rem 0;
  }
}
.sec_skill .block_skill .dl_skill dt {
  font-size: 1.125rem;
  font-weight: bold;
  width: 9.25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .sec_skill .block_skill .dl_skill dt {
    width: 100%;
    font-size: 0.875rem;
    margin-bottom: 1.375rem;
  }
}
.sec_skill .block_skill .dl_skill dd {
  flex-grow: 2;
  font-size: 1.0625rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec_skill .block_skill .dl_skill dd {
    width: 100%;
  }
}
.sec_skill .block_skill .ul_skill {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .sec_skill .block_skill .ul_skill {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0.6875rem;
    justify-content: center;
  }
}
.sec_skill .block_skill .ul_skill li {
  border: 1px solid #fff;
  width: 9.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .sec_skill .block_skill .ul_skill li {
    font-size: 0.75rem;
    width: calc((100% - 1rem) / 3);
    height: 2.5rem;
  }
}

.sec_works {
  padding: 5.3125rem 0 8.125rem;
  /* top slide Dots */
  /*slickarrow*/
}
@media screen and (max-width: 767px) {
  .sec_works {
    padding: 0 0 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_works .ttlarea {
    margin-bottom: 2.8125rem;
  }
}
.sec_works .lead {
  padding: 0 var(--padding_lr);
}
@media screen and (max-width: 767px) {
  .sec_works .lead {
    text-align: left;
    font-size: 0.875rem;
    margin-bottom: 2.1875rem;
  }
}
.sec_works .slick-track {
  display: flex;
  align-items: stretch;
}
.sec_works .slick-slide {
  padding: 0 1.5625rem;
  display: flex;
  float: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec_works .slick-slide {
    padding: 0 3rem;
  }
}
.sec_works .row_works .txtarea {
  background-color: #1F1F1F;
  flex-grow: 2;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec_works .row_works .txtarea {
    padding: 1.625rem 1.5rem;
  }
}
.sec_works .row_works img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .sec_works .row_works .ttl {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
}
.sec_works .row_works .sttl {
  text-align: left;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec_works .row_works .sttl {
    font-size: 0.8125rem;
    margin-bottom: 0.75rem;
  }
}
.sec_works .row_works .sttl::after {
  margin-left: 1.4375rem;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
}
@media screen and (max-width: 767px) {
  .sec_works .row_works .sttl::after {
    margin-left: 0.875rem;
  }
}
.sec_works .row_works .txt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec_works .row_works .txt {
    font-size: 0.8125rem;
  }
}
.sec_works .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_works .slick-dots {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    bottom: 1.5625rem;
  }
}
.sec_works .slick-dotted.slick-slider {
  margin-bottom: 1.875rem;
  padding-bottom: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .sec_works .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 3.75rem;
  }
}
.sec_works .slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: 10px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.sec_works .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_works .slick-dots li button {
    width: 3.25rem;
    height: 0.25rem;
  }
}
.sec_works .slick-dots li.slick-active button {
  background-color: #33B963;
}
.sec_works .slick-arrow {
  cursor: pointer;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  border: 1px solid #707070;
  z-index: 2;
  bottom: -7.5rem;
  transition: all 0.2s;
  background-position: center;
  background-size: 1.25rem 0.75rem;
  background-repeat: no-repeat;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .sec_works .slick-arrow {
    width: 3rem;
    height: 3rem;
    bottom: auto;
    top: 50%;
    background-size: 1.75rem 1.25rem;
    border: 0;
  }
}
.sec_works .slick-arrow:hover {
  opacity: 0.6;
}
.sec_works .slick-arrow.next {
  transform: rotate(180deg);
  background-image: url(../images/common/arrow-right.svg);
  left: calc(50% + 0.9375rem);
}
@media screen and (max-width: 767px) {
  .sec_works .slick-arrow.next {
    left: auto;
    right: 0;
  }
}
.sec_works .slick-arrow.prev {
  transform: translateX(-100%);
  background-image: url(../images/common/arrow-right.svg);
  left: calc(50% - 0.9375rem);
}
@media screen and (max-width: 767px) {
  .sec_works .slick-arrow.prev {
    transform: translate(0);
    left: 0;
    right: auto;
  }
}

/*-----------------------
company
---------------------------*/
.page-company section .img {
  border-radius: 0.625rem;
  overflow: hidden;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .page-company section .img {
    margin-bottom: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .page-company .submenulist {
    flex-wrap: wrap;
    row-gap: 0.625rem;
  }
  .page-company .submenulist li {
    width: 50%;
  }
}

.sec_message {
  padding: 6.25rem 0 3.4375rem;
}
@media screen and (max-width: 767px) {
  .sec_message {
    padding: 3.125rem 0 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_message .ttlarea {
    margin-bottom: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_message .subttl {
    font-size: 1.4375rem;
    line-height: 1.6;
    margin-bottom: 0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_message .txt {
    font-size: 0.6875rem;
    margin-bottom: 2.1875rem;
  }
}
.sec_message .row_message {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .sec_message .row_message {
    flex-direction: column;
  }
}
.sec_message .row_message > * {
  flex: 1;
}
.sec_message .row_message .img {
  border-radius: 0.625rem;
}
.sec_message .row_message .img img {
  vertical-align: bottom;
}
.sec_message .row_message .txtarea {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec_message .row_message .txtarea .txt {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 0;
  }
}
.sec_message .row_message + .row_message {
  margin-top: 5rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec_message .row_message + .row_message {
    margin-top: 2.1875rem;
    flex-direction: column;
  }
}
.sec_message .block.mb110 {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
  .sec_message .ttlline {
    margin-bottom: 2.1875rem;
  }
}
.sec_message .row_message2 {
  display: flex;
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
  row-gap: 1.875rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec_message .row_message2 {
    flex-direction: column;
    row-gap: 1.125rem;
  }
}
.sec_message .row_message2 li {
  text-align: left;
  padding: 3.125rem;
  background-color: #1F1F1F;
  width: calc((100% - 1.375rem) / 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec_message .row_message2 li {
    width: 100%;
    padding: 1.5625rem;
  }
  .sec_message .row_message2 li .txt {
    font-size: 0.875rem;
    line-height: 2;
    margin-bottom: 0.75rem;
  }
  .sec_message .row_message2 li .name {
    font-size: 0.75rem;
  }
}
.sec_message .note {
  text-align: left;
  margin-left: calc(50% + 0.6875rem);
}
@media screen and (max-width: 767px) {
  .sec_message .note {
    margin-left: 0;
    font-size: 0.6875rem;
    line-height: 1.8;
  }
}

.sec_company {
  padding: 6.25rem 0 3.4375rem;
}
@media screen and (max-width: 767px) {
  .sec_company {
    padding: 3.125rem 0 1.5625rem;
  }
}

.sec_history {
  padding: 6.25rem 0 3.4375rem;
}
@media screen and (max-width: 767px) {
  .sec_history {
    padding: 3.125rem 0 1.5625rem;
  }
}

.sec_access {
  padding: 6.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec_access {
    padding: 3.125rem 0 1.5625rem;
  }
}
.sec_access .map {
  border-radius: 0.625rem;
  overflow: hidden;
}
.sec_access .map iframe {
  width: 100%;
  vertical-align: bottom;
  height: 26.25rem;
}
@media screen and (max-width: 767px) {
  .sec_access .map iframe {
    height: 14.375rem;
  }
}
.sec_access .txt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec_access .txt {
    margin-top: 0.9375rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
}

.dl_company {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  border-bottom: 1px dashed #707070;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .dl_company {
    margin-bottom: 4.375rem;
    flex-direction: column;
    border-bottom: 0;
    margin-bottom: 1.125rem;
  }
}
.dl_company dt {
  width: 12.5rem;
  background-color: #1F1F1F;
  border-top: 1px dashed #707070;
  padding: 2.1875rem 1.875rem;
  font-weight: bold;
  line-height: 1.85;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .dl_company dt {
    width: 100%;
    font-size: 0.875rem;
    padding: 0.8125rem 1.5625rem;
  }
}
.dl_company dd {
  width: calc(100% - 12.5rem);
  border-top: 1px dashed #707070;
  padding: 2.1875rem 1.875rem;
  font-weight: normal;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .dl_company dd {
    width: 100%;
    font-size: 0.875rem;
    padding: 1.125rem 0;
    border-top: 0;
  }
}

.row_company {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 3.125rem;
       column-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .row_company {
    flex-direction: column;
    row-gap: 0.625rem;
  }
}
.row_company .col {
  width: calc((100% - 6.25rem) / 3);
}
@media screen and (max-width: 767px) {
  .row_company .col {
    width: 100%;
  }
}

/*-----------------------
pagination
---------------------------*/
.pagination-wrapper {
  text-align: left !important;
}
.pagination {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  margin: var(--size60px) 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.5rem;
         column-gap: 0.5rem;
  }
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  background-color: #1F1F1F;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .pagination > li > a,
.pagination > li > span {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.75rem;
  }
}
.pagination > li > span.current,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #FFF;
  background-color: #AAAAAA;
}
.pagination > li > a.prev,
.pagination > li > a.next {
  color: #ddd;
  background-color: #1F1F1F;
}
.pagination > li > span.disable {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 2.1875rem 0 0;
  }
}

/* top slide Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}

.slick-dots {
  position: absolute;
  bottom: 18.75rem;
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  left: calc(50% + 37.5rem);
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  .slick-dots {
    left: calc(50% + 40.625rem);
  }
}
@media screen and (max-width: 767px) {
  .slick-dots {
    left: 1.875rem;
    bottom: -5.3125rem;
    -moz-column-gap: 0.3125rem;
         column-gap: 0.3125rem;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  padding: 0px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 0;
  outline: none;
}
@media screen and (max-width: 767px) {
  .slick-dots li button {
    width: 0.5625rem;
    height: 0.5625rem;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: var(--color04);
}

/*==================================================
 * 下層
 *================================================*/
/**
 * .entries
 */
#loading {
  display: none;
}

.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: 2.8125rem;
  }
}

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

/*page anime*/
@media screen and (max-width: 767px) {
  .page section .ttlarea {
    margin-bottom: 2.1875rem;
  }
  .page section .ttlarea .h2 {
    font-size: 2.1875rem;
    margin: 0 0 0.3125rem;
  }
  .page section .ttlarea .ttl {
    font-size: 0.8125rem;
  }
}

.sec_submenu {
  padding: 6.875rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec_submenu {
    padding: 3.4375rem 1.25rem 1.25rem;
  }
}
.sec_submenu ul {
  display: flex;
  justify-content: center;
}
.sec_submenu ul li {
  width: 12.125rem;
}
.sec_submenu ul li a {
  font-size: 1.375rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sec_submenu ul li a {
    font-size: 1rem;
  }
}
.sec_submenu ul li a::after {
  margin: 0.3125rem auto 0;
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow_down.svg);
  width: 0.5625rem;
  height: 0.625rem;
}

/***********************************
	お問い合わせ
************************************/
.page-contact {
  padding-bottom: 0;
}
.page-contact .sec_contact-lead {
  padding-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .page-contact .sec_contact-lead .copy_lead {
    text-align: center !important;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .ttl {
    font-size: 1.0625rem;
    line-height: 2;
    margin-bottom: 2.8125rem;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .txt_contact-lead {
    text-align: left;
  }
}

.sec_contact-form {
  padding: 8.75rem 0 3.125rem;
}
@media screen and (max-width: 767px) {
  .sec_contact-form {
    padding: 3.125rem 0 1.5625rem;
  }
}
.sec_contact-form .subttl_contact {
  margin-bottom: var(--size50px);
  text-align: center;
  position: relative;
  letter-spacing: 0.1em;
  padding: var(--size20px) 0;
}
@media screen and (max-width: 767px) {
  .sec_contact-form .subttl_contact {
    font-size: 0.9375rem;
    font-weight: bold;
    margin-top: var(--size30px);
    margin-bottom: var(--size25px);
  }
}
.sec_contact-form .tel a {
  pointer-events: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .sec_contact-form .tel a {
    pointer-events: all;
  }
}
.sec_contact-form .telarea {
  text-align: center;
  margin-top: -10px;
}
.sec_contact-form .telarea ul {
  align-items: center;
  display: flex;
  justify-content: center;
  -moz-column-gap: 2.375rem;
       column-gap: 2.375rem;
}
@media screen and (max-width: 767px) {
  .sec_contact-form .telarea ul {
    flex-direction: column;
    row-gap: 0rem;
  }
}
.sec_contact-form .telarea ul li {
  display: flex;
  align-items: center;
  margin: 0 0 0.9375rem 0;
}
@media screen and (max-width: 767px) {
  .sec_contact-form .telarea ul li {
    display: inline-flex;
    margin: 0;
  }
}
.sec_contact-form .telarea ul li a,
.sec_contact-form .telarea ul li span {
  background-repeat: no-repeat;
  background-position: left center;
}
.sec_contact-form .telarea ul li.tel a {
  padding-left: 2.125rem;
  background-image: url(../images/contact/icn_tel_g.svg);
  background-size: 1.3125rem auto;
  min-height: 32px;
  color: #000;
}
.sec_contact-form .telarea ul li.fax span {
  padding-left: 3.4375rem;
  background-image: url(../images/contact/icn_fax_g.svg);
  background-size: 2.5rem auto;
  min-height: 32px;
}
@media screen and (max-width: 767px) {
  .sec_contact-form .telarea ul li.fax span {
    padding-left: 3.125rem;
  }
}

/***********************************
	プライバシー
************************************/
.sec_privacy {
  padding: 8.75rem 0 2.8125rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec_privacy {
    padding: 4.0625rem 0 0;
  }
}
.sec_privacy p {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_privacy p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .sec_privacy .ttl {
    font-size: 1.5625rem;
    margin-bottom: 1.875rem;
  }
}
.sec_privacy .subttl {
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  padding: 1.25rem 0;
  line-height: 1.5;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .sec_privacy .subttl {
    font-size: 0.875rem;
    margin-bottom: 1.875rem;
  }
}
.sec_privacy .block {
  margin: 3.125rem 0;
}
@media screen and (max-width: 767px) {
  .sec_privacy .block {
    margin: 1.875rem 0;
  }
}
.sec_privacy .block2 {
  padding: 5rem 5.625rem;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .sec_privacy .block2 {
    padding: 2.1875rem 1.5rem;
    margin-top: 3.125rem;
  }
  .sec_privacy .block2 p {
    text-align: left;
  }
}
.sec_privacy .block2 .img img {
  width: 13.0625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec_privacy .block2 .img img {
    width: 10rem;
  }
}
.sec_privacy .block2 .dl_company {
  margin-bottom: 0;
}
.sec_privacy .block2 .dl_company dt {
  color: #000;
  background-color: #F8F8F8;
}
.sec_privacy .block2 .dl_company dd {
  color: #000;
  padding-right: 0;
}
.sec_privacy ol.ol1 {
  counter-reset: li;
  list-style: none;
  margin-left: 1em;
}
.sec_privacy ol.ol1 > li {
  list-style: none;
  position: relative;
  margin-left: 2em;
  line-height: 2;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .sec_privacy ol.ol1 > li {
    font-size: 0.875rem;
  }
}
.sec_privacy ol.ol1 > li::before {
  position: absolute;
  top: 0;
  left: -2em;
  font-weight: bold;
  counter-increment: li;
  content: "(" counter(li) ")";
}
.sec_privacy ol.ol2 {
  list-style: decimal;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .sec_privacy ol.ol2 {
    margin-left: 0;
  }
}
.sec_privacy ol.ol2 > li {
  list-style: decimal;
  position: relative;
  margin-left: 2em;
  line-height: 2;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .sec_privacy ol.ol2 > li {
    font-size: 0.875rem;
    margin-left: 1.5em;
  }
}
.sec_privacy ul,
.sec_privacy ul > li {
  list-style: disc;
  margin-left: 0.7em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_privacy ul,
.sec_privacy ul > li {
    font-size: 0.875rem;
  }
}
.sec_privacy ul::marker,
.sec_privacy ul > li::marker {
  font-size: 80%;
}
.sec_privacy ul span,
.sec_privacy ul > li span {
  display: block;
  line-height: 2;
  margin-left: 1em;
}

/**/
/***********************************
news
************************************/
.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: #fff;
}
@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;
}

/*********************
フォーム
**********************/
.form {
  padding: 0 0 0px;
}
.form dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0 0 0;
  border-bottom: 1px dashed #707070;
  /* Google Chrome, Safari, Opera 15+, Android, iOS */
  /* Firefox 19+ */
  /* IE 10+ */
}
.form dl.line {
  border-top: 1px dashed #707070;
}
@media screen and (max-width: 767px) {
  .form dl {
    border-top: 1px solid #707070;
    display: block;
    border-top: 0;
  }
}
.form dl dt {
  width: 13.75rem;
  padding: var(--size30px) var(--size25px) var(--size30px) var(--size30px);
  line-height: 1.3;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #1F1F1F;
  border-top: 1px dashed #707070;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .form dl dt {
    width: 100%;
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    min-height: auto;
    border-bottom: 0;
    font-weight: 500;
    font-size: 0.875rem;
  }
}
.form dl dt span {
  height: 25px;
  width: 45px;
  text-align: center;
  top: 28px;
  line-height: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  background-color: #000;
}
.form dl dt span.require {
  background-color: #EA7328;
}
.form dl.line dt {
  border-bottom: 1px dashed #707070;
}
.form dl dd {
  margin-left: 0px;
  padding: var(--size30px) 0 var(--size30px) var(--size35px);
  width: calc(100% - 13.75rem);
  line-height: 1.3;
  position: relative;
  font-size: 1rem;
  border-top: 1px dashed #707070;
}
@media screen and (max-width: 767px) {
  .form dl dd {
    padding: 1.25rem 0;
    font-size: 16px;
    width: 100%;
    border-top: 0;
  }
}
.form dl dd .clink {
  cursor: pointer;
  display: block;
  width: 6.375rem;
  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;
  border-radius: 0.625rem;
  background-color: #6F6F6F;
}
@media screen and (max-width: 767px) {
  .form dl dd .clink {
    height: 3.75rem;
    line-height: 3.75rem;
    width: 5rem;
    padding: 0;
    white-space: nowrap;
    font-size: 0.875rem;
  }
}
.form dl.line dd {
  border-bottom: 1px solid #CCCCCC;
}
.form dl .wpcf7-list-item {
  display: block;
  margin: 0.375rem 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .form dl .wpcf7-list-item {
    margin: 10px 0;
  }
  .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=text],
.form dl input[type=tel],
.form dl input[type=email] {
  width: 100%;
  height: 3.75rem;
  line-height: 3.625rem;
  padding: 0 1.1875rem;
  font-size: 16px;
  border-radius: 0px;
  border: 0;
  background-color: #464646;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form dl input[type=text],
.form dl input[type=tel],
.form dl input[type=email] {
    height: 3.75rem;
    line-height: 3.625rem;
  }
}
.form dl .your-postal1,
.form dl .your-postal2 {
  display: inline-block;
  width: 126px;
}
.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: 16px;
  border: 0;
  background-color: #464646;
  border: 0;
  color: #fff;
}
.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.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background-color: #ED952E;
  transform: translate(0.4375rem, 0.4375rem) 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.4375rem, 0.4375rem) 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 {
  margin-left: 1em;
  font-weight: 500;
}
.form dl dd.half input {
  width: 50%;
}
.form dl p.note {
  text-align: left;
  margin-bottom: 20px;
}
.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: 60px;
  line-height: 58px;
  padding: 0 10px;
  font-size: 16px;
  border-radius: 0;
  border: 0;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .form dl select {
    height: 50px;
    line-height: 48px;
  }
}
.form dl .widget_archive select::-ms-expand {
  display: none;
}
.form dl .inner {
  padding: 20px 0px 0;
}
.form dl .selectWrap {
  width: 238px;
  position: relative;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  .form dl .selectWrap {
    width: 100%;
  }
}
.form dl .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;
  display: none;
}
@media screen and (max-width: 767px) {
  .form dl .selectWrap::before {
    height: 55px;
    width: 55px;
    background-color: #3786CD;
  }
}
.form dl .selectWrap::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #CCCCCC 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 .selectWrap::after {
    color: #fff;
    right: 22px;
    top: 60%;
  }
}
.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: 1rem;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .form dl .selectarea .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) + .wpcf7-custom-item-error {
    font-size: 0.875rem;
  }
}
.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;
  margin-bottom: 10px;
}
.form dd .lg span:first-child,
.form dd .sm span:first-child {
  width: 3em;
  display: block;
  line-height: 3.75rem;
  white-space: nowrap;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .form dd .lg span:first-child,
.form dd .sm span:first-child {
    margin-right: 0.625rem;
    width: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .form dd .lg span:first-child,
.form dd .lg span:last-child {
    margin-right: 0;
  }
}
.form dd .sm > span {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .form dd .sm > span {
    width: 10rem;
    flex-grow: 2;
  }
}
.form dd .lg span:last-child {
  margin-bottom: 0px;
  flex-grow: 3;
}
.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;
  }
}
.form .agreebox {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .form .agreebox {
    margin-top: var(--size20px);
  }
}
.form .agreebox a {
  color: #fff;
  text-decoration: underline;
}
.form .agreebox input[type=checkbox] {
  width: 32px;
  height: 32px;
  line-height: 32px;
  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: 10px;
  top: 5px;
  width: 6px;
  height: 12px;
  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: #fff;
  margin-left: 0.625rem;
  margin-top: var(--size45px);
}
@media screen and (max-width: 767px) {
  .form .agreebox .wpcf7-list-item-label {
    margin-top: 0;
    font-size: 0.875rem;
    text-align: left;
  }
}
.form .agreebox .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .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;
}
@media screen and (max-width: 767px) {
  .form .btnarea {
    width: 100%;
    margin: var(--size25px) auto 0;
  }
}
.form .btnarea::before {
  position: absolute;
  top: calc(50% - 0px);
  right: 40px;
  display: block;
  width: 30px;
  height: 8px;
  color: #fff;
  border-top: solid 1px;
  content: "";
  z-index: 1;
  display: none;
}
.form .btnarea::after {
  position: absolute;
  top: calc(50% - 0px);
  right: 37px;
  display: block;
  width: 10px;
  height: 10px;
  color: #fff;
  border-right: solid 1px;
  content: "";
  letter-spacing: 0.05em;
  transform: rotate(-60deg) translateY(-50%);
  display: none;
}
.form .btnarea .wpcf7-spinner,
.form .btnarea .ajax-loader {
  display: none;
}
.form .btnarea input {
  z-index: 1;
  display: block;
  width: 25.625rem;
  height: 6.25rem;
  margin: 0 auto;
  border: 0 !important;
  border-radius: 0.3125rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.5625rem;
  text-align: center;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .form .btnarea input {
    width: 15.875rem;
    height: 5rem;
    font-size: 1.125rem;
  }
}
.form .btnarea input {
  background-color: #E87F38;
}
.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 {
  margin-top: 5px;
  display: block;
  text-align: left;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .form span.wpcf7-custom-item-error,
.form span.wpcf7-not-valid-tip {
    font-size: 0.875rem;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .form .wpcf7-checkbox {
    padding: 0;
    display: block;
  }
}
.form .wpcf7-checkbox .wpcf7-list-item.last {
  width: 100%;
  display: flex;
}
.form .wpcf7-radio {
  display: flex;
  padding: 10px 0 10px 0;
}
@media screen and (max-width: 767px) {
  .form .wpcf7-radio {
    padding: 0;
    display: block;
  }
}
.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 li {
  border-bottom: 1px dashed #707070;
}
.widget_categories ul li a {
  padding: 1.25rem 0;
  display: block;
  line-height: 1.3;
  position: relative;
  font-size: 0.875rem;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}
.widget_categories ul li ul li.current {
  background-color: #D9E9F5;
}
.widget_categories.probar ul li a {
  padding: 1.25rem 1.25rem;
  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 {
  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 {
    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 {
  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 {
    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;
  text-align: left;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  font-size: 0.9375rem;
  padding: 1.25rem 1.25rem;
  letter-spacing: normal;
  margin-bottom: 0;
  background-color: #1F1F1F;
}
.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;
}
.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
*/
.single-post article {
  padding-bottom: var(--size150px);
}
@media screen and (max-width: 767px) {
  .single-post article {
    padding-bottom: var(--size35px);
  }
}
.single-post article .single-head {
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  padding: var(--size50px) 0px;
  margin-bottom: var(--size50px);
}
@media screen and (max-width: 767px) {
  .single-post article .single-head {
    padding: var(--size30px) 0px;
    margin-bottom: var(--size30px);
  }
}
.single-post article .single-head h1 {
  margin-bottom: var(--size10px);
}
@media screen and (max-width: 767px) {
  .single-post article .single-head h1 {
    font-size: 1rem;
  }
}
.single-post article .single-head .date {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .single-post article .single-head .date {
    font-size: 0.75rem;
  }
}
.single-post article .single-head .date span {
  width: 8.5625rem;
  text-align: center;
  background-color: #fff;
  border-radius: 999px;
  display: inline-block;
  padding: 0.5em 0;
  margin-left: 1.5em;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .single-post article .single-head .date span {
    padding: 0.3em 0;
    font-size: 0.75rem;
  }
}
.single-post article .single-head .metaarea {
  font-weight: 400;
  margin: 0;
  text-align: left;
  font-size: 1.5rem;
}
.sidebar .single-post article .single-head .metaarea {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .single-post article .single-head .metaarea {
    font-size: 1.3rem;
  }
}
.single-post article .single-head .cat {
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.3rem;
  padding: 2px 20px;
  background-color: #EAEAEA;
  color: #000;
}
@media screen and (max-width: 767px) {
  .single-post article .single-head .cat {
    font-size: 1.2rem;
    padding: 2px 10px;
  }
}
.sidebar .single-post article .single-head .cat {
  background-color: transparent;
  padding: 0;
}
.single-post article .single-head .cat:hover {
  opacity: 0.8;
}
.single-post article .single-title {
  font-size: 2.6rem;
  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-post article .single-title {
    font-size: 2rem;
    padding-bottom: 15px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.single-post article .mainimg {
  margin: 0 0 var(--size50px) 0;
}
.single-post article .mainimg img {
  width: 100%;
  height: auto;
}
.single-post article .contfr {
  line-height: 1.8;
  /*目次スタイル*/
}
.single-post article .contfr ul,
.single-post article .contfr ol {
  margin-left: 1.5em;
}
.single-post article .contfr h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  position: relative;
  margin: var(--size45px) 0 var(--size45px);
  position: relative;
  background-color: #1F1F1F;
  padding: 0.9375rem 1.5625rem;
}
.single-post article .contfr h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr h2 {
    font-size: 1.0625rem;
    margin: var(--size30px) 0 var(--size30px);
    padding-bottom: var(--size20px);
  }
}
.single-post article .contfr h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #DDDDDD;
  margin: var(--size45px) 0 var(--size45px);
}
.single-post article .contfr h3:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr h3 {
    font-size: 0.9375rem;
    margin: var(--size30px) 0 var(--size30px);
  }
}
.single-post article .contfr h4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  margin: var(--size30px) 0 var(--size30px);
}
.single-post article .contfr h4:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr h4 {
    font-size: 0.9375rem;
    margin: var(--size30px) 0 var(--size30px);
  }
}
.single-post article .contfr h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: var(--size35px) 0 var(--size35px);
}
@media screen and (max-width: 767px) {
  .single-post article .contfr h5 {
    font-size: 0.875rem;
    margin: var(--size25px) 0 var(--size25px);
  }
}
.single-post article .contfr h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: var(--size35px) 0 var(--size35px);
}
@media screen and (max-width: 767px) {
  .single-post article .contfr h6 {
    font-size: 0.875rem;
    margin: var(--size25px) 0 var(--size25px);
  }
}
.single-post article .contfr p {
  line-height: 2;
  font-size: 1rem;
}
.single-post article .contfr p + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr p {
    line-height: 2;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .single-post article .contfr img {
    height: auto !important;
  }
}
.single-post article .contfr table {
  table-layout: auto;
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr table {
    display: block;
    border-top: 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .single-post article .contfr table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .single-post article .contfr table tbody tr {
    display: block;
  }
}
.single-post article .contfr table th {
  border-color: #fff;
  font-size: 0.9375rem;
  line-height: 1.8;
  text-align: left;
  background-color: #1F1F1F;
  font-weight: normal;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr table th {
    border-top: 0;
    display: block;
    width: 100%;
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .single-post article .contfr table th + td {
    border-top: 0;
  }
}
.single-post article .contfr table td {
  border-color: #fff;
  background-color: transparent;
  line-height: 1.8;
  font-size: 0.9375rem;
  padding-left: 1em;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr table td {
    width: 100%;
    display: block;
    line-height: 1.5;
    font-size: 0.875rem;
  }
}
.single-post article .contfr .wp-block-image {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr .wp-block-image {
    margin: 25px 0;
  }
}
.single-post article .contfr .wp-block-media-text .wp-block-media-text__content {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.single-post article .contfr .wp-block-media-text .wp-block-media-text__media + .wp-block-media-text__content {
  padding-right: 0;
  padding-left: 8%;
}
.single-post article .contfr .wp-block-media-text + .wp-block-media-text {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr .wp-block-media-text + .wp-block-media-text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single-post article .contfr .wp-block-columns {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-post article .contfr .wp-block-media-text__content {
    padding: 20px 0 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .single-post article .contfr .wp-block-media-text:not(.is-stacked-on-mobile) .wp-block-media-text__content {
    padding: 20px 0 0 20px;
  }
}
.single-post article .contfr .wp-element-caption {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr .wp-element-caption {
    font-size: 1.3rem;
  }
}
.single-post article .contfr .wp-block-group {
  background-color: #F8F8F8;
  position: relative;
  padding: 50px 40px;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr .wp-block-group {
    padding: 25px 20px;
    margin: 25px 0;
  }
}
.single-post article .contfr #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) {
  .single-post article .contfr #ez-toc-container {
    margin: 40px 0 0;
    padding: 30px 20px 25px;
  }
}
.single-post article .contfr #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) {
  .single-post article .contfr #ez-toc-container .ez-toc-title {
    width: 100px;
  }
}
.single-post article .contfr #ez-toc-container .ez-toc-heading-level-2 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr #ez-toc-container .ez-toc-heading-level-2 {
    margin-top: 0.625rem;
  }
}
.single-post article .contfr #ez-toc-container .ez-toc-heading-level-2:first-child {
  margin-top: 0;
}
.single-post article .contfr #ez-toc-container .ez-toc-heading-level-2 > a {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr #ez-toc-container .ez-toc-heading-level-2 > a {
    font-size: 0.9375rem;
  }
}
.single-post article .contfr #ez-toc-container .ez-toc-heading-level-3 a {
  font-weight: 400;
  font-size: 0.9375rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr #ez-toc-container .ez-toc-heading-level-3 a {
    font-size: 0.875rem;
  }
}
.single-post article .contfr #ez-toc-container .ez-toc-list-level-3 {
  margin-top: 10px;
  list-style: disc;
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .single-post article .contfr #ez-toc-container .ez-toc-list-level-3 {
    margin-top: 10px;
  }
}
.single-post article .contfr #ez-toc-container .ez-toc-list-level-3 li {
  list-style: disc;
  margin-top: 5px;
  overflow: visible;
}
.single-post article .contfr #ez-toc-container .ez-toc-list-level-3 li::marker {
  font-size: 0.5625rem;
}
.single-post article .contfr #ez-toc-container ul ul {
  margin-left: 1em;
}
.single-post article .linkarea {
  list-style: none;
  margin: var(--size50px) 0px 0;
  padding: var(--size50px) 0;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .single-post article .linkarea {
    margin: var(--size50px) 0px 0;
    padding: 1.25rem 0;
  }
}
.single-post article .linkarea .nav-links {
  width: 20%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.single-post article .linkarea .nav-previous,
.single-post article .linkarea .nav-next {
  width: 33%;
  flex-grow: 0;
  flex-shrink: 0;
}
.single-post article .linkarea .nav-previous a,
.single-post article .linkarea .nav-next a {
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.8;
  min-height: 2.8125rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .single-post article .linkarea .nav-previous a,
.single-post article .linkarea .nav-next a {
    font-size: 0.8125rem;
  }
}
.single-post article .linkarea .nav-previous a span,
.single-post article .linkarea .nav-next a span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .single-post article .linkarea .nav-previous a span,
.single-post article .linkarea .nav-next a span {
    display: none;
  }
}
.single-post article .linkarea .nav-previous a:hover,
.single-post article .linkarea .nav-next a:hover {
  opacity: 0.7;
}
.single-post article .linkarea .nav-previous a::before,
.single-post article .linkarea .nav-next a::before {
  content: "";
  position: absolute;
  content: "";
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 2.0625rem;
  width: 2.0625rem;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .single-post article .linkarea .nav-previous a::before,
.single-post article .linkarea .nav-next a::before {
    height: 1.125rem;
    width: 1.125rem;
  }
}
.single-post article .linkarea .nav-previous a {
  padding-left: 3.125rem;
}
.single-post article .linkarea .nav-previous a::before {
  transform: translateY(-50%) rotate(45deg);
  left: 10px;
}
@media screen and (max-width: 767px) {
  .single-post article .linkarea .nav-previous a {
    padding-left: 24px;
  }
}
.single-post article .linkarea .nav-next a {
  padding-right: 3.125rem;
}
.single-post article .linkarea .nav-next a::before {
  transform: translateY(-50%) rotate(-135deg);
  left: auto;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .single-post article .linkarea .nav-next a {
    padding-right: 24px;
  }
}
.single-post article .linkarea .linklist {
  width: 20%;
  border-right: 0;
  text-decoration: underline;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 0.9375rem;
}
.single-post article .linkarea .linklist a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.single-post article .linkarea .linklist a span {
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.single-post article .linkarea .linklist:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .single-post article .linkarea .linklist {
    font-size: 1.4rem;
  }
}
.single-post article .author {
  margin-top: var(--size85px);
  padding: 4.375rem var(--size40px) 3.125rem;
  position: relative;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .single-post article .author {
    margin-top: var(--size60px);
    padding: var(--size40px) var(--size20px) var(--size30px);
  }
}
.single-post article .author .ttl {
  display: inline-block;
  padding: 0 var(--size10px);
  line-height: 1.875rem;
  text-align: center;
  position: absolute;
  background-color: #1F1F1F;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .single-post article .author .ttl {
    font-size: 0.6875rem;
  }
}
.single-post article .author .row_author {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single-post article .author .row_author {
    flex-direction: column;
  }
}
.single-post article .author .img_col {
  width: 23.2%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .single-post article .author .img_col {
    width: 50%;
  }
}
.single-post article .author .txt_col {
  width: 76.8%;
  padding-left: var(--size25px);
}
@media screen and (max-width: 767px) {
  .single-post article .author .txt_col {
    margin-top: var(--size15px);
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  .single-post article .author .txt_col .subttl {
    position: absolute;
    left: calc(50% + 1.1875rem);
    top: -5.3125rem;
    line-height: 1.5;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .single-post article .author .txt_col .subttl {
    font-size: 0.75rem;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .single-post article .author .txt_col .txt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .single-post article .author .txt_col .txt {
    font-size: 0.75rem;
  }
}

.single .resentarea {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .single .resentarea {
    margin-top: 0px;
  }
}
.single .resentarea .sidebar-widget__title {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding-left: 0;
}
.single .resentarea ul {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .single .resentarea ul li {
    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 */