@charset "UTF-8";
/* NotoSans */
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
/* M PLUS 1p */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap");

/* font */
/* font option */
/* color */
/* opacity */
/**
 * 引数のfontSizeをremに変換する関数
 * @param fontSize フォントサイズ
 */
/**
* 引数の最大画面サイズから指定されたpx数を元にvwに変換する関数
* @param maxScreenSize 最大画面サイズ
* @param px 変換するpx数
*/
/**
* 引数のpx数と親要素のparentを元に割合を返す関数
* @param parent 基準となる画面幅
* @param px 変換するpx数
*/
/**
 * レスポンシブ
 * - sm:  576px〜
 * - md:  768px〜
 * - lg: 1024px〜
 * - xl: 1200px〜
 */
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.2;
  overflow-x: hidden;
}

main {
  position: relative;
  margin: 0 auto;
  max-width: 1980px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.section_title {
  margin-top: 80px;
  font-family: "Helvetica", "Arial";
  font-size: 60px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .section_title {
    font-size: 30px;
    margin-top: 55px;
  }
}

.content_wrapper {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .content_wrapper {
    padding: 0;
  }
}

.content_area {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .content_area {
    max-width: 92%;
  }
}

.section_label {
  font-size: 36px;
  font-weight: bold;
  color: #fffefe;
  text-align: center;
  padding: 20px 0 20px;
}

@media screen and (max-width: 768px) {
  .section_label {
    font-size: 16px;
    padding: 12px 0 12px;
  }
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.center {
  text-align: center;
}

.window {
  position: relative;
}

.window::after {
  position: absolute;
  display: block;
  width: 15px;
  height: 12px;
  content: '';
  right: -4px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: relative;
  display: inline-block;
  margin-top: -0.15em;
  vertical-align: middle;
  background-image: url(../images/icn_window.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.window2 {
  position: relative;
}

.window2::after {
  position: absolute;
  display: block;
  width: 10px;
  height: 8px;
  content: '';
  right: -4px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: relative;
  display: inline-block;
  margin-top: -0.15em;
  vertical-align: middle;
  background-image: url(../images/icn_window.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.window3 {
  position: relative;
}

.window3::after {
  position: absolute;
  display: block;
  width: 15px;
  height: 12px;
  content: '';
  right: -10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: relative;
  display: inline-block;
  margin-top: -0.15em;
  vertical-align: middle;
  background-image: url(../images/icn_window3.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: #fff;
}

.pdf {
  position: relative;
}

.pdf::after {
  position: absolute;
  display: block;
  width: 15px;
  height: 18px;
  content: '';
  right: -4px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  position: relative;
  display: inline-block;
  margin-top: -0.15em;
  vertical-align: middle;
  background-image: url(../images/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .pdf::after {
    width: 10px;
    height: 14px;
  }
}

.hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
}

.hover:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.7;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.contents-wrapper {
  padding: 0 0 80px;
}

.content_area {
  max-width: 980px;
  margin: 0 auto;
  width: 92vw;
}

@media screen and (min-width: 768px) {
  .content_area {
    width: 96%;
  }
}

.contact-top {
  padding: 80px 0 60px;
}

.contact-top .h1-heading-wrapper .h1-heading {
  font-size: clamp(20px, 7vw, 40px);
}

@media screen and (min-width: 768px) {
  .contact-top .h1-heading-wrapper .h1-heading {
    font-size: 40px;
  }
}

.contact-top .h1-heading-wrapper .text {
  white-space: nowrap;
  font-size: inherit;
}

.contact-top .h1-heading-wrapper .text+.text {
  margin: 0 0 0 2vw;
}

@media screen and (min-width: 768px) {
  .contact-top .h1-heading-wrapper .text+.text {
    margin: 0 0 0 20px;
  }
}

.contact-top .lead-wrapper {
  margin: 60px auto 0;
  padding: 0 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-top .lead-wrapper .lead-text {
  font-size: clamp(.875rem, 2.8vw, 18px);
  line-height: 1.618;
}

/*追記*/
.buttonC {
  border: 2px solid #00A492;
  padding: 16px 100px;
  display: inline-block;
  min-width: 100%;
  border-radius: 10px;
  color: #00A492;
}

.buttonC,
.buttonC:active,
.buttonC:hover,
.buttonC:link,
.buttonC:visited {
  color: #00A492;
}

.buttonC:hover {
  background-color: #ddefed;
}

.buttonC::after {
  border-top: 2px solid #00A492;
  border-right: 2px solid #00A492;
}

.titleA::before,
.wysiwyg h3::before {
  background: #00A492;
}

.buttonList {
  justify-content: center;
  gap: 50px;
}

.buttonList li {
  width: 47.5%;
  margin-left: 0;
  margin-right: 0;
}

.btnStore {
  /* border: 2px solid #ab1f20; */
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #00A492;
  font-style: normal;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  font-size: 19.2px;
  font-size: 1.2rem;
  border: none;
  margin: 30px auto;
  display: inline-block;
  border-radius: 10px;
}

.btnStore.buttonC,
.btnStore.buttonC:active,
.btnStore.buttonC:hover,
.btnStore.buttonC:link,
.btnStore.buttonC:visited {
  color: #fff;
}

.btnStore:hover {
  background-color: #00c6b0;
}

.btnStore::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.contact-top .lead-wrapper {
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.contact-top .lead-wrapper .lead-text {
  font-weight: 500;
  letter-spacing: 1px;
}

.contact-top .buttonC {
  min-width: 320px;
  padding: 16px 0;
}

.buttonList.form {
  width: 100%;
}

.buttonList.form li {
  width: 30%;
}

.buttonList.form li a {
  width: 100%;
  padding: 30px 40px;
  height: 100%;
}

.buttonList.form li a {
  /* border: 2px solid #ab1f20; */
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #3F97CE;
  font-style: normal;
  font-weight: bold;
  text-decoration: none !important;
  text-align: center;
  position: relative;
  font-size: 19.2px;
  font-size: 1.2rem;
  border: none;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.buttonList.form li a,
.buttonList.form li a:active,
.buttonList.form li a:hover,
.buttonList.form li a:link,
.buttonList.form li a:visited {
  color: #fff;
}

.buttonList.form li a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.buttonList.form li a:hover {
  /* background-color: #50b9fb; */
  filter: brightness(1.15);
}

.buttonList.form li a span {
  display: inline-block;
}

.buttonList.form li a .form_btn_icon {
  width: 100px;
  margin-bottom: 20px;
}

ol+.titleA,
.wysiwyg ol+h3,
ul+.titleA,
.wysiwyg ul+h3 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .contact-top .h1-heading-wrapper .h1-heading {
    font-size: clamp(20px, 6.7vw, 40px);
  }

  .contact-top .h1-heading-wrapper .text {
    white-space: initial;
  }

  .buttonC {
    padding: 16px 15px;
    margin: 0;
  }

  .contact-top .lead-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-top .lead-wrapper .lead-text {
    margin-right: 0rem;
  }

  .contact-top .buttonC {
    min-width: min-content;
  }

  .btnStore {
    width: 100%;
    margin-top: 14px;
    margin-left: 0;
    margin-right: 0;
  }

  .buttonList li {
    width: 100%;
  }

  .buttonList.form li {
    width: 100%;
  }

  .buttonList.form li a {
    width: auto;
    flex-direction: row;
    padding-left: 5%;
    padding-right: 10%;
    align-items: center;
    font-size: 15px;
    font-size: .9375rem;
  }

  .buttonList.form li a .form_btn_icon {
    width: 20%;
    margin-bottom: 0;
  }

  .buttonList.form li a .form_btn_text {
    width: 70%;
    text-align: left;
    margin-left: 5%;
  }
  .contact-top .lead-wrapper .lead-text br {
    display: none;
  }
}

.h1-heading-wrapper .text {
  padding-left: .5em;
  border-left: 5px solid #00A492;
  ;
}

@media screen and (min-width:769px) {
  .contact-top .lead-wrapper .lead-text span{
    display: inline-block;
  }

  .contact-top .buttonC {
    margin: 30px 0;
  }
}