/*
Theme Name: のるでん介護事業所【千住・葛飾】
Author: scr
Description: のるでん介護事業所【千住・葛飾】
Version: 1.0
*/

@charset "UTF-8";
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// base
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/*----- フォント */
@font-face {
  font-family: "oldeng";
  src: url("./assetes/fonts/oldengfive.ttf") format("truetype");
}
body {
  font-size: 1rem;
  line-height: 1.4375;
}
@media print, screen and (max-width: 640px) {
  body {
    font-size: 0.875rem;
    line-height: 1.9285714286;
  }
}

/* --------------------------------
//////////////////////////////
///// 中央寄せ
///////////////////////////
----------------------------------- */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// general 
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* --------------------------------
//////////////////////////////
///// basic 
///////////////////////////
----------------------------------- */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  font-family: "BIZ UDPGothic", sans-serif, "Zen Maru Gothic", serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1280px) {
  .inner {
    width: 96%;
  }
}

.sp-inner {
  width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 641px) {
  .pc-inner {
    width: 1100px;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 640px) {
  .inner, .sp-inner {
    width: 94%;
  }
}
/* -------- UTILITY ----------- */
.sp {
  display: none;
}
@media print, screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media print, screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

/* -------- 改行 ----------- */
.indent {
  display: block;
}

.pc__indent {
  display: block;
}
@media print, screen and (max-width: 640px) {
  .pc__indent {
    display: inline;
  }
}

.sp__indent {
  display: inline;
}
@media print, screen and (max-width: 640px) {
  .sp__indent {
    display: block;
  }
}

/* -------- 太字 ----------- */
.bold {
  font-weight: 900;
}

/* --------------------------------
//////////////////////////////
///// 中央寄せ
///////////////////////////
----------------------------------- */
/* -------- 文字中央寄せ ----------- */
.txt__center {
  text-align: center;
}

/* -------- ブロック中央寄せ ----------- */
.mar__LRcenter {
  margin: 0 auto;
}

/* -------- 左右中央配置 ----------- */
.relative {
  position: relative;
}

.pos__LRcenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* -------- 上下中央配置 ----------- */
.pos__TBcenter {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* -------- 上下左右中央配置 ----------- */
.pos__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* --------------------------------
//////////////////////////////
///// flex
///////////////////////////
----------------------------------- */
.flex {
  display: flex;
}

.pc__flex {
  display: flex;
}
@media print, screen and (max-width: 640px) {
  .pc__flex {
    display: block;
  }
}

@media print, screen and (max-width: 640px) {
  .sp__flex {
    display: flex;
  }
}

.inline__flex {
  display: inline-flex;
}

.flex__reverse {
  display: flex;
  flex-direction: row-reverse;
}

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

@media print, screen and (max-width: 640px) {
  .sp__flex__col {
    display: flex;
    flex-direction: column;
  }
}

@media print, screen and (max-width: 640px) {
  .sp__flex__col__reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* -------- justify-content ----------- */
.jus__center {
  justify-content: center;
}

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

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

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

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

/* -------- align-items ----------- */
.ali__center {
  align-items: center;
}

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

@media print, screen and (max-width: 640px) {
  .sp__ali__center {
    align-items: center;
  }
}

@media print, screen and (max-width: 640px) {
  .sp__ali__start {
    align-items: flex-start;
  }
}

/* ---------------------------------------------------------------
///// adjust
------------------------------------------------------------------
------------------------------------------------------------------ */
/* adjust margin-bottom */
.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

/* adjust margin-top */
.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt350 {
  margin-top: 350px !important;
}

.mt450 {
  margin-top: 450px !important;
}

/* adjust padding-bottom */
.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/* adjust padding-top */
.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

@media screen and (max-width: 640px) {
  /* adjust margin-bottom */
  .mb00 {
    margin-bottom: 0 !important;
  }
  .mb05 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 5px !important;
  }
  .mb15 {
    margin-bottom: 10px !important;
  }
  .mb20 {
    margin-bottom: 10px !important;
  }
  .mb25 {
    margin-bottom: 15px !important;
  }
  .mb30 {
    margin-bottom: 15px !important;
  }
  .mb35 {
    margin-bottom: 20px !important;
  }
  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb45 {
    margin-bottom: 25px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .mb55 {
    margin-bottom: 30px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .mb65 {
    margin-bottom: 35px !important;
  }
  .mb70 {
    margin-bottom: 35px !important;
  }
  .mb75 {
    margin-bottom: 40px !important;
  }
  .mb80 {
    margin-bottom: 40px !important;
  }
  .mb85 {
    margin-bottom: 45px !important;
  }
  .mb90 {
    margin-bottom: 45px !important;
  }
  .mb95 {
    margin-bottom: 50px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  /* adjust margin-top */
  .mt00 {
    margin-top: 0 !important;
  }
  .mt05 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 5px !important;
  }
  .mt15 {
    margin-top: 10px !important;
  }
  .mt20 {
    margin-top: 10px !important;
  }
  .mt25 {
    margin-top: 15px !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt35 {
    margin-top: 20px !important;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .mt45 {
    margin-top: 25px !important;
  }
  .mt50 {
    margin-top: 25px !important;
  }
  .mt55 {
    margin-top: 30px !important;
  }
  .mt60 {
    margin-top: 30px !important;
  }
  .mt65 {
    margin-top: 35px !important;
  }
  .mt70 {
    margin-top: 55px !important;
  }
  .mt75 {
    margin-top: 60px !important;
  }
  .mt80 {
    margin-top: 60px !important;
  }
  .mt85 {
    margin-top: 65px !important;
  }
  .mt90 {
    margin-top: 65px !important;
  }
  .mt95 {
    margin-top: 70px !important;
  }
  .mt100 {
    margin-top: 70px !important;
  }
  /* adjust padding-bottom */
  .pb00 {
    padding-bottom: 0 !important;
  }
  .pb05 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 5px !important;
  }
  .pb15 {
    padding-bottom: 10px !important;
  }
  .pb20 {
    padding-bottom: 10px !important;
  }
  .pb25 {
    padding-bottom: 15px !important;
  }
  .pb30 {
    padding-bottom: 15px !important;
  }
  .pb35 {
    padding-bottom: 20px !important;
  }
  .pb40 {
    padding-bottom: 20px !important;
  }
  .pb45 {
    padding-bottom: 25px !important;
  }
  .pb50 {
    padding-bottom: 25px !important;
  }
  .pb55 {
    padding-bottom: 30px !important;
  }
  .pb60 {
    padding-bottom: 30px !important;
  }
  .pb65 {
    padding-bottom: 35px !important;
  }
  .pb70 {
    padding-bottom: 35px !important;
  }
  .pb75 {
    padding-bottom: 40px !important;
  }
  .pb80 {
    padding-bottom: 40px !important;
  }
  .pb85 {
    padding-bottom: 45px !important;
  }
  .pb90 {
    padding-bottom: 45px !important;
  }
  .pb95 {
    padding-bottom: 50px !important;
  }
  .pb100 {
    padding-bottom: 50px !important;
  }
  /* adjust padding-top */
  .pt00 {
    padding-top: 0 !important;
  }
  .pt05 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 5px !important;
  }
  .pt15 {
    padding-top: 10px !important;
  }
  .pt20 {
    padding-top: 10px !important;
  }
  .pt25 {
    padding-top: 15px !important;
  }
  .pt30 {
    padding-top: 15px !important;
  }
  .pt35 {
    padding-top: 20px !important;
  }
  .pt40 {
    padding-top: 20px !important;
  }
  .pt45 {
    padding-top: 25px !important;
  }
  .pt50 {
    padding-top: 25px !important;
  }
  .pt55 {
    padding-top: 30px !important;
  }
  .pt60 {
    padding-top: 30px !important;
  }
  .pt65 {
    padding-top: 35px !important;
  }
  .pt70 {
    padding-top: 35px !important;
  }
  .pt75 {
    padding-top: 40px !important;
  }
  .pt80 {
    padding-top: 40px !important;
  }
  .pt85 {
    padding-top: 45px !important;
  }
  .pt90 {
    padding-top: 45px !important;
  }
  .pt95 {
    padding-top: 50px !important;
  }
  .pt100 {
    padding-top: 50px !important;
  }
}
/* adjust width */
.w05 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.pcW05 {
  width: 5%;
}

.pcW10 {
  width: 10%;
}

.pcW15 {
  width: 15%;
}

.pcW20 {
  width: 20%;
}

.pcW25 {
  width: 25%;
}

.pcW30 {
  width: 30%;
}

.pcW35 {
  width: 35%;
}

.pcW40 {
  width: 40%;
}

.pcW45 {
  width: 45%;
}

.pcW50 {
  width: 50%;
}

.pcW55 {
  width: 55%;
}

.pcW60 {
  width: 60%;
}

.pcW65 {
  width: 65%;
}

.pcW70 {
  width: 70%;
}

.pcW75 {
  width: 75%;
}

.pcW80 {
  width: 80%;
}

.pcW85 {
  width: 85%;
}

.pcW90 {
  width: 90%;
}

.pcW95 {
  width: 95%;
}

.pcW100 {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .pcW05 {
    width: 100%;
  }
  .pcW10 {
    width: 100%;
  }
  .pcW15 {
    width: 100%;
  }
  .pcW20 {
    width: 100%;
  }
  .pcW25 {
    width: 100%;
  }
  .pcW30 {
    width: 100%;
  }
  .pcW35 {
    width: 100%;
  }
  .pcW40 {
    width: 100%;
  }
  .pcW45 {
    width: 100%;
  }
  .pcW50 {
    width: 100%;
  }
  .pcW55 {
    width: 100%;
  }
  .pcW60 {
    width: 100%;
  }
  .pcW65 {
    width: 100%;
  }
  .pcW70 {
    width: 100%;
  }
  .pcW75 {
    width: 100%;
  }
  .pcW80 {
    width: 100%;
  }
  .pcW85 {
    width: 100%;
  }
  .pcW90 {
    width: 100%;
  }
  .pcW95 {
    width: 100%;
  }
  .pcW100 {
    width: 100%;
  }
  .spW05 {
    width: 5%;
  }
  .spW10 {
    width: 10%;
  }
  .spW15 {
    width: 15%;
  }
  .spW20 {
    width: 20%;
  }
  .spW25 {
    width: 25%;
  }
  .spW30 {
    width: 30%;
  }
  .spW35 {
    width: 35%;
  }
  .spW40 {
    width: 40%;
  }
  .spW45 {
    width: 45%;
  }
  .spW50 {
    width: 50%;
  }
  .spW55 {
    width: 55%;
  }
  .spW60 {
    width: 60%;
  }
  .spW65 {
    width: 65%;
  }
  .spW70 {
    width: 70%;
  }
  .spW75 {
    width: 75%;
  }
  .spW80 {
    width: 80%;
  }
  .spW85 {
    width: 85%;
  }
  .spW90 {
    width: 90%;
  }
  .spW95 {
    width: 95%;
  }
  .spW100 {
    width: 100%;
  }
}
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////
///// common
////////////////////////////////////////////////////////
////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* --------------------------------
//////////////////////////////
///// アニメーション
///////////////////////////
----------------------------------- */
/* -------- 透明度 ----------- */
a {
  transition: opacity 0.5s;
}
a:hover {
  opacity: 0.6;
}

/* --------------------------------
//////////////////////////////
///// 見出し
///////////////////////////
----------------------------------- */
h2 {
  font-family: "kozuka-gothic-pr6n";
  background-color: #87bd42;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.5;
  line-height: 1.5;
  font-weight: 900;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}
h2:not(:first-of-type) {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 640px) {
  h2 {
    font-size: 1.375rem;
    line-height: 1.5;
    margin-bottom: 30px;
  }
}

/* --------------------------------
//////////////////////////////
///// TOPへ戻るボタン
///////////////////////////
----------------------------------- */
.top-btn {
  display: none;
  background-color: #87bd42;
  border-radius: 50%;
  position: fixed;
  bottom: 180px;
  right: 2%;
  z-index: 5;
  width: 100px;
  height: 100px;
}
@media print, screen and (min-width: 1281px) {
  .top-btn {
    right: calc(50% - 640px);
  }
}
@media print, screen and (max-width: 640px) {
  .top-btn {
    right: 3%;
    bottom: 10%;
  }
}
.top-btn a {
  display: block;
  font-size: 1.375rem;
  line-height: 1.5;
  line-height: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.top-btn a::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.top-btn.active {
  display: block;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// ヘッダー フッター
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ---------------------------------------------------------------
///// ヘッダー共通
------------------------------------------------------------------
------------------------------------------------------------------ */
.header {
  position: sticky;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  min-height: 70px;
  z-index: 20;
  font-family: "kozuka-gothic-pr6n";
}

/* ---------------------------------------------------------------
///// ヘッダーコンテンツ
------------------------------------------------------------------
------------------------------------------------------------------ */
.header__cont {
  min-height: 70px;
  gap: 16px;
}
@media print, screen and (max-width: 1020px) {
  .header__cont {
    position: relative;
  }
}

/* ----------- ヘッダータイトル ----------- */
.header__logo {
  width: 136px;
  margin-right: 40px;
}

/* ----- グロナビ ----- */
.header__nav {
  width: 100%;
}
@media print, screen and (max-width: 1020px) {
  .header__nav {
    display: none;
  }
}

.gnav__item a {
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
}
.gnav__item .en {
  font-size: 0.625rem;
  line-height: 1;
}

/* ---------------------------------------------------------------
///// ハンバーガー
------------------------------------------------------------------
------------------------------------------------------------------ */
.menu-btn {
  display: none;
  position: relative;
  width: 40px;
  height: 70px;
  z-index: 60;
}
.menu-btn__wrap {
  width: 40px;
}

@media print, screen and (max-width: 1020px) {
  .menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.menu-btn span {
  position: absolute;
  height: 4px;
  width: 40px;
  background-color: #000;
  display: inline-block;
  transition: transform 0.5s ease;
}

.menu-btn span:first-child {
  bottom: 48px;
}

.menu-btn span:nth-child(2) {
  bottom: 35px;
}

.menu-btn span:last-child {
  bottom: 22px;
}

/* ----- クリックで変形 ----- */
.menu-btn.-active span {
  top: 50%;
  bottom: 0;
  transition: transform 0.5s ease;
}

.menu-btn.-active span:first-child {
  transform: rotate(45deg);
}

.menu-btn.-active span:nth-child(2) {
  transform: rotate(-45deg);
}

.menu-btn.-active span:last-child {
  transform: rotate(45deg);
  top: -180px;
  bottom: inherit;
}

/* ---------------------------------------------------------------
///// モーダル
------------------------------------------------------------------
------------------------------------------------------------------ */
.modal {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 15;
  height: 0;
  top: -1000px;
  left: 0;
  opacity: 0;
  transition: all 0.8s;
}
@media print, screen and (max-width: 1020px) {
  .modal {
    display: block;
  }
}

.mnav {
  background-color: rgba(113, 154, 60, 0.9);
  max-height: calc(100vh - 70px);
  overflow-y: scroll;
}
.mnav__item {
  font-size: 1.25rem;
  line-height: 1.5;
  width: 100%;
  text-align: center;
  padding: 0 5%;
}
.mnav__item a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  color: #fff;
}
.mnav__item a .en {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5;
}

/* ----- ハンバーガークリックでモーダル表示 ----- */
.modal.-active {
  top: 70px;
  opacity: 1;
}

.header.-active {
  background-color: #fff;
}

/* ----- モーダル開いてる時暗くする ----- */
.main, footer {
  position: relative;
}

.-dark {
  position: relative;
  overflow-y: hidden;
}
.-dark:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
  z-index: 13;
  transition: ease 1s;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// フッター
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ---------------------------------------------------------------
///// フッター -- タイトル
------------------------------------------------------------------
------------------------------------------------------------------ */
.footer {
  background-image: url(./assetes/images/footer/footer-back.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer__cont {
  padding-top: 38px;
  padding-bottom: 99px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}
.footer .flogo {
  width: 220px;
  margin-left: 64px;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 640px) {
  .footer .flogo {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.footer .faccess {
  font-size: 1.625rem;
  line-height: 1.5;
  color: #fff;
  display: flex;
  gap: 106px;
}
@media print, screen and (min-width: 1021px) {
  .footer .faccess {
    padding-left: 237px;
    align-items: flex-end;
  }
}
@media print, screen and (max-width: 1020px) {
  .footer .faccess {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}
@media print, screen and (max-width: 640px) {
  .footer .faccess {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.footer .faccess__dl dd:first-of-type {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 640px) {
  .footer .faccess__dl dd:first-of-type {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 641px) {
  .footer .faccess__dl dd:last-of-type {
    text-align: right;
  }
}
.footer .faccess__btn {
  background-color: #de6c36;
  width: 180px;
  height: 70px;
}
.footer .faccess__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

.fnav {
  padding-top: 50px;
}
@media print, screen and (min-width: 641px) {
  .fnav {
    padding-top: 10px;
    padding-left: 50px;
  }
}
@media print, screen and (max-width: 1020px) {
  .fnav {
    padding-left: initial;
  }
}
.fnav__list {
  display: flex;
}
@media print, screen and (max-width: 1020px) and (min-width: 641px) {
  .fnav__list {
    justify-content: center;
  }
}
.fnav__list li a {
  font-size: 1.375rem;
  line-height: 1.5;
  line-height: 50px !important;
  color: #fff;
}
@media print, screen and (max-width: 1020px) {
  .fnav__list li a {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 640px) {
  .fnav__list li a {
    line-height: initial !important;
  }
}
.fnav__list--01 > li > a {
  font-size: 1.625rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 640px) {
  .fnav__list--01 > li > a {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 641px) {
  .fnav__list--02 {
    display: grid;
    grid-template-areas: "areaA areaB areaC" "areaD areaB areaC";
    grid-template-rows: 50px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 1020px) {
  .fnav__list--02 {
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding-left: initial;
  }
}
@media print, screen and (max-width: 640px) {
  .fnav__list--02 {
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
    padding-top: 10px;
    padding-left: 10px;
  }
}
.fnav__list--02 .fnav__item:first-child {
  grid-area: areaA;
}
.fnav__list--02 .fnav__item:nth-child(2) {
  grid-area: areaD;
}
.fnav__list--02 .fnav__item:nth-child(3) {
  grid-area: areaB;
}
.fnav__list--02 .fnav__item:last-child {
  grid-area: areaC;
}
.fnav__list--03 {
  flex-direction: column;
  padding-left: 22px;
}
@media print, screen and (max-width: 640px) {
  .fnav__list--03 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 10px;
    padding-top: 10px;
    padding-left: 10px;
  }
}

/* ---------------------------------------------------------------------------------------
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////// TOP
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// メインヴィジュアル
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ---------------------------------------------------------------
///// スライダー
------------------------------------------------------------------
------------------------------------------------------------------ */
body {
  position: relative;
}

.mv {
  position: relative;
}
@media print, screen and (min-width: 1021px) {
  .mv__image {
    max-width: 1280px;
    margin: 0 auto;
    top: -90px;
  }
}
.mv__image {
  position: relative;
}
.mv__title {
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.01em;
  position: absolute;
  left: 90px;
  top: 314px;
}
@media print, screen and (min-width: 641px) {
  .mv__title {
    font-size: min(3.75vw, 48px);
  }
}
@media print, screen and (min-width: 641px) {
  .mv__title {
    left: min(7vw, 90px);
    top: min(24.5vw, 314px);
  }
}
@media print, screen and (max-width: 640px) {
  .mv__title {
    font-size: 4vw;
    left: 10vw;
    top: 22vw;
  }
}
.mv__title .large {
  font-size: 8rem;
  line-height: 1.5;
  font-family: "kozuka-gothic-pr6n";
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media print, screen and (min-width: 641px) {
  .mv__title .large {
    font-size: min(10vw, 128px);
  }
}
@media print, screen and (max-width: 640px) {
  .mv__title .large {
    font-size: 12vw;
  }
}
.mv__title .right {
  display: block;
  text-align: right;
}
.mv .slider__items {
  height: 100%;
}
@media print, screen and (max-width: 640px) {
  .mv .slider__items {
    width: 100%;
  }
}
.mv .slider__item {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 877px;
}
@media print, screen and (min-width: 641px) {
  .mv .slider__item {
    height: min(61.5vw, 787px);
  }
}
@media print, screen and (max-width: 640px) {
  .mv .slider__item {
    height: 68.5vw;
    min-height: initial;
  }
}
.mv .slider__item01 {
  /* ----------- スライド1 ----------- */
  background-image: url(./assetes/images/index/top-mv01.png);
}
.mv .slider__item02 {
  /* ----------- スライド2 ----------- */
  background-image: url(./assetes/images/index/top-mv02.png);
}
.mv .slider__item03 {
  /* ----------- スライド2 ----------- */
  background-image: url(./assetes/images/index/top-mv03.png);
}

.tags {
  position: absolute;
  left: 0;
  bottom: -48px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media print, screen and (min-width: 1281px) {
  .tags {
    left: calc(50% - 640px);
  }
}
@media print, screen and (max-width: 1020px) {
  .tags {
    position: static;
    flex-direction: row;
    gap: initial;
  }
}
.tags .tag {
  width: 278px;
  min-height: 77px;
  position: relative;
}
@media print, screen and (max-width: 1020px) {
  .tags .tag {
    width: 33.3333333333%;
    min-height: 60px;
  }
}
.tags .tag a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 77px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "BIZ UDMincho", serif;
}
@media print, screen and (min-width: 1021px) {
  .tags .tag a {
    padding-right: 42px;
  }
  .tags .tag a::after {
    content: "";
    display: block;
    width: 42px;
    min-height: 77px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media print, screen and (max-width: 640px) {
  .tags .tag a {
    min-height: 60px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.tags .tag:first-child {
  background-color: #67952d;
}
.tags .tag:first-child a::after {
  background-color: #87bd42;
}
.tags .tag:nth-child(2) {
  background-color: #2d709b;
}
.tags .tag:nth-child(2) a::after {
  background-color: #57aae0;
}
.tags .tag:last-child {
  background-color: #de6c36;
}
.tags .tag:last-child a::after {
  background-color: #f1aa40;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// info
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.logos {
  padding-top: 13px;
  padding-bottom: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
.logos__item:first-child {
  width: 138px;
}
@media print, screen and (max-width: 640px) {
  .logos__item:first-child {
    width: 100px;
  }
}
.logos__item:last-child {
  width: 134px;
}
@media print, screen and (max-width: 640px) {
  .logos__item:last-child {
    width: 94px;
  }
}

.info h3 {
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 900;
  padding: 0 40px;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 640px) {
  .info h3 {
    padding: initial;
    font-size: 1.375rem;
    line-height: 1.5;
    padding-bottom: 20px;
  }
}
.info p {
  padding: 0 60px;
  padding-bottom: 30px;
}
@media print, screen and (max-width: 640px) {
  .info p {
    padding: initial;
    padding-bottom: 30px;
  }
}
.info p.right {
  font-size: 1.625rem;
  line-height: 1.5;
  text-align: right;
  padding-bottom: 50px;
}
@media print, screen and (max-width: 640px) {
  .info p.right {
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
  }
}
.info .infoBtns {
  display: flex;
  justify-content: center;
  padding-bottom: 90px;
}
@media print, screen and (max-width: 640px) {
  .info .infoBtns {
    flex-direction: column;
  }
}
.info .infoBtns__item {
  width: 442px;
}
@media print, screen and (max-width: 640px) {
  .info .infoBtns__item {
    width: 100%;
  }
}
.info .infoBtns__item a {
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  font-size: 1.625rem;
  line-height: 1.5;
  padding: 16px 14px;
  gap: 16px;
  position: relative;
}
.info .infoBtns__item a .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.info .infoBtns__item a .title span {
  font-size: 0.6em;
}
@media print, screen and (max-width: 1020px) {
  .info .infoBtns__item a {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.info .infoBtns__item.color01 {
  background-color: #87bd42;
}
.info .infoBtns__item.color02 {
  background-color: #2f7325;
}
.info .infoBtns__item.color03 {
  background-color: #57aae0;
}
.info .infoBtns__item.color04 {
  background-color: #2d709b;
}
.info__btns02 {
  display: flex;
}
@media print, screen and (max-width: 640px) {
  .info__btns02 {
    flex-direction: column;
    row-gap: 40px;
  }
}
.info__btns02 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  color: #fff;
  width: 50%;
  font-size: 1.625rem;
  line-height: 1.5;
}
@media print, screen and (max-width: 1020px) {
  .info__btns02 a {
    width: 100%;
  }
}
@media print, screen and (max-width: 1020px) {
  .info__btns02 a {
    padding: 10px;
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 640px) {
  .info__btns02 a {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.info__btns02 a.color01 {
  background-color: #f1aa40;
}
.info__btns02 a.color02 {
  background-color: #de6c36;
}
.info__btns02 a.color03 {
  background-color: #99cd05;
}
.info__btns02 a.color04 {
  background-color: #67952d;
}
.info__btns02 a::before {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
}
@media print, screen and (max-width: 1020px) {
  .info__btns02 a::before {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 640px) {
  .info__btns02 a::before {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 30px;
    top: -24px;
  }
}
.info__btns02 a.deco {
  font-family: "kozuka-gothic-pr6n";
}
.info__btns02 a.deco:first-child::before {
  content: "\\１分で応募完了/";
}
.info__btns02 a.deco:last-child::before {
  content: "\\一旦電話して聞いてみる/";
}
.info__btns02:last-child {
  padding-bottom: 75px;
}
.info .img {
  padding-top: 95px;
  padding-bottom: 60px;
}
@media print, screen and (max-width: 640px) {
  .info .img {
    padding-top: 60px;
  }
}
.info ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 60px;
}
@media print, screen and (max-width: 640px) {
  .info ul {
    list-style-position: outside;
    padding-left: 15px;
  }
}

/* ---------------------------------------------------------------------------------------
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////// pages
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */
/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// 共通
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
/* ---------------------------------------------------------------
///// 大見出し
------------------------------------------------------------------
------------------------------------------------------------------ */
.page__header {
  background-color: #87bd42;
}
.page__header h1 {
  color: #fff;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 1.5;
  padding: 80px 0;
}
@media print, screen and (max-width: 640px) {
  .page__header h1 {
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

/* ---------------------------------------------------------------
///// パンクズ
------------------------------------------------------------------
------------------------------------------------------------------ */
.breadcrumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}
.breadcrumb__list {
  display: flex;
}
.breadcrumb__list li {
  font-size: 0.875rem;
  line-height: 1.5;
}
.breadcrumb__list li:not(:last-child)::after {
  content: "/";
  padding: 0 5px;
}

.pageContent {
  padding-top: 50px;
  padding-bottom: 100px;
}
.pageContent .wp-block-image {
  margin-bottom: 40px;
}
.pageContent .wp-block-image img {
  width: initial;
}
.pageContent h2 {
  margin-bottom: 30px;
  text-align: left;
  padding-left: 20px;
}
.pageContent h3 {
  padding-bottom: 8px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.625rem;
  line-height: 1.5;
  font-weight: 900;
}
.pageContent h3:after {
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  width: 30%;
  border-bottom: 1px solid #87bd43;
}
@media print, screen and (max-width: 640px) {
  .pageContent h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.pageContent h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 900;
  border-left: solid 6px #87bd42;
  padding-left: 10px;
  margin-bottom: 30px;
}
.pageContent p {
  margin-bottom: 30px;
  line-height: 2;
}
.pageContent p.small {
  font-size: 0.8em;
}
.pageContent a {
  color: #0066cc;
  text-decoration: underline;
}
.pageContent .wp-block-list {
  margin-bottom: 30px;
}
.pageContent .wp-block-list li:not(:last-child) {
  margin-bottom: 20px;
}
.pageContent .wp-block-list .wp-block-list {
  margin-top: 20px;
}
.pageContent ul.wp-block-list li {
  display: flex;
  gap: 4px;
}
.pageContent ul.wp-block-list li::before {
  content: "●";
  color: #87bd42;
}
.pageContent ol.wp-block-list {
  list-style: decimal;
  margin-left: 30px;
}
.pageContent .index {
  border: 1px solid #87bd42;
  padding: 30px;
  margin-bottom: 40px;
  background-color: #fff;
}
.pageContent .index ol {
  margin-bottom: initial;
}
.pageContent .wp-block-table {
  margin-bottom: 30px;
}
.pageContent .wp-block-table table thead {
  border: none;
}
.pageContent .wp-block-table table th {
  background-color: rgba(135, 189, 66, 0.2);
}
@media print, screen and (max-width: 640px) {
  .pageContent .wp-block-table table th {
    width: 100px;
  }
}
.pageContent .wp-block-table table td {
  background-color: #fff;
}
.pageContent .wp-block-table table th, .pageContent .wp-block-table table td {
  border-color: #b0b0b0;
  vertical-align: middle;
  padding: 20px;
}
@media print, screen and (max-width: 640px) {
  .pageContent .wp-block-table table th, .pageContent .wp-block-table table td {
    padding: 10px;
  }
}
.pageContent .wp-block-columns {
  margin-bottom: 40px;
}
.pageContent .wp-block-columns .wp-block-image {
  margin-bottom: initial;
}
.pageContent .wp-block-columns .wp-block-image img {
  width: 100%;
}
@media print, screen and (max-width: 640px) {
  .pageContent .wp-block-buttons {
    justify-content: center;
  }
}
.pageContent .wp-block-button__link {
  color: #fff;
  background-color: #87bd42;
  font-family: "kozuka-gothic-pr6n";
  font-size: 1.625rem;
  line-height: 1.5;
  min-height: 80px;
  text-decoration: none;
  border-radius: initial;
}
@media print, screen and (max-width: 640px) {
  .pageContent .wp-block-button__link {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.pageContent strong {
  font-weight: 900;
}
.pageContent .red {
  color: #ff0000;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// 採用サイトメニュー
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.job_offer-header {
  background-color: #abd631;
  position: sticky;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19;
}
.job_offer-header__cont h1 {
  display: none;
}
@media print, screen and (max-width: 1020px) {
  .job_offer-header__cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 60px;
  }
  .job_offer-header__cont h1 {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #fff;
  }
}

.job_offer-nav {
  display: flex;
}
@media print, screen and (max-width: 1020px) {
  .job_offer-nav {
    position: absolute;
    width: 100%;
    z-index: 15;
    height: 0;
    top: -1000px;
    left: 0;
    opacity: 0;
    transition: all 0.8s;
    flex-direction: column;
    overflow-y: scroll;
    height: calc(100vh - 180px);
  }
  .job_offer-nav.-active {
    top: 70px;
    opacity: 1;
  }
}
.job_offer-nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5%;
  text-align: center;
}
.job_offer-nav__item:first-child {
  background-color: #83aa51;
}
.job_offer-nav__item:nth-child(2) {
  background-color: #e28959;
}
.job_offer-nav__item:nth-child(3) {
  background-color: #538caa;
}
.job_offer-nav__item:nth-child(4) {
  background-color: #82a951;
}
.job_offer-nav__item:nth-child(5) {
  background-color: #e2895a;
}
.job_offer-nav__item:nth-child(6) {
  background-color: #548caa;
}
.job_offer-nav__item:nth-child(7) {
  background-color: #82a952;
}
.job_offer-nav__item:last-child {
  background-color: #e18858;
}
.job_offer-nav__item a {
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 8px 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 1021px) {
  .job_offer-nav__item a {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 1020px) {
  .job_offer-nav__item {
    width: 100%;
    min-height: 70px;
  }
  .job_offer-nav__item:not(:last-child) {
    border-bottom: 3px solid #fff;
  }
  .job_offer-nav__item a {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

#job_offer-nav-btn span {
  background-color: #fff;
}

.header.-inactive {
  z-index: 18;
}
.header.-inactive #menu-btn {
  pointer-events: none;
}

/* ---------------------------------------------------------------
/////////////////////////////////////////////////////////////////
///// お問い合わせ
/////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////
------------------------------------------------------------------
------------------------------------------------------------------ */
.form-table {
  margin-bottom: 30px;
  padding: 50px;
  border-radius: 10px;
  background-color: rgba(135, 189, 66, 0.2);
}
@media print, screen and (max-width: 640px) {
  .form-table {
    padding: 20px;
  }
}
.form-table .label {
  display: flex;
  border-bottom: solid 1px #ccc;
  gap: 20px;
  padding: 15px 10px;
}
@media print, screen and (max-width: 640px) {
  .form-table .label {
    flex-direction: column;
    padding: 10px 0;
    gap: 10px;
  }
}
.form-table .label:first-child {
  border-top: solid 1px #ccc;
}
.form-table .label-txt {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .form-table .label-txt {
    width: 180px;
  }
}
.form-table .label-txt.require > span {
  position: relative;
}
.form-table .label-txt.require > span::after {
  content: "*必須";
  color: #a91616;
  font-size: 0.6rem;
  margin-left: 10px;
  vertical-align: top;
  position: absolute;
  top: -15px;
  right: -30px;
}
@media print, screen and (max-width: 640px) {
  .form-table .label-txt.require > span::after {
    top: 0;
    right: -42px;
  }
}
@media print, screen and (min-width: 641px) {
  .form-table .wpcf7-form-control-wrap {
    flex-grow: 1;
  }
}
.form-table input, .form-table textarea {
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #ccc;
  outline: none;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}
.form-table input::-moz-placeholder, .form-table textarea::-moz-placeholder {
  color: #a2a2a2;
}
.form-table input::placeholder, .form-table textarea::placeholder {
  color: #a2a2a2;
}
.form-table .wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-table .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  width: initial;
}

.form-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.form-btn .wpcf7-submit {
  cursor: pointer;
  border: none;
  border-radius: 20px;
  width: 200px;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: #87bd42;
  padding: 17px;
  padding-right: 23px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: opacity 0.5s;
}
.form-btn .wpcf7-submit:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style.css.map */