@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 15px;
  overflow-x: hidden;
}

.notoserif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: initial !important;
  }
}
a {
  text-decoration: none;
  color: initial;
}
a:hover {
  opacity: 0.7;
}

span.ilb {
  display: inline-block;
}

/*  ----------------------------------------------------------
 hamburger
----------------------------------------------------------  */
#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 1;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: all 0.3s;
  margin-left: -15px;
  margin-left: -106vw;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
  width: 100%;
  height: 100vh;
  margin-left: -15px;
}

#g-nav #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav-list {
  display: flex;
  align-items: center;
}

#g-nav ul {
  position: absolute;
  left: 5%;
  width: 90%;
}
#g-nav ul li.g-nav__text {
  list-style: none;
  text-align: center;
  line-height: 2.3;
  border-top: 1px solid #e5e5e5;
}
#g-nav ul li.g-nav__text.nav__text--type2 {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 4.5em;
}
#g-nav ul li.g-nav__btn {
  margin-bottom: 1.5em;
}

#g-nav li.g-nav__text a {
  color: #000;
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: left;
}

.openbtn1 {
  z-index: 9999;
  cursor: pointer;
  position: relative;
  width: 50px;
  height: 50px;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #1eb101;
  width: 65%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 25px;
}

.openbtn1 span:nth-of-type(3) {
  top: 35px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 65%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 65%;
}

@media screen and (max-width: 768px) {
  #g-nav ul li {
    font-size: 3.9vw;
  }
  .openbtn1 {
    width: 12vw;
    height: 12vw;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 3vw;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 5.5vw;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 8vw;
  }
}
/*  ----------------------------------------------------------
 btn
----------------------------------------------------------  */
.btn a {
  display: block;
  color: #fff;
  font-weight: 700;
  background-color: #f39800;
  border: 1px solid #f39800;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 75px;
  font-size: 17px;
}
.btn a::before {
  content: "";
  background-image: url(../images/icon1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.4em;
  height: 1.4em;
  margin-top: 0.1em;
  margin-right: 0.5em;
  margin-left: -0.5em;
}
.btn a::after {
  content: "";
  background-image: url(../images/icon2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.8em;
  width: 0.8em;
  height: 0.8em;
}
.btn a:hover {
  background-color: #fff;
  color: #f39800;
  opacity: 1;
}
.btn a:hover::before {
  background-image: url(../images/icon1_o.png);
}
.btn a:hover::after {
  background-image: url(../images/icon2_o.png);
}
.btn.btn--type2 a {
  font-size: 16px;
  border-radius: 2em;
  width: 150px;
  height: 57px;
}
.btn.btn--type2 a::before {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
  margin-left: -0.3em;
}
.btn.btn--type3 a {
  font-size: 16px;
}
.btn.btn--type3 a::before {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
  margin-left: -0.3em;
}
.btn.btn--type4 a {
  cursor: pointer;
}
.btn.btn--type4 a::before {
  background: none;
  width: 0;
  height: 0;
  margin-right: 0;
  margin-left: 0;
}
.btn.btn--type4 a::after {
  transition: all 0.3s;
  background-image: url(../images/guide_icon1.png);
  width: 1em;
  height: 1em;
  right: 1.2em;
}
.btn.btn--type4 a:hover {
  background-color: #fff;
  color: #f39800;
  opacity: 1;
}
.btn.btn--type4 a:hover::after {
  background-image: url(../images/guide_icon1_o.png);
}
.btn.btn--type4.on a::after {
  background-image: url(../images/guide_icon2.png);
  width: 1em;
  height: 1em;
  right: 1.2em;
}
.btn.btn--type4.on a:hover {
  background-color: #fff;
  color: #f39800;
  opacity: 1;
}
.btn.btn--type4.on a:hover::after {
  background-image: url(../images/guide_icon2_o.png);
}

@media screen and (max-width: 1439px) {
  .btn a {
    font-size: 1.1vw;
    height: 5.2vw;
  }
  .btn.btn--type2 a {
    font-size: 1.1vw;
    width: 10.3vw;
    height: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 4.4vw;
    height: 20vw;
  }
  .btn.btn--type2 a {
    font-size: 4.1vw;
    width: 26vw;
    height: 13vw;
  }
  .btn.btn--type2 a::before {
    background: none;
    width: 0;
  }
  .btn.btn--type2 a::after {
    background: none;
  }
  .btn.btn--type3 a {
    font-size: 4.1vw;
    height: 17vw;
    border-radius: 0.7em;
  }
  .btn.btn--type3 a::before {
    background-image: url(../images/icon1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.5em;
    height: 1.5em;
    margin-right: 0.5em;
    margin-left: -0.5em;
  }
  .btn.btn--type3 a::after {
    background-image: url(../images/icon2.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.9em;
    height: 0.9em;
    right: 1.2em;
  }
}
/*  ----------------------------------------------------------
 slider
----------------------------------------------------------  */
.slider {
  width: 100%;
  max-width: 1440px;
  height: 740px;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}

.slider-img {
  content: "";
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
  width: 100%;
  height: 740px;
}

.slick-slide {
  height: 740px !important;
}

.slider-img-01 {
  background-image: url(../images/mv1.jpg);
}

.slider-img-02 {
  background-image: url(../images/mv2.jpg);
}

.slider-img-03 {
  background-image: url(../images/mv3.jpg);
}

.slider-img-04 {
  background-image: url(../images/mv4.jpg);
}

@media screen and (max-width: 1439px) {
  .slider {
    height: 49vw;
  }

  .slider-img {
    height: 49vw;
  }

  .slick-slide {
    height: 49vw !important;
  }
}
@media screen and (max-width: 768px) {
  .slider {
    height: 130vw;
  }

  .slider-img {
    height: 130vw;
  }

  .slick-slide {
    height: 130vw !important;
  }

  .slider-img-01 {
    background-image: url(../images/mv1_sp.jpg);
  }

  .slider-img-02 {
    background-image: url(../images/mv2_sp.jpg);
  }

  .slider-img-03 {
    background-image: url(../images/mv3_sp.jpg);
  }

  .slider-img-04 {
    background-image: url(../images/mv4_sp.jpg);
  }
}
/*  ----------------------------------------------------------
 title1
----------------------------------------------------------  */
.title1 {
  background: linear-gradient(90deg, #CEE45C, #1eb101);
  color: #fff;
  font-size: 31px;
  padding: 0em 0.3em 0.1em 0.6em;
  line-height: 1.5;
  margin-bottom: 0.55em;
}
.title1:not(.sp) {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .title1 {
    font-size: 6vw;
    padding: 0em 0.3em 0.1em 0.4em;
    line-height: 1.5;
    margin-bottom: 0.6em;
  }
  .title1:not(.pc) {
    display: inline-block !important;
  }
}
/*  ----------------------------------------------------------
 header
----------------------------------------------------------  */
.header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header .header__block1wrap {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.header .header__block1wrap .header__block1:nth-of-type(1) {
  flex-basis: 15%;
}
.header .header__block1wrap .header__block1:nth-of-type(2) {
  flex-basis: 28.6%;
}
.header .header__block1wrap .header__block1:nth-of-type(3) {
  flex-basis: 8%;
}
.header .header__block1wrap .header__gnav {
  flex-basis: 42%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
}
.header .header__block1wrap .header__gnav li {
  list-style: none;
  border-right: 1px solid #000;
  padding: 0 1.5em;
  line-height: 1.5;
}
.header .header__block1wrap .header__gnav li:last-of-type {
  border: none;
}

@media screen and (max-width: 1439px) {
  .header .header__block1wrap {
    height: 6.2vw;
  }
  .header .header__block1wrap .header__gnav {
    font-size: 0.97vw;
  }
  .header .header__block1wrap .header__gnav li {
    list-style: none;
    border-right: 1px solid #000;
    padding: 0 1.5em;
  }
  .header .header__block1wrap .header__gnav li:last-of-type {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .header .header__block1wrap {
    height: 19vw;
    padding: 0 15px;
  }
  .header .header__block1wrap .header__block1:nth-of-type(1) {
    flex-basis: 45%;
    margin-right: 10%;
  }
  .header .header__block1wrap .header__block1:nth-of-type(2) {
    flex-basis: 0%;
  }
  .header .header__block1wrap .header__block1:nth-of-type(3) {
    flex-basis: 30%;
  }
  .header .header__block1wrap .openbtn1 {
    flex-basis: 13%;
  }
}
/*  ----------------------------------------------------------
 mv
----------------------------------------------------------  */
.mv {
  margin-top: 90px;
  position: relative;
  font-size: 16px;
}
.mv .mv__inner {
  max-width: 1440px;
  margin: 0 auto;
  position: absolute;
  top: 26.5%;
  left: 0;
  right: 0;
  width: 100%;
}
.mv .mv__block1 {
  position: absolute;
  top: 50%;
  left: 11%;
  width: 30%;
}
.mv .mv__block1 .mv__title1 {
  margin-bottom: 6em;
}
.mv .mv__block1 .mv__title2 {
  width: 86%;
  margin-bottom: 1em;
}
.mv .mv__block1 .mv__btn {
  width: 86%;
  position: relative;
  z-index: 5;
}
.mv .mv__scrollwrap {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.mv .mv__scrollwrap .mv__scroll {
  position: absolute;
  left: 5%;
  bottom: -30px;
  z-index: 1;
  animation: barAnime 1.8s infinite;
  width: 11px;
}

@media screen and (max-width: 1439px) {
  .mv {
    margin-top: 6.2vw;
    font-size: 1.1vw;
  }
  .mv .mv__scrollwrap .mv__scroll {
    bottom: -2vw;
    width: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 6.2vw;
    font-size: 1.1vw;
  }
  .mv .mv__inner {
    top: 27.5%;
  }
  .mv .mv__block1 {
    left: 7%;
    width: 50%;
  }
  .mv .mv__block1 .mv__title1 {
    margin-bottom: 6em;
  }
  .mv .mv__block1 .mv__title2 {
    width: 86%;
    margin-bottom: 1em;
  }
  .mv .mv__block1 .mv__btn {
    width: 86%;
  }
  .mv .mv__block2 {
    width: 92%;
    margin: 0 auto;
    display: block !important;
  }
  .mv .mv__block2 .mv__title2 {
    margin-top: -3vw;
    margin-bottom: 4vw;
  }
  .mv .mv__scrollwrap .mv__scroll {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -31vw;
    width: 13.8vw;
  }
}
@-webkit-keyframes barAnime {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes barAnime {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
/*  ----------------------------------------------------------
 lead
----------------------------------------------------------  */
.lead {
  position: relative;
  font-size: 15px;
  margin: 5em 0 10em;
  padding: 10em 0 12em;
  background-image: url(../images/lead1.jpg);
  background-position: left 27vw top;
  background-repeat: no-repeat;
  background-size: cover;
}
.lead .lead__decowrap {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -26em;
  width: 100%;
  max-width: 1440px;
  height: 80em;
}
.lead .lead__deco {
  position: absolute;
}
.lead .lead__deco.lead__deco1 {
  top: 0;
  right: -21em;
  width: 77em;
}
.lead .lead__deco.lead__deco2 {
  bottom: 7em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 105%;
  max-width: 1590px;
  z-index: 0;
}
.lead .lead__block1wrap {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.lead .lead__block1wrap .lead__block1:nth-of-type(1) {
  flex-basis: 40%;
  z-index: 1;
}
.lead .lead__block1wrap .lead__block1:nth-of-type(2) {
  flex-basis: 50%;
  text-align: left;
  z-index: 1;
}
.lead .lead__title1 {
  font-size: 2.05em;
}
.lead .lead__title1:last-of-type {
  margin-bottom: 2em;
}
.lead .lead__text1 {
  font-size: 1.15em;
  line-height: 2.3;
  margin-bottom: 6em;
}
.lead .lead__btn {
  width: 50%;
}

@media screen and (max-width: 1439px) {
  .lead {
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 3.5vw;
    margin: 3em 0;
    padding: 9em 5% 5.5em;
    background-image: url(../images/lead1_sp.jpg);
    background-position: center top;
  }
  .lead .lead__deco {
    position: absolute;
  }
  .lead .lead__deco.lead__deco3 {
    top: 5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90vw;
    margin-left: 6.8em;
  }
  .lead .lead__deco.lead__deco4 {
    bottom: 13em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1590px;
    z-index: 2;
  }
  .lead .lead__block1wrap {
    flex-direction: column;
  }
  .lead .lead__title1 {
    font-size: 1.9em;
  }
  .lead .lead__text1 {
    margin-bottom: 2em;
  }
  .lead .lead__btn {
    margin-top: 7em;
    width: 100%;
  }
}
/*  ----------------------------------------------------------
 point
----------------------------------------------------------  */
.point {
  font-size: 15px;
}
.point .point__title1 {
  width: 82%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.point .point__block1wrap {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: -6em;
  background-image: url(../images/point1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 170em;
}
.point .point__block1 {
  position: absolute;
  width: 34em;
  text-align: left;
}
.point .point__block1:nth-of-type(1) {
  top: 13em;
  left: 14.5em;
}
.point .point__block1:nth-of-type(2) {
  top: 70em;
  right: 14.5em;
}
.point .point__block1:nth-of-type(3) {
  top: 126em;
  left: 14.5em;
}
.point .point__img1 {
  width: 8.8em;
  margin-bottom: 1.6em;
}
.point .point__title2 {
  font-size: 1.8em;
}
.point .point__title2:last-of-type {
  margin-bottom: 1.3em;
}
.point .point__text1 {
  font-size: 1.05em;
  line-height: 2.15;
}
.point .point__text1 span:not(.small) {
  font-weight: 700;
  color: #f39800;
  text-decoration: underline;
}
.point .point__text1 span.small {
  font-size: 0.9em;
}

@media screen and (max-width: 1439px) {
  .point {
    font-size: 1.05vw;
  }
}
@media screen and (max-width: 900px) {
  .point .point__block1:nth-of-type(1) {
    top: 11.3em;
  }
  .point .point__block1:nth-of-type(2) {
    top: 68.1em;
  }
  .point .point__block1:nth-of-type(3) {
    top: 123.5em;
  }
}
@media screen and (max-width: 768px) {
  .point {
    font-size: 3.5vw;
    padding: 2em 0 0;
    margin-bottom: 2em;
  }
  .point .point__title1 {
    width: 100%;
    margin-bottom: 3em;
  }
  .point .point__block1wrap {
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 0;
    background: none;
    position: relative;
    height: inherit;
  }
  .point .point__block1 {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 14.5em 9% 4em;
    top: 0 !important;
    left: 0 !important;
  }
  .point .point__block1:nth-of-type(1) {
    background: url(../images/point1-1_sp.jpg) no-repeat center top/contain, url(../images/point1-4_sp.jpg) no-repeat left bottom/40%;
  }
  .point .point__block1:nth-of-type(2) {
    background: url(../images/point1-2_sp.jpg) no-repeat center top/contain, url(../images/point1-4_sp.jpg) no-repeat left bottom/40%;
  }
  .point .point__block1:nth-of-type(3) {
    background: url(../images/point1-3_sp.jpg) no-repeat center top/contain, url(../images/point1-4_sp.jpg) no-repeat left bottom/40%;
  }
  .point .point__box1 {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 3em 5.5%;
    box-shadow: 4px 4px 22px #d0d0d0;
  }
  .point .point__img1 {
    width: 9.5em;
    margin-bottom: 1.6em;
  }
  .point .point__title2 {
    font-size: 1.8em;
  }
  .point .point__title2:last-of-type {
    margin-bottom: 1.1em;
  }
  .point .point__text1 {
    font-size: 1.08em;
  }
}
/*  ----------------------------------------------------------
 voice
----------------------------------------------------------  */
.voice {
  font-size: 15px;
  background-color: #f5f5f5;
  margin-top: -2em;
  padding: 7.5em 0 6em;
}
.voice .voice__block2 {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: url(../images/voice1.png) no-repeat center bottom/56.5em;
  padding-bottom: 5em;
}
.voice .voice__block2 .voice__title1 {
  width: 17%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.voice .voice__box1 {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto 4em;
  background-color: #fff;
  padding: 2.3em 3em;
  box-shadow: 4px 4px 22px #d0d0d0;
}
.voice .voice__block1wrap {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.voice .voice__block1wrap .voice__block1:nth-of-type(1) {
  flex-basis: 30%;
}
.voice .voice__block1wrap .voice__block1:nth-of-type(2) {
  flex-basis: 62%;
}
.voice .voice__title2 {
  display: inline;
  font-size: 1.4em;
  border-bottom: 1px solid #20c647;
  color: #20c647;
  line-height: 2;
  padding-bottom: 0.08em;
}
.voice .voice__img1 {
  margin-top: 4em;
  margin-bottom: -8em;
  width: 85%;
}
.voice .voice__text1 {
  font-size: 1.05em;
  line-height: 2.15;
}
.voice .voice__text1 span {
  font-weight: 700;
  color: #20c647;
}

@media screen and (max-width: 1439px) {
  .voice {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    font-size: 3.5vw;
    margin-top: -2em;
    padding: 6em 0 4em;
  }
  .voice .voice__block2 {
    width: 100%;
    background: url(../images/voice1_sp.png) no-repeat center bottom/80%;
    padding-bottom: 14em;
  }
  .voice .voice__block2 .voice__title1 {
    width: 55%;
  }
  .voice .voice__box1 {
    width: 90%;
    margin: 0 auto 5.5em;
    padding: 2.3em 2em;
  }
  .voice .voice__block1wrap {
    flex-direction: column;
  }
  .voice .voice__title2 {
    font-size: 1.6em;
    line-height: 2;
  }
  .voice .voice__img1:not(.pc) {
    display: inline-block !important;
    margin-top: 0em;
    margin-bottom: 1em;
    width: 85%;
  }
  .voice .voice__img1:not(.pc).voice__img1--type2 img {
    margin-bottom: -5em;
  }
  .voice .voice__text1 {
    font-size: 1.13em;
    line-height: 2.15;
    margin-top: 1.5em;
    margin-bottom: 3em;
  }
  .voice .voice__text1 span {
    font-weight: 700;
    color: #20c647;
  }
}
/*  ----------------------------------------------------------
 guide
----------------------------------------------------------  */
.guide {
  font-size: 15px;
  padding: 1.5em 0 5em;
  background: url(../images/guide1.png) no-repeat center top/2450px;
}
.guide .guide__wrap1 {
  max-width: 1440px;
  margin: 0 auto;
  background: url(../images/guide2.png) no-repeat center top/100%;
  padding-bottom: 5em;
}
.guide .guide__title1 {
  width: 40%;
  max-width: 1440px;
  margin: 0 auto 3.5em;
  position: relative;
  z-index: 1;
}
.guide .guide__title1 img {
  margin-left: 7.5em;
  margin-right: -7.5em;
}
.guide .guide__text1 {
  font-size: 1.05em;
  line-height: 2.3;
  margin-bottom: 0em;
}
.guide .guide__text1 span {
  font-weight: bold;
  text-decoration: underline;
  color: #f39800;
}
.guide .guide__btn {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 3em;
}
.guide .guide__block1 {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 1.05em;
  padding: 0 0 4em;
  display: none;
}
.guide .guide__block1 dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  line-height: 2.2;
  margin-bottom: 7em;
}
.guide .guide__block1 dl dt {
  padding: 1.7em 0;
  width: 14.5%;
  white-space: nowrap;
  border-bottom: 1px solid #1eb101;
  color: #1eb101;
  font-weight: bold;
}
.guide .guide__block1 dl dt span {
  font-weight: normal;
  color: initial;
}
.guide .guide__block1 dl dd {
  padding: 1.7em 1.5em 1.7em 2.5em;
  width: 85.5%;
  border-bottom: 1px solid #e5e5e5;
}
.guide .guide__block1 dl dd span {
  color: #1eb101;
  font-weight: bold;
  text-decoration: underline;
}
.guide .guide__block1 dl dd li {
  margin-left: 0em;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.guide .guide__block1 dl dd li::before {
  content: "・";
}
.guide .guide__block1 .guide__box1 {
  padding: 4em 3em;
  box-shadow: 4px 4px 22px #d0d0d0;
  line-height: 2.3;
  background: url(../images/guide3.png) no-repeat center/contain;
  background-color: #fff;
}
.guide .guide__block1 .guide__box1 span {
  color: #f39800;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 1439px) {
  .guide {
    font-size: 1.05vw;
    padding: 1.5em 3% 0;
  }
}
@media screen and (max-width: 1100px) {
  .guide .guide__wrap1 {
    background: url(../images/guide2.png) no-repeat center top 40%/100%;
  }
}
@media screen and (max-width: 768px) {
  .guide {
    font-size: 3.5vw;
    padding: 5em 5% 2em;
    background: none;
  }
  .guide .guide__wrap1 {
    background: url(../images/guide2_sp.jpg) no-repeat center bottom/contain;
    margin-bottom: 3.5em;
  }
  .guide .guide__title1 {
    width: 80%;
    margin-bottom: 3.5em;
  }
  .guide .guide__title1 img {
    margin-left: 0;
    margin-right: 0;
  }
  .guide .guide__text1 {
    text-align: left;
    font-size: 1.15em;
    margin-bottom: 14em;
  }
  .guide .guide__block1 dl {
    margin-bottom: 4em;
  }
  .guide .guide__block1 .guide__box1 {
    font-size: 1.05em;
    text-align: left;
    padding: 3em 2em;
  }
}
/*  ----------------------------------------------------------
 contact
----------------------------------------------------------  */
#contact {
  font-size: 15px;
  background-color: #f5f5f5;
  padding: 11.5em 0 8em;
  width: 100%;
}
#contact .contact__title1 {
  width: 30%;
  max-width: 1440px;
  margin: 0 auto 3.5em;
  position: relative;
  z-index: 1;
}
#contact .contact__title1.contact__title1--type2 {
  width: 31%;
  margin-bottom: 5em;
}

@media screen and (max-width: 1439px) {
  #contact {
    font-size: 1vw;
  }
  .container {
    max-width: 1000px;
    margin: 0 auto;
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  #contact {
    font-size: 3.5vw;
    padding: 9em 0 8em;
  }
  #contact .contact__title1 {
    width: 80%;
    max-width: 1440px;
    margin: 0 auto 3.5em;
    position: relative;
    z-index: 1;
  }
  #contact .container {
    width: 100%;
  }
  #confirm .contact__title1.contact__title1--type2 {
    width: 80%;
    margin: 0 auto 3em;
    position: relative;
    z-index: 1;
  }
  #confirm .container {
    width: 100%;
  }
}
/*  ----------------------------------------------------------
 footer
----------------------------------------------------------  */
.footer {
  background-color: #000;
  color: #fff;
  padding: 1em 0 1.5em;
}
.footer .footer__gnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 95%;
  max-width: 600px;
  margin: 2.5em auto 2.3em;
}
.footer .footer__gnav li {
  list-style: none;
  padding: 0 1.3em;
  border-right: 1px solid #fff;
  margin-bottom: 1em;
}
.footer .footer__gnav li:last-of-type {
  border: none;
}
.footer .footer__gnav li a {
  text-align: center;
  color: #fff;
  font-size: 1.05em;
  font-weight: 700;
}
.footer .footer__copy {
  font-size: 0.9em;
}

@media screen and (max-width: 1439px) {
  .footer {
    font-size: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 3.6vw;
  }
}