@charset "UTF-8";

.rest{
  overflow-x: hidden;
}

.is-pc{
  display: block;
}

.is-sp{
  display: none;
}

.txt-s{
  font-size: 14px;
}

.txt-l{
  font-size: 18px;
}

picture{
  display: inline-block;
}

.flexBox{
  display: flex;
}

#sec-service-intro{
  padding: 230px 0 100px;
  position: relative;
}

#sec-service-intro .bg-text{
  position: absolute;
  top: 80px;
  left: 50%;
  color: #e5edf3;
  font-size: 120px;
  font-weight: 100;
  font-family: "Sora", sans-serif;
  line-height: 1;
  transform: translateX(-50%);
  width: 110%;
  text-align: center;
}

.flex-global{
  justify-content: space-between;
  margin-bottom: 100px;
}

.global-ttl-wrap{
  margin-right: 3%;
  width: 40%;
}

.global-ttl{
  font-size: 24px;
  font-weight: 600;
}

.global-ttl-bg span{
  background: #024a90; 
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 5px 15px;
}

.global-detail{
  width: 57%;
}

.service-ttl{
  font-family: "Sora", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.flex-service-list{
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-service-list li{
  list-style: none;
  width: 33.33%;
}

.service-index{
  background: #fff;
  border: 1px solid #cccccc;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5%;
  transition: 0.3s;
}

.service-index:hover{
  background: #f4f9ff; 
}


.flex-service-list li:nth-of-type(1) .service-index,
.flex-service-list li:nth-of-type(2) .service-index,
.flex-service-list li:nth-of-type(3) .service-index {
  border-bottom: none;
}

.flex-service-list li:nth-of-type(1) .service-index,
.flex-service-list li:nth-of-type(2) .service-index,
.flex-service-list li:nth-of-type(4) .service-index,
.flex-service-list li:nth-of-type(5) .service-index {
  border-right: none;
}

.flex-index{
  justify-content: space-between;
  align-items: center;
}

.index-icon{
  margin-right: 12px;
  
}

.index-icon img{
  object-fit: contain;
  height: 50px;
  width: 70px;
}

.index-detail .service-jp{
  font-size: 18px;
  font-weight: 600;
}

.index-detail .service-en{
  font-family: "Sora", sans-serif;
  font-size: 12px;
}

.service-index .round-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-index .round-btn__label {
    padding-left: 18px;
}

.service-index a .round-btn .arrow {
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: relative;
    transform: translateX(-60%);
}

.service-index a .round-btn .arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background-color: #fff;
    transform: rotate(23deg);
    right: 0;
    bottom: 1px;
    left: auto;
    position: absolute;
}

.service-index a:hover .round-btn .arrow,
.service-index a:hover .round-btn .arrow:after{
    background-color: #15283f;
}

/*--------------------------------------------------------service-box common-----*/

.service-box{
  margin-bottom: 100px;
  margin-top: -100px;
  padding-top: 100px;
}

.service-box .inner{
  background: #e7ecf3;
  padding: 5% 4%;
}

.flex-service-box{
  justify-content: space-between;
}

.service-box-detail{
  width: 47%;
}

.service-box-img{
  width: 50%;
}

.flex-sb-ttl{
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.sb-icon{
  margin-right: 5px;
}

.sb-icon img{
  object-fit: contain;
  height: 50px;
  width: 70px;
}

.sb-jp{
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
}

.sb-en{
  font-family: "Sora", sans-serif;
  font-size: 12px;
}

.sb-ttl-main{
  font-size: 23px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 35px;
}

/*--------------------------------------------------------service-01-----*/

.sb-01-head{
  margin: 70px auto 40px;
  text-align: center;
}

.sb-01-head span{
  border: 1px solid #15283f;
  border-radius: 50px;
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  padding: 10px 25px;
  line-height: 1.2;
}

.flex-sb-01{
  justify-content: space-between;
}

.flex-sb-01 li{
  list-style: none;
  width: 30%;
}

.sb-01-img{
  margin-bottom: 15px;
}

.sb-01-ttl{
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

/*--------------------------------------------------------service-02-----*/

.sb-02-head{
  font-size: 21px;
  font-weight: 600;
  margin: 70px 0 40px;
}

.sb-02-head span{
  font-family: "Sora", sans-serif;
  font-weight: 100;
  font-size: 12px;
  display: block;
}

.flex-sb-02{
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -2%;
}

.flex-sb-02 li{
  list-style: none;
  margin-bottom: 2%;
  width: 32%;
}

.sb-02-wrap{
  background: #fff;
  padding: 20px;
}

.sb-02-ttl-wrap{
  display: flex;
  margin-bottom: 10px;
  justify-content: flex-start;
  align-items: center;
}

.sb-02-img{
  margin-right: 10px;
  width: 80px;
}

.sb-02-ttl{
  font-size: 20px;
  font-weight: 600;
}

.sb-02-btn{
  position: relative;
  margin-top: 40px;
  text-align: right;
}

.sb-02-btn a{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sb-02-btn a p{
  border-bottom: 1px solid #15283f;
  font-size: 16px;
  font-weight: 600;
  margin-right: 60px;
}

.sb-02-btn a .round-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sb-02-btn a .round-btn__label {
    padding-left: 18px;
}

.sb-02-btn a .round-btn .arrow {
    width: 40%;
    height: 1px;
    background-color: #fff;
    position: relative;
    transform: translateX(-60%);
}

.sb-02-btn a .round-btn .arrow::after {
    content: "";
    display: block;
    width: 6px;
    height: 1px;
    background-color: #fff;
    transform: rotate(23deg);
    right: 0;
    bottom: 1px;
    left: auto;
    position: absolute;
}

.sb-02-btn a:hover .round-btn .arrow,
.sb-02-btn a:hover .round-btn .arrow:after{
    background-color: #15283f;
}

/*--------------------------------------------------------service-03-----*/

#sec-service-03 .base__btn{
  margin-top: 35px;
  text-align: center;
}

/*--------------------------------------------------------service-04-----*/

.sb-04-head{
  margin: 70px auto 35px;
  text-align: center;
}

.sb-04-head span{
  background: #15283f;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
  padding: 15px 60px 15px;
}

#sec-service-04 .txt-l{
  margin-bottom: 35px;
  text-align: center;
}

.sb-04-img{
  background: #fff;
  margin-bottom: 35px;
  padding: 60px 45px;
}

.sb-04-img picture{
  width: 100%;
}

.sb-04-note{
  display: none;
}

#sec-service-04 .base__btn{
  text-align: center;
}

/*--------------------------------------------------------service-05-----*/

.sb-05-head{
  font-size: 21px;
  margin: 70px 0 35px;
  text-align: center;
}

.flex-sb-05{
  margin-bottom: -4%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-sb-05 li{
  list-style: none;
  margin-bottom: 4%;
  width: 48%;
}

.sb-05-wrap{
  background: #fff;
  padding: 25px;
  position: relative;
}

.sb-05-bg{
  opacity: 0.2;
  position: absolute;
  width: 90px;
  top: 20px;
  right: 20px;
  height: 90px;
  object-fit: contain;
}

.sb-05-en{
  background: #e7ecf3;
  border-radius: 30px;
  font-size: 12px;
  font-family: "Sora", sans-serif;
  margin-bottom: 5px;
  padding: 3px 10px 1px;
  display: inline-block;
}

.sb-05-ttl{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}

/*--------------------------------------------------------service-06-----*/

.sb-06-box{
  background: #fff;
  margin-top: 70px;
  padding: 50px 5% 0; 
}

.sb-06-ttl{
  margin-bottom: 35px;
  position: relative;
}

.sb-06-ttl:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #15283f;
  height: 1.5px;
  width: 100%;
  transform: translate(-50%,-50%);
}

.sb-06-ttl h6{
  text-align: center;
}

.sb-06-ttl h6 span{
  background: #fff;
  font-size: 21px;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}

.flex-sb-06{
  align-items: center;
  justify-content: space-between;
}

.sb-06-detail{
  width: 45%;
}

.sb-06-img{
  margin-left: -5%;
  width: 55%;
}

.sb-06-ttl-bg {
  background: #e7ecf3;
  font-size: 26px;
  margin-bottom: 20px;
  padding: 5px 15px;
  font-weight: 600;
  display: inline-block;
}

@media only screen and (max-width: 1420px){
#sec-service-intro {
    padding: 180px 0 100px;
}

#sec-service-intro .bg-text{
    font-size: 100px;
}
}

@media only screen and (max-width: 1300px){
#sec-service-intro{
    padding: 170px 0 70px;
}

#sec-service-intro .bg-text{
    font-size: 90px;
}
}


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

.txt-l {
    font-size: 17px;
}

.flex-global {
    margin-bottom: 40px;
}

.global-ttl {
    font-size: 20px;
}

.global-ttl-bg span {
    font-size: 20px;
}

.service-index {
    height: 110px;
}

.index-detail .service-en {
    font-size: 10px;
}

.service-index .round-btn {
    right: 10px;
    width: 35px;
    height: 35px;
}

.service-ttl {
    font-size: 38px;
    margin-bottom: 20px;
}

.service-index .round-btn {
    width: 35px;
    height: 35px;
}

.index-detail .service-jp {
    font-size: 14px;
}

.index-icon img {
    height: 30px;
    width: 50px;
}

.sb-jp {
    font-size: 20px;
}

.sb-ttl-main {
    font-size: 18px;
    margin-bottom: 25px;
}

.sb-01-head,
.sb-02-head,
.sb-04-head,
.sb-05-head{
    margin: 50px auto 30px;
}

.sb-04-head span {
    font-size: 19px;
}

.flex-sb-ttl {
    margin-bottom: 20px;
}

.sb-05-ttl {
    font-size: 16px;
    margin-bottom: 10px;
}

.sb-02-img {
    margin-right: 10px;
    width: 70px;
}

.sb-02-ttl {
    font-size: 16px;
}
}


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

#sec-service-intro .bg-text{
    font-size: 60px;
}
}

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

.is-pc{
  display: none;
}

.is-sp{
  display: block;
}

#sec-service-intro {
    padding: 130px 0 60px;
}

#sec-service-intro .bg-text{
    font-size: 30px;
}

.flex-global {
    display: block;
    margin-bottom: 40px;
}

.global-ttl-wrap {
    margin: 0 auto 25px;
    width: 100%;
    text-align: center;
}

.global-detail {
    width: 100%;
}

.flex-service-list li {
    list-style: none;
    width: 50%;
}

.flex-service-list li:nth-of-type(3) .service-index{
  border-right: none;
}

.flex-service-list li:nth-of-type(2) .service-index,
.flex-service-list li:nth-of-type(4) .service-index{
  border-right: 1px solid #ccc;
}

.flex-service-list li:nth-of-type(4) .service-index{
  border-bottom: none;
}

.flex-service-box {
    display: block;
}

.service-box-detail {
    width: 100%;
    margin-bottom: 30px;
}

.service-box-img {
    width: 100%;
}

.flex-sb-02 li {
    width: 49%;
}

.flex-sb-05 {
    margin-bottom: 0%;
}

.flex-sb-05 li {
    margin-bottom: 2%;
    width: 49%;
}

.sb-05-bg {
    width: 60px;
    height: 60px;
}

.sb-06-box {
    padding: 30px 5%;
}

.sb-06-ttl {
    margin-bottom: 20px;
}

.sb-06-ttl h6 span {
    font-size: 18px;
    padding: 5px 10px;
}

.flex-sb-06 {
    display: block;
}

.sb-06-img {
    margin: 0 10% 25px;
    width: 80%;
}

.sb-06-detail {
    width: 100%;
}

.sb-06-ttl-bg {
    font-size: 20px;
    margin-bottom: 15px;
}
}

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

.index-detail .service-jp {
    font-size: 16px;
}

#sec-service-intro {
    padding: 90px 0 40px;
}

#sec-service-intro .bg-text{
    top: 60px;
}

.service-ttl {
    font-size: 26px;
    margin-bottom: 10px;
}

.flex-service-list li {
    width: 100%;
}

.flex-service-list li:nth-of-type(1) .service-index, 
.flex-service-list li:nth-of-type(2) .service-index,
.flex-service-list li:nth-of-type(3) .service-index, 
.flex-service-list li:nth-of-type(4) .service-index, 
.flex-service-list li:nth-of-type(5) .service-index{
  border-right: 1px solid #ccc;
}

.flex-service-list li:nth-of-type(5) .service-index{
  border-bottom: none;
}

.service-index {
    height: 70px;
}

.sb-ttl-main {
    margin-bottom: 15px;
}

.service-box {
    margin-bottom: 40px;
}

.service-box .inner {
    padding: 8% 5%;
}

.sb-01-head, 
.sb-02-head, 
.sb-04-head, 
.sb-05-head {
    margin: 30px auto 15px;
}

.sb-01-head span {
    font-size: 18px;
    padding: 10px 5%;
}

.sb-02-head {
    font-size: 18px;
}

.sb-04-head span {
    font-size: 18px;
    padding: 5%;
    border-radius: 0;
}

.sb-05-head {
    font-size: 18px;
}

#sec-service-04 .txt-l {
    text-align: left;
}

.sb-jp {
    font-size: 16px;
}

.flex-sb-01 {
    display: block;
}

.flex-sb-01 li {
    width: 100%;
    margin-bottom: 25px;
}

.flex-sb-02 li {
    width: 100%;
    margin-bottom: 25px;
}

.sb-02-btn {
    margin-top: 0;
}

.sb-04-img {
    margin-bottom: 5px;
    padding: 8% 5%;
    overflow: scroll;
}

.sb-04-note{
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
}

.sb-04-img picture {
    width: 800px;
}

.flex-sb-05 li {
    margin-bottom: 25px;
    width: 100%;
}

.sb-06-ttl h6 span {
    font-size: 18px;
    padding: 0 10px;
    display: inline-block;
    line-height: 1.4;
}

.sb-06-ttl:after {
    top: 52%;
}

.sb-06-ttl-bg {
    font-size: 17px;
    margin: 0px auto 15px;
    text-align: center;
    display: block;
}

}


