@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.com-ib {
  display: inline-block;
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.com-anchor {
  scroll-margin-top: 120px; /* ヘッダーの高さ分 */
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 28px;
  }
}
.com-txt .border {
  padding-bottom: 5px;
  border-bottom: 1px solid #cdecf3;
}

.marker {
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(113, 186, 47, 0.3);
  border-radius: 5.5px;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
  content: "";
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 130px 0;
  }
}

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center rgba(1, 81, 143, 0.1);
  background-size: clamp(48px, 65%, 209px);
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: rgba(205, 236, 243, 0.5);
}

.com-border {
  position: relative;
}
.com-border::before {
  content: "";
  display: block;
  width: 84.375%;
  height: 3px;
  margin: auto;
  background: #cdecf3;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.com-img {
  padding-left: 40px;
  text-align: center;
  position: relative;
}
.com-img::before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 100%;
  border: 3px solid #cdecf3;
  position: absolute;
  top: 40px;
  left: 0;
  pointer-events: none;
}
.com-img-num {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .com-img-num {
    font-size: 4rem;
  }
}
.com-img-num {
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 30px;
  bottom: -5px;
}

.com-bg01 {
  background: url(../img/top/return-lt.png) no-repeat 47px 35px, url(../img/top/return-rb.png) no-repeat calc(50% + 600px) 968px #fff;
}
@media screen and (min-width: 768px) {
  .com-bg01-top {
    background-position-y: 35px, 310px;
  }
}
.com-bg02 {
  margin: -166px auto 0;
  background: url(../img/top/plan-bg.jpg) no-repeat center top/cover;
}
.com-bg03 {
  background: url(../img/top/reason-left.png) no-repeat left 202px #fff;
}
.com-bg04 {
  background: url(../img/guide/about-bg.jpg) no-repeat center/cover;
}
.com-bg05 {
  background: url(../img/guide/merit-lt.png) no-repeat 43px 281px, url(../img/guide/merit-rt.png) no-repeat calc(50% + 549px) 411px, url(../img/guide/merit-rb.png) no-repeat calc(50% + 600px) calc(100% - 240px);
}

.com-tel {
  padding-left: 39px;
  background: url(../img/top/info-tel.png) no-repeat left bottom;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.6rem;
  letter-spacing: 0.01em;
  color: #01518f;
  line-height: 1;
}

.news-post {
  width: 100%;
  max-width: 830px;
}
.news-post-item:nth-of-type(n+2) {
  margin-top: 30px;
}
.news-post-link {
  display: flex;
  align-items: center;
}
.news-post-time {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  flex-shrink: 0;
}
.news-post-con {
  margin-left: 25px;
  padding-left: 30px;
  padding-bottom: 20px;
  border-left: 2px solid #cdecf3;
}
.news-post-tag {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.3;
}
.news-post-tag-txt {
  margin: 0 10px 10px 0;
  padding: 4px;
  background: #cdecf3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  color: #01518f;
  line-height: 1.2;
}
.news-post-ttl {
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.06em;
  line-height: 1.75;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  max-width: 1080px;
  margin: 100px auto 0;
  padding: 80px 0;
  background: #f3e9dd;
  border-radius: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-tag-item {
    max-width: 420px;
  }
  .com-tag-item:nth-of-type(2n) {
    margin-left: 60px;
  }
  .com-tag-item:nth-of-type(n+3) {
    margin-top: 60px;
  }
}
.com-tag-btn {
  display: block;
  height: 80px;
  background: url(../img/guide/arw.png) no-repeat calc(100% - 48px) center #d49b64;
  text-align: center;
  border-radius: 999px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-tag-btn {
    font-size: 1.5rem;
  }
}
.com-tag-btn {
  line-height: 80px;
  letter-spacing: 0.05em;
  color: #fff;
}

/* =========================================

  main layout  all

========================================= */
/* top-return  PC
------------------------------------ */
#top-return .return-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-return .return-img01 {
    position: absolute;
    top: 270px;
    right: -180px;
  }
  #top-return .return-img02 {
    position: absolute;
    left: -120px;
    top: -53px;
  }
  #top-return .return-img-map {
    position: absolute;
    top: -177px;
    right: 28px;
  }
}
#top-return .return-images {
  margin: 139px auto 0;
  position: relative;
  text-align: center;
}
#top-return .return-txt-box {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  #top-return .return-txt-box {
    max-width: 500px;
  }
}
#top-return .return-btn {
  margin-top: 47px;
}
#top-return .return-movie {
  width: 100%;
  max-width: 1027px;
  height: 0;
  margin: 120px auto 0;
  padding-top: 56.25%;
  position: relative;
}

/* top-plan  PC
------------------------------------ */
#top-plan .plan-txt {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #top-plan .plan-txt {
    text-align: center;
  }
}
#top-plan .plan-list {
  margin: 55px auto 0;
}
@media screen and (min-width: 768px) {
  #top-plan .plan-list-item:nth-of-type(n+2) {
    margin-right: 40px;
  }
}
#top-plan .plan-list-ttl {
  margin-top: 58px;
}
#top-plan .plan-list-price {
  display: inline-block;
  padding-left: 40px;
  border-left: 2px solid #01518f;
  margin-top: 23px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #top-plan .plan-list-price {
    font-size: 1.5rem;
  }
}
#top-plan .plan-list-price {
  letter-spacing: 0;
  line-height: 1.1;
}
#top-plan .plan-list-price .md {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-plan .plan-list-price .md {
    font-size: 1.5rem;
  }
}
#top-plan .plan-list-price .sm {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-plan .plan-list-price .sm {
    font-size: 1.5rem;
  }
}
#top-plan .plan-list-price-wrap {
  text-align: right;
}
#top-plan .plan-btn {
  margin: 60px auto 0;
}

/* top-reason  PC
------------------------------------ */
#top-reason .reason-list {
  margin: 60px auto 0;
}
#top-reason .reason-list-item {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-list-item {
    max-width: 340px;
  }
  #top-reason .reason-list-item:not(:nth-of-type(2)) {
    margin-top: 140px;
  }
  #top-reason .reason-list-item:nth-of-type(n+2) {
    margin-left: 28px;
  }
}
#top-reason .reason-list-ttl {
  margin: 24px auto 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-ttl {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-ttl {
  letter-spacing: 0.05em;
  color: #01518f;
  line-height: 1.66;
}
#top-reason .reason-list-txt {
  margin: 17px auto 0;
  text-align: left;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-bg {
  background: url(../img/top/bnr-bg.jpg) no-repeat center;
}
#top-bnr .bnr-list {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
#top-bnr .bnr-list-item {
  width: 100%;
  max-width: 630px;
}
@media screen and (max-width: 1332px) {
  #top-bnr .bnr-list-item {
    max-width: 570px;
  }
}
#top-bnr .bnr-list-link {
  display: block;
  height: 200px;
  padding: 60px 80px 0;
  border-radius: 10px;
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 80px) calc(100% - 65px) #01518f;
}
@media screen and (min-width: 768px) {
  #top-bnr .bnr-list-link:hover {
    background-position-x: calc(100% - 70px);
    opacity: 1;
  }
}
#top-bnr .bnr-list-ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl {
    font-size: 1.6rem;
  }
}
#top-bnr .bnr-list-ttl {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}
#top-bnr .bnr-list-en {
  margin-top: 23px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  color: #fff;
}

/* com-contact  PC
------------------------------------ */
.com-contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../img/top/contact-bg.jpg) no-repeat center/cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
}
.com-contact .contact-box {
  max-width: 720px;
  margin: 40px auto 0;
  padding: 41px 0 60px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.com-contact .contact-box-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-box-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-box-txt {
  letter-spacing: 0.06em;
}
.com-contact .contact-box-tel {
  margin: 30px auto 0;
}
.com-contact .contact-box-btn {
  margin: 34px auto 0;
}
.com-contact .contact-box-note {
  margin: 30px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.85;
}

/* top-access  PC
------------------------------------ */
#top-access {
  background: url(../img/top/access-rt.png) no-repeat calc(100% - 102px) 97px #fff;
}
#top-access .access-info {
  margin-top: 53px;
  padding-left: 30px;
  position: relative;
}
#top-access .access-info::before {
  display: block;
  width: 2px;
  height: 166px;
  background: #01518f;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
#top-access .access-info-ttl .ja {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top-access .access-info-ttl .ja {
    font-size: 1.5rem;
  }
}
#top-access .access-info-ttl .en {
  font-size: 1.3rem;
}
#top-access .access-info-address {
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  white-space: pre-line;
}
#top-access .access-info-note {
  max-width: 470px;
  margin-top: 10px;
}
#top-access .access-info-note li {
  padding-left: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.85;
  position: relative;
}
#top-access .access-info-note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
#top-access .access-map {
  max-width: 620px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #top-access .access-img {
    position: absolute;
    top: 180px;
    right: -60px;
    pointer-events: none;
  }
}
#top-access .access-img img {
  display: block;
}
#top-access .access-img img:nth-of-type(n+2) {
  margin: 80px 0 0 204px;
}

/* top-blog  PC
------------------------------------ */
#top-blog {
  background-color: #fff;
  position: relative;
}
#top-blog::before {
  content: "";
  display: block;
  width: 84.375%;
  height: 3px;
  margin: auto;
  background: #cdecf3;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
#top-blog .blog-btn {
  margin-top: 40px;
  padding-right: 70px;
  background: url(../img/top/blog-arw.png) no-repeat calc(100% - 10px) bottom;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #01518f;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #top-blog .blog-btn:hover {
    background-position-x: calc(100% - 5px);
    opacity: 1;
  }
}

/* =========================================

  sub layout  all

========================================= */
.sub section {
  background-color: #fff;
}
.sub section.com-contact {
  background: none;
}

/* guide  PC
------------------------------------ */
#guide .about-txt {
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  #guide .about-txt {
    text-align: center;
  }
}
#guide .merit-list {
  margin: 60px auto 0;
}
#guide .merit-list-item {
  width: 100%;
  max-width: 440px;
}
#guide .merit-list-item:nth-of-type(n+3) {
  margin-top: 60px;
}
#guide .merit-list-ttl {
  margin: 55px auto 0;
  text-align: center;
}
#guide .merit-list-txt {
  margin: 30px auto 0;
}
#guide .safe-list {
  margin: 62px auto 0;
}
#guide .safe-list-item {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #guide .safe-list-item {
    max-width: 340px;
  }
  #guide .safe-list-item:not(:nth-of-type(2)) {
    margin-top: 140px;
  }
  #guide .safe-list-item:nth-of-type(n+2) {
    margin-left: 28px;
  }
}
#guide .safe-list-ttl {
  margin: 24px auto 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #guide .safe-list-ttl {
    font-size: 1.5rem;
  }
}
#guide .safe-list-ttl {
  letter-spacing: 0.05em;
  color: #01518f;
  line-height: 1.66;
}
#guide .safe-list-txt {
  margin: 17px auto 0;
  text-align: left;
}
#guide .voice-list {
  margin: 60px auto 0;
}
#guide .voice-list-item {
  padding: 40px;
  background: rgba(205, 236, 243, 0.5);
}
#guide .voice-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#guide .voice-list-txt {
  margin: 30px auto 0;
  white-space: pre-line;
}

/* plan  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #plan .plan {
    background-position-y: 620px, 771px, calc(100% - 197px);
  }
}
#plan .plan-list {
  margin: 60px auto 0;
}
#plan .plan-list-item:nth-of-type(n+2) {
  margin: 80px auto 0;
}
#plan .plan-list-flx {
  display: flex;
  margin: 50px auto 0;
  justify-content: space-between;
  align-items: flex-start;
}
#plan .plan-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #plan .plan-list-con {
    max-width: 640px;
  }
}
#plan .plan-list-txt {
  margin-top: 33px;
}
#plan .plan-list-price {
  margin-top: 21px;
  padding: 20px 40px;
  background: rgba(205, 236, 243, 0.5);
}
#plan .plan-list-price li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #plan .plan-list-price li {
    font-size: 1.5rem;
  }
}
#plan .plan-list-price li {
  letter-spacing: 0.06em;
  color: #01518f;
  line-height: 1.875;
}
#plan .plan-list-note {
  margin-top: 21px;
}
#plan .flow {
  margin: 50px auto 0;
}
#plan .flow-dl {
  margin: 30px auto 0;
}
#plan .flow-dl .item:nth-of-type(n+2) {
  margin-top: 43px;
}
#plan .flow-dl dt, #plan .flow-dl dd {
  line-height: 1.4;
}
#plan .flow-dl dt {
  padding-left: 26px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #plan .flow-dl dt {
    font-size: 1.5rem;
  }
}
#plan .flow-dl dt {
  letter-spacing: 0.06em;
  position: relative;
}
#plan .flow-dl dt::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #01518f;
  position: absolute;
  top: 4px;
  left: 0;
}
#plan .flow-dl dd {
  margin-top: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #plan .flow-dl dd {
    font-size: 1.5rem;
  }
}
#plan .flow-dl dd {
  letter-spacing: 0.06em;
}

/* flow  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #flow .flow {
    background-position-y: 35px, 310px;
  }
}
#flow .flow-list {
  margin: 60px auto 0;
}
#flow .flow-list-item {
  padding: 40px;
}
#flow .flow-list-item:nth-of-type(n+2) {
  margin: 40px auto 0;
}
#flow .flow-list-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #flow .flow-list-ttl {
    font-size: 1.5rem;
  }
}
#flow .flow-list-ttl .en {
  margin-right: 18px;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  #flow .flow-list-ttl .en {
    font-size: 1.5rem;
  }
}
#flow .flow-list-txt {
  margin: 23px auto 0;
}

/* faq  PC
------------------------------------ */
#faq .faq-list {
  margin: 60px auto 0;
}
#faq .faq-list-item:nth-of-type(n+2) {
  margin: 70px auto 0;
}
#faq .faq-list .ttl {
  margin-right: 30px;
  flex-shrink: 0;
}
#faq .faq-list-ttl {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 2px solid #cdecf3;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #faq .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#faq .faq-list-ttl {
  letter-spacing: 0;
  color: #01518f;
  line-height: 1.6;
  align-items: flex-start;
}
#faq .faq-list-ttl .sb {
  padding-top: 10px;
}
#faq .faq-list-txt {
  display: flex;
  margin-top: 20px;
  align-items: flex-start;
  white-space: pre-line;
}
#faq .faq-list-txt .sb {
  padding-top: 14px;
}

/* company  PC
------------------------------------ */
#company .greeting-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #company .greeting-img {
    position: absolute;
    top: 326px;
    right: -100px;
  }
}
#company .greeting-img img {
  display: block;
}
#company .greeting-img img:nth-of-type(1) {
  margin-right: 210px;
}
#company .greeting-img img:nth-of-type(n+2) {
  margin: -140px 0 0 auto;
}
#company .greeting-con {
  margin: 60px 0 0;
}
@media screen and (min-width: 768px) {
  #company .greeting-con {
    max-width: 500px;
  }
}
#company .greeting-txt-box {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  #company .information {
    background-position-y: 191px, 310px, calc(100% - 210px);
  }
}
#company .information-table {
  margin: 88px auto 0;
}
#company .information-map {
  margin: 50px auto 0;
}

/* contact  PC
------------------------------------ */
#contact .contact-txt {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #contact .contact-txt {
    text-align: center;
  }
}
#contact .contact-box {
  max-width: 720px;
  margin: 30px auto 0;
  padding: 40px;
  text-align: center;
}
/* blog  PC
------------------------------------ */
#news .com-news-time {
  margin-right: 20px;
  line-height: 1.5;
}/*# sourceMappingURL=all.css.map */