@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* common rule
**********************************************************/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
  margin: 0;
  color: #403936;
  line-height: 1.45;
  font-size: 1.9rem;
  overflow-x: hidden;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  width: 100%;
  outline: none;
  border-style: none;
}

a {
  color: #2660a1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-underline-offset: 5px;
  text-decoration: underline;
}

a:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: underline;
}

a[href^="tel:"] {
  text-decoration: underline;
}

@media screen and (min-width:767px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

aside {
  background-color: #fff;
  padding-bottom: 60px;
}

.flex {
  display: flex;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media screen and (max-width:767px) {
  .pc_none {
    display: inline-block;
  }

  .sp_none {
    display: none;
  }
}

/* コンテンツ*/
.basewidth {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec {
  padding-top: 68px;
  padding-bottom: 68px;
  text-align: center;
}

/* ボタン */

.btn {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn-red {
  background-color: #D83E3E;
}


/* cnt_contact *******************/

.cnt_contact {
  margin: 0 auto 70px;
  padding: 40px 52px 40px 66px;
  max-width: 1040px;
  width: 100%;
  background-color: #fff;
  border: 5px solid #FCE8EA;
  text-align: left;
  font-style: normal;
}

.cnt_contact .h4title {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.cnt_contact .h4title::before {
  content: "";
  width: 7px;
  height: 32px;
  border-radius: 1px;
  background-color: #F7ACCA;
  position: absolute;
  top: -2px;
  left: -18px;
}

.cnt_contact .h5title {
  margin-bottom: 10px;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

.cnt_contact .tel {
  margin-left: -0.1rem;
  margin-bottom: 10px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.cnt_contact .tel a {
  color: #403936;
}

.cnt_contact .tel+p {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

.cnt_contact p {
  font-size: 1.８rem;
  line-height: 1;
}

/* cnt_nav *******************/

.cnt_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cnt_nav ul:first-of-type {
  margin-bottom: 20px;
}

.cnt_nav li.borderRight {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #2660a1;
}

/* footer *******************/

footer {
  padding-top: 60px;
  padding-bottom: 70px;
  position: relative;
}

footer::before {
  content: "";
  background-image: url(../images/footer_top_deco.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
}

footer .h2title {
  margin-bottom: 20px;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1;
}

footer a {
  color: #403936;
  transition: none;
}

footer a.LinkTxt {
  text-decoration: underline;
}

footer a:hover {
  color: #2660a1;
  transition: none;
}

footer p {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1;
}

footer p:first-of-type,
footer p:last-of-type {
  padding-left: 0;
}

footer .flex p:last-child {
  padding-left: 10px;
}

footer small {
  margin-top: 30px;
  font-size: 1.8rem;
  text-indent: -1.8rem;
  margin-left: 1.8rem;
  display: block;
}

@media screen and (max-width:767px) {

  body {
    line-height: 1.45;
    font-size: 1.9rem;
  }

  .flex {
    display: flex;
  }

  /* コンテンツ*/
  .basewidth {
    max-width: calc(100% - 5vw);
    margin: 0 auto 12.5vw;
    padding: 0 2.5vw;
  }

  .sec {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  /* cnt_contact *******************/

  .cnt_contact {
    margin-bottom: 10vw;
    padding: 5vw 5.5vw 5vw 7.5vw;
    width: 100%;
    border: 5px solid #FCE8EA;
    text-align: left;
    font-style: normal;
  }

  .cnt_contact .h4title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }

  .cnt_contact .h4title::before {
    height: 2.4rem;
    top: 0;
  }

  .cnt_contact .h5title {
    margin-bottom: 2.5vw;
    font-size: 2rem;
    line-height: 1.5;
  }

  .cnt_contact .tel {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .cnt_contact .tel a {
    color: #403936;
  }

  .cnt_contact .tel+p {
    margin-bottom: 5vw;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .cnt_contact p {
    font-size: 1.8rem;
    line-height: 1;
  }

  /* cnt_nav *******************/

  .cnt_nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

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

  .cnt_nav ul:first-of-type {
    margin-bottom: 0;
  }

  .cnt_nav ul li {
    padding: 0;
    margin-bottom: 5vw;
  }

  .cnt_nav li.borderRight {
    border-right: none;
  }

  /* footer *******************/

  footer {
    padding-top: 10vw;
    padding-bottom: 10vw;
    position: relative;
  }

  footer::before {
    height: 3px;
  }

  footer .h2title {
    margin-bottom: 10vw;
    font-size: 2.4rem;
  }

  footer .flex {
    flex-direction: column;
  }

  footer p {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1vw;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  footer p:first-of-type,
  footer p:last-of-type {
    padding-left: 0;
  }

  footer .flex p:last-child {
    padding-left: 0;
  }

  footer small {
    margin-top: 5vw;
    font-size: 1.4rem;
    text-indent: -1.4rem;
    margin-left: 1.4rem;
    display: block;
  }

  .none {
    display: none;
  }
}

/*****: お問合せフォーム　******/

#inquiry_form .sec_title {
  font-size: 3rem;
}

#inquiry_form .contents {
  box-sizing: border-box;
  margin: 2rem auto;
  padding: 3rem;
  max-width: 720px;
  width: 100%;
}

#inquiry_form .form-title {
  color: #424242;
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 3.2rem;
  text-align: center;
  word-break: break-word;
}

#inquiry_form .form-description {
  font-size: 1.5rem;
  color: #424242;
  margin-bottom: 1rem;
  text-align: left;
  word-break: break-word;
}

#inquiry_form hr {
  border-top-color: #cfcfcf;
  margin: 1.5rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

#inquiry_form small {
  display: block;
  font-size: 1.4rem;
}

#inquiry_form .question-title {
  margin-bottom: 1.1rem;
  color: #424242;
  font-size: 1.7rem;
  font-weight: bold;
  word-break: break-word;
  text-align: left;
}

#inquiry_form .form_list {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}

#inquiry_form .form_list .inline {
  display: flex;
  align-items: center;
}

#inquiry_form .form_list .inline p {
  margin-left: 0.5rem;
  margin-right: 1.5rem;
}

#inquiry_form .text {
  margin-bottom: 80px;
  text-align: center;
}

input {
  box-sizing: border-box;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", sans-serif;
}

input[type="radio"],
input[type="checkbox"] {
  margin-right: 1rem;
}

#inquiry_form .flex>label:first-of-type {
  margin-right: 1rem;
}

input[type="text"] {
  padding: 10px 15px;
  font-size: 1.6rem;
  border-radius: 0.5rem;
  border: 1px solid #ddd;

}

input[type="submit"] {
  width: 100%;
  padding: 1.5rem;
  font-size: 1.8rem;
  color: #fff;
  background-color: #d81b60;
  border: none;
  border-radius: 0.5rem;
  transition: all .3s;
}

input[type="submit"]:hover {
  background-color: #ad164d;
  transition: all .3s;
}

#inquiry_form .form-control {
  padding: 10px 15px;
  font-size: 1.6rem;
  background-color: #fffae6;
  border: 1px solid #fdd835;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0 #fdd835;
  color: #616161;
  display: block;
  text-align: left;
}

#inquiry_form .form-control-mr1rem {
  margin-right: 1rem;
}

#inquiry_form .form_list_name input:first-of-type {
  margin-right: 10px;
}

#inquiry_form .form_list_checkboxBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#inquiry_form .form_list_checkboxBlock .form-control {
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  font-feature-settings: "palt";
}

#inquiry_form .attention {
  margin-bottom: 3rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #inquiry_form .form-control-mr1rem {
    margin-right: 1rem;
    margin-bottom: 1rem;
  }

  input[name="field_4737722_sei"] {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  input[name="field_4737723_y"] {
    margin-bottom: 1rem;
  }

  select[name="field_4737723_m"] {
    margin-bottom: 1rem;
  }

}

#inquiry_form .radio_btn {
  width: 25rem;
}

#inquiry_form textarea {
  margin-bottom: 3rem;
  width: 550px;
}

#inquiry_form .consent_box {
  text-align: left;
  margin-bottom: 4rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0 0.1rem rgb(0 0 0 / 75%);
  padding: 2.5rem 2rem;
}

#inquiry_form .consent_box label {
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
}

#inquiry_form .consent_box a {
  font-size: 1.6rem;
}

.required-mark {
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: 0.25rem;
  font-size: 1.1rem !important;
  background: #f5f5f5;
  color: #696969;
  padding: 0.25rem 0.75rem;
  border-radius: 0.4rem;
  vertical-align: text-bottom;
  white-space: nowrap;
}

.required {
  background: #d81b60;
  color: #f5f5f5;
}

@media screen and (max-width:767px) {
  #inquiry_form {
    padding: 10vw 0;
    background-color: #ffebee;
  }

  #inquiry_form .contents {
    padding: 2rem 0;
    max-width: 100%;
  }

  #inquiry_form .form-title {
    font-size: 2.6rem;
    margin-bottom: 2.6rem;
  }

  #inquiry_form .form-description {
    font-size: 1.5rem;
    color: #424242;
    margin-bottom: 1rem;
    text-align: left;
    word-break: break-word;
  }

  #inquiry_form span {
    font-size: 1.4rem;
  }

  #inquiry_form .question-title {
    margin-bottom: 1.1rem;
    font-size: 1.5rem;
  }

  #inquiry_form .form_list {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
  }

  #inquiry_form .form_list label {
    width: 100%;
    text-align: left;
  }

  #inquiry_form .form_list:first-of-type {
    flex-direction: column;
  }

  #inquiry_form .form_list:first-of-type label:first-of-type {
    margin-bottom: 1rem;
  }

  input[type="text"] {
    width: 100%;

  }

  #inquiry_form .form_tel input:first-of-type {
    margin-left: 0;
  }

  #inquiry_form .form_tel input:last-of-type {
    margin-right: 0;
  }

  #inquiry_form textarea {

    margin-bottom: 3rem;
    width: 100%;
  }

  #inquiry_form .consent_box {
    margin-bottom: 4rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    border: none;
    box-sizing: border-box;
    box-shadow: 0 0 0.1rem rgb(0 0 0 / 75%);
    padding: 2.5rem 2rem;
  }

  #inquiry_form .consent_box label {
    display: block;
    margin-bottom: 1rem;
    width: 100%;
  }

  #inquiry_form .consent_box a {
    font-size: 1.6rem;
  }

  .required-mark {
    margin-bottom: 0;
  }
}

.acc {
  margin-top: 2rem;
  padding: 0.5rem 2rem;
  font-size: 1.4rem;
  color: #696969;
  border: 1px solid #9e9e9e;
  border-radius: 0.5rem;
  display: inline-block;
  transition: all .3s;
  cursor: pointer;
}

.acc:hover {
  color: #fff;
  background-color: #9e9e9e;
  border: 1px solid #9e9e9e;
  transition: all .3s;
}

.box {
  margin-top: 2rem;
  margin-left: 1rem;
  display: none;
}

.box h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.box p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.box ol>li {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.5;

}

.box ul>li {
  margin-left: 1.3rem;
  text-indent: -1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}