#mainvisual {
  background: url(../images/sp_mainvisual.png) no-repeat left top;
  background-size: cover;
  position: relative;
}

#mainvisual .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 10px 40px 40px;
}

#mainvisual .container .inner p {
  color: #fff;
  font-size: 3vw;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 30px;
}

#mainvisual .container .inner h1 {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 30px;
}

#mainvisual .container .inner h1 span {
  font-size: 3vw;
  letter-spacing: 4px;
  position: relative;
}

#mainvisual .container .inner h1 span:after {
  display: block;
  width: 20vw;
  height: 1px;
  background: #fff;
  position: absolute;
  right: -22vw;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
}

#mainvisual .container .inner h1 strong {
  display: block;
  font-size: 11vw;
  letter-spacing: 10px;
  font-weight: 600;
  line-height: 1.0;
}

@media screen and (min-width: 481px) {
  #mainvisual .container .inner p {
    font-size: 15px;
  }
  #mainvisual .container .inner h1 span {
    font-size: 15px;
  }
  #mainvisual .container .inner h1 span:after {
    width: 7em;
    right: -8em;
  }
  #mainvisual .container .inner h1 strong {
    font-size: 54px;
  }
}

#main .tt1_sec {
  padding: 40px 0;
  background: #fff;
  position: relative;
}

#main .tt1_sec .container {
  position: relative;
  z-index: 2;
}

#main .tt1_sec .container .box1 h2 {
  text-align: center;
  font-size: 24px;
  color: #00b7df;
  margin-bottom: 35px;
}

#main .tt1_sec .container .box1 h2 span {
  display: block;
  margin-bottom: 10px;
}

#main .tt1_sec .container .box1 h2 span img {
  width: auto;
  max-width: 100%;
  max-height: 30px;
}

#main .tt1_sec .container .box1 .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .tt1_sec .container .box1 .wrap_content .content {
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px #f6f6f6;
  box-shadow: 0px 5px 10px #f6f6f6;
  padding: 0px 0 40px;
  margin-bottom: 40px;
}

#main .tt1_sec .container .box1 .wrap_content .content:last-child {
  margin-bottom: 0;
}

#main .tt1_sec .container .box1 .wrap_content .content figure {
  margin-bottom: 15px;
}

#main .tt1_sec .container .box1 .wrap_content .content ul {
  margin-bottom: 25px;
  min-height: 219px;
}

#main .tt1_sec .container .box1 .wrap_content .content ul li {
  list-style-type: disc;
  margin-left: 20px;
}

#main .tt1_sec .container .box1 .wrap_content .content ul li span {
  font-size: 16px;
  font-weight: bold;
}

#main .tt1_sec .container .box1 .wrap_content .content .btn1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main .tt11_sec {
  background: #f4f4f4 url(../images/bg3.png) no-repeat center bottom;
  padding: 40px 0;
}

#main .tt11_sec .container .cm_tt2 {
  margin-bottom: 30px;
}

#main .tt11_sec .container .mid {
  z-index: 1;
  min-width: 100%;
  height: auto;
  background: #20719b;
  text-align: center;
  padding: 20px 5px;
  margin-bottom: 20px;
}

#main .tt11_sec .container .mid p {
  line-height: 2.2;
  color: #fff;
}

#main .tt11_sec .container .wrap_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 97.6vw;
}

#main .tt11_sec .container .wrap_content .left {
  position: relative;
  width: 100%;
  height: 100%;
}

#main .tt11_sec .container .wrap_content .left:first-child {
  z-index: 2;
}

#main .tt11_sec .container .wrap_content .left:first-child .inner {
  position: absolute;
}

#main .tt11_sec .container .wrap_content .left:first-child .inner:first-child {
  right: 0;
  top: 17vw;
}

#main .tt11_sec .container .wrap_content .left:first-child .inner:nth-child(2) {
  left: 0;
  top: 17vw;
}

#main .tt11_sec .container .wrap_content .left:first-child .inner:nth-child(3) {
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}

#main .tt11_sec .container .wrap_content .left:first-child .inner:nth-child(4) {
  left: 0;
  top: 49.6vw;
}

#main .tt11_sec .container .wrap_content .left:first-child .inner:nth-child(5) {
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

#main .tt11_sec .container .wrap_content .left:first-child .inner:nth-child(6) {
  right: 0;
  top: 49.6vw;
}

#main .tt11_sec .container .wrap_content .left:first-child .inner:nth-child(7) {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #c7dff3;
  margin: auto;
}

#main .tt11_sec .container .wrap_content .left:first-child .inner:nth-child(7) a {
  background: #f4f4f4;
}

#main .tt11_sec .container .wrap_content .left:first-child .inner:nth-child(7) a:after {
  display: none;
}

#main .tt11_sec .container .wrap_content .module-border-wrap {
  width: 36.5vw;
  height: 31vw;
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(#2f6afc), to(#00b7e1));
  background: -webkit-linear-gradient(bottom, #2f6afc, #00b7e1);
  background: -o-linear-gradient(bottom, #2f6afc, #00b7e1);
  background: linear-gradient(to top, #2f6afc, #00b7e1);
  padding: 1px;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

#main .tt11_sec .container .wrap_content .module {
  background: #fff;
  color: white;
  height: 100%;
  display: block;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #000;
  text-align: center;
  position: relative;
}

#main .tt11_sec .container .wrap_content .module:after {
  display: block;
  width: 15px;
  height: 10px;
  background: url(../images/tt1_icon3.png) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  content: "";
  margin: auto;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#main .tt11_sec .container .wrap_content .module span {
  font-size: 3.5vw;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#main .tt11_sec .container .wrap_content .module:hover {
  background: #00b7df;
}

#main .tt11_sec .container .wrap_content .module:hover:after {
  bottom: 0;
  opacity: 0;
}

#main .tt11_sec .container .wrap_content .module:hover span, #main .tt11_sec .container .wrap_content .module:hover strong {
  color: #fff;
}

#main .tt11_sec .container .wrap_content .module strong {
  display: block;
  color: #00b7df;
  letter-spacing: 2px;
  font-weight: 500;
  font-family: "Barlow Condensed", sans-serif;
  margin-top: 5px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 2.5vw;
}

#main .tt2_sec {
  padding: 40px 0;
}

#main .tt2_sec.bg {
  background: #f4f4f4;
}

#main .tt2_sec.bg .container .wrap_content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -2%;
}

#main .tt2_sec.bg .container .wrap_content .content {
  width: 100%;
  margin: 0 2% 40px;
}

#main .tt2_sec .container h2 {
  margin-bottom: 50px;
}

#main .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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .tt2_sec .container .wrap_content .content {
  background: #fff;
  -webkit-box-shadow: 0px 5px 20px #eeeeee;
  box-shadow: 0px 5px 20px #eeeeee;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

#main .tt2_sec .container .wrap_content .content figure {
  position: relative;
}

#main .tt2_sec .container .wrap_content .content figure img {
  width: 100%;
}

#main .tt2_sec .container .wrap_content .content figure span {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: -10px;
  background: #20719b;
  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;
  color: #fff;
  font-size: 25px;
  font-family: "Barlow Condensed", sans-serif;
}

#main .tt2_sec .container .wrap_content .content .inner {
  padding: 20px;
}

#main .tt2_sec .container .wrap_content .content .inner h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

#main .tt2_sec .container .wrap_content .content .inner p {
  margin-bottom: 20px;
}

#main .tt2_sec .container .wrap_content .content .inner .btn1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

#main .tt2_sec .container .wrap_content .content .inner .btn1 a {
  min-width: 80%;
}

#main .tt3_sec {
  background: #f4f4f4;
  padding-bottom: 40px;
}

#main .tt3_sec .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#main .tt3_sec .container:last-child {
  margin-bottom: 0;
}

#main .tt3_sec .container .left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 20px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  background: #fff;
}

#main .tt3_sec .container .left h2 {
  background: none;
  text-align: left;
  margin-top: -95px;
}

#main .tt3_sec .container .left .content {
  width: 100%;
  margin-right: 0;
}

#main .tt3_sec .container .left .content p {
  margin-bottom: 20px;
}

#main .tt3_sec .container .right {
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#main .tt5_sec {
  padding: 40px 0;
}

#main .tt5_sec .container .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#main .tt5_sec .container .content {
  height: 310px;
  overflow: auto;
  margin-bottom: 40px;
}

#main .tt5_sec .container .content dl {
  border-bottom: 1px dotted #cdcdcd;
  padding: 10px 0;
}

#main .tt5_sec .container .content dl dt {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
  padding: 0 20px 0 0;
  width: 150px;
}

#main .tt5_sec .container .btn1 {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main .tt6_sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .tt6_sec h2 {
  font-size: 26px;
  letter-spacing: 3px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  text-align: center;
}

#main .tt6_sec h2 span {
  font-size: 45px;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 100;
}

#main .tt6_sec h2 strong {
  font-size: 16px;
  color: #fff;
}

#main .tt6_sec .btn1 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#main .tt6_sec .left {
  width: 100%;
  background: url(../images/bg1.png) no-repeat right center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
}

#main .tt6_sec .right {
  width: 100%;
  background: url(../images/bg2.png) no-repeat left center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
}
