@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
code,
del,
em,
img,
q,
small,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

section {
  clear: both;
}

/* link --------------- */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* list --------------- */
nav ul,
#header ul,
#sidebar ul,
aside ul {
  list-style: none;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

.tLeft {
  text-align: left !important;
}

.tRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

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

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

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

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

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

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

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdB0 {
  padding-bottom: 0px !important;
}

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

.txt20 {
  font-size: 2rem !important;
}

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 767px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 767px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 1rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden,
.mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
  line-height: 1;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: 400;
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

.anchor {
  padding-top: 110px;
  margin-top: -110px;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
@media screen and (min-width: 859px) {
  .header {
    padding-top: 100px;
  }
}

/*ロゴ、電話番号のエリア*/
@media screen and (min-width: 859px) {
  .header__wrap {
    height: 100px;
    max-width: 1200px;
    padding-inline: 10px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: min(17.5vw, 210px) 1fr min(15vw, 180px) min(11.3vw, 136px);
    gap: min(1.25vw, 15px);
    align-items: center;
  }
}
@media screen and (max-width: 860px) {
  .header__wrap {
    height: 50px;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 10px;
    margin: 0 10px;
    align-items: center;
    justify-content: start;
  }
}

.header__title {
  font-size: min(2vw, 24px);
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .header__title {
    font-size: 16px;
    text-align: left;
  }
}

.header__logo {
  text-align: left;
}

@media screen and (max-width: 860px) {
  .header__tel {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .header__contact {
    display: none;
  }
}

/* -----------------------------------------------------------
 =スクロールエフェクト
----------------------------------------------------------- */
.fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1500ms;
}

.fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* -----------------------------------------------------------
 =slide
----------------------------------------------------------- */
.bxslider {
  margin: 0px;
}

.bx-wrapper {
  position: relative;
}

.bx-wrapper img {
  width: 100%;
}

/* *-------------------------------------------------------------------
 パンくずナビ
-------------------------------------------------------------------* */
.breadlist a {
  color: #000;
}

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1020px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 0;
  }
}

/*ボタン*/
.btn,
.wp-element-button,
.wpcf7-submit {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1;
  letter-spacing: 0.15em;
  width: 567px;
  margin: 0 auto;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  border-radius: 36px;
  background-color: #999;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .btn,
  .wp-element-button,
  .wpcf7-submit {
    height: 36px;
    border-radius: 18px;
    font-size: 13px;
    width: 90%;
    letter-spacing: 0.05em;
  }
}

a.btn::before,
.wp-element-button::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  a.btn::before,
  .wp-element-button::before {
    right: 20px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media (hover: hover) {
  .btn:hover::before,
  .wp-element-button:hover::before {
    opacity: 1;
    right: 30px;
    transition-duration: 0.3s;
  }
}
/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/icon-plus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999;
}
.js-aclink.js-ac {
  background: url(../images/icon-minus.png) no-repeat right 12px center;
  background-size: 26px;
  background-color: #999;
}

/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 767px) {
  .pagetop {
    width: 45px;
    bottom: 50px;
  }
}

.fix-contact {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .fix-contact {
    width: 100%;
    top: inherit;
    bottom: 0;
    right: 0;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
/*ロゴ、電話番号エリア*/
.footer {
  margin: 0 2%;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .footer {
    width: 1020px;
    margin: 0 auto;
  }
}

.footer__logo {
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .footer__logo {
    line-height: 1.8;
  }
}
.footer__logo img {
  width: 50%;
  margin: 10px;
}
@media screen and (min-width: 767px) {
  .footer__logo img {
    width: 350px;
  }
}

.footer__tel {
  margin-bottom: 15px;
  line-height: 1.3;
}

/*最下部エリア*/
.footer__copy {
  background: #999;
  color: #fff;
  line-height: 1.4;
  padding: 10px;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :navi.css
 style info :ナビゲーション読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =glovalnavi 
----------------------------------------------------------- */
nav {
  margin: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #f9d7e3;
  border-bottom: 2px solid #d0826c;
}

.nav-pc__lists {
  margin: 15px auto 0;
  display: grid;
  grid-template-columns: repeat(5, auto);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .nav-pc__lists {
    display: none;
  }
}

.nav-pc__lists li {
  list-style-type: none;
  padding-inline: 5px;
  border-right: 1px solid #000;
}

.nav-pc__lists li:last-child {
  border-right: none;
}

.nav-pc__lists li a {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1;
  letter-spacing: 0;
  background-color: #4f9f4c;
  padding: 5px 10px 4px;
}

/* ハンバーガーメニュー */
.nav-pc-wrap {
  display: none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}

.content {
  padding: 20px;
}

body.nav-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .nav-wrap {
    display: none;
  }
}

.nav-wrap__inner {
  padding: 75px 20px 0;
}

.nav-wrap__logo {
  text-align: center;
}

.nav-wrap__logo img {
  width: 54%;
}

.nav-wrap__title {
  margin-top: 20px;
  font-size: 20px;
}

.nav {
  margin-top: 10px;
  border-top: 1px solid #87b657;
}

.nav li a {
  display: block;
  border-bottom: 1px solid #87b657;
  font-size: 15px;
  color: #333333;
  padding: 15px 5px;
  position: relative;
}

.nav li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}

.nav-wrap__tel {
  margin-top: 20px;
}

.nav-wrap__contact {
  margin-top: 20px;
}

/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 15000;
  background: #4f9f4c;
  padding: 8px 8px 8px 8px;
}
@media screen and (min-width: 860px) {
  .nav-button-wrap {
    display: none;
  }
}

.nav-button,
.nav-button span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.nav-button {
  z-index: 20000;
  position: relative;
  width: 17px;
  height: 15px;
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .nav-button span {
    height: 2px;
  }
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 7px;
}
.nav-button span:nth-of-type(3) {
  bottom: 0;
}

.nav-button.active span {
  background-color: #fff;
}
.nav-button.active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 .top-campaign
----------------------------------------------------------- */
.top-campaign {
  background: url(../../images/s1-bg.webp) repeat-y;
  background-size: 100%;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top-campaign {
    background: url(../../images/s1-bg_sp.webp) repeat-y;
    background-size: 100%;
    padding-bottom: 20px;
  }
}

.top-campaign__banner {
  text-align: center;
}

.top-campaign__banner img {
  width: 100%;
  max-width: 1080px;
}

@media screen and (min-width: 767px) {
  .top-campaign__inner img {
    padding-inline: 80px;
  }
}

/* -----------------------------------------------------------
top-close
----------------------------------------------------------- */
.top-close {
  background-color: #f9d7e3;
  border-top: 9px solid #eaa5ba;
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .top-close {
    border-top: 4px solid #eaa5ba;
    padding-block: 20px;
  }
}

.top-close__plan {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-close__plan {
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
top-ever
----------------------------------------------------------- */
.top-ever {
  background-color: #e7f0dd;
  padding-block: 80px;
  border-bottom: 9px solid #87b657;
}
@media screen and (max-width: 767px) {
  .top-ever {
    padding-block: 20px;
    border-bottom: 4px solid #87b657;
  }
}

.top-ever__plan {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-ever__plan {
    margin-top: 20px;
  }
}

.top-ever__plan2 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top-ever__plan2 {
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
top-access
----------------------------------------------------------- */
.top-access {
  background: url(../../images/access-bg.webp) repeat-y;
  background-size: 100%;
  padding-block: 80px;
}
@media screen and (max-width: 767px) {
  .top-access {
    background: url(../../images/access-bg_sp.webp) repeat-y;
    background-size: 100%;
    padding-block: 20px 80px;
  }
}

.top-access__map {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-access__map {
    margin-top: 20px;
  }
}

.top-access__map iframe {
  width: 100%;
  height: 425px;
}
@media screen and (max-width: 767px) {
  .top-access__map iframe {
    height: 300px;
  }
}

.top-access__1 {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .top-access__1 {
    padding-inline: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__1 {
    margin-top: 20px;
  }
}

.top-access__2 {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto 145px;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-access__2 {
    margin-top: 20px;
  }
}

.top-access__2-text {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  text-align: left;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-access__2-text {
    font-size: 11px;
  }
}

.top-access__3 {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .top-access__3 {
    padding-inline: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-access__3 {
    margin-top: 20px;
  }
}

.top-access__4 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top-access__4 {
    margin-top: 25px;
  }
}

.top-access__4-btn {
  text-align: center;
}

.top-access__4-btn img {
  width: 260px;
}
@media screen and (max-width: 767px) {
  .top-access__4-btn img {
    width: 120px;
  }
}

.top-access__4-text {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-access__4-text {
    font-size: 10px;
  }
}

.top-access__top-btn {
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-access__top-btn {
    margin-top: 50px;
  }
}

.top-access__top-btn a {
  display: inline-block;
  width: 190px;
  background-color: #3a7248;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1;
  letter-spacing: 0;
  padding-block: 10px;
}
@media screen and (max-width: 767px) {
  .top-access__top-btn a {
    width: 90px;
    font-size: 11px;
  }
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 contact
----------------------------------------------------------- */
.contact-body {
  background-color: #f9d7e3;
}

.contact {
  background-color: #f9d7e3;
  padding-block: 80px;
}

.contact__title {
  font-size: 35px;
  font-weight: 700;
  color: #333333;
  text-align: center;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .contact__title {
    font-size: 20px;
  }
}

.contact__title span {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .contact__title span {
    font-size: 14px;
    margin-left: 0;
  }
}

.p-contact {
  margin-bottom: -88px;
}

.p-contact-info {
  position: relative;
  z-index: 1;
}

.p-contact-info__title {
  color: #1e5199;
  font-size: 2rem;
  font-weight: bold;
}

.p-contact-info__text {
  margin-top: 7px;
  line-height: 2;
}

.p-contact-info__button {
  margin-top: 43px;
}

.p-contact-form__text {
  color: #1e5199;
  font-size: 2rem;
  font-weight: bold;
}

.contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-item dt {
  width: 30%;
  font-size: 2rem;
  font-weight: 400;
  display: grid;
  grid-template-columns: auto auto;
  gap: 5px;
  align-items: center;
  justify-content: start;
}

.contact-item dd {
  width: 70%;
  font-size: 2rem;
}

.hissu {
  display: inline-block;
  font-size: 1.4rem;
  background-color: #727171;
  color: #fff;
  padding: 6px 6px;
}
@media screen and (max-width: 767px) {
  .hissu {
    font-size: 12px;
  }
}

.nini {
  display: inline-block;
  font-size: 1.4rem;
  border: 1px solid #231815;
  background-color: #fff;
  color: #231815;
  padding: 6px 6px;
}
@media screen and (max-width: 767px) {
  .nini {
    font-size: 12px;
  }
}

.contact-item dd input[type=text],
.contact-item dd input[type=email],
.contact-item dd input[type=tel],
.contact-item dd input[type=textarea],
textarea {
  background-color: #fff;
  width: calc(100% - 20px);
  padding: 10px 10px;
  border: 1px solid #231815;
}

.contact-item dd input:checked + label::after {
  opacity: 1;
}

.contact-item dd label {
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  margin-right: 17px;
}

.contact-item dd label::before,
.contact-item dd label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.contact-item dd label::before {
  background-color: rgba(81, 83, 91, 0.1);
  border: 1px solid #51535b;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  left: 5px;
}

.contact-item dd label::after {
  background-color: #51535b;
  border-radius: 50%;
  opacity: 0;
  width: 8px;
  height: 8px;
  left: 14px;
}

.contact-item dd select {
  width: 226px;
  height: 52px;
  color: #fff;
  background-color: #727171;
  padding-left: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 15px 22px;
  outline: none;
  position: relative;
  cursor: pointer;
}

.contact-item dd .select {
  position: relative;
  width: 226px;
}

.contact-item dd .select::after {
  position: absolute;
  top: 22px;
  right: 15px;
  content: "";
  border: 9px solid transparent;
  border-top: 10px solid #fff;
  display: inline-block;
  z-index: 2;
}

.contact-item .radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.contact-item + .contact-item {
  margin-top: 30px;
}

.contact-item:first-child {
  margin-top: 80px;
}

.contact-doui {
  margin-top: 30px;
}

.contact-doui__text {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
}

.contact-doui__check {
  text-align: center;
  margin-top: 30px;
}

.contact-doui__check input[type=checkbox] {
  transform: scale(1.5);
}

.contact-doui__check label {
  font-size: 2rem;
}

.p-contact-form__button {
  margin-top: 40px;
  text-align: center;
}

.c-button {
  display: inline-block;
  background-color: #3a7248;
  color: #fff;
  font-size: 20px;
  padding: 30px;
  border: none;
}

.contact__thanks-btn {
  margin-top: 30px;
  text-align: center;
}

.contact__thanks-text {
  margin-top: 80px;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .contact__thanks-text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .p-contact-info__title {
    font-size: 1.7rem;
  }
  .p-contact-info__button {
    margin-top: 20px;
  }
  .p-contact-form__text {
    font-size: 1.3rem;
    line-height: 2;
  }
  .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-item dt {
    font-size: 1.3rem;
    width: 100%;
  }
  .contact-item dd input[type=text],
  .contact-item dd input[type=email],
  .contact-item dd input[type=tel],
  .contact-item dd input[type=textarea],
  textarea {
    padding: 20px 10px;
  }
  .contact-item dd label {
    padding-left: 23px;
    margin-right: 10px;
  }
  .contact-item dd label::before {
    width: 18px;
    height: 18px;
    left: 0;
  }
  .contact-item dd label::after {
    left: 5px;
  }
  .contact-item dd select {
    height: 50px;
  }
  .contact-item dd .select::before {
    top: 15px;
  }
  .contact-item dd .select::after {
    bottom: 15px;
  }
  .contact-item dd {
    font-size: 1.3rem;
    width: 100%;
    margin-top: 5px;
  }
  .contact-item + .contact-item {
    margin-top: 25px;
  }
  .contact-item:first-child {
    margin-top: 40px;
  }
  .contact-item--recruit:nth-child(2) {
    margin-top: 25px;
  }
  .p-contact-form__button {
    margin-top: 50px;
  }
}/*# sourceMappingURL=styles.css.map */