@charset "utf-8";
/* FONT */
.ttl__mv__01 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.ttl__mv__02 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.ttl__sub__style__01 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.ttl__style__01 {
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ttl__style__02 {
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 1.4;
}
.ttl__style__03 {
  font-size: 9.5rem;
  font-weight: 700;
  line-height: 1;
}
.ttl__style__04 {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.4;
}
.ttl__style__05 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.ttl__style__06 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
}
.lead__style__01 {
  font-size: 1.4rem;
  font-weight: 400
}
.lead__style__02 {
  font-size: 1.0rem;
  font-weight: 400
}
.lead__style__03 {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.6;
}
.lead__style__04 {
  font-size: clamp(30px, 6.2vw, 86px);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .ttl__style__03 {
    font-size: 3.4rem;
  }
  .lead__style__04 {
    font-size: 3.2rem;
  }
  .ttl__style__01 {
    font-size: 3.0rem;
  }
  .ttl__style__02 {
    font-size: 2.8rem;
  }
  .ttl__mv__02 {
    font-size: 2.6rem;
  }
  .ttl__sub__style__01 {
    font-size: 2.0rem;
  }
  .ttl__style__04 {
    font-size: 2.2rem;
  }
  .ttl__mv__01 {
    font-size: 2.0rem;
  }
  .ttl__style__05 {
    font-size: 1.8rem;
  }
  .ttl__style__06 {
    font-size: 1.8rem;
  }
  .lead__style__03 {
    font-size: 1.6rem;
  }
  .lead__style__01 {
    font-size: 1.3rem;
  }
}
/* contents */
.mv__wrap {
  width: 100%;
  padding: 80px 30% 120px 7%;
  background: url("../images/mv_saiyou.jpg") no-repeat right bottom;
  background-size: cover;
  display: inline-flex;
  flex-direction: column;
  grid-gap: 25px;
  align-items: baseline;
  margin-bottom: 140px;
}
.mv__items {
  display: flex;
  grid-gap: 15px;
}
.mv__blk__box {
  background: #000;
  padding: 15px 20px;
  position: relative;
  line-height: 1.2
}
.mv__blk__box::before {
  content: '';
  background: url("../images/icon_check.svg") no-repeat;
  background-size: 41px 34px;
  width: 41px;
  height: 34px;
  position: absolute;
  top: -20px;
  left: -17px;
}
.txt__wht {
  color: #fff;
}
.bg_wht {
  background: #fff;
  display: inline-block;
  line-height: 1.2;
  padding: 0 15px;
}
.bg_wht + .bg_wht {
  transform: translate(5vw, 0px);
}
.btn__org {
  padding-left: 16%;
}
.btn__org a {
  display: inline-block;
  border: 5px solid #fff;
  text-align: center;
  border-radius: 100px;
  width: 500px;
  padding: 20px;
  background:
    url("../images/arrow_wht_r.svg") no-repeat right 40px center #e88102;
  background-size: 12px auto;
  font-size: 3.0rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 5px;
  line-height: 1.6
}
.saiyou01__items {
  display: flex;
  width: 100%;
  align-items: baseline;
}
.saiyou01__item__img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  width: 52%;
  margin-right: -2%;
  position: relative;
  z-index: 1;
}
.saiyou01__item__txt {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #ffead1;
  width: 52%;
  margin-left: -2%;
  position: relative;
  line-height: 3;
  padding: 70px 3vw 70px 14vw;
}
.saiyou01__item__txt .img__text {
  position: absolute;
  top: -290px;
  left: -80px;
  z-index: 2;
}
.saiyou01__wrap {
  padding-bottom: 120px;
}
.ttl__bk__org {
  background: #e88102;
  padding: 60px 7% 50px 7%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 140px;
}
.ttl__bk__org > * {
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.ttl__bk__org .ttl__sub__style__01::before {
  content: '';
  background: url("../images/ttl_sub_three-point.svg") no-repeat;
  background-size: 263px 115px;
  width: 263px;
  height: 115px;
  position: absolute;
  top: -111px;
  left: -262px;
}
.ttl__bk__org .ttl__style__01::after {
  content: '';
  background: url("../images/decoration_ster.svg") no-repeat;
  background-size: 105px 51px;
  width: 105px;
  height: 51px;
  position: absolute;
  top: -52px;
  right: -102px;
}
.saiyou02__items {
  position: relative;
  width: 100%;
  background: url("../images/bk_dot_l.png") no-repeat left bottom 125px;
  background-size: 350px auto;
  padding-bottom: 20vw;
}
.saiyou02__item__txt {
  padding-right: 55%;
}
.saiyou02__item__img {
  position: absolute;
  top: 0px;
  right: 0;
  width: 52%;
  height: 490px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
}
.saiyou02__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.saiyou02__item__txt .ttl__style__02 {
  font-style: italic;
}
.txt__grn {
  color: #00c389
}
.txt__blue {
  color: #05c2df
}
.txt__org {
  color: #e88102
}
.saiyou02__item__txt .ttl__style__04 {
  margin: 20px 0 50px 0;
}
.saiyou02__items.reverce {
  background: url(../images/bk_dot_r.png) no-repeat right bottom 125px;
  background-size: 258px auto;
}
.saiyou02__items.reverce .saiyou02__item__img {
  right: inherit;
  left: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.saiyou02__items.reverce .saiyou02__item__txt {
  padding-right: 0;
  padding-left: 55%;
}
.saiyou02__wrap {
  padding-bottom: 120px;
}
.saiyou03__wrap .ttl__bk__org {
  margin-bottom: 0;
}
.saiyou03__wrap .ttl__bk__org .ttl__sub__style__01::before {
  background: url("../images/ttl_sub_statistics.svg") no-repeat;
  background-size: 233px 88px;
  width: 233px;
  height: 88px;
  top: -75px;
  left: -350px;
}
.bk__kousi__gara {
  background: url("../images/bk_kousi.png") repeat;
  padding: 100px 0;
}
.saiyou03__items {
  display: flex;
  grid-column-gap: 5%;
  text-align: center;
  width: 100%;
}
.saiyou03__item figure {
  margin-bottom: 20px;
}
.saiyou03__item .lead__style__01, .saiyou03__item .lead__style__02 {
  text-align: left;
}
.saiyou04__wrap, .saiyou06__wrap {
  padding: 140px 0 120px 0;
}
.saiyou04__wrap .inner > figure, .saiyou04__wrap .inner > .ttl__sub__style__01, .saiyou04__wrap .inner > .ttl__style__02, .saiyou06__wrap .inner > figure, .saiyou06__wrap .inner > .ttl__sub__style__01, .saiyou06__wrap .inner > .ttl__style__02 {
  text-align: center;
  letter-spacing: 3px;
}
.saiyou04__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 50px 4%;
  width: 100%;
  margin-top: 100px;
}
.org__line__box {
  border: 3px solid #e88102;
  border-radius: 20px;
  width: 48%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}
.org__line__box__txt {
  width: 50%;
}
.org__line__box__map {
  width: 45%;
}
.saiyou05__wrap .ttl__bk__org {
  margin-bottom: 0;
}
.saiyou05__wrap .ttl__bk__org .ttl__sub__style__01::before {
  background: url("../images/ttl_sub_select.svg") no-repeat;
  background-size: 228px 96px;
  width: 228px;
  height: 96px;
  top: -75px;
  left: -285px;
}
.saiyou05__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.saiyou05__item {
  width: 48%;
  text-align: center;
  position: relative;
}
.saiyou05__item figure {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.saiyou05__item > img {
  width: 143px;
  position: absolute;
  top: -71px;
  left: 20px;
}
.saiyou05__wrap .bk__kousi__gara {
  padding: 170px 0 140px 0;
}
.blk__line__box__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 100px;
}
.blk__line__box__item {
  border: 3px solid #000;
  border-radius: 20px;
  width: 48%;
  padding: 40px;
}
.ttl__style__06 + p {
  margin: 20px 0 30px 0;
}
.voice__items {
  display: flex;
  align-items: center;
  width: 100%;
}
.voice__item__img {
  width: 40%;
  text-align: center;
}
.voice__item__img img {
  max-height: 170px;
}
.voice__item__ttl {
  width: 60%;
}
.voice__item__ttl p {
  border-radius: 100px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 7px;
  font-size: 2.2rem;
  font-weight: 600;
}
.blk__line__box__items + figure {
  text-align: center;
  margin-top: 100px;
}
.footer__items {
  background: #ffd6a4;
  width: 100%;
  padding-top: 6vw;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.footer__item__l, .footer__item__r {
  width: 20%;
  text-align: center;
  padding: 0 1%;
}
.footer__item__c {
  width: 60%;
  text-align: center;
  padding-bottom: 6vw;
}
.icon__tel {
  background: url(../images/icon_tel.svg) no-repeat left center;
  background-size: auto 100%;
  padding-left: 95px;
  display: inline-block;
  margin-top: 15px;
}
.footer__items .coment {
  letter-spacing: 4px;
  margin-top: 2.5vw;
}
.btn__items {
  margin-top: 3vw;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.btn__items > div {
  width: 48%;
}
.btn__items > div a {
  width: 100%;
  display: inline-block;
  color: #fff;
  font-size: clamp(20px, 2.0vw, 28px);
  font-weight: 600;
  border-radius: 100px;
  padding: 10px;
  text-align: center;
}
.btn__grn02 a {
  background: #00c300
}
.btn__blue02 a {
  background: #05c2df
}
.btn__items > div a img {
  vertical-align: middle;
  margin-right: 10px;
  max-width: 8%;
}
@media screen and (max-width:768px) {
  .saiyou01__items {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .saiyou01__item__img {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 90%;
    margin-top: -30px;
  }
  .saiyou01__item__txt {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 90%;
    margin-left: 10%;
    padding: 60px 30px 60px 40px;
    line-height: 2
  }
  .saiyou01__item__txt .img__text {
    top: -47px;
    right: 46px;
    left: inherit;
  }
  .saiyou01__wrap {
    padding-bottom: 100px;
    margin-top: 100px;
  }
  .ttl__bk__org {
    padding: 40px 7% 30px 7%;
    margin-bottom: 60px;
    text-align: center
  }
  .ttl__bk__org .ttl__sub__style__01::before {
    content: '';
    background: url("../images/ttl_sub_three-point.svg") no-repeat;
    background-size: 175px 77px;
    width: 175px;
    height: 77px;
    top: -93px;
    left: calc(50% - 87px);
  }
  .ttl__bk__org .ttl__style__01::after {
    display: none;
  }
  .saiyou02__items {
    position: relative;
    width: 100%;
    background: none;
    padding-bottom: 50px;
  }
  .saiyou02__item__txt {
    background: url("../images/bk_dot_r.png") no-repeat right bottom;
    background-size: 30% auto;
    width: 100% !important;
    padding: 0 7% 30px 7% !important;
  }
  .saiyou02__item__img {
    position: inherit;
    width: 100%;
    height: inherit;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .saiyou02__item__txt .ttl__style__04 {
    margin: 10px 0 20px 0;
  }
  .saiyou02__items.reverce {
    background: none;
    display: flex;
    flex-direction: column-reverse;
  }
  .saiyou02__items.reverce .saiyou02__item__img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .saiyou02__items.reverce .saiyou02__item__txt {
    padding-left: inherit;
  }
  .saiyou02__wrap {
    padding-bottom: 100px;
  }
  .saiyou03__wrap .ttl__bk__org {
    margin-bottom: 0;
  }
  .saiyou03__wrap .ttl__bk__org .ttl__sub__style__01::before {
    background: url("../images/ttl_sub_statistics.svg") no-repeat;
    background-size: 155px 59px;
    width: 155px;
    height: 59px;
    left: calc(50% - 77px);
  }
  .bk__kousi__gara {
    padding: 40px 0;
  }
  .saiyou03__items {
    flex-wrap: wrap;
    grid-gap: 30px 4%;
  }
  .saiyou03__item figure {
    margin-bottom: 7px;
  }
  .saiyou03__item {
    width: 48%;
  }
  .saiyou04__wrap {
    padding: 60px 0 100px 0;
  }
  .subttl__icon {
    max-width: 30%;
    margin: 0 auto;
  }
  .saiyou04__items {
    grid-gap: 40px 4%;
    margin-top: 40px;
  }
  .org__line__box {
    width: 100%;
    padding: 30px;
    flex-wrap: wrap;
  }
  .org__line__box__txt {
    width: 100%;
  }
  .org__line__box__map {
    width: 100%;
  }
  .org__line__box__map iframe {
    height: 160px;
  }
  .ttl__style__06 + p {
    margin: 10px 0 20px 0;
  }
  .saiyou05__wrap .ttl__bk__org .ttl__sub__style__01::before {
    background: url("../images/ttl_sub_select.svg") no-repeat;
    background-size: 152px 64px;
    width: 152px;
    height: 64px;
    top: -75px;
    left: calc(50% - 76px);
  }
  .saiyou05__items {
    flex-wrap: wrap;
    grid-row-gap: 60px;
  }
  .saiyou05__item {
    width: 100%;
  }
  .saiyou05__item figure {
    border-radius: 20px;
  }
  .saiyou05__item > img {
    width: 80px;
    top: -40px;
  }
  .saiyou05__wrap .bk__kousi__gara {
    padding: 80px 0 50px 0;
  }
  .blk__line__box__items {
    flex-wrap: wrap;
    grid-row-gap: 30px;
    margin-top: 40px;
  }
  .blk__line__box__item {
    width: 100%;
    padding: 40px 30px;
  }
  .voice__items {
    margin-bottom: 30px;
  }
  .voice__item__img {
    width: 30%;
  }
  .voice__item__ttl {
    width: 70%;
  }
  .voice__item__ttl p {
    padding: 7px;
    font-size: 1.4rem;
  }
  .blk__line__box__items + figure {
    margin-top: 40px;
  }
  .saiyou06__wrap {
    padding: 60px 0;
  }
  .footer__items {
    padding-top: 40px;
  }
  .footer__item__l, .footer__item__r {
    display: none;
  }
  .footer__item__c {
    width: 100%;
    padding: 0 7%;
  }
  .icon__tel {
    padding-left: 45px;
    margin-top: 7px;
  }
  .footer__items .coment {
    letter-spacing: inherit;
    margin-top: 0px;
  }
  .btn__items {
    margin: 20px 0;
    flex-wrap: wrap;
    grid-row-gap: 20px;
  }
  .btn__items > div {
    width: 100%;
  }
}
/* footer */
footer {
  padding: 50px 7%;
}
.footer02__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.footer02__item__logo {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
  font-size: 1.4rem;
}
address {
  font-size: 1.2rem;
  letter-spacing: 2px;
}
@media screen and (max-width:768px) {
  footer {
    padding: 40px 7%;
  }
  .footer02__items {
    flex-direction: column;
    grid-row-gap: 20px;
    align-items: center;
  }
  .footer02__item__logo {
    flex-direction: column;
    grid-row-gap: 20px;
    align-items: center;
  }
  .footer02__item__logo .fot__logo {
    max-width: 60%;
  }
}
/* header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 130px;
  background: #fff;
  z-index: 1000;
}
.header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  grid-column-gap: 20px;
}
.nav_item.btn__contact a {
  display: inline-block;
  border-radius: 100px;
  width: 200px;
  padding: 15px 20px;
  background: #e88102;
  color: #fff;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center;
}
main {
  margin-top: 130px;
  min-width: 1200px;
  overflow-x: scroll;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 60px;
    padding: 0 5%
  }
  .header_inner {
    height: 60px;
  }
  main {
    margin-top: 60px;
    min-width: inherit;
    overflow-x: inherit;
  }
  .logo {
    width: 45%;
  }
  .nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    display: none;
    position: absolute;
    right: 5px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
  }
  .nav_item a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .header_inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .nav_list {
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
  }
  .btn__grn01 a, .btn__blue01 a {
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: clamp(14px, 1.4vw, 20px);
    font-weight: 600;
    border-radius: 100px;
    padding: 8px 1.8vw;
    text-align: center;
  }
  .btn__grn01 a {
    background: #00c300
  }
  .btn__blue01 a {
    background: #05c2df
  }
  .btn__grn01 a img, .btn__blue01 a img {
    vertical-align: middle;
    margin-right: 10px;
    max-width: 8%
  }
  .head__tel a {
    background: url(../images/icon_tel.svg) no-repeat left center;
    background-size: auto 100%;
    padding-left: 2.5vw;
    display: inline-block;
    font-size: clamp(20px, 2.0vw, 34px);
    line-height: 1.0;
  }
  .nav_item:last-child {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 2px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 855px) and (min-width: 769px) {
  .head__tel a {
    background: url(../images/icon_tel.svg) no-repeat left top;
    background-size: 18px auto;
  }
}
/* floating */
.floating {
  width: 80px;
  background: #fff;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.4);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
  position: fixed;
  z-index: 1001;
  right: 0;
  top: 220px;
  text-align: center;
}
.floating span {
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  padding: 6px 0;
}
.floating .icon {
  margin-top: -32px;
  margin-left: 9px;
}
@media only screen and (max-width: 768px) {
  .floating {
    width: 32%;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    right: 5%;
    top: 0px;
    height: 60px;
  }
  .floating span {
    display: none;
  }
  .floating .icon {
    display: none;
  }
}
/*  */
@media screen and (max-width:768px) {}