@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
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 {
  font-size: 0.7321vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.777vw;
  }
}

@media screen and (min-width: 1366px) {
  html {
    font-size: 62.5%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  background-color: #ffffff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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

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

.red {
  color: #f00;
}

/* -----------------------------------------------------------
 =header, glovalnavi
----------------------------------------------------------- */
/*最上部からスライドまで*/
/* -----------------------------------------------------------
 =スクロールエフェクト
----------------------------------------------------------- */
.fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 1500ms;
}

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

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

/* -----------------------------------------------------------
 =main
----------------------------------------------------------- */
/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1106px);
  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 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-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 {
    height: 36px;
    border-radius: 18px;
    font-size: 13px;
    width: 90%;
    letter-spacing: 0.05em;
  }
}

@media (hover: hover) {
  .btn:hover::before,
  .wp-element-button:hover::before {
    opacity: 1;
    right: 30px;
    transition-duration: 0.3s;
  }
}
/* -----------------------------------------------------------
 =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;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
.footer {
  background-color: #4c4948;
}
@media screen and (min-width: 767px) {
  .footer {
    padding: 7rem 7rem 7rem 4rem;
  }
}

.footer__info-wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: start;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__info-wrap {
    grid-template-columns: 1fr;
  }
}

.footer__nav-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .footer__nav-wrap {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 2rem;
  }
}

.footer__nav li {
  list-style-type: none;
  margin-bottom: 1.5rem;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__nav li {
    margin-bottom: 0;
  }
}

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

.footer__nav li a {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer__nav li a {
    font-size: 1.4rem;
    padding: 0.5rem 2rem;
    display: block;
  }
}

@media screen and (min-width: 767px) {
  .footer__follow {
    border-left: 1px solid #989898;
    height: 13rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__follow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid #989898;
  }
}

@media screen and (min-width: 767px) {
  .footer__follow-wrap {
    display: contents;
  }
}

.footer__title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer__title {
    font-size: 16px;
  }
}

.footer__text {
  margin-top: 2rem;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__text {
    font-size: 10px;
  }
}

.footer__sns {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 2.1rem 2.1rem 2.1rem;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__sns {
    margin-top: 0;
    grid-template-columns: 20px 20px 20px;
    gap: 15px;
  }
}

@media screen and (min-width: 767px) {
  .footer__contact {
    border-left: 1px solid #989898;
    height: 13rem;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer__contact {
    padding: 15px 20px;
    border-bottom: 1px solid #989898;
  }
}

.footer__btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__btn {
    gap: 10px;
  }
}

.footer__btn .btn {
  color: #4c4948;
  background: url(../images/arrow-black.svg) no-repeat right 1rem center white;
  background-size: 2rem auto;
}
@media screen and (min-width: 767px) {
  .footer__btn .btn {
    width: 20rem;
    height: 4.2rem;
    border-radius: 3rem;
    font-size: 1.3rem;
    background-size: 3rem auto;
  }
}

.footer__logo-wrap {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: auto auto;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__logo-wrap {
    margin-top: 0;
    grid-template-columns: 1fr;
    padding: 1rem 2rem 8rem;
  }
}

.footer__name {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer__name {
    font-size: 2rem;
  }
}

.footer__name-address {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__name-address {
    font-size: 1.2rem;
  }
}

.footer__copy {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 10px;
    text-align: left;
    margin-top: 10px;
  }
}

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

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

@media screen and (min-width: 767px) {
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .nav-pc {
    display: none;
  }
}

.nav-pc__lists {
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.nav-pc__lists li {
  list-style-type: none;
}

.nav-pc__lists li a {
  color: #000;
}

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

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

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

.content {
  padding: 20px;
}

.nav-wrap {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .nav-wrap {
    display: none;
  }
}
.nav-wrap .nav {
  height: 100%;
  width: 100%;
  margin: 3rem auto 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (min-width: 767px) {
  .nav-wrap .nav {
    width: 1106px;
    margin: 3rem auto 0;
  }
}
.nav-wrap li {
  display: block;
  margin: 0 0 1em 2rem;
  padding: 0.5em 0;
  line-height: 1.1;
}
@media screen and (min-width: 767px) {
  .nav-wrap li {
    margin: 0 0 1.5em;
    text-align: center;
  }
}
.nav-wrap li a {
  color: #000;
  font-size: 1.8rem;
}
@media screen and (min-width: 767px) {
  .nav-wrap li a {
    font-size: 2.4rem;
  }
}

.nav-wrap__logo {
  text-align: center;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .nav-wrap__logo {
    text-align: left;
    padding-left: 2rem;
  }
}

.nav-wrap__logo img {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .nav-wrap__logo img {
    width: 20rem;
  }
}

/*メニューボタン*/
.nav-button-wrap {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 15000;
  background: #000;
  padding: 11px 8px;
  border-radius: 0.5rem;
}
@media screen and (min-width: 767px) {
  .nav-button-wrap {
    right: 20px;
    top: 20px;
    padding: 30px 25px;
  }
}

.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: 34px;
  height: 27px;
}
@media screen and (min-width: 767px) {
  .nav-button {
    width: 49px;
    height: 38px;
  }
}

.nav-button span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .nav-button span {
    height: 5px;
  }
}
.nav-button span:nth-of-type(1) {
  top: 0;
}
.nav-button span:nth-of-type(2) {
  top: 12px;
}
@media screen and (min-width: 767px) {
  .nav-button span:nth-of-type(2) {
    top: 17px;
  }
}
.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(12px) rotate(-45deg);
}
@media screen and (min-width: 767px) {
  .nav-button.active span:nth-of-type(1) {
    transform: translateY(18px) rotate(-45deg);
  }
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
@media screen and (min-width: 767px) {
  .nav-button.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }
}

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

 file name  :top.css
 style info :トップページ読み込み用
=================================================================== */
.section-title {
  text-align: center;
}

.section-title span {
  font-size: 4rem;
  font-weight: 900;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  position: relative;
  display: inline-block;
  padding: 0 4.5rem;
}
@media screen and (max-width: 767px) {
  .section-title span {
    font-size: 2rem;
    padding: 0 3rem;
  }
}

.section-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 4.4rem;
  height: 2px;
  background-color: black;
  transform: rotate(60deg);
}
@media screen and (max-width: 767px) {
  .section-title span:before {
    width: 3rem;
  }
}

.section-title span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 4.4rem;
  height: 2px;
  background-color: black;
  transform: rotate(-60deg);
}
@media screen and (max-width: 767px) {
  .section-title span:after {
    width: 3rem;
  }
}

.section-title span:before {
  left: 0;
}

.section-title span:after {
  right: 0;
}

/* -----------------------------------------------------------
 トップ
----------------------------------------------------------- */
.btn-yoyaku {
  position: fixed;
  z-index: 5;
}
@media screen and (min-width: 767px) {
  .btn-yoyaku {
    right: 0;
    top: 28rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-yoyaku {
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.btn-yoyaku a {
  width: 6rem;
  text-align: center;
  height: 20rem;
  background-color: #c50018;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .btn-yoyaku a {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-yoyaku a {
    width: 30rem;
    height: 4rem;
    border-radius: 1rem;
  }
}

.btn-yoyaku a span {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.3076923077;
  letter-spacing: 0;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .btn-yoyaku a span {
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 767px) {
  .btn-yoyaku a span {
    font-size: 2rem;
    line-height: 1;
  }
}

/* -----------------------------------------------------------
mv-bottom
----------------------------------------------------------- */
.mv-bottom {
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .mv-bottom {
    padding-block: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .mv-bottom__inner {
    padding-inline: 2rem;
  }
}

.mv-bottom__wrap {
  display: grid;
  grid-template-columns: 19rem 66.6rem 19rem;
  gap: 8rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .mv-bottom__wrap {
    grid-template-columns: 1fr 15rem 1fr;
    justify-items: center;
    gap: 1rem;
  }
}

.mv-bottom__btn {
  background-color: #218a4f;
  font-size: 6.9rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.231884058;
  letter-spacing: 0;
  border-radius: 1.8rem;
  box-shadow: 0 0 1rem #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media screen and (min-width: 767px) {
  .mv-bottom__btn {
    height: 24.5rem;
  }
}
@media screen and (max-width: 767px) {
  .mv-bottom__btn {
    font-size: 2rem;
    border-radius: 1rem;
    padding-block: 2rem;
    width: 100%;
    box-shadow: 0 0 0.4rem #000;
  }
}

@media screen and (min-width: 767px) {
  .mv-bottom__wrap > img {
    width: 19rem;
  }
}

.mv-bottom__wrap a img {
  width: 7rem;
  margin-right: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .mv-bottom__wrap a img {
    width: 2rem;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
  }
}

/* -----------------------------------------------------------
kaiketsu
----------------------------------------------------------- */
.kaiketsu {
  padding-block: 9rem 11rem;
}
@media screen and (max-width: 767px) {
  .kaiketsu {
    padding-block: 4rem;
  }
}

.kaiketsu__title {
  font-size: 4rem;
  font-weight: 900;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .kaiketsu__title {
    font-size: 2rem;
  }
}

.kaiketsu__title span {
  display: inline-block;
  background: linear-gradient(transparent 70%, yellow 30%);
}

.kaiketsu__text1 {
  margin-top: 4rem;
  font-size: 4rem;
  font-weight: 900;
  color: #c51625;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kaiketsu__text1 {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.kaiketsu__image1 {
  margin-top: 4rem;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .kaiketsu__image1 {
    padding-right: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .kaiketsu__image1 {
    margin-top: 2rem;
    padding-inline: 2rem;
  }
}

.kaiketsu__image1 img {
  width: 107.4rem;
}

.kaiketsu__wrap {
  margin-top: 9rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .kaiketsu__wrap {
    margin-top: 3rem;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.kaiketsu__case p {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .kaiketsu__case p {
    font-size: 1.6rem;
  }
}

.kaiketsu__text2 {
  margin-top: 6rem;
  font-size: 4.9rem;
  font-weight: 900;
  color: #c51625;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kaiketsu__text2 {
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 1.3;
  }
}

.kaiketsu__text3 {
  margin-top: 2rem;
  font-size: 8.1rem;
  font-weight: 900;
  color: #c51625;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .kaiketsu__text3 {
    font-size: 3.6rem;
    line-height: 1.3;
  }
}

/* -----------------------------------------------------------
reason-head
----------------------------------------------------------- */
.reason-head__text-wrap {
  padding-block: 5rem 4rem;
}
@media screen and (max-width: 767px) {
  .reason-head__text-wrap {
    padding-block: 2rem;
  }
}

.reason-head__text {
  font-size: 4rem;
  font-weight: 900;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .reason-head__text {
    font-size: 2rem;
  }
}

/* -----------------------------------------------------------
reason
----------------------------------------------------------- */
.reason {
  padding-block: 9rem 9rem;
  background-color: #c50019;
  clip-path: polygon(50% 5%, 100% 0%, 100% 100%, 0 100%, 0 0);
}
@media screen and (max-width: 767px) {
  .reason {
    padding-block: 4rem;
    clip-path: polygon(50% 2%, 100% 0%, 100% 100%, 0 100%, 0 0);
  }
}

.reason__title {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason__title {
    margin-top: 2rem;
  }
}

.reason__title span {
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  background: linear-gradient(transparent 70%, #940d14 30%);
}
@media screen and (max-width: 767px) {
  .reason__title span {
    font-size: 2rem;
  }
}

.reason__items {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .reason__items {
    margin-top: 3rem;
    gap: 2rem;
  }
}

.reason__item {
  display: grid;
  grid-template-columns: auto 92.1rem;
  justify-content: center;
  align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .reason__item {
    grid-template-columns: auto 26.5rem;
    gap: 1rem;
  }
}

.reason__point {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .reason__point {
    font-size: 1.2rem;
  }
}

.reason__num {
  font-size: 10rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .reason__num {
    font-size: 4rem;
  }
}

.reason__fukidashi {
  aspect-ratio: 921/167;
  background: url(../../images/reason-fukidashi.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .reason__fukidashi {
    aspect-ratio: 265/113;
    background: url(../../images/reason-fukidashi_sp1.png) no-repeat;
    background-size: 100%;
  }
}

@media screen and (max-width: 767px) {
  .reason__fukidashi--s {
    aspect-ratio: 265/76;
    background: url(../../images/reason-fukidashi_sp2.png) no-repeat;
    background-size: 100%;
  }
}

.reason__fukidashi-wrap {
  margin: 3.6rem 0 0 7rem;
}
@media screen and (max-width: 767px) {
  .reason__fukidashi-wrap {
    margin: 1rem 2rem 0 3rem;
  }
}

.reason__f-title {
  font-size: 3rem;
  font-weight: 700;
  color: #c51625;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .reason__f-title {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.reason__f-text {
  font-size: 2rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .reason__f-text {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}

/* -----------------------------------------------------------
plan
----------------------------------------------------------- */
.plan {
  padding-block: 9rem 0;
}
@media screen and (max-width: 767px) {
  .plan {
    padding-block: 4rem 0;
  }
}

.plan__items {
  margin-top: 4.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 9rem;
}
@media screen and (max-width: 767px) {
  .plan__items {
    margin-top: 2rem;
    gap: 3rem;
  }
}

.plan__other {
  margin-top: 8rem;
  background-color: #2c4582;
  font-size: 4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .plan__other {
    margin-top: 4rem;
    font-size: 2rem;
  }
}

/* -----------------------------------------------------------
voice
----------------------------------------------------------- */
.voice {
  padding-block: 9rem 10rem;
  background-color: #f0f2f6;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-block: 4rem;
  }
}

.voice__copy {
  margin-top: 5rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .voice__copy {
    margin-top: 3rem;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.voice__items {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .voice__items {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}

.voice__item {
  border-radius: 1rem;
  box-shadow: 0 0 1rem #a5a5a5;
  background-color: #fff;
}

.voice__head {
  display: grid;
  grid-template-columns: 20.3rem auto;
}
@media screen and (max-width: 767px) {
  .voice__head {
    grid-template-columns: 20.3rem auto;
  }
}

.voice__car {
  border-top-left-radius: 1rem;
}

.voice__man {
  width: 9.5rem;
  margin-top: -2rem;
  margin-left: -1rem;
}
.voice__body {
  padding: 1.3rem 2rem 2rem;
}

.voice__test {
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6666666667;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .voice__test {
    font-size: 1.6rem;
  }
}

.voice__body-wrap {
  margin-top: 2rem;
  border: 1px solid #b3b3b3;
  border-radius: 0.5rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .voice__body-wrap {
    margin-top: 1rem;
    padding: 1rem;
  }
}

.voice__name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .voice__name {
    font-size: 1.3rem;
  }
}

.voice__star {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fdd000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .voice__star {
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}

/* -----------------------------------------------------------
step
----------------------------------------------------------- */
.step {
  padding-block: 4rem 10rem;
}
@media screen and (max-width: 767px) {
  .step {
    padding-block: 2rem 4rem;
  }
}

/* -----------------------------------------------------------
top-qa
----------------------------------------------------------- */
.top-qa {
  padding-block: 9rem 9rem;
}
@media screen and (max-width: 767px) {
  .top-qa {
    padding-block: 4rem;
  }
}

.top-qa__items {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .top-qa__items {
    margin-top: 2rem;
  }
}

.top-qa__item {
  margin-top: 1rem;
}

.top-qa__q {
  background-color: #2c4582;
  display: grid;
  grid-template-columns: 5rem auto;
  gap: 2rem;
  height: 10rem;
  align-items: center;
  justify-content: start;
  border-radius: 9rem;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .top-qa__q {
    grid-template-columns: 3rem auto;
    gap: 0;
    height: 5rem;
    padding-inline: 2rem;
  }
}

.top-qa__icon {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .top-qa__icon {
    font-size: 2rem;
    padding-bottom: 0;
  }
}

.top-qa__title-text {
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-qa__title-text {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}

.top-qa__a {
  display: grid;
  grid-template-columns: 5rem auto;
  gap: 2rem;
  align-items: start;
  justify-content: start;
  padding: 3.7rem 4.5rem;
}
@media screen and (max-width: 767px) {
  .top-qa__a {
    grid-template-columns: 3rem auto;
    gap: 0;
    padding: 1.5rem 1rem;
  }
}

.top-qa__a-icon {
  font-size: 4rem;
  font-weight: 700;
  color: #2c4582;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-qa__a-icon {
    font-size: 2rem;
  }
}

.top-qa__a-title-text {
  padding-top: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .top-qa__a-title-text {
    font-size: 1.4rem;
    padding-top: 0;
  }
}

/*アコーディオン*/
.js-aclink {
  cursor: pointer;
  background: url(../images/icon-plus.png) no-repeat right 3rem center;
  background-size: 26px;
  background-color: #2c4582;
}
@media screen and (max-width: 767px) {
  .js-aclink {
    background: url(../images/icon-plus.png) no-repeat right 1rem center;
    background-size: 1.5rem;
    background-color: #2c4582;
  }
}
.js-aclink.js-ac {
  background: url(../images/icon-minus.png) no-repeat right 3rem center;
  background-size: 26px;
  background-color: #2c4582;
}
@media screen and (max-width: 767px) {
  .js-aclink.js-ac {
    background: url(../images/icon-minus.png) no-repeat right 1rem center;
    background-size: 1.5rem;
    background-color: #2c4582;
  }
}

/* -----------------------------------------------------------
shop
----------------------------------------------------------- */
.shop {
  padding-block: 9rem 9rem;
}
@media screen and (max-width: 767px) {
  .shop {
    padding-block: 4rem;
  }
}

.shop__sub-title {
  margin-top: 5rem;
  background-color: #4c4948;
  font-size: 2.4rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  height: 5rem;
  border-radius: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .shop__sub-title {
    margin-top: 2rem;
    font-size: 2rem;
    height: 4rem;
  }
}

.shop__sub-title--self {
  background-color: #2c4582;
}

.shop__items {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .shop__items {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.shop__item {
  border-radius: 1rem;
  border: 3px solid #e6e6e6;
  padding: 1.3rem 2rem;
}
.shop__name {
  background-color: #999;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  height: 5rem;
  border-radius: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .shop__name {
    height: 4rem;
    font-size: 1.6rem;
  }
}

.shop__name--self {
  background-color: #95a2c0;
}

.shop__address {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 1rem;
  padding-left: 0.5rem;
}

.shop__map {
  margin-top: 1rem;
}

.shop__map iframe {
  width: 100%;
  height: 16.2rem;
}

.shop__link {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  text-align: right;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 0.5rem;
}

/* -----------------------------------------------------------
contact
----------------------------------------------------------- */
.contact {
  padding-block: 9rem 9rem;
  background-color: #f0f2f6;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-block: 4rem;
  }
}

.contact .btn {
  background: url(../images/arrow-white.svg) no-repeat right 2rem center #2c4582;
  background-size: 2rem auto;
  width: 33rem;
  height: 8rem;
  border-radius: 4rem;
  font-size: 1.9rem;
  background-size: 3rem auto;
  box-shadow: 0 0 1rem #a5a5a5;
}
@media screen and (max-width: 767px) {
  .contact .btn {
    width: 24rem;
    height: 6rem;
    border-radius: 3rem;
    font-size: 1.4rem;
  }
}

.contact__sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .contact__sub-title {
    font-size: 1.6rem;
  }
}

.contact__text1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .contact__text1 {
    font-size: 1.2rem;
  }
}

.contact__text2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .contact__text2 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 2rem;
  }
}

.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: 20%;
  font-size: 1.6rem;
  font-weight: 400;
}

.contact-item dd {
  width: 80%;
  font-size: 1.6rem;
}

.contact-item dd input[type=radio] {
  appearance: none;
}

.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 {
  border-top: 1px solid #474952;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #474952;
  background-color: #fff;
  width: calc(100% - 40px);
  padding: 30px 20px;
}

.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: 80px;
  background-color: #999;
  color: #fff;
  padding-left: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 15px 22px;
  border: none;
  outline: none;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}

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

.contact-item dd .select::before {
  position: absolute;
  top: 28px;
  right: 15px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.contact-item dd .select::after {
  position: absolute;
  bottom: 28px;
  right: 15px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}

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

.contact-item + .contact-item {
  margin-top: 5rem;
}

.contact-item:first-child {
  margin-top: 6rem;
}

.contact-item--recruit:nth-child(2) {
  margin-top: 50px;
}

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

.p-contact-form__button a {
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .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: 13px;
    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: 13px;
    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;
  }
  .contact-item .radio {
    display: block;
  }
  .contact-item .radio > div {
    margin-top: 20px;
  }
}
/* -----------------------------------------------------------
確認画面用テーブル
----------------------------------------------------------- */
.error_messe {
  color: red;
  line-height: 1.5;
}

.formTable {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 50px auto 25px;
  word-break: break-all;
  word-wrap: break-all;
}
.formTable tr {
  border-bottom: 1px solid #ccc;
}
.formTable th {
  padding: 5px;
  display: block;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .formTable th {
    display: table-cell;
    padding: 25px 5px;
    width: 15%;
  }
}
.formTable td {
  padding: 5px;
  display: block;
}
@media screen and (min-width: 767px) {
  .formTable td {
    display: table-cell;
    padding: 25px 5px;
  }
}

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

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
/* -----------------------------------------------------------
 タブ
----------------------------------------------------------- */
/*tabの形状*/
.tab {
  display: flex;
  flex-wrap: wrap;
}

.tab li {
  list-style: none;
}

.tab li a {
  display: block;
  background: #ddd;
  margin: 0 2px;
  padding: 10px 20px;
}

/*liにactiveクラスがついた時の形状*/
.tab li.active a {
  background: #fff;
}

/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  padding: 50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* -----------------------------------------------------------
 ページ2
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ3
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ4
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ5
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ6
----------------------------------------------------------- */
/* -----------------------------------------------------------
 ページ7
----------------------------------------------------------- */
/* -----------------------------------------------------------
 テーブル
----------------------------------------------------------- */
.table_a {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 0 auto 50px;
  word-break: break-all;
  word-wrap: break-all;
}
.table_a tr {
  border-bottom: 1px solid #ccc;
}
.table_a th {
  padding: 5px;
  display: block;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 767px) {
  .table_a th {
    display: table-cell;
    padding: 50px 5px;
    width: 15%;
  }
}
.table_a td {
  padding: 5px;
  display: block;
}
@media screen and (min-width: 767px) {
  .table_a td {
    display: table-cell;
    padding: 50px 5px;
  }
}

/* -----------------------------------------------------------
 ページネーション
----------------------------------------------------------- */
/*Pagenation*/
.pagenation {
  margin: 1em 0;
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  margin: 0;
  text-align: center;
}

.pagenation li {
  display: inline-block;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
  background-color: #444444;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/* -----------------------------------------------------------
 マップ
----------------------------------------------------------- */
div.map1,
div#map {
  width: 90%;
  height: 270px;
  margin: 0 auto;
}

div.small {
  font-size: 9pt;
  width: auto;
  height: auto;
}

div.small b {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  div.map1 {
    width: 920px;
    height: 360px;
    margin: 0 auto;
  }
  div#map {
    width: 920px;
    height: 600px;
    margin: 0 auto 40px;
  }
  div#entry {
    font-size: 16px;
    width: 200px;
    height: auto;
  }
  div#marker {
    font-size: 16px;
    margin: 10px auto;
  }
}
/* -----------------------------------------------------------
 問合せフォーム（contact form 7用）
----------------------------------------------------------- */
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
table.inquiry {
  margin: 30px 0;
}
table.inquiry textarea {
  font-size: inherit;
}

/*見出し欄*/
.inquiry th {
  text-align: left;
  color: #444;
  padding: 20px 10px;
  width: 40%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  padding: 20px 5px;
  vertical-align: middle;
}

/*通常欄*/
.inquiry td {
  border: solid 1px #d7d7d7;
  padding: 20px 10px;
}

.inquiry input {
  font-size: inherit;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
  font-size: 10px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 10px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
  cursor: pointer;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: red;
}

.screen-reader-response {
  text-align: center;
  margin: 30px auto;
  width: 100%;
  color: red;
}
.screen-reader-response ul {
  background: #fadbdb;
  padding: 15px 30px;
}
@media screen and (min-width: 767px) {
  .screen-reader-response {
    width: 800px;
  }
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  text-align: center;
  background: #fadbdb;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  background: #e0fee0;
  font-weight: bold;
}

.wpcf7 .sent {
  display: none;
}

@media (max-width: 500px) {
  .inquiry th,
  .inquiry td {
    display: block !important;
    width: 100% !important;
    padding: 10px 5px;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto,
  .inquiry .any {
    font-size: 10px;
  }
}/*# sourceMappingURL=styles.css.map */