@charset "UTF-8";

/* ========
  text-color
================ */
.black {
  color: #302d2c;
}
.white {
  color: white;
}
.yellow {
  color: #ffeb3b;
}
.purple {
  color: #342c5b;
}

.indigo {
  color: #003855;
}
.light-indigo {
  color: #2c4968;
}
.blue {
  color: #067597;
}
.light-blue {
  color: #61a0be;
}
.green {
  color: #22838c;
}
.light-green {
  color: #ecf0ee;
}

.red {
  color: #b1456a;
}
.light-gray {
  color: #f5f5f5;
}
.dark-gray {
  color: #5d5d5d;
}

/* ========
  background-color
================ */
.bg-black {
  background-color: #302d2c;
}
.bg-white {
  background-color: white;
}
.bg-purple {
  background-color: #342c5b;
}
.bg-light-purple {
  background-color: #716889;
}
.bg-blue {
  background-color: #23256c;
}
.bg-light-grey {
  background-color: #efefef;
}
.bg-light-blue {
  background-color: #dbe8ed;
}
.bg-bluegreen {
  background: #3b536b;
}
.bg-cream {
  background: #f9f4dc;
}
.bg-faqtitle {
  background: #146383;
}
.bg-red {
  background: #9b0e3e;
}

.bg-indigo {
  background-color: #003855;
}
.bg-light-indigo {
  background-color: #2c4968;
}
.bg-green {
  background-color: #22838c;
}
.bg-light-green {
  background-color: #ecf0ee;
}
.bg-light-green2 {
  background-color: #afc6ba;
}

.bg-cream {
  background-color: #fff9e2;
}
.bg-gold {
  background: rgb(165, 133, 64);
  background: linear-gradient(90deg, rgba(165, 133, 64, 1) 0%, rgba(234, 203, 143, 1) 100%);
}

.bg-light-gray {
  background-color: #f5f5f5;
}
.bg-dark-gray {
  background-color: #5d5d5d;
}
.bg-gray {
  background-color: #d5d5d5;
}

/* ========
  smp-font-szie
================ */
.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-35 {
  font-size: 35px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-50 {
  font-size: 50px !important;
}

/* ========
  padding-margin
================ */
.w-1280 {
  max-width: 98%;
}
.w-1000 {
  max-width: 90%;
}
.w-720 {
  max-width: 90%;
}
.w-580 {
  max-width: 90%;
}
.my-100 {
  margin: 100px 0;
}
.py-100 {
  padding: 100px 0;
}
.pb-100 {
  padding-bottom: 100px;
}
.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.mt-70 {
  margin-top: 70px;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}

/* ========
  共通設定
================ */

a {
  text-decoration: none;
  transition: 0.5s all;
}
a:hover {
  opacity: 0.7;
}
li {
  list-style: none;
}
.ls-2 {
  letter-spacing: 0.2rem;
}
.object-fit {
  object-fit: cover;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-overflow-multiple {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: initial;
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 0.5rem;
  color: white;
}
.breadcrumb li:last-child:after {
  content: "";
}
#underlayer-ec {
  background-image: url(/assets/images/contact/main-pc.jpg);
  background-position: center;
  background-size: cover;
}

/* ========
  font
================ */
body {
  font-family: 游ゴシック, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-size: 14px;
  color: #302d2c;
}
.mincho {
  font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.kiwi {
  font-family: "Kiwi Maru", serif;
}
.gyosho {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
}

/* ========
  link
================ */
.link {
  position: relative;
}
.link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

/* ========
  btn
================ */
.btn-on-green:hover {
  background: #887e90 !important;
  color: white;
}
.btn-on-white:hover {
  background: white !important;
  color: #292d4e;
}

/* ========
  header
================ */
html,
body {
  scroll-padding-top: 70px;
}
header {
  background-color: white;
  color: #292d4e;
  /*height: 65px;*/
}
/*header .h-logo {
  line-height: 65px;  
}*/
header .h-logo img {
  max-width: 250px;
}
header .material-symbols-outlined {
  vertical-align: middle;
}
header .top-btn {
  min-height: 65px;
}
header .top-btn .d-grid {
  place-items: center;
}

/* ========
  footer
================ */
.footer-nav {
  line-height: 1.6rem;
}
.line-qr img {
  max-width: 100px;
}
#cv .sokuryou-illust {
  width: 24%;
  left: 6%;
  top: 15%;
}

/* Tablet */
@media screen and (min-width: 465px) and (max-width: 768px) {
  #cv .sokuryou-illust {
    width: 19%;
    left: 6%;
    top: 15%;
  }
}

@media screen and (min-width: 769px) {
  /* ========
    font-szie
  ================ */
  .fs-md-12 {
    font-size: 12px !important;
  }
  .fs-md-14 {
    font-size: 14px !important;
  }
  .fs-md-16 {
    font-size: 16px !important;
  }
  .fs-md-18 {
    font-size: 18px !important;
  }
  .fs-md-20 {
    font-size: 20px !important;
  }
  .fs-md-22 {
    font-size: 22px !important;
  }
  .fs-md-24 {
    font-size: 24px !important;
  }
  .fs-md-30 {
    font-size: 30px !important;
  }
  .fs-md-35 {
    font-size: 35px !important;
  }
  .fs-md-40 {
    font-size: 40px !important;
  }
  .fs-md-45 {
    font-size: 45px !important;
  }
  .fs-md-50 {
    font-size: 50px !important;
  }
  .fs-md-55 {
    font-size: 55px !important;
  }
  .fs-md-70 {
    font-size: 70px !important;
  }
  .fs-md-100 {
    font-size: 100px !important;
  }

  /* ========
    padding-margin
  ================ */
  .w-1280 {
    max-width: 1280px;
  }
  .w-1000 {
    max-width: 1000px;
  }
  .w-720 {
    max-width: 720px;
  }
  .w-590 {
    max-width: 590px;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .my-md-70 {
    margin: 70px 0 !important;
  }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }

  body {
    font-size: 16px;
  }

  /* ========
  header
  ================ */
  header {
    background-color: white;
    /*color: white;*/
    height: auto;
  }
  header .h-logo img {
    max-width: 300px;
  }

  #cv .sokuryou-illust {
    width: 20vh;
    top: auto;
    bottom: 0;
    left: 10%;
  }
}

/* ▼元サイト▼ */

header .description {
  font-size: 14px;
  margin: 0;
  max-width: 100%;
  color: #cd515f;
  text-align: right;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 1rem;
  line-height: 1;
}
header .description .senmonkikan {
  font-size: 12px;
  color: #333;
}
.explanation p {
  max-width: 400px;
  padding: 1rem;
}

.align-center {
  align-items: center;
  -webkit-align-items: center;
}

.flex-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

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

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

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

.center {
  justify-content: center;
  -webkit-justify-content: center;
}

.wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

/*///////// header /*/
.reasonable {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reasonable img {
  max-width: 50px;
}
#attention {
  color: green;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}

.middle p {
  font-size: 2rem;
  line-height: 1.2;
}

header #address p:nth-child(2) a {
  color: #d64949;
  font-size: 3rem;
  font-weight: bold;
  margin: 1rem 0 0;
  display: inline-block;
}

.g-map {
  background-color: #146383;
  display: inline-block;
  padding: 0.5rem;
  border-radius: 50px;
  color: #fff;
  vertical-align: bottom;
  margin: 0.5rem 0 0 0.5rem;
}

#gnav {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
}

#gnav ul li {
  white-space: nowrap;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

#gnav ul li a {
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(237, 237, 237, 1) 51%, rgba(255, 255, 255, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

#nav1 a {
  border-top: 5px solid #c3003a;
}

#nav2 a {
  border-top: 5px solid #3a546b;
  padding: 5px 0 !important;
}

#nav3 a {
  border-top: 5px solid #d5a02e;
}

#nav4 a {
  border-top: 5px solid #918d43;
}
#nav5 a {
  border-top: 5px solid #ddd;
}
.senmonkikan {
  text-align: right;
}

footer {
  background-color: #efefef;
  padding: 2rem 0;
}

footer .left {
  flex-basis: 70%;
  flex-grow: 1;
  flex-shrink: 0;
}

.headline {
  font-size: 2.5rem;
  text-align: center;
  background-color: #342c5d;
  color: #fff;
  margin: 0 auto 3rem;
  font-family: "Sawarabi Mincho";
  box-sizing: border-box;
  position: relative;
}

.headline p {
  padding: 2rem 0;
  line-height: 1.2;
}

.headline:after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 49%;
  margin-left: -16px;
  border: 30px solid transparent;
  border-top: 30px solid #342c5d;
  z-index: 1;
}

/* pagetop */

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#page-top a {
  width: 50px;
  padding: 30px 0;
  text-align: center;
  display: block;
}

#page-top a:hover {
  opacity: 1;
}

.standout　 {
  color: orange;
}

/* 見出し */

.main_heading {
  position: relative;
  padding: 10px 0;
  font-size: 20px;
  color: #fff;
  background: #325a8c;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  max-width: 1000px;
  margin: 1rem auto;
  line-height: 2;
  text-align: center;
}

.main_heading::before,
.main_heading::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top: 5px solid #1a3654;
}
.main_heading::before {
  right: 0;
  border-left: 5px solid #1a3654;
}
.main_heading::after {
  left: 0;
  border-right: 5px solid #1a3654;
}
.main_heading_br {
  display: none;
  height: 0;
}

.im_Message {
  text-align: center;
  margin: 0;
  /*background: rgb(255 255 255 / 65%);*/
  padding: 2.5rem;
  border: solid #3b546b 5px;
  max-width: 1000px;
  margin: 0 auto 3rem;
}
.im_Message h1 > span {
  font-weight: bold;
  letter-spacing: 0.2rem;
  padding: 0.5rem;
  display: block;
  margin: 1rem 0;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

.im_Message h1 {
  padding: 2.5rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.im_Message .ribbon1 {
  margin: 1rem auto;
  height: auto;
}
.im_Message .ribbon1:after {
  border-color: transparent #e0e2f3 transparent transparent;
  border-color: transparent white transparent transparent;
  border-width: 25px 15px 25px 0px;
}
.im_Message .ribbon1::before {
  border-color: transparent transparent transparent #e0e2f3;
  border-color: transparent transparent transparent white;
  border-width: 25px 0px 25px 15px;
}

.im_Message .suiran {
  color: #e40154;
}
.im_Message .kenso {
  color: #0e9123;
}
.im_Message .kaminan {
  color: #006fb6;
}
.im_Message .tana {
  color: #c3003a;
}
.fa-check:before {
  color: #c3003a;
}
.kenso_course {
  background: #d5a02f;
  padding: 2rem;
}
.kenso_course > .ribbon1 {
  background: #fff;
  color: #ec6330;
  margin: 1rem auto;
}
.kenso_course .muryoutaiken {
  text-align: left;
  margin: 2rem auto;
  line-height: 1.6;
}
.kenso_course > .ribbon1:after {
  border-color: transparent #d5a02f transparent transparent !important;
}
.kenso_course > .ribbon1:before {
  border-color: transparent transparent transparent #d5a02f !important;
}

.pc_none {
  display: none;
}
.sp_none {
  display: inline-block;
}

.btn-gradient-simple {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(45deg, #709dff 0%, #b0c9ff 100%);
  background-image: linear-gradient(45deg, #b71c54 0%, #e13d7a 100%);

  transition: 0.4s;
  text-align: center;
  display: block;
  margin: auto;
  width: 28rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 1rem auto;
  font-weight: bold;
}

/*.btn-gradient-simple::before {
  content: "\f0a1";
  font-weight: 400;
  font-family: "Font Awesome 6 Free";
}*/

.class::before {
  display: none;
  font-family: "Font Awesome 5 Solid";
  content: "\f007";
}

.btn-gradient-simple:hover {
  opacity: 0.8;
}
.btn-gradient-simple span {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .im_Message .ribbon1 {
    margin: 1rem auto;
    height: auto;
    padding: 10px;
  }
  .explanation,
  .explanation p {
    margin: auto;
    padding: 0;
  }
  header h1 {
    max-width: 300px;
    margin: 0 auto;
  }
  header .description {
    text-align: center;
  }
  header #address {
    margin: auto;
    text-align: center;
  }

  header #address p:nth-child(2),
  header #address p:nth-child(3) {
    text-align: center;
  }

  header .flex {
    flex-wrap: wrap;
  }
  .reasonable {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
  }

  img {
    width: 100%;
    max-width: 100%;
  }
  #gnav ul li {
    flex-basis: 50%;
    margin: 0;
    border: none;
    box-shadow: none;
  }
  #gnav ul li a {
    width: 100%;
  }
  #nav1,
  #nav3 {
    border-right: 1px solid #ddd !important;
    box-sizing: border-box;
  }

  #address p:nth-child(2) {
    font-size: 0.5rem;
    margin-bottom: 1rem;
  }
  #price img {
    margin-bottom: 1rem;
  }

  .headline:before {
    left: 45%;
  }

  .headline:after {
    left: 45%;
  }
  .main_heading {
    font-size: 16px;
    width: 100%;
  }
  .main_heading_br {
    display: block;
  }
  .im_Message {
    font-size: 1.5rem;
    text-align: left;
    padding: 1rem;
    width: 95%;
  }
  .im_Message span {
    letter-spacing: 0.1rem;
    font-size: 1.6rem;
  }
  .kenso_course .muryoutaiken {
    text-align: left;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .senmonkikan {
    text-align: center;
  }
}

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