body, html {
  padding: 0px;
  margin: 0px;
  font-family: 'Noto Sans JP', sans-serif;
}

html {
  font-size: 10px;
}

p {
  margin: 0px;
}

h1, h2, h3, h4 {
  margin: 0px;
}

ul, li, ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

figure {
  margin: 0px;
}

dl, dd, dt {
  margin: 0px;
}

.main-visual {
  text-align: center;
  background: url(../img/common/main_back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-visual .main-logo {
  text-align: left;
}

.main-visual .main-visual__text {
  padding-top: 15px;
  padding-bottom: 120px;
}

.main-visual .main-visual__text .text-1 {
  color: #fff;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.main-visual .main-visual__text .text-2 {
  background: #fff;
  padding: 10px 20px 10px 20px;
  font-size: 3.6rem;
  display: inline-block;
  font-weight: bold;
  margin-right: 3%;
  margin-left: 3%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-visual .main-visual__text .text-2 span {
  background: -webkit-linear-gradient(0deg, #2ca4a3, #3798c2, #9181af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-visual .main-visual__text .text-3 {
  font-size: 4.6rem;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}

.main-visual .main-visual__text .text-3 span {
  display: block;
  width: 250px;
}

.main-visual .main-visual__text .text-3:after {
  content: "";
  width: calc(50% - 100px);
  border-bottom: 1px solid #fff;
}

.main-visual .main-visual__text .text-3:before {
  content: "";
  width: calc(50% - 100px);
  border-bottom: 1px solid #fff;
}

.main-visual .main-visual__text .text-4 {
  font-size: 9rem;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-family: 'Bebas Neue', cursive;
  line-height: 9rem;
  font-weight: 100;
}

.main-visual .main-visual__text .text-5 {
  color: #fff;
  font-size: 1.8rem;
  line-height: 3.2rem;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 70px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.btn-type1 {
  background: #fff;
  color: #000;
  width: 90%;
  max-width: 463px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: 90%;
  display: block;
  border-radius: 10px;
  font-size: 2.4rem;
  text-decoration: none;
  font-weight: bold;
  color: #183753;
  background-color: #fff;
  -webkit-filter: drop-shadow(13px 14px 20px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(13px 14px 20px rgba(0, 0, 0, 0.3));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-type1:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -3px;
}

.section-type1 {
  text-align: center;
  position: relative;
  z-index: 1000;
  background: url(../img/common/bg_line.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.section-type1 .inner {
  padding-top: 80px;
  background: url(../img/common/back_texture.png);
  background-repeat: no-repeat;
  background-size: 30%;
}

.section-type1 header {
  padding-bottom: 50px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.section-type1 header h2 {
  font-size: 4rem;
  padding-bottom: 10px;
}

.section-type1 header h2 span {
  background: -webkit-linear-gradient(0deg, #2ca4a3, #3798c2, #9181af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-type1 header p {
  font-size: 1.4rem;
  font-weight: bold;
}

.concept-text1 {
  padding-bottom: 60px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.concept-text1 p {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  width: 94%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  line-height: 3.2rem;
}

.theme-area {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  background: url(../img/common/text1.png);
  background-position: top right;
  background-repeat: no-repeat;
}

.theme-area h3 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  padding-bottom: 20px;
  text-align: left;
}

.theme-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.theme-area ul li {
  width: 32.3333333%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  text-align: left;
}

.theme-area ul li:nth-child(3n) {
  margin-right: 0px;
}

.theme-area ul li figure {
  padding-top: 120px;
  border-radius: 5px;
}

.theme-area ul li figure figcaption {
  color: #fff;
  font-size: 1.4rem;
  padding: 0 15px 15px 15px;
  font-weight: bold;
}

.target-box {
  border: 1px solid #000;
  background: #fff;
  max-width: 850px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 50px 25px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-top: 40px;
}

.target-box dt {
  border-right: 1px solid #000;
  font-size: 1.8rem;
  width: 100px;
}

.target-box dd {
  padding-left: 45px;
  text-align: left;
  font-size: 1.8rem;
  width: calc(100% - 100px);
}

.target-box dd ul li {
  list-style: disc;
}

.section-type2 {
  background: url(../img/common/bg_l.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
  margin-top: -50px;
}

.section-type2 .inner {
  max-width: 1024px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-type2 .inner header {
  text-align: center;
  color: #fff;
}

.section-type2 .inner header h2 {
  font-size: 4rem;
  padding-bottom: 10px;
}

.section-type2 .inner header p {
  font-size: 1.4rem;
  font-weight: bold;
}

.section-type2 .article-list__type1 {
  padding-top: 70px;
  background: url(../img/common/text2.png);
  background-repeat: no-repeat;
  background-position: top left;
}

.article-list__type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.article-list__type1 li {
  width: 32.33333%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.article-list__type1 li:nth-child(3n) {
  margin-right: 0px;
}

.article-list__type1 li figure {
  padding-top: 135px;
}

.article-list__type1 li dl {
  padding: 20px;
}

.article-list__type1 li dl dt {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: left;
}

.article-list__type1 li dl dd {
  line-height: 1.6rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.section-type3 {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 120px;
  background: #f4f4f4;
}

.section-type3 .inner {
  max-width: 1024px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-type3 header {
  padding-bottom: 50px;
}

.section-type3 header h2 {
  font-size: 4rem;
  padding-bottom: 10px;
}

.section-type3 header h2 span {
  background: -webkit-linear-gradient(0deg, #2ca4a3, #3798c2, #9181af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-type3 header p {
  font-weight: bold;
  font-size: 1.4rem;
}

.section-type4 {
  background: url(../img/common/bg_line.png);
  background-position: top center;
}

.section-type4 .innerbg {
  background: url(../img/common/back_texture2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.section-type4 .inner {
  background: url(../img/common/text3.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 80px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-type4 .inner .left {
  width: 46%;
}

.section-type4 .inner .left a {
  color: #3499c0;
}

.section-type4 .inner .left header {
  margin-bottom: 60px;
}

.section-type4 .inner .left header h2 {
  font-size: 4rem;
  padding-top: 100px;
  padding-bottom: 10px;
}

.section-type4 .inner .left header h2 span {
  background: -webkit-linear-gradient(0deg, #2ca4a3, #3798c2, #9181af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-type4 .inner .left header p {
  font-size: 1.4rem;
  font-weight: bold;
}

.section-type4 .inner .left dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.section-type4 .inner .left dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 125px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.section-type4 .inner .left dl dt span {
  background: #2c9fb5;
  padding: 5px 20px 5px 20px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section-type4 .inner .left dl dd {
  width: calc(100% - 125px);
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

.section-type4 .inner .right {
  width: 46%;
  padding-top: 100px;
  padding-bottom: 483px;
}

.section-type4 .inner .right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

.section-type4 .inner .right li:after {
  content: "";
  display: block;
  height: 45px;
  width: 20px;
  background: #cfe5eb;
  position: absolute;
  left: 37px;
  bottom: -35px;
}

.section-type4 .inner .right li:last-child:after {
  display: none;
}

.section-type4 .inner .right li dl {
  width: calc(100% - 95px);
  padding-top: 10px;
}

.section-type4 .inner .right li dl dt {
  border-bottom: 1px solid #000;
  font-size: 1.8rem;
  padding-bottom: 10px;
  padding-left: 20px;
  font-weight: bold;
}

.section-type4 .inner .right li dl dt span {
  background: -webkit-linear-gradient(0deg, #2ca4a3, #3798c2, #9181af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-type4 .inner .right li dl dd {
  font-size: 1.8rem;
  padding-top: 10px;
  padding-left: 20px;
}

.section-type4 .inner .right li .circle {
  /*background:#2e9dbc;*/
  border-radius: 50px;
  width: 95px;
  height: 95px;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 1000;
  font-style: italic;
  text-indent: -5px;
  /*&:after{
            content: "";
            display:block;
            position: absolute;
            top:0px;
            left:0px;
            background:#cfe5eb;
            width:50%;
            padding-top:100%;
            transform-origin:center right 0;
            transform: rotate(0deg);
            border-top-left-radius:48deg;
            border-bottom-left-radius:48deg;
          }
          &:before{
            content: "";
            display:block;
            position: absolute;
            top:0px;
            right:0px;
            background:#cfe5eb;
            width:50%;
            padding-top:100%;
            transform-origin:center left 0;
            transform: rotate(0deg);
            border-top-right-radius:48deg;
            border-bottom-right-radius:48deg;
          }*/
  /*span{
            display:block;
            border-radius: 50px;
            background:#fff;
            width:65px;
            height:65px;
            box-sizing: border-box;
            line-height:65px;
            text-align:center;
            font-size:3rem;
            position: relative;
            z-index: 1000;
          }*/
}

.section-type4 .inner .right li .circle-lv1 {
  background: url(../img/common/cc1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*&:after{
            
          }
          &:before{
            transform: rotate(0deg);
          }*/
}

.section-type4 .inner .right li .circle-lv2 {
  background: url(../img/common/cc2.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*&:before{
            transform: rotate(90deg);
          }:*/
}

.section-type4 .inner .right li .circle-lv3 {
  background: url(../img/common/cc3.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*&:before{
            transform: rotate(135deg);
          }*/
}

.section-type4 .inner .right li .circle-lv4 {
  background: url(../img/common/cc4.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*&:before{
            transform: rotate(180deg);
          }*/
}

.section-type4 .inner .right li .circle-lv5 {
  background: url(../img/common/cc5.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*span{
            z-index: 1100;
          }
          &:before{
            background:#2e9dbc;
            z-index: 1000;
            transform: rotate(0deg);
          }
          &:after{
            transform: rotate(45deg);
          }*/
}

.section-type4 .inner .right li .circle-lv6 {
  background: url(../img/common/cc6.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*span{
            z-index: 1100;
          }
          &:before{
            background:#2e9dbc;
            z-index: 1000;
            transform: rotate(0deg);
          }
          &:after{
            transform: rotate(90deg);
          }*/
}

.section-type4 .inner .right li .circle-lv7 {
  background: url(../img/common/cc7.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*span{
            z-index: 1100;
          }
          &:before{
            background:#2e9dbc;
            z-index: 1000;
            transform: rotate(0deg);
          }
          &:after{
            transform: rotate(135deg);
          }*/
}

.section-type4 .inner .right li .circle-lv8 {
  background: url(../img/common/cc8.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*span{
            z-index: 1100;
          }
          &:before{
            background:#2e9dbc;
            z-index: 1000;
            transform: rotate(0deg);
          }
          &:after{
            background:#2e9dbc;
            transform: rotate(180deg);
          }*/
}

.image-type1 {
  background: url(../img/common/thumb10.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 308px;
  width: calc(((100% - 1024px) / 2) + (1024px / 100)*46);
  margin-top: -642px;
}

.section-type5 {
  background: url(../img/common/bg_line.png);
  background-position: top center;
}

.section-type5 .innerbg {
  background: url(../img/common/back_texture3.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-type5 header h2 {
  width: 94%;
  font-size: 4rem;
  text-align: center;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.section-type5 header h2 span {
  background: -webkit-linear-gradient(0deg, #2ca4a3, #3798c2, #9181af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-type5 header p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.faq-list {
  padding-top: 50px;
  max-width: 1024px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  background: url(../img/common/text4.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.faq-list li {
  margin-bottom: 20px;
  cursor: pointer;
}

.faq-list li dl {
  color: #fff;
}

.faq-list li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  overflow: hidden;
  background: #58a9cb;
  border-radius: 30px;
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.3));
}

.faq-list li dl dt span {
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.faq-list li dl dt span:first-child {
  background: #207295;
  width: 60px;
  text-align: center;
  padding: 15px;
}

.faq-list li dl dt span:last-child {
  padding: 15px;
  width: calc(100% - 60px);
}

.faq-list li dl dd {
  padding: 15px;
  display: none;
  color: #000;
  font-size: 1.6rem;
  line-height: 2.8rem;
}

.section-type6 {
  background: url(../img/common/bg_dark1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-type6 .inner {
  color: #fff;
  text-align: center;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.section-type6 .inner header {
  text-align: center;
  padding-bottom: 45px;
}

.section-type6 .inner header h2 {
  font-size: 4rem;
  padding-bottom: 10px;
}

.section-type6 .inner header p {
  font-size: 1.6rem;
  font-weight: bold;
}

.section-type6 .inner .intro {
  font-size: 1.6rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2.8rem;
  padding-bottom: 60px;
}

.section-type6 .inner .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-type6 .inner .data li {
  width: 48%;
}

.section-type6 .inner .data figure {
  margin-bottom: 25px;
}

.section-type6 .inner .data figure img {
  width: 100%;
  height: auto;
}

.section-type6 .inner .data dl {
  text-align: left;
}

.section-type6 .inner .data dl dt {
  font-size: 2rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-weight: bold;
}

.section-type6 .inner .data dl dd {
  font-size: 1.6rem;
  line-height: 3rem;
}

.section-type7 {
  background: url(../img/common/bg_line.png);
  background-position: top center;
}

.section-type7 .inner {
  padding-top: 80px;
  padding-bottom: 120px;
  background: url(../img/common/bg_texture4.png);
  background-repeat: no-repeat;
  background-position: center top;
}

.section-type7 .inner header {
  text-align: center;
}

.section-type7 .inner header h2 {
  font-size: 4rem;
  text-align: center;
  padding-bottom: 10px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.section-type7 .inner header h2 span {
  background: -webkit-linear-gradient(0deg, #2ca4a3, #3798c2, #9181af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-type7 .inner header p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.section-type7 .inner ul.logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1024px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.section-type7 .inner ul.logo-list li {
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  width: 48%;
}

.section-type7 .inner ul.logo-list li img {
  width: 100%;
}

.section-type8 {
  background: #49d0d0;
  background: -webkit-gradient(linear, left top, right top, from(#49d0d0), color-stop(49%, #4cb3e2), to(#9a89c6));
  background: linear-gradient(90deg, #49d0d0 0%, #4cb3e2 49%, #9a89c6 100%);
}

.section-type8 .inner {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  max-width: 1024px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.section-type8 .inner .contect-text {
  color: #fff;
  font-size: 3.6rem;
  padding-top: 25px;
  font-weight: bold;
  padding-bottom: 40px;
}

.section-type8 .inner h2 {
  margin-top: -140px;
  padding-bottom: 25px;
}

.section-type8 .inner h2 span {
  background: -webkit-linear-gradient(0deg, #2ca4a3, #3798c2, #9181af);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(13px 14px 20px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(13px 14px 20px rgba(0, 0, 0, 0.3));
  font-size: 12.4rem;
  line-height: 12.4rem;
}

.section-footer {
  text-align: center;
  background: #000;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 920px) {
  .image-type1 {
    margin-top: -614px;
  }
}

@media screen and (max-width: 840px) {
  .section-type4 .inner {
    display: block;
  }
  .section-type4 .inner .left {
    width: 100%;
  }
  .section-type4 .inner .left dl:last-child {
    margin-bottom: 0px;
  }
  .section-type4 .innerbg {
    background: none;
  }
  .section-type4 .inner .right {
    width: 100%;
    padding-bottom: 80px;
  }
  .image-type1 {
    margin-top: 0px;
  }
  .image-type1 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 8px;
  }
  .main-visual .main-logo img {
    width: 60px;
  }
  .main-visual .main-visual__text .text-2 {
    font-size: 2.1rem;
    padding: 5px;
  }
  .main-visual .main-visual__text .text-3 {
    padding-top: 25px;
  }
  .main-visual .main-visual__text .text-3 span {
    font-size: 3.5rem;
  }
  .main-visual .main-visual__text .text-4 {
    font-size: 5rem;
    line-height: 5.6rem;
  }
  .main-visual .main-visual__text .text-5 {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .main-visual .main-visual__text .text-5 br {
    display: none;
  }
  .btn-type1 {
    padding: 10px;
  }
  .section-type1 .inner {
    padding-top: 40px;
  }
  .section-type1 header {
    padding-bottom: 25px;
  }
  .concept-text1 {
    padding-bottom: 30px;
  }
  .theme-area ul li {
    width: 49%;
    margin-right: 2%;
  }
  .theme-area ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .theme-area ul li:nth-child(2n) {
    margin-right: 0px;
  }
  .target-box {
    margin-top: 20px;
  }
  .target-box {
    padding: 15px;
    display: block;
  }
  .target-box dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .target-box dd {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 15px;
  }
  .section-type2 {
    padding-top: 100px;
  }
  .article-list__type1 li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .article-list__type1 li:nth-child(3n) {
    margin-right: 2%;
  }
  .article-list__type1 li:nth-child(2n) {
    margin-right: 0px;
  }
  .section-type2 {
    padding-bottom: 50px;
  }
  .section-type2 .article-list__type1 {
    padding-top: 30px;
  }
  .section-type3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .section-type3 header h2 {
    line-height: 5rem;
  }
  .section-type3 header {
    padding-bottom: 25px;
  }
  .section-type4 .inner .left header h2 {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .section-type4 .inner .left header {
    margin-bottom: 30px;
  }
  .section-type4 .inner .left dl {
    display: block;
  }
  .section-type4 .inner .left dl dd {
    padding-left: 0px;
    padding-top: 15px;
    width: 100%;
  }
  .section-type4 .inner .left dl {
    margin-bottom: 10px;
  }
  .section-type4 .inner .right {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-type6 .inner .data {
    display: block;
  }
  .section-type6 .inner .data li {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-type6 {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .section-type6 .inner header h2 {
    font-size: 3rem;
  }
  .section-type5 header h2 {
    font-size: 3rem;
  }
  .section-type3 header h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .section-type5 .innerbg {
    padding-top: 50px;
  }
  .section-type4 .inner .left dl dt {
    width: 100%;
  }
  .section-type4 .innerbg {
    background: none;
  }
  .faq-list li dl dt span:first-child {
    padding: 10px;
    font-size: 1.6rem;
  }
  .section-type2 .inner header h2 {
    font-size: 3rem;
  }
  .faq-list li dl dt span:last-child {
    padding: 10px;
    font-size: 1.6rem;
  }
  .faq-list li dl dt {
    border-radius: 5px;
  }
  .section-type6 .inner header {
    padding-bottom: 30px;
  }
  .section-type6 .inner .intro {
    padding-bottom: 30px;
  }
  .section-type6 .inner .data li:last-child {
    margin-bottom: 0px;
  }
  .section-type7 .inner {
    padding-top: 40px;
  }
  .section-type7 .inner ul.logo-list {
    padding-top: 30px;
  }
  .section-type7 .inner {
    padding-bottom: 90px;
  }
  .section-type8 .inner h2 {
    line-height: 6.4rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .section-type8 .inner h2 span {
    font-size: 6.4rem;
    line-height: 6.4rem;
  }
  .section-type8 .inner h2 {
    margin-top: -110px;
  }
  .section-type8 .inner .contect-text {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .section-type8 .inner {
    padding-bottom: 60px;
  }
  .section-type1 .inner {
    background: none;
  }
  .theme-area {
    background: none;
  }
  .section-type1 header h2 {
    font-size: 3rem;
  }
  .section-type2 .article-list__type1 {
    background: none;
  }
  .faq-list {
    background: none;
  }
  .image-type1 {
    padding-top: 250px;
    margin-top: 0px !important;
  }
  .faq-list {
    padding-top: 25px;
  }
  .section-type5 .innerbg {
    padding-bottom: 50px;
  }
  .main-visual .main-visual__text {
    padding-bottom: 60px;
  }
  .article-list__type1 li dl {
    padding: 10px;
  }
}
/*# sourceMappingURL=common.css.map */