@charset "UTF-8";
#header {
  background: url(../images/bg1.png) no-repeat center top;
  background-size: cover;
}

#header #mainvisual .container {
  height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 1200px) {
  #header #mainvisual .container {
    min-height: 510px;
  }
	@media only screen and (max-height: 700px) {
	  #header #mainvisual .container h1 {
		font-size: 6vh !important;
	  }
	  #header #mainvisual .container p {
		font-size: 3vh !important;
	  }
	}
}



#header #mainvisual .container h1 {
  color: #fff;
  font-weight: bold;
  font-size: 52px;
  text-shadow: 0 0 15px #05427e;
  line-height: 1.3;
  margin-bottom: 20px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#header #mainvisual .container p {
  font-weight: bold;
  font-size: 26px;
  text-shadow: 0 0 15px #05427e;
  color: #fff;
  margin-bottom: 60px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#header #mainvisual .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header #mainvisual .container ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #ffffff;
  padding: 20px 30px 20px 80px;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  min-width: 370px;
  height: 90px;
  color: #fff;
}

#header #mainvisual .container ul li a em {
  font-size: 16px;
  margin-right: 15px;
}

#header #mainvisual .container ul li a span {
  font-size: 30px;
}

#header #mainvisual .container ul li:first-child {
  margin-right: 30px;
}

#header #mainvisual .container ul li:first-child a {
  background: #055b98 url(../images/mainvisual_icon1.png) no-repeat left 30px center;
}

#header #mainvisual .container ul li:first-child a:hover {
  background: #d71c51 url(../images/mainvisual_icon1.png) no-repeat left 30px center;
}

#header #mainvisual .container ul li:last-child a {
  background: #23b2ee url(../images/mainvisual_icon2.png) no-repeat left 30px center;
  padding-left: 100px;
}

#header #mainvisual .container ul li:last-child a:hover {
  background: #d71c51 url(../images/mainvisual_icon2.png) no-repeat left 30px center;
}

/* ▽ PC2 layout ========== */
@media only screen and (max-width: 1199px) {
  #header #mainvisual .container .content {
    width: 100%;
  }
  #header #mainvisual .container .content h1 {
    font-size: 50px;
  }
  #header #mainvisual .container .content p {
    font-size: 23px;
  }
  #header #mainvisual .container .content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #header #mainvisual .container .content ul li {
    margin-bottom: 10px;
    width: 49%;
  }
  #header #mainvisual .container .content ul li:first-child {
    margin-right: 0;
  }
  #header #mainvisual .container .content ul li:last-child {
    margin-bottom: 0;
  }
  #header #mainvisual .container .content ul li a {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    font-size: 14px;
  }
  #header #mainvisual .container .content ul li a span {
    font-size: 22px;
  }
}

/* ========== end △ */
/* ▽ PC2 layout ========== */
@media only screen and (max-width: 850px) {
  #header #mainvisual .container {
    height: auto;
    padding: 100px 20px;
  }
  #header #mainvisual .container .content h1 {
    font-size: 40px;
  }
  #header #mainvisual .container .content p {
    font-size: 20px;
  }
  #header #mainvisual .container .content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #header #mainvisual .container .content ul li {
    width: 100%;
  }
  #header #mainvisual .container .content ul li a {
    padding: 20px 20px 20px 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #header #mainvisual .container {
    padding: 60px 20px;
  }
  #header #mainvisual .container .content ul {
    display: none;
  }
  #header #mainvisual .container .content h1 {
    font-size: 35px;
  }
  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 639px) and (max-width: 460px) {
  #header #mainvisual .container .content h1 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 639px) {
  /* ========== end △ */
  #header #mainvisual .container .content p {
    font-size: 18px;
  }
  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 639px) and (max-width: 460px) {
  #header #mainvisual .container .content p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 420px) {
  #header #mainvisual .container .content h1 {
    font-size: 28px;
  }
  .tt2_sec .container > p {
    text-align: left !important;
  }
  /* ========== end △ */
}

/* ========== end △ */
.tt1_sec {
  padding: 95px 0;
}

.tt1_sec .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tt1_sec .container .content .left {
  min-width: 190px;
  margin-right: 100px;
}

.tt1_sec .container .content .left .btn1 a {
  height: 45px;
  min-width: 160px;
}

.tt1_sec .container .content .right {
  width: 100%;
  height: 155px;
  overflow: auto;
}

.tt1_sec .container .content .right dl {
  border-bottom: 1px solid #edefef;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tt1_sec .container .content .right dl:first-child {
  border-top: 1px solid #edefef;
}

.tt1_sec .container .content .right dl dt {
  margin-right: 20px;
  color: #6e767a;
  min-width: 86px;
}

/* ▽ PC2 layout ========== */
@media only screen and (max-width: 850px) {
  .tt1_sec {
    padding: 60px 0;
  }
  .tt1_sec .container .content .left {
    margin-right: 40px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt1_sec {
    padding: 0px 0 40px;
  }
  .tt1_sec .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 80px;
  }
  .tt1_sec .container .content .left {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
  .tt1_sec .container .content .left .cm_tt1 {
    padding-left: 0;
  }
  .tt1_sec .container .content .left .btn1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tt1_sec .container .content .left .btn1 a {
    min-height: 40px;
  }
  .tt1_sec .container .content .right {
    height: 205px;
  }
  .tt1_sec .container .content .right dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .tt1_sec .container .content .right dl dt {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 14px;
  }
}

/* ========== end △ */
.tt2_sec {
  padding: 75px 0;
  background: #f4fbfe;
}

.tt2_sec .container > p {
  text-align: center;
  margin-bottom: 45px;
}

.tt2_sec .container .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 65px;
}

.tt2_sec .container .wrap_content .content h3 {
  margin-left: -20px;
}

.tt2_sec .container .wrap_content .content figure {
  margin-top: -60px;
}

.tt2_sec .container .wrap_content .content .inner {
  padding: 20px;
  -webkit-box-shadow: 0 0 15px #e5e5e5;
  box-shadow: 0 0 15px #e5e5e5;
  background: #fff;
}

.tt2_sec .container .wrap_content .content .inner h4 {
  text-align: center;
  margin-bottom: 10px;
}

.tt2_sec .container .wrap_content .content .inner h4 span {
  display: inline-block;
  width: 210px;
  background: #05629f;
  color: #fff;
  font-size: 18px;
  border-radius: 22px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#05629f), to(#24b2ee));
  background: -webkit-linear-gradient(left, #05629f 0%, #24b2ee 100%);
  background: -o-linear-gradient(left, #05629f 0%, #24b2ee 100%);
  background: linear-gradient(90deg, #05629f 0%, #24b2ee 100%);
  margin-bottom: 5px;
}

.tt2_sec .container .wrap_content .content .inner h4 span:after {
  display: block;
  width: 100%;
  height: 7px;
  left: 0;
  bottom: -7px;
  background: url(../images/row2.png) no-repeat center bottom;
  position: absolute;
  content: "";
}

.tt2_sec .container .wrap_content .content .inner h4 strong {
  display: block;
  font-size: 26px;
}

.tt2_sec .container .wrap_content .content .inner ul li {
  background: url(../images/tick.png) no-repeat left top 5px;
  padding-left: 25px;
}

/* ▽ PC2 layout ========== */
@media only screen and (max-width: 1199px) {
  .tt2_sec .container .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .tt2_sec .container .wrap_content .content {
    margin: 0 30px 50px;
  }
  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 1199px) and (max-width: 639px) {
  .tt2_sec .container .wrap_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tt2_sec .container .wrap_content .content {
    width: 100%;
    margin: 0 3% 7%;
  }
  .tt2_sec .container .wrap_content .content figure img {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  /* ========== end △ */
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt2_sec {
    padding: 40px 0;
  }
  .tt2_sec .container .wrap_content .content .inner h4 span {
    font-size: 16px;
  }
  .tt2_sec .container .wrap_content .content .inner h4 strong {
    font-size: 20px;
  }
}

/* ========== end △ */
.tt3_sec {
  padding: 85px 0;
}

.tt3_sec .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt3_sec .container .content .left {
  margin-right: 50px;
}

.tt3_sec .container .content .right p {
  margin-bottom: 20px;
}

.tt3_sec .container .content .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tt3_sec .container .content .right ul li {
  width: 48%;
}

.tt3_sec .container .content .right ul li a {
  width: 100%;
  min-width: 100%;
}

/* ▽ PC2 layout ========== */
@media only screen and (max-width: 1199px) {
  .tt3_sec .container .content .left {
    min-width: 35%;
  }
}

/* ========== end △ */
/* ▽ PC2 layout ========== */
@media only screen and (max-width: 850px) {
  .tt3_sec .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt3_sec .container .content .left {
    min-width: 100%;
	margin-right: 0;
    margin-bottom: 30px;
  }
  .tt3_sec .container .content .right {
    width: 100%;
  }
  .tt3_sec .container .content .right ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt3_sec .container .content .right ul li {
    width: 100%;
    margin-bottom: 10px;
    max-width: 280px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt3_sec {
    padding: 40px 0;
  }
  .tt3_sec .container .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tt3_sec .container .content .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* ========== end △ */
.tt4_sec {
  background: url(../images/tt4_img1.png) no-repeat center top;
  padding: 210px 0 100px;
}

.tt4_sec .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tt4_sec .container .content {
  background: #fff;
  -webkit-box-shadow: 0 0 15px #e5e5e5;
  box-shadow: 0 0 15px #e5e5e5;
  padding: 80px;
}

.tt4_sec .container .content p {
  margin-bottom: 30px;
}

/* ▽ PC2 layout ========== */
@media only screen and (max-width: 850px) {
  .tt4_sec .container .content {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt4_sec {
    background: url(../images/sp_bg1.jpg) no-repeat center top;
    background-size: 100% auto;
    padding: 100px 0 40px;
  }
  .tt4_sec .container .content {
    padding: 30px 25px;
  }
}

/* ========== end △ */
.spec_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}

.spec_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spec_ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #ffffff;
  padding: 20px 30px 20px 80px;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  min-width: 360px;
  height: 90px;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.spec_ul li a em {
  font-size: 14px;
  margin-right: 15px;
}

.spec_ul li a span {
  font-size: 25px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 460px) {
  .spec_ul li a {
    min-width: 100%;
    background-size: 30px auto !important;
    padding-left: 70px !important;
    padding-right: 10px !important;
  }
  .spec_ul li a em {
    font-size: 16px;
  }
  .spec_ul li a span {
    font-size: 20px;
  }
}

/* ========== end △ */
.spec_ul li:first-child {
  margin-right: 0;
  margin-bottom: 10px;
}

.spec_ul li:first-child a {
  background: #055b98 url(../images/mainvisual_icon1.png) no-repeat left 30px center;
}

.spec_ul li:first-child a:hover {
  background: #d71c51 url(../images/mainvisual_icon1.png) no-repeat left 30px center;
}

.spec_ul li:last-child a {
  background: #23b2ee url(../images/mainvisual_icon2.png) no-repeat left 30px center;
  padding-left: 100px;
}

.spec_ul li:last-child a:hover {
  background: #d71c51 url(../images/mainvisual_icon2.png) no-repeat left 30px center;
}
