@charset "UTF-8";

body {
  width: 100%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.pc {
  display: initial
}

.sp {
  display: none;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}


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

** loading
==================================================*/
#loading {
  background-color: #002140;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  pointer-events: none;
  -webkit-transition: opacity linear 1s;
  transition: opacity linear 1s;
}

#loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 50px;
}

​#sitewrap.is-hidden {
  /* ローディング画面関係 */
  display: none;
}

/*==================================================
** footer
==================================================*/
/*==================================================
pagetop
==================================================*/
#pagetop-btn {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

#pagetop-btn .totop {
  width: 60px;
  display: block;
}

#pagetop-btn .totop img {
  width: 100%;
}

.top-wrapper {
  background-image: url(../images/kv_pc_2.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  height: 40.53vw;
}

/*==================================================
** header
==================================================*/
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 12vw;
}

.header__logo {
  width: 18.93vw;
  line-height: 1;
}

.header__logo a {
  display: block;
}

.header__logo img {
  width: 100%;
}

.header__txt {
  font-size: 3.1vw;
  color: #fff;
  margin-left: 2.13vw;
}

@media screen and (min-width: 961px) {
  .header__top {
    height: 5.72916vw;
  }

  .header__logo {
    width: 7.39673vw;
  }

  .header__txt {
    font-size: 1.0416vw;
    margin-left: 2.083vw;
  }
}

/*==================================================
** kv
==================================================*/
.kv {
  position: relative;
}

.kv__subttl {
  font-size: 13.0rem;
  font-weight: 600;
  color: #fff;
  line-height: 0.8;
  margin-top: 2%;
}

.kv__subttl span {
  font-size: 9.0rem;
}

.kv__ttl {
  font-size: 6.0rem;
  color: #fedc3d;
  line-height: 1.45;
  font-weight: 600;
}

.kv__ttl span {
  font-size: 4.4rem;
  color: #fff;
}


.kv__border {
  margin-top: 1.083vw;
  display: block;
  width: 37.33vw;
  height: 0.5333vw;
  background: #fedc3d;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fedc3d), color-stop(20%, white));
  background: linear-gradient(90deg, #fedc3d 30%, white 20%);
}

.kv__middle-content {
  margin-top: 0.427vw;
  position: relative;
  z-index: 0;
}

.kv .reserve-btn {
  width: 37.3333vw;
  height: 14.5vw;
  background-color: #002140;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0.1vw solid #fff;
  position: absolute;
  right: 0;
  top: 91vw;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.kv .reserve-btn:after {
  content: "";
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 1.04vw;
  height: 0.36vw;
  color: #fff;
  position: absolute;
  bottom: 0.45vw;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.kv .reserve-btn:hover {
  background-color: rgba(0, 33, 64, 0.3);
  opacity: 1;
}

.kv .reserve-btn .reserve-btn-inner {
  position: relative;
  height: 100%;
}

.kv .reserve-btn .reserve-inner {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 2.4vw;
  font-weight: 600;
  width: 100%;
  height: 100%;
  padding-top: 1.04vw;
  text-align: center;
  position: relative;
}

.kv .reserve-btn .contact-link {
  position: absolute;
  top: 4.15vw;
  left: 50%;
  transform: translate(-50%,-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.8vw;
  height: 2.55vw;
  background-color: #22a597;
  border-radius: 1.28vw;
  margin: 0 auto;
  font-weight: bold;
  font-size: 0.78vw;
  color: #ffffff;
  text-align: center;
}

.vertical {
  display: block;
  background-color: #9dd127;
  width: 0.266666vw;
  height: 20vw;
  margin: 0 auto;
  margin-top: 6.933vw;
  -webkit-animation: keyframes 1.5s 3s infinite ease-in-out both;
  animation: keyframes 1.5s 3s infinite ease-in-out both;
}


@media screen and (min-width: 962px) and (max-width: 1750px) {
  .kv__subttl {
    font-size: 11.0rem;
  }

  .kv__subttl span {
    font-size: 7.0rem;
  }

  .kv__ttl {
    font-size: 5.0rem;
  }

  .kv__ttl span {
    font-size: 3.8rem;
  }

}

@media screen and (min-width: 962px) and (max-width: 1300px) {
  .kv__subttl {
    font-size: 10.0rem;
    margin-top: 2%;
  }

  .kv__subttl span {
    font-size: 6.0rem;
  }

  .kv__ttl {
    font-size: 4.8rem;
    line-height: 1.3;
  }

  .kv__ttl span {
    font-size: 3.3rem;
  }

  .kv__middle-content {
    margin-top: 0.427vw;
  }
}

@media screen and (min-width: 962px) and (max-width: 1100px) {
  .kv__subttl {
    font-size: 9.5rem;
    margin-top: 2%;
  }

  .kv__subttl span {
    font-size: 5.5rem;
  }

  .kv__ttl {
    font-size: 4.5rem;
    line-height: 1.3;
  }

  .kv__ttl span {
    font-size: 3.0rem;
  }

}




@media screen and (min-width: 961px) {
  .vertical {
    display: block;
    background-color: #9dd127;
    width: 0.15625vw;
    height: 7.8125vw;
    margin: 0 auto;
    margin-top: 3.64583vw;
  }
}

@media screen and (min-width: 961px) {
  .kv__border {
    margin-top: 1.083vw;
    width: 14.583vw;
    height: 0.2604vw;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fedc3d), color-stop(20%, white));
    background: linear-gradient(90deg, #fedc3d 30%, white 20%);
  }

  .kv__middle-content {
    margin-top: 0.427vw;
  }

  .kv .reserve-btn {
    position: fixed;
    z-index: 1000;
    display: block;
    width: 14.583vw;
    height: 7.29vw;
    top: 1.46vw;
    right: 2.86vw;
    background-color: rgba(0, 33, 64, 0.3);
  }
	
  .kv .reserve-btn:hover {
    background-color: #002140;
  }

  .kv .reserve-btn.is-active-header {
    background-color: #002140;
  }

  .kv .reserve-btn.is-active-header:hover {
    background-color: rgba(0, 33, 64, 0.3);
  }

  .kv .reserve-btn .reserve-inner {
    font-size: 0.9375vw;
  }
	
	@media screen and (max-width: 1200px) {
	  .kv .reserve-btn {
		width: 18vw;
		right: 1vw;
	  }

	  .kv .reserve-btn .contact-link {
		top: 4.15vw;
		width: 17vw;
		height: 3vw;
		border-radius: 1.28vw;
		font-size: 0.78vw;
	  }
	}
}




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

** support_01
==================================================*/
.support_01 {
  background-color: #f6f8dc;
  padding: 6.77083% 0;
  text-align: center;
}

.support_01 .wrapper {
  background-image: url(../images/bg_01_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  height: 56.53vw;
  position: relative;
}

.support_01 h2 {
  font-size: 5.0rem;
  color: #fff;
  position: absolute;
  top: 2.7%;
  left: 20%
}

.support_01 p {
  font-size: 1.9rem;
  position: absolute;
  top: 16%;
  left: 15%;
}

.support_01 ul {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
}

.support_01 ul li {
  position: absolute;
}

.support_01 ul li:nth-of-type(1) {
  top: 64%;
  left: 9%;
}

.support_01 ul li:nth-of-type(2) {
  top: 81%;
  left: 36%;
}

.support_01 ul li:nth-of-type(3) {
  top: 64%;
  left: 72%;
}

@media screen and (max-width: 1800px) {
  .support_01 p {
    line-height: 1.8;
  }

  .support_01 ul li:nth-of-type(1) {
    top: 65%;
    left: 11%;
  }

  .support_01 ul li:nth-of-type(2) {
    top: 82%;
  }

  .support_01 ul li:nth-of-type(3) {
    top: 66.5%;
    left: 71%;
  }
}

@media screen and (max-width: 1700px) {
  .support_01 ul li:nth-of-type(3) {
    top: 65%;
    left: 68%;
  }
}

@media screen and (max-width: 1600px) {
  .support_01 ul li:nth-of-type(1) {
    left: 14%;
  }

  .support_01 ul li:nth-of-type(2) {
    top: 80%;
  }

  .support_01 ul li:nth-of-type(3) {
    top: 66%;
    left: 67%;
  }
}

@media screen and (max-width: 1500px) {
  .support_01 ul li:nth-of-type(1) {
    top: 64%;
    left: 16%;
  }

  .support_01 ul li:nth-of-type(3) {
    left: 65%;
  }
}

@media screen and (max-width: 1400px) {
  .support_01 h2 {
    font-size: 4.5rem;
    left: 22%
  }

  .support_01 ul li:nth-of-type(3) {
    left: 64%;
    top: 65%;
  }
}

@media screen and (max-width: 1350px) {
  .support_01 ul {
    font-size: 1.7rem;
  }

  .support_01 ul li:nth-of-type(1) {
    top: 64.5%;
    left: 20%;
  }

  .support_01 ul li:nth-of-type(2) {
    top: 81%;
    left: 38%;
  }
}

@media screen and (max-width: 1250px) {
  .support_01 h2 {
    font-size: 3.8rem;
    left: 24%
  }

  .support_01 ul li:nth-of-type(1) {
    left: 19%;
  }

  .support_01 ul li:nth-of-type(2) {
    left: 37%;
  }
}

@media screen and (max-width: 1150px) {
  .support_01 h2 {
    left: 22%
  }

  .support_01 ul li:nth-of-type(1) {
    top: 63%;
    left: 18%;
  }

  .support_01 ul li:nth-of-type(2) {
    top: 79.8%;
    left: 36%;
  }

  .support_01 ul li:nth-of-type(3) {
    top: 64.5%;
    left: 63%;
  }

  .support_01 p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1050px) {
  .support_01 h2 {
    font-size: 3.3rem;
    left: 23%
  }

  .support_01 ul {
    font-size: 1.5rem;
  }
}


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

** reason
==================================================*/
.reason {
  background-color: #22a597;
  padding: 6.77083% 0;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.6;
}

.reason .title p:nth-of-type(1) {
  font-size: 2.5rem;
  font-weight: bold;
}

.reason .title p:nth-of-type(3) {
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 2%;
}

.reason_box {
  display: flex;
  justify-content: space-between;
  margin: 5% auto 0;
  width: 80%;

}

.reason_box p {
  font-size: 2.5rem;
  font-weight: bold;
}

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

** support_02
==================================================*/
.support_02 {
  background-image: url(../images/bg_02_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 72.53vw;
  position: relative;
}

.support_02 .wrapper {
  padding: 3% 0;
  text-align: center;
}

.support_02 h2 {
  font-size: 5.0rem;
  font-weight: bold;
}

.support_02 h2 span {
  font-size: 3.0rem;
  font-weight: normal;
  ;
}


.support_02 .box {
  background-image: url(../images/bg_03_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  ;
  background-position: top center;
  height: 40vw;
  position: relative;
  margin: 1% 0 3.5%;
}

.support_02 .box h3 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #018b7c;
  line-height: 1.2;
}

.support_02 .box h3 span {
  font-size: 2.5rem;
}

.support_02 .box p {
  font-size: 1.7rem;
  line-height: 1.7;
  text-align: left;
}


.support_02 .text_box_l h3 {
  display: inline-block;
  position: absolute;
  top: 23%;
  left: 11%;
}

.support_02 .text_box_l p {
  display: inline-block;
  position: absolute;
  top: 42%;
  left: 9%;
}


.support_02 .text_box_r h3 {
  display: inline-block;
  position: absolute;
  top: 23%;
  left: 62%;
}

.support_02 .text_box_r p {
  display: inline-block;
  position: absolute;
  top: 42%;
  left: 65%;
}

.support_02 .text {
  font-size: 5.0rem;
  font-weight: bold;
  margin-top: 10%;
}

.support_02 .text span {
  font-size: 7.0rem;
  color: #018b7c;
  line-height: 1.0;
}

@media screen and (max-width: 1700px) {
  .support_02 .text_box_l h3 {
    left: 15%;
  }

  .support_02 .text_box_l p {
    left: 11.5%;
  }


  .support_02 .text_box_r h3 {
    left: 60%;
  }

  .support_02 .text_box_r p {
    left: 63%;
  }
}

@media screen and (max-width: 1600px) {
  .support_02 .text_box_l h3 {
    left: 16%;
  }

  .support_02 .text_box_l p {
    left: 13%;
  }


  .support_02 .text_box_r h3 {
    left: 58%;
  }

  .support_02 .text_box_r p {
    left: 61%;
  }

  .support_02 .text {
    margin-top: 7%;
  }
}

@media screen and (max-width: 1500px) {
  .support_02 .text_box_l h3 {
    left: 18%;
  }

  .support_02 .text_box_l p {
    left: 14.5%;
  }


  .support_02 .text_box_r h3 {
    left: 56%;
  }

  .support_02 .text_box_r p {
    left: 59%;
  }
}

@media screen and (max-width: 1400px) {
  .support_02 .box h3 {
    font-size: 3.0rem;
  }

  .support_02 .box h3 span {
    font-size: 2.0rem;
  }

  .support_02 .box p {
    font-size: 1.6rem;
  }

  .support_02 .text_box_l h3 {
    left: 21%;
  }

  .support_02 .text_box_l p {
    left: 16.5%;
  }


  .support_02 .text_box_r h3 {
    left: 57%;
  }

  .support_02 .text_box_r p {
    left: 58%;
  }

  .support_02 .text {
    margin-top: 4%;
  }
}

@media screen and (max-width: 1300px) {
  .support_02 .text_box_l h3 {
    left: 22%;
  }

  .support_02 .text_box_l p {
    top: 41%;
    left: 17%;
  }


  .support_02 .text_box_r h3 {
    left: 56%;
  }

  .support_02 .text_box_r p {
    top: 41%;
    left: 57%;
  }
}

@media screen and (max-width: 1250px) {
  .support_02 .box h3 {
    font-size: 2.7rem;
  }

  .support_02 .box h3 span {
    font-size: 1.8rem;
  }

  .support_02 .box p {
    font-size: 1.5rem;
  }

  .support_02 .text {
    font-size: 4.0rem;
    margin-top: 1%;
  }

  .support_02 .text span {
    font-size: 6.0rem;
  }
}

@media screen and (max-width: 1150px) {
  .support_02 .box h3 {
    font-size: 2.6rem;
  }

  .support_02 .box h3 span {
    font-size: 1.7rem;
  }

  .support_02 .box p {
    font-size: 1.4rem;
  }

  .support_02 .text {
    font-size: 3.0rem;
  }

  .support_02 .text span {
    font-size: 5.0rem;
  }
}

@media screen and (max-width: 1050px) {
  .support_02 .box h3 {
    font-size: 2.4rem;
  }

  .support_02 .box p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1050px) {
  .support_02 .text_box_l p {
    left: 16%;
  }
}


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

** service
==================================================*/
.service {
  background-color: #f6f8dc;
}

.service .wrapper {
  padding: 10% 0;
}

.service .box_top {
  position: relative;
  margin-bottom: 7%;
}

.service .box_top h4 {
  font-size: 3.0rem;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -80px;
  left: 18%;
}

.service .box_top .title img {
  position: absolute;
  top: -140px;
}

.service .box_bottom img {
  vertical-align: middle;
}

.service .box_bottom h4 {
  font-size: 3.0rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 2%;
}

.service .box_bottom div:last-child {
  text-align: center;
}

@media screen and (max-width: 1700px) {
  .service .wrapper {
    padding-top: 15%;
  }
}

@media screen and (max-width: 1300px) {

  .service .box_top h4,
  .service .box_bottom h4 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 1200px) {
  .service .box_top h4 {
    top: -100px;
    left: 20%;
  }
}

@media screen and (max-width: 1100px) {
  .service .box_top h4 {
    left: 22%;
  }
}


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

** performance
==================================================*/
.performance {
  background-color: #22a597;
}

.performance .wrapper {
  padding: 8% 0 5%;
  text-align: center;
}

.performance h2 {
  font-size: 3.0rem;
  font-weight: bold;
  color: #fff;
  /*  text-align: center;*/
  margin-bottom: 5%;
}

.arrow_box .name {
  font-size: 1.6rem;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.arrow_box .name span {
  font-weight: bold;
}

.performance .box_01,
.performance .box_02,
.performance .box_03,
.performance .box_04 {
  margin: 0 auto 40px;
  width: 1100px;
}

.performance .box_01,
.performance .box_03 {
  text-align: left;
}

.performance .box_02,
.performance .box_04 {
  text-align: right;
}


.performance .box_01 img,
.performance .box_03 img {
  margin-right: 50px;
}

.performance .box_02 img,
.performance .box_04 img {
  margin-left: 50px;
}

.performance .box_01 .arrow_box,
.performance .box_03 .arrow_box {
  position: relative;
  width: 720px;
  height: 190px;
  background: #fff;
  padding: 20px;
  text-align: left;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  display: inline-block;
}

.performance .box_01 .arrow_box:after,
.performance .box_03 .arrow_box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -10px;
  border-right-color: #fff;
  right: 100%;
  top: 74%;
}


.performance .box_02 .arrow_box,
.performance .box_04 .arrow_box {
  position: relative;
  width: 720px;
  height: 190px;
  background: #fff;
  padding: 20px;
  text-align: left;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  display: inline-block;
}

.performance .box_02 .arrow_box:after,
.performance .box_04 .arrow_box:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 30px;
  border-right-width: 30px;
  margin-top: -10px;
  border-left-color: #fff;
  left: 100%;
  top: 74%;
}

.performance .box_03 .arrow_box {
  height: 210px;
}


@media screen and (max-width: 1200px) {

  .performance .box_01,
  .performance .box_02,
  .performance .box_03,
  .performance .box_04 {
    width: 900px;
  }

  .performance .box_01 img,
  .performance .box_03 img {
    margin-right: 10px;
  }

  .performance .box_02 img,
  .performance .box_04 img {
    margin-left: 10px;
  }

  .performance .box_01 .arrow_box,
  .performance .box_02 .arrow_box,
  .performance .box_03 .arrow_box,
  .performance .box_04 .arrow_box {
    width: 620px;
    height: 200px;
  }

  .performance .box_03 .arrow_box {
    height: 240px;
  }

  .performance .box_04 .arrow_box {
    height: 220px;
  }

}


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

** illust
==================================================*/
.illust {
  text-align: center;
  position: relative;
  margin-bottom: 12%;
}

.illust img {
  position: absolute;
  top: -85px;
  left: 45%
}


@media screen and (max-width: 1200px) {
  .illust img {
    top: -55px;
    left: 42%
  }
}

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

** entry
==================================================*/
#form_box {
  max-width: 1300px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}

#form_box h3 {
  font-size: 2.083vw;
  font-weight: normal;
  text-align: center;
  margin-bottom: 4.6875vw;
  line-height: 1.6;
  letter-spacing: 0.5em;
  text-align: center;
}

@media screen and (max-width: 1099px) {
  #form_box h3 {
    font-size: 4vw;
  }
}



/*==================================================
** footer
==================================================*/
.footer {
  background-image: url(../images/footer-bg@2x.jpg);
  background-size: cover;
  background-repeat: repeat;
  position: relative;
}

.footer .wrapper {
  width: 100%;
}

.footer .wrapper {
  max-width: 1064px;
}

.footer__content {
  padding-top: 30px;
}

.footer__logo {
  margin: 0 auto;
  width: 73.5px;
}

.footer__logo img {
  width: 100%;
}

.footer__nav {
  margin-top: 18.5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding-top: 18.75px;
  padding-bottom: 22.5px;
}

.footer__nav-list {
  text-align: center;
}

.footer__nav-item a {
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: border-bottom .3s ease-in-out;
  transition: border-bottom .3s ease-in-out;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  /* ADD */
}

.footer__nav-item a:hover {
  border-bottom: 2px solid #fff;
}

.footer__nav-item + .footer__nav-item {
  margin-top: 10px;
}

.footer__link {
  margin-top: 22.5px;
}

.footer__link-item {
  border: 1px solid #fff;
  width: 224px;
  height: 39.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 33, 64, 0.3);
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-image: url(../images/window.png);
  background-repeat: no-repeat;
  background-position: top 10% right 2%;
  background-size: 12px;
  text-align: center;
}

.footer__link-item:hover {
  background-color: #002140;
}

.footer__link-item + .footer__link-item {
  margin-top: 15px;
}

.footer__link-item a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  width: 100%;
  height: 100%;
  line-height: 39.5px;
}

.footer__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  padding-bottom: 31px;
}

.footer__icon-item {
  width: 15px;
  height: 15px;
}

.footer__icon-item a {
  width: 100%;
}

.footer__icon-item a img {
  width: 100%;
}

.footer__icon-item + .footer__icon-item {
  margin-left: 10px;
}

.footer__bottom {
  background-color: #303030;
  text-align: center;
  height: 50px;
}

.footer__copyright {
  color: #fff;
  font-size: 1.2rem;
  padding-top: 0.2em;
  padding-bottom: 1em;
  letter-spacing: -0.7px;
}

@media screen and (min-width: 961px) {
  .footer .wrapper {
    width: 90%;
  }

  .footer__content {
    padding-top: 80px;
    padding-bottom: 75px;
    max-width: 1072px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__left {
    width: 446px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    margin-top: 13px;
  }

  .footer__logo {
    width: 147px;
    margin: 0;
    margin-top: 10px;
  }

  .footer__nav {
    margin-top: 0;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer__nav-list {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: start;
  }

  .footer__nav-item {
    font-weight: 600;
  }

  .footer__nav-item a {
    font-size: 1.8rem;
  }

  .footer__nav-item + .footer__nav-item {
    margin-top: 0;
  }

  .footer__link {
    width: 344px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }

  .footer__link-item {
    border: 2px solid #fff;
    width: 344px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(75, 130, 182, 0.3);
    margin: 0;
    background-size: 20px;
  }

  .footer__link-item + .footer__link-item {
    margin-top: 15px;
  }

  .footer__link-item a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.8rem;
    width: 100%;
    height: 100%;
    line-height: 70px;
    text-align: center;
  }

  .footer__icon {
    padding-bottom: 30px;
  }

  .footer__icon-item {
    width: 30px;
    height: 30px;
  }

  .footer__icon-item + .footer__icon-item {
    margin-left: 20px;
  }

  .footer__copyright {
    color: #fff;
    font-size: 1rem;
    padding-top: 0.2em;
    padding-bottom: 1em;
    letter-spacing: -0.7px;
    line-height: 50px;
  }
}

/*==================================================
** top-top
==================================================*/
/*----- .top-btn -----*/
.top-btn {
  width: 112px;
  height: 107px;
  position: absolute;
  bottom: 10px;
  right: 0px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding-top: 25px;
  line-height: 1.25em;
  position: relative;
}

.top-btn:hover {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);
}


/********************
	pege top
*******************/
#Pagetop {
  display: none;
  max-width: 100%;
  width: 95%;
  margin: 0 auto;
  position: fixed;
  bottom: 30px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

#Pagetop.stop {
  position: absolute;
  bottom: auto;
  top: 15px;
}

#Pagetop a {
  position: absolute;
  content: "";
  right: 10px;
  top: -50px;
  width: 56px;
  height: 56px;
}




/*==================================================
** sp用
==================================================*/
@media screen and (max-width: 960px) {
  .sp {
    display: initial
  }

  .pc {
    display: none;
  }

  .top-wrapper {
    background-image: url(../images/kv_sp_2.jpg);
    height: 118.01vw;
  }

  /*==================================================
** sp用 kv
==================================================*/
  .kv__subttl {
    font-size: 11.0rem;
  }

  .kv__subttl span {
    font-size: 8.0rem;
  }

  .kv__ttl {
    font-size: 5.5rem;
    color: #fedc3d;
    line-height: 1.45;
    font-weight: 600;
  }

  .kv__ttl span {
    font-size: 4.0rem;
    color: #fff;
  }
	
.kv .reserve-btn {
	top: 91vw;
}

.kv .reserve-btn:after {
	width: 2.67vw;
	height: 0.93vw;
	bottom: 0.45vw;
}
	
.kv .reserve-btn .reserve-inner {
    font-size: 2.4vw;
    padding-top: 1.2vw;
}
	
.kv .reserve-btn .contact-link {
	top: 8.33vw;
	width: 35.33vw;
	height: 6.53vw;
	border-radius: 3.27vw;
	font-size: 2vw;
}

  /*==================================================
** sp用 support_01
==================================================*/
  .support_01 .wrapper {
    background-image: url(../images/bg_01_sp.jpg);
    background-repeat: no-repeat;
    /*  background-size: contain;*/
    background-size: 100% auto;
    background-position: top center;
    height: 207.53vw;
    position: relative;
    width: 100%;
  }

  .support_01 h2 {
    font-size: 4.2rem;
    color: #fff;
    position: absolute;
    top: 9.5%;
    left: 17.5%
  }

  .support_01 p {
    font-size: 3.2rem;
    position: absolute;
    width: 87%;
    top: 17.5%;
    left: 6%;
  }

  .support_01 ul {
    font-size: 3.2rem;
  }

  .support_01 ul li:nth-of-type(1) {
    top: 80%;
    left: 11%;
  }

  .support_01 ul li:nth-of-type(2) {
    top: 61%;
    left: 30%;
  }

  .support_01 ul li:nth-of-type(3) {
    top: 91.5%;
    left: 49%;
  }

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

** sp用 reason
==================================================*/
  .reason {
    font-size: 3.2rem;
  }

  .reason .title p:nth-of-type(1),
  .reason .title p:nth-of-type(3) {
    font-size: 4.0rem;
  }

  .reason .title p:nth-of-type(3) {
    margin-bottom: 4%;
  }

  .reason_box {
    display: block;
  }

  .reason_box p {
    font-size: 3.2rem;
    margin-bottom: 5%;
  }



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

** sp用 support_02
==================================================*/
  .support_02 {
    background-image: url(../images/bg_02_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    height: 286.53vw;
    position: relative;
  }

  .support_02 .wrapper {
    padding: 7% 0;
  }

  .support_02 h2 {
    font-size: 5.4rem;
  }

  .support_02 h2 span {
    font-size: 4.0rem;
  }


  .support_02 .box {
    background-image: none;
    background-repeat: no-repeat;
    position: relative;
  }

  .support_02 .text_box_l {
    background-image: url(../images/bg_03_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    height: 106vw;
    position: relative;
    margin: 5% 0 7%;
  }

  .support_02 .text_box_r {
    background-image: url(../images/bg_04_sp.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    height: 106vw;
    position: relative;
    margin: 5% 0%;
  }

  .support_02 .box h3 {
    font-size: 4.0rem;
  }

  .support_02 .box h3 span {
    font-size: 3.2rem;
  }

  .support_02 .box p {
    font-size: 3.2rem;
  }

  .support_02 .text_box_l h3 {
    top: 24%;
    left: 29%;
  }

  .support_02 .text_box_l p {
    top: 41%;
    left: 13%;
  }

  .support_02 .text_box_r h3 {
    top: 24%;
    left: 25%;
  }

  .support_02 .text_box_r p {
    top: 40%;
    left: 20%;
  }

  .support_02 .text {
    font-size: 4.0rem;
    font-weight: bold;
    position: absolute;
    top: 90%;
    left: 17%;
  }

  .support_02 .text span {
    font-size: 6.0rem;
  }

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

** sp用 service
==================================================*/
  .service .box_top .title {
    margin-bottom: 5%;
  }


  .service .box_top .title img {
    position: static;
  }

  .service .box_top h4 {
    font-size: 4.0rem;
    position: static;
    margin-left: 2%;
  }

  .service .box_top img.sp {
    max-width: initial;
    width: 100%;
  }

  .service .box_bottom .title {
    margin-bottom: 5%;
  }


  .service .box_bottom h4 {
    font-size: 4.0rem;
    vertical-align: middle;
  }

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

** sp用 performance
==================================================*/
  .performance .wrapper {
    width: 100%;
  }

  .performance h2 {
    font-size: 4.0rem;
  }

  .performance .box_01,
  .performance .box_02,
  .performance .box_03,
  .performance .box_04 {
    width: 100%;
    margin-bottom: 7%;
  }

  .performance .box_01 img,
  .performance .box_03 img {
    margin-right: 0;
    vertical-align: top;
    padding-top: 5%;
  }

  .performance .box_02 img,
  .performance .box_04 img {
    margin-left: 0;
    vertical-align: top;
    padding-top: 5%;
  }


  .arrow_box .name {
    font-size: 3.0rem;
    text-align: right;
  }

  .arrow_box .name span {
    font-size: 3.2rem;
  }

  .performance .box_01 .arrow_box,
  .performance .box_03 .arrow_box {
    position: relative;
    width: 80%;
    height: 25%;
    background: #fff;
    padding: 20px;
    text-align: left;
    color: #000;
    font-size: 3.0rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }

  .performance .box_01 .arrow_box:after,
  .performance .box_03 .arrow_box:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 41px;
    border-right-width: 41px;
    margin-top: -10px;
    border-right-color: #fff;
    right: 100%;
    top: 20%;
  }


  .performance .box_02 .arrow_box,
  .performance .box_04 .arrow_box {
    position: relative;
    width: 80%;
    height: 25%;
    background: #fff;
    padding: 20px;
    text-align: left;
    color: #000;
    font-size: 3.0rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
  }

  .performance .box_02 .arrow_box:after,
  .performance .box_04 .arrow_box:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 41px;
    border-right-width: 41px;
    margin-top: -10px;
    border-left-color: #fff;
    left: 100%;
    top: 20%;
  }


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

** sp用 illust
==================================================*/
  .illust {
    background-color: #f6f8dc;
    height: 20.53vw;
    margin: 0;
  }

  .illust img {
    position: absolute;
    top: -70px;
    left: 40%;
  }


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

** sp用 entry
==================================================*/
  #form_box {
    background-color: #f6f8dc;
  }
}


/*==================================================
** sp調整用
==================================================*/

/*==================================================
** sp用 kv
==================================================*/
@media screen and (max-width: 800px) {
  .kv__ttl {
    font-size: 4.8rem;
  }

  .kv__ttl span {
    font-size: 3.3rem;
  }

  .kv__middle-content {
    margin-top: 5%;
  }
}

@media screen and (max-width: 700px) {
  .kv__subttl {
    font-size: 9.0rem;
  }

  .kv__subttl span {
    font-size: 5.0rem;
  }

  .kv__ttl {
    font-size: 4.3rem;
  }

  .kv__ttl span {
    font-size: 2.8rem;
  }

  .kv__middle-content {
    margin-top: 5%;
  }
}

@media screen and (max-width: 600px) {
  .kv__subttl {
    font-size: 7.8rem;
  }

  .kv__subttl span {
    font-size: 3.8rem;
  }

  .kv__ttl {
    font-size: 3.5rem;
  }

  .kv__ttl span {
    font-size: 2.2rem;
  }

  .kv__middle-content {
    margin-top: 5%;
  }
}

@media screen and (max-width: 500px) {
  .kv__subttl {
    font-size: 6.8rem;
  }

  .kv__subttl span {
    font-size: 3.6rem;
  }

  .kv__ttl {
    font-size: 3.1rem;
  }

  .kv__ttl span {
    font-size: 2.0rem;
  }

  .kv__middle-content {
    margin-top: 5%;
  }
}

@media screen and (max-width: 450px) {
	.kv .reserve-btn {
  width: 37.3333vw;
  height: 10.666vw;
	  right: 0;
	  top: 91vw;
	}

	.kv .reserve-btn:after {
	  content: "";
	  background-image: url(../images/arrow.png);
	  background-repeat: no-repeat;
	  background-size: contain;
	  display: block;
  width: 4.44vw;
  height: 1.66vw;
	  color: #fff;
	  position: absolute;
	  bottom: 0.45vw;
	  left: 50%;
	  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	}

	.kv .reserve-btn:hover {
	  background-color: rgba(0, 33, 64, 0.3);
	  opacity: 1;
	}

	.kv .reserve-btn .reserve-btn-inner {
		position: relative;
		height: 100%;
	}

	.kv .reserve-btn .reserve-inner {
	  display: block;
	  color: #fff;
	  text-decoration: none;
	  font-size: 2.4vw;
	  font-weight: 600;
	  width: 100%;
	  height: 100%;
  padding-top: 3vw;
	  text-align: center;
	  position: relative;
	}

	.kv .reserve-btn .contact-link {
		position: absolute;
		top: 5vw;
		left: -32vw;
		display: flex;
		align-items: center;
		justify-content: center;
	width: 168px;
	height: 10vw;
		background-color: #22a597;
		border-radius: 1.28vw;
		margin: 0 auto;
		font-weight: bold;
	font-size: 10px;
		color: #ffffff;
		text-align: center;
	}
}

@media screen and (max-width: 400px) {
  .kv__subttl {
    font-size: 6.5rem;
  }

  .kv__subttl span {
    font-size: 3.3rem;
  }

  .kv__ttl {
    font-size: 2.5rem;
  }

  .kv__ttl span {
    font-size: 1.8rem;
  }

  .kv__middle-content {
    margin-top: 4%;
  }
}

@media screen and (max-width: 350px) {
  .kv__ttl {
    font-size: 2.4rem;
  }

  .kv__ttl span {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 320px) {
  .kv__subttl {
    font-size: 6.0rem;
  }

  .kv__subttl span {
    font-size: 3.0rem;
  }
  
  .kv__ttl {
    font-size: 2.2rem;
  }

  .kv__ttl span {
    font-size: 1.5rem;
  }
}

/*==================================================
** sp用 support_01
==================================================*/
@media screen and (max-width: 900px) {
  .support_01 p {
    font-size: 3.0rem;
    top: 16%;
  }

  .support_01 ul li:nth-of-type(1) {
    left: 10%;
  }

  .support_01 ul li:nth-of-type(2) {
    left: 28%;
  }

  .support_01 ul li:nth-of-type(3) {
    left: 47%;
  }
}

@media screen and (max-width: 850px) {
  .support_01 h2 {
    font-size: 4.0rem;
    left: 15%
  }

  .support_01 p {
    font-size: 2.5rem;
    top: 16%;
  }

  .support_01 ul {
    font-size: 2.8rem;
  }

}

@media screen and (max-width: 780px) {
  .support_01 h2 {
    top: 9%;
    left: 12%
  }
}


@media screen and (max-width: 750px) {
  .support_01 h2 {
    font-size: 3.5rem;
    left: 15%
  }

  .support_01 p {
    font-size: 2.0rem;
    top: 18%;
  }

  .support_01 ul {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 680px) {
  .support_01 h2 {
    left: 11.5%
  }

  .support_01 ul {
    font-size: 2.3rem;
  }
}


@media screen and (max-width: 630px) {
  .support_01 h2 {
    font-size: 3.0rem;
    left: 13%
  }

  .support_01 ul {
    font-size: 2.3rem;
  }

  .support_01 p {
    font-size: 1.8rem;
    top: 18%;
  }

  .support_01 ul {
    font-size: 2.0rem;
  }

  .support_01 ul li:nth-of-type(1) {
    left: 12%;
  }

  .support_01 ul li:nth-of-type(2) {
    left: 30%;
  }

  .support_01 ul li:nth-of-type(3) {
    left: 48%;
  }
}

@media screen and (max-width: 580px) {
  .support_01 h2 {
    font-size: 2.8rem;
  }

  .support_01 p {
    top: 16%;
  }

  .support_01 ul {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 530px) {
  .support_01 h2 {
    font-size: 2.5rem;
    left: 14%
  }

  .support_01 p {
    font-size: 1.7rem;
    top: 16%;
  }

  .support_01 ul {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 510px) {
  .support_01 ul li:nth-of-type(1) {
    left: 10%;
  }

  .support_01 ul li:nth-of-type(2) {
    left: 29%;
  }

  .support_01 ul li:nth-of-type(3) {
    left: 47%;
  }
}


@media screen and (max-width: 480px) {
  .support_01 h2 {
    left: 11%
  }

  .support_01 p {
    font-size: 1.6rem;
  }

  .support_01 ul {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 450px) {
  .support_01 h2 {
    font-size: 2.1rem;
    left: 13%
  }

  .support_01 p {
    font-size: 1.5rem;
  }

  .support_01 ul {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 400px) {
  .support_01 h2 {
    font-size: 1.8rem;
    left: 13%
  }

  .support_01 p {
    font-size: 1.3rem;
  }

  .support_01 ul {
    font-size: 1.3rem;
  }

  .support_01 ul li:nth-of-type(1) {
    left: 9%;
  }

  .support_01 ul li:nth-of-type(2) {
    left: 27%;
  }

  .support_01 ul li:nth-of-type(3) {
    left: 45%;
  }
}

@media screen and (max-width: 320px) {
  .support_01 h2 {
    font-size: 1.6rem;
  }

  .support_01 p {
    font-size: 1.2rem;
  }

  .support_01 ul {
    font-size: 1.1rem;
  }
}

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

** sp用 reason
==================================================*/
@media screen and (max-width: 800px) {
  .reason .text {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 700px) {
  .reason .text {
    font-size: 2.5rem;
  }

  .reason .title p:nth-of-type(1),
  .reason .title p:nth-of-type(3) {
    font-size: 3.6rem;
  }
}


@media screen and (max-width: 700px) {

  .reason .title p:nth-of-type(1),
  .reason .title p:nth-of-type(3) {
    font-size: 3.3rem;
  }

  .reason_box p {
    font-size: 2.8rem;
    line-height: 1.2;
    margin: 2% 0 8%;
  }
}

@media screen and (max-width: 580px) {

  .reason .title p:nth-of-type(1),
  .reason .title p:nth-of-type(3) {
    font-size: 3.0rem;
  }

  .reason .text {
    font-size: 2.2rem;
  }

  .reason_box {
    margin-top: 13%;
  }

  .reason_box p {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 530px) {

  .reason .title p:nth-of-type(1),
  .reason .title p:nth-of-type(3) {
    font-size: 2.8rem;
  }

  .reason .text {
    margin-top: 7%;
  }

  .reason_box p {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 500px) {

  .reason .title p:nth-of-type(1),
  .reason .title p:nth-of-type(3) {
    font-size: 2.5rem;
  }

  .reason .text {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 430px) {

  .reason .title p:nth-of-type(1),
  .reason .title p:nth-of-type(3) {
    font-size: 2.4rem;
  }

  .reason .text {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 400px) {

    .reason .title p:nth-of-type(1),
    .reason .title p:nth-of-type(3) {
      font-size: 2.0rem;
    }

    .reason_box p {
      font-size: 2.1rem;
    }

    .reason .text {
      font-size: 1.8rem;
    }
  }

  @media screen and (max-width: 350px) {

    .reason .title p:nth-of-type(1),
    .reason .title p:nth-of-type(3) {
      font-size: 1.9rem;
    }

    .reason_box p {
      font-size: 2.1rem;
    }

    .reason .text {
      font-size: 1.7rem;
    }
  }

@media screen and (max-width: 320px) {

    .reason .title p:nth-of-type(1),
    .reason .title p:nth-of-type(3) {
      font-size: 1.7rem;
    }

    .reason_box p {
      font-size: 2.0rem;
    }

    .reason .text {
      font-size: 1.6rem;
    }
  }

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

** sp用 support_02
==================================================*/
@media screen and (max-width: 900px) {
  .support_02 .text_box_l p {
    left: 9%;
  }

  .support_02 .text_box_r p {
    top: 39%;
    left: 17%;
  }
}

@media screen and (max-width: 850px) {
  .support_02 .box h3 {
    font-size: 3.8rem;
  }

  .support_02 .box h3 span {
    font-size: 3.0rem;
  }

  .support_02 .box p {
    font-size: 3.0rem;
  }

  .support_02 .text {
    left: 10%;
  }
}

@media screen and (max-width: 800px) {
  .support_02 .text_box_l p {
    left: 7%;
  }

  .support_02 .text_box_r p {
    top: 37%;
    left: 13%;
  }
}


@media screen and (max-width: 750px) {
  .support_02 h2 {
    font-size: 5.0rem;
  }

  .support_02 h2 span {
    font-size: 3.6rem;
  }

  .support_02 .box h3 {
    font-size: 3.5rem;
  }

  .support_02 .box h3 span {
    font-size: 2.8rem;
  }

  .support_02 .box p {
    font-size: 2.8rem;
  }

  .support_02 .text {
    font-size: 3.5rem;
  }

  .support_02 .text span {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 750px) {
  .support_02 .box h3 {
    font-size: 3.2rem;
  }

  .support_02 .box h3 span {
    font-size: 2.5rem;
  }

  .support_02 .box p {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 680px) {
  .support_02 .text {
    left: 8%;
  }
}

@media screen and (max-width: 650px) {
  .support_02 h2 {
    font-size: 4.5rem;
  }

  .support_02 h2 span {
    font-size: 3.4rem;
  }

  .support_02 .box h3 {
    font-size: 3.0rem;
  }

  .support_02 .box h3 span {
    font-size: 2.3rem;
  }

  .support_02 .box p {
    font-size: 2.3rem;
  }

  .support_02 .text_box_r p {
    top: 39%;
  }

  .support_02 .text {
    font-size: 3.2rem;
  }

  .support_02 .text span {
    font-size: 5.2rem;
  }
}

@media screen and (max-width: 600px) {
  .support_02 .box h3 {
    font-size: 2.8rem;
  }

  .support_02 .box h3 span {
    font-size: 2.1rem;
  }

  .support_02 .box p {
    font-size: 2.1rem;
  }

  .support_02 .text {
    left: 5%;
  }
}

@media screen and (max-width: 550px) {
  .support_02 h2 {
    font-size: 4.0rem;
  }

  .support_02 h2 span {
    font-size: 3.0rem;
  }

  .support_02 .box h3 {
    font-size: 2.6rem;
  }

  .support_02 .box h3 span {
    font-size: 1.9rem;
  }

  .support_02 .box p {
    font-size: 1.9rem;
  }

  .support_02 .text_box_l p {
    left: 10%;
  }

  .support_02 .text_box_r p {
    left: 16%;
  }

  .support_02 .text {
    font-size: 2.8rem;
  }

  .support_02 .text span {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 500px) {
  .support_02 h2 {
    font-size: 3.8rem;
  }

  .support_02 h2 span {
    font-size: 2.8rem;
  }

  .support_02 .box h3 {
    font-size: 2.6rem;
  }

  .support_02 .box h3 span {
    font-size: 1.9rem;
  }

  .support_02 .box p {
    font-size: 1.7rem;
  }

  .support_02 .text {
    font-size: 2.4rem;
    left: 6%;
  }

  .support_02 .text span {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 470px) {
  .support_02 h2 {
    font-size: 3.5rem;
  }

  .support_02 h2 span {
    font-size: 2.5rem;
  }

  .support_02 .box h3 {
    font-size: 2.3rem;
  }

  .support_02 .box h3 span {
    font-size: 1.6rem;
  }

  .support_02 .box p {
    font-size: 1.6rem;
  }

  .support_02 .text {
    font-size: 2.2rem;
  }

  .support_02 .text span {
    font-size: 4.2rem;
  }
}


@media screen and (max-width: 430px) {
  .support_02 h2 {
    font-size: 3.3rem;
  }

  .support_02 h2 span {
    font-size: 2.3rem;
  }

  .support_02 .box h3 {
    font-size: 2.2rem;
  }

  .support_02 .box h3 span {
    font-size: 1.5rem;
  }

  .support_02 .box p {
    font-size: 1.5rem;
  }

  .support_02 .text {
    font-size: 2.0rem;
    left: 6%;
  }

  .support_02 .text span {
    font-size: 4.0rem;
  }
}

 @media screen and (max-width: 400px) {
    .support_02 h2 {
      font-size: 2.8rem;
    }

    .support_02 h2 span {
      font-size: 2.0rem;
    }

    .support_02 .box h3 {
      font-size: 2.0rem;
    }

    .support_02 .box h3 span {
      font-size: 1.3rem;
    }

    .support_02 .box p {
      font-size: 1.3rem;
    }

    .support_02 .text_box_l h3 {
      top: 22%;
    }

    .support_02 .text_box_l p {
      left: 8%;
    }

    .support_02 .text_box_r h3 {
      top: 22%;
      left: 19%;
    }

    .support_02 .text_box_r p {
      top: 38%;
      left: 15%;
    }

    .support_02 .text {
      font-size: 1.7rem;
      left: 10%;
    }

    .support_02 .text span {
      font-size: 3.1rem;
    }
  }

  @media screen and (max-width: 350px) {
    .support_02 .text {
      left: 8%;
    }
  }

@media screen and (max-width: 320px) {
    .support_02 h2 {
      font-size: 2.5rem;
    }

    .support_02 .box h3 {
      font-size: 1.8rem;
    }

    .support_02 .box h3 span {
      font-size: 1.2rem;
    }

    .support_02 .box p {
      font-size: 1.2rem;
    }

    .support_02 .text_box_l p {
      left: 7.5%;
    }

    .support_02 .text {
      font-size: 1.6rem;
      left: 8%;
    }

    .support_02 .text span {
      font-size: 2.8rem;
    }
  }

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

** sp用 service
==================================================*/
@media screen and (max-width: 860px) {

  .service .box_top h4,
  .service .box_bottom h4 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 770px) {
  .service .title img {
    width: 20%;
  }

  .service .box_top h4,
  .service .box_bottom h4 {
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 610px) {

  .service .box_top h4,
  .service .box_bottom h4 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 510px) {

  .service .box_top h4,
  .service .box_bottom h4 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 400px) {

    .service .box_top h4,
    .service .box_bottom h4 {
      font-size: 1.6rem;
    }
  }

@media screen and (max-width: 320px) {

    .service .box_top h4,
    .service .box_bottom h4 {
      font-size: 1.5rem;
    }
  }


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

** sp用 performance
==================================================*/
@media screen and (max-width: 800px) {
  .performance h2 {
    font-size: 3.8rem;
  }

  .arrow_box .name {
    font-size: 2.8rem;
  }

  .arrow_box .name span {
    font-size: 3.0rem;
  }

  .performance .box_01 .arrow_box,
  .performance .box_02 .arrow_box,
  .performance .box_03 .arrow_box,
  .performance .box_04 .arrow_box {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 700px) {
  .performance h2 {
    font-size: 3.5rem;
  }

  .arrow_box .name {
    font-size: 2.5rem;
  }

  .arrow_box .name span {
    font-size: 2.7rem;
  }

  .performance .box_01 .arrow_box,
  .performance .box_02 .arrow_box,
  .performance .box_03 .arrow_box,
  .performance .box_04 .arrow_box {
    font-size: 2.5rem;
    width: 75%;
  }
}

@media screen and (max-width: 600px) {
  .performance h2 {
    font-size: 3.2rem;
  }

  .arrow_box .name {
    font-size: 2.2rem;
  }

  .arrow_box .name span {
    font-size: 2.4rem;
  }

  .performance .box_01 .arrow_box,
  .performance .box_02 .arrow_box,
  .performance .box_03 .arrow_box,
  .performance .box_04 .arrow_box {
    font-size: 2.2rem;
    width: 70%;
  }
}

@media screen and (max-width: 550px) {
  .performance h2 {
    font-size: 3.0rem;
  }

  .arrow_box .name {
    font-size: 2.0rem;
  }

  .arrow_box .name span {
    font-size: 2.2rem;
  }

  .performance .box_01 .arrow_box,
  .performance .box_02 .arrow_box,
  .performance .box_03 .arrow_box,
  .performance .box_04 .arrow_box {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 500px) {
  .performance h2 {
    font-size: 2.8rem;
  }

  .arrow_box .name {
    font-size: 1.8rem;
  }

  .arrow_box .name span {
    font-size: 2.0rem;
  }

  .performance .box_01 .arrow_box,
  .performance .box_02 .arrow_box,
  .performance .box_03 .arrow_box,
  .performance .box_04 .arrow_box {
    font-size: 1.8rem;
    width: 67%;
  }
}

@media screen and (max-width: 500px) {
  .performance h2 {
    font-size: 2.5rem;
  }

  .arrow_box .name {
    font-size: 1.5rem;
  }

  .arrow_box .name span {
    font-size: 1.7rem;
  }

  .performance .box_01 .arrow_box,
  .performance .box_02 .arrow_box,
  .performance .box_03 .arrow_box,
  .performance .box_04 .arrow_box {
    font-size: 1.5rem;
    width: 65%;
  }
}

@media screen and (max-width: 400px) {
    .performance h2 {
      font-size: 2.1rem;
    }

    .arrow_box .name {
      font-size: 1.2rem;
    }

    .arrow_box .name span {
      font-size: 1.3rem;
    }

    .performance .box_01 .arrow_box,
    .performance .box_02 .arrow_box,
    .performance .box_03 .arrow_box,
    .performance .box_04 .arrow_box {
      font-size: 1.3rem;
      width: 56%;
      padding: 15px;
    }
  }

@media screen and (max-width: 320px) {
    .performance h2 {
      font-size: 1.9rem;
    }

    .performance .box_01 .arrow_box,
    .performance .box_02 .arrow_box,
    .performance .box_03 .arrow_box,
    .performance .box_04 .arrow_box {
      font-size: 1.3rem;
      width: 55%;
      padding: 8px;
    }
  }

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

** sp用 illust
==================================================*/
@media screen and (max-width: 800px) {
  .illust img {
    top: -50px;
    left: 37%;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .illust {
    height: 30.53vw;
  }

  .illust img {
    top: -40px;
    left: 35%;
  }
}

@media screen and (max-width: 600px) {
  .illust img {
    ;
    left: 29%;
  }
}

@media screen and (max-width:450px) {
  .illust {
    height: 35.53vw;
  }
}

@media screen and (max-width:400px) {
    .illust {
      height: 45.53vw;
    }

    .illust img {
      top: -25px;
      left: 24%;
    }
  }

@media screen and (max-width:320px) {
    .illust {
      height: 48.53vw;
    }

    .illust img {
      top: -25px;
      left: 22%;
    }
  }