@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright (C) SOURCENEXT CORPORATION All Rights Reserved.

HTML CSS Selectors WHAT’S SOURCENEXT

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
共通
--------------------------------------------------------------------------------- */

/*ナビゲーション*/
.header-nav li:nth-of-type(1) a::before {
  width: 100%;
  height: 6px;
  background-color: #2d9dc7;
  position: absolute;
  left: 0;
  bottom: -24px;
  content:"";
}

/*コンテンツヘッダー*/
.contents-header {
  width: 100%;
  padding-bottom: 15px;
}
.contents-header.top {
  box-sizing: border-box;
  height: 360px;
  background-image: -moz-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: -webkit-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
}
.contents-header__inner {
  width: 970px;
  padding-top: 160px;
}
.contents-header__ttl {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.contents-header__ttl .en {
  display: block;
  padding-bottom: 10px;
  font-family: 'Teko', sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #2d9dc7;
}
.top .contents-header__ttl {

  color: #000;
}
.top .contents-header__ttl .en {
  color: #000;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #contents-wrapper {
    padding-top: 0;
  }
  /*コンテンツヘッダー*/
  .contents-header {
    height: 280px;
  }
  .contents-header__inner {
    width: auto;
    padding-top: 160px;
    padding: 97px 6% 0;
  }
  .contents-header__ttl {
    padding-bottom: 70px;
    font-size: 12px;
  }
  .contents-header__ttl .en {
    padding-bottom: 16px;
    font-size: 40px;
  }
}

/*---------------------------------------------------------------------------------
トップ
--------------------------------------------------------------------------------- */
.top-read {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1030px;
  padding: 95px 0px 190px;
  margin: 0 auto;
  position: relative;
}
.top-read__ttl {
  width: 100%;
  padding-bottom: 90px;
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}
.top-read__ttl em {
  font-weight: 700;
  font-style: normal;
}
.top-read__ttl .jp {
  display: block;
  padding-top: 24px;
  font-size: 24px;
  color: #2d9dc7;
  font-weight: 500;
}
.top-read__txt {
  width: 370px;
  font-size: 16px;
  position: absolute;
  top: 280px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.top-read-banner {
  width: 300px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  position: relative;
}
.top-read-banner a {
  display: block;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.top-read-banner a .ttl {
  display: block;
  font-family: 'Teko', sans-serif;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: 18px;
  right: 0;
  left: 0;
}
.top-read-banner a::before {
  display: inline-block;
  width: 95px;
  height: 24px;
  border-bottom: 1px solid #ccc;
  font-family: 'Teko', sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content:"READ MORE";
  z-index: 2;
}

.top-read-banner a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  content:"";
  top: 0;
  left: 0;
  opacity: 0.2;
  transition: all 0.3s;
}

.top-read-banner a:hover {
  opacity: 1;

}

.top-read-banner a:hover::after {
  opacity: 0;
}


.top-read-banner .bg {
  width: 100%;
  height: 400px;
  background-image: -moz-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: -webkit-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: -ms-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  top: 10px;
  left: 10px;
  position: absolute;
}

.top-contents {
  width: 970px;
  margin: 0 auto 120px;
}
.top-contents-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding-bottom: 90px;
}
.top-contents-box:nth-of-type(2n) {
  flex-direction: row;
}
.top-contents-inner {
  width: 470px;
}
.top-contents__ttl {
  padding-bottom: 42px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}
.top-contents__ttl .en {
  display: block;
  font-family: 'Teko', 'Noto Sans JP', sans-serif;
  font-size: 48px;
  color: #2d9dc7;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.top-contents__anc {
  padding-top: 15px;
}
.top-contents__anc a {
  display: inline-block;
  font-family: 'Teko', sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #333;
}
.top-contents__img {
  width: 430px;
  margin: 0px 35px;
  position: relative;
}
.top-contents__img img {
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.top-contents__img .bg {
  display: block;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient( 40deg, rgb(54,161,201) 0%, rgb(254,239,135) 100%);
  background-image: -webkit-linear-gradient( 40deg, rgb(54,161,201) 0%, rgb(254,239,135) 100%);
  background-image: -ms-linear-gradient( 40deg, rgb(54,161,201) 0%, rgb(254,239,135) 100%);
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1;
}
.top-contents-box:nth-of-type(2n) .top-contents__img .bg {
  right: auto;
  left: 10px;
}


.top-data {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow:hidden;
}
.top-data::before {
  box-sizing: border-box;
  width: 140vw;
  height: calc(100vw * 1.4); 
  border-radius: 50%;
  background-image: -moz-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: -webkit-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: -ms-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  position: absolute;
  top: 15px;
  left: 0;
  margin-left: -20vw;
  content:"";
  z-index: -1;
}
.top-data-ttl {
  padding-bottom: 114px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.top-data-ttl .en {
  display: block;
  font-family: 'Teko', sans-serif;
  font-size: 48px;
  font-weight: 400;
  color: #2d9dc7;
}
.top-data-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
}
.top-data-list img {
  width: 203px;
  margin-bottom: 24px;
}
.top-data-list li {
  width: 230px;
  margin: 0px 35px 72px;
  text-align: center;
}
.top-data-list .num {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.top-data-list .num em {
  display: inline-block;
  font-family: 'Teko', sans-serif;
  font-size: 120px;
  font-weight: 400;
  font-style: italic;
  color: #2d9dc7;
  margin: 0px 15px 0px 45px;
}
.top-data-list .ttl {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  position: relative;
  top: -12px;
  z-index: 2;
}
.top-data-list .ttl::before {
  display: block;
  width: 100%;
  height: 30px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 8px;
  content:"";
  z-index: -1;
}
.top-data .note {
  padding-bottom: 76px;
  text-align: center;
  font-size: 14px;
}
.top-data-photo {
  width: 100%;
  height: 360px;
  position: relative;
  z-index: 3;
}
.top-data-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .top-read {
    display: block;
    width: 88%;
    padding: 57px 0px 52px;
    margin: 0 auto;
  }
  .top-read__ttl {
    padding-bottom: 30px;
    font-size: 24px;
  }
  .top-read__ttl .jp {
    padding-top: 9px;
    font-size: 15px;
  }
  .top-read__txt {
    width: 100%;
    padding-bottom: 33px;
    font-size: 14px;
    position: static;
  }
  .top-read-banner {
    width: 100%;
    padding-bottom: 46px;
    font-size: 15px;
  }
  .top-read-banner a {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
  }
  .top-read-banner a::after {
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
    background-image: -webkit-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
    background-image: -ms-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: -1;
    content:"";
  }
  .top-read-banner a .ttl {
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .top-read-banner a::before {
    display: inline-block;
    width: 72px;
    height: 18px;
    font-size: 18px;
    top: auto;
    bottom: 30px;
  }
  .top-read-banner a:hover {
    opacity: 1;
    transform: translate(0px,0px);
  }
  .top-read-banner .bg {
    display: none;
  }

  .top-contents {
    width: 88%;
    margin: 0 auto;
  }
  .top-contents-box {
    display: block;
    padding-bottom: 100px;
  }
  .top-contents-inner {
    width: 100%;
    padding-bottom: 20px;
  }
  .top-contents__ttl {
    padding-bottom: 12px;
    font-size: 12px;
  }
  .top-contents__ttl .en {
    font-size: 36px;
    color: #2d9dc7;
  }
  .top-contents__anc {
    padding-top: 20px;
  }
  .top-contents__img {
    width: 92%;
    margin: 0px;
    position: relative;
  }
  .top-contents__img img {
    border-radius: 50%;
    position: relative;
    z-index: 2;
  }
  .top-contents__img .bg {
    top: 10px;
    right: auto;
    left: 10px;
  }
  .top-contents-box:nth-of-type(2n) .top-contents__img .bg {
    left: 10px;
  }
  
  .top-data {
    padding-top: 58px;
  }
  .top-data::before {
    box-sizing: border-box;
    width: 360vw;
    height: calc(100vw * 3.6); 
    top: 0px;
    margin-left: -130vw;
  }
  .top-data-ttl {
    padding-bottom: 60px;
    font-size: 12px;
  }
  .top-data-ttl .en {
    font-size: 36px;
  }
  .top-data-list {
    display: block;
    width: 82%;
    margin: 0 auto;
  }
  .top-data-list img {
    width: 152px;
    margin-bottom: 12px;
  }
  .top-data-list li {
    width: 100%;
    margin: 0px auto 40px;
    text-align: center;
  }
  .top-data-list .num {
    font-size: 24px;
  }
  .top-data-list .num em {
    font-size: 90px;
    margin: 0px 10px 0px 34px;
  }
  .top-data-list .ttl {
    padding: 7px;
    font-size: 12px;
    top: -12px;
  }
  .top-data-list .ttl::before {
    width: 100%;
    height: 100%;
    bottom: 0px;
  }
  .top-data .note {
    padding-bottom: 25px;
    text-align: center;
    font-size: 10px;
  }
  .top-data-photo {
    height: 240px;
  }
}


/*---------------------------------------------------------------------------------
代表メッセージ
--------------------------------------------------------------------------------- */
.message-header-photo {
  width: 100%;
  padding-bottom: 68px;
}
.message {
  display: flex;
  flex-wrap: wrap;
  width: 970px;
  margin: 0 auto 105px;
}
.message p {
  padding-bottom: 100px;
  font-size: 16px;
  line-height: 1.8;
}
.message .txt-s {
  width: 500px;
  padding-bottom: 55px;
}
.message .img01 {
  width: 470px;
  position: relative;
  left: 70px;
}
.message .img01 img {
  width: 516px;
}
.message .img02 {
  width: 470px;
  position: relative;
  right: 70px;
}
.message span{
  font-size: 20px;
  font-weight: 500;
  color: #2d9dc7;
}

.message-profile {
  width: 490px;
  padding-top: 50px;
  margin-left: 480px;
}
.message-profile h4 {
  width: 150px;
  padding-bottom: 50px;
}
.message-profile h5 {
  padding-bottom: 10px;
  font-family: 'Teko', sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #2d9dc7;
}
.message-profile p {
  font-size: 12px;
  padding-bottom: 0;
}


/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .message-header-photo {
    width: 100%;
    padding-bottom: 42px;
  }
  .message {
    display: block;
    width: 100%;
    margin: 0 auto 57px;
  }
  .message p {
    width: 88%;
    margin: 0 auto;
    padding-bottom: 50px;
    font-size: 12px;
    line-height: 1.8;
  }
  .message .txt-s {
    width: 88%;
    padding-bottom: 75px;
  }
  .message .img01 {
    width: 100%;
    padding-bottom: 33px;
    position: relative;
    left: 0;
  }
  .message .img01 img {
    width: 100%;
  }
  .message .img02 {
    width: 100%;
    padding-bottom: 33px;
    position: relative;
    left: 0;
  }
  .message-profile {
    width: 88%;
    margin: 0 auto;
    padding-top: 20px;
  }
  .message-profile h4 {
    width: 115px;
    padding-bottom: 18px;
  }
  .message-profile h5 {
    padding-bottom: 7px;
    font-size: 18px;
  }
  .message-profile p {
    width: 100%;
    padding-bottom: 0;
    padding: 0;
    line-height: 1.5;
  }
}


/*---------------------------------------------------------------------------------

--------------------------------------------------------------------------------- */

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
}


.business .top-read{
  padding: 0px;
}

.business .business__block{
  width: 100%;
  padding: 100px 0;
}

.business .block02{
  background-color: #93e2fe;
  padding: 50px 0;
}

.business .block03{
  background-color: #eee;
  padding: 50px 0;
}

.business .business__block .block__wrap{
  width: 1030px;
  margin: 30px auto;
  position: relative;
}
.business .business__block .block__wrap .no__ttl {
  font-size: 60px;
  font-family: "Teko";
  color: rgb(45, 157, 199);
  line-height: 1.2;
  z-index: 75;
  text-align: center;
}

.business .business__block .block__wrap .business__ttl {
    font-size: 18px;
    font-family: "Noto Sans CJK JP";
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 2.002;
    text-align: center;
    z-index: 74;
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    margin-top: 60px;
}

.business .business__block .block__wrap h4{
  position: absolute;
  font-size: 60px;
  font-family: "Teko";
  color: rgb(238, 238, 238);
  line-height: 1.2;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 73;
  margin-top: 60px;
}

.business .block02 .block__wrap h4{
  color: #fff;
}

.business .block03 .block__wrap h4{
  color: #fff;
}

.business .business__block .block__wrap .business__sec{
  margin-top: 150px;
  display: flex;
  width: 920px;
  margin: 150px auto 0px;
}

.business .business__block .block__wrap .txt_box{
  flex-direction: column-reverse;
}

.business .business__block .block__wrap h5{
  font-size: 24px;
  font-family: "Noto Sans CJK JP";
  color: rgb(45, 157, 199);
  font-weight: bold;
  line-height: 1.5;
  margin-top:30px;
}
.business .business__block .block__wrap .txt{
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(60, 60, 60);
    line-height: 1.8;
    width: 392px;
    margin-top:30px;
}

.business .business__block .block__wrap .sec01 .img{
  width: 450px;
  flex-direction: column-reverse;
  margin-left: 76px;
}

.business .business__block .block__wrap .sec02 .img{
  width: 450px;
  flex-direction: column-reverse;
  margin-left: 76px;
}

.business .business__block .block__wrap .sec03 .img{
  width: 450px;
  flex-direction: column-reverse;
  margin-left: 76px;
}

.business .business__block .block__wrap .sec04 .img{
  width: 460px;
  flex-direction: column-reverse;
  margin-right: 70px;
}

.business .business__block .block__wrap .sec05 .img{
  width: 464px;
  flex-direction: column-reverse;
  margin-left: 62px;
}

.business .back a{
  width: 65px;
  margin: 0 auto;
  font-size: 36px;
  font-family: "Teko";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  display: block;
}


.benefit_sec{
  display: flex;
  width: 920px;
  margin: 50px auto;
}

@media only screen and (max-width: 768px) {
  .business .business__block .block__wrap {
    width: 100%;
    margin: 30px auto;
    position: relative;
  }

  .business .business__block {
    width: 100%;
    padding: 50px 0;
  }

  .business .business__block .block__wrap .business__sec {
    margin-top: 100px;
    display: block;
    width: 90%;
    margin: 150px auto 0px;
  }

  .business .business__block .block__wrap .sec01 .img {
    width: 80%;
    margin: 30px auto;
    display: block;
  }

  .business .business__block .block__wrap .sec02 .img {
    width: 80%;
    margin: 30px auto;
    display: block;
  }

  .business .business__block .block__wrap .sec03 .img {
    width: 80%;
    margin: 30px auto;
    display: block;
  }

  .business .business__block .block__wrap .sec04 .img {
    width: 80%;
    margin: 30px auto;
    display: block;
  }

  .business .business__block .block__wrap .sec05 .img {
    width: 80%;
    margin: 30px auto;
    display: block;
  }


  .business .business__block .block__wrap .business__ttl {
      font-size: 18px;
      font-family: "Noto Sans CJK JP";
      color: rgb(0, 0, 0);
      font-weight: bold;
      line-height: 2.002;
      text-align: center;
      z-index: 74;
      position: absolute;
      top: 22px;
      left: 0;
      width: 100%;
      margin-top: 60px;
  }

  .business .business__block .block__wrap .txt {
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(60, 60, 60);
    line-height: 1.8;
    width: 100%;
    margin-top: 30px;
  }

  .business .business__block .block__wrap h5 {
    font-size: 20px;
    font-family: "Noto Sans CJK JP";
    color: rgb(45, 157, 199);
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
  }

}