@charset "UTF-8";
html {
    scroll-behavior: smooth;
  font-size: 62.5%;
}
body{
  background: #fff;
  color: #000;
  font-family: 'Noto Sans JP',"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  min-width: 320px;
  width: 100%;
}
a{
  color: #000;
  transition: all .3s ease-in;
}
a:hover{
  opacity: .5;
}
img {
  height: auto;
  line-height: 0;
  max-width: 100%;
  width: 100%;
}

h1,h2,h3,h4,h5,p,td,th,li,span,strong,div,dt,dd,dl{
  letter-spacing: 1px;
  line-height: 2;
  font-feature-settings: "palt" 1;
  word-break: break-all;
}

p.small{
  font-size: 1.1rem !important;
  margin: 2rem 0 0;
}

@media screen and (max-width: 1024.0px) {
  
}

/*****
共通設定
*****/
#main {
overflow-x: hidden;
}
.inner{
  margin: 0 auto;
  max-width: 1345px;
  width: 90%;
}
.button-more a{
  background: #fff;
  border-radius: 40px;
  color: #005B94;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 5rem;
  padding: 1rem 0;
  text-align: center;
  width: 200px;
}

.button-more2{
  text-align: right;
}
.button-more2 a{
  border-bottom: 2px solid #000;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 5rem;
  padding: 0 2.5rem .5rem 2rem;
  position: relative;
}
.button-more2 a::after{
  border-right: 2px solid #000;
  content: '';
  display: block;
  height: 12px;
  right: 0px;
  position: absolute;
  bottom: -12.5px;
  transform: rotate(-65deg);
  width: 20px;
}
@media screen and (max-width: 768px) {

  .button-more2 a{
    font-size: 1.2rem;
    margin-top: 2rem;
    padding: 0 2rem .5rem 1rem;
  }
}

.flex-box{
  display: flex;
}
.l-flex-end{
  justify-content: flex-end;
}
.l-flex-start{
  justify-content: flex-start;
}
.l-flex-a-start{
  align-items: flex-start
}

.l-left{
  order:1;
}
.l-right{
  order:2;
}
.sp{
  display: none;
}
.pc{
  display: block;
}
@media screen and (max-width: 1024.0px) {
  
  .sp{
    display: block;
  }
  
  .pc{
    display: none;
  }
  .button-more a{
    margin-top: 4rem;
  }

}




/****
mainContents
*****/
#mainContents {
  background: #005B94;
  color: #fff;
  padding: 12rem 0;
}
#mainContents .flex-box{
  padding: 0 10%;/* 20210614*/
  align-items: flex-start;
  justify-content: space-between;
}
#mainContents article{
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /* width: 22%; */
  width: 28%; /* 20210614*/
}
#mainContents h2{
  font-size: 2.8rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 8rem;
}
#mainContents h2,
#mainContents h3{
  color: #fff;
}
#mainContents h3{
  font-size: 2.8rem;
  font-weight: 600;
  margin: 4rem auto 5.5rem;
  line-height: 1;
  text-align: center;
}
#mainContents h3.m-b15{
  margin-bottom: 1.5rem;
}
#mainContents h3 span{
  display: block;
  font-size: 2rem;
}
.mainContents__image {
  border: 16px solid #1978B4;
  border-radius: 50%;
  line-height: 1;
  overflow: hidden;
  order: 1;
  position: relative;
  width: 100%;
}
.mainContents__image::before{
  content: '';
  display: block;
  line-height: 1;
  padding-top: 100%;
  width: 100%;
}
.mainContents__image img{
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  max-width: 100%;
  width: 100%;
}
.mainContents__text{
  order: 2;
  width: 100%;
}
#mainContents .button-more a{
  background: #fff;
  color: #005B94 !important;
  margin-left: auto;
  margin-right: auto;
}


@media screen and (max-width: 768.0px) {
  #mainContents{
    padding: 5rem 0;
  }
  #mainContents h2{
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 3.5rem;
  }
  #mainContents h3{
    font-size: 1.6rem;
  }
  #mainContents h3 span{
    font-size: 1.2rem;
  }
  .mainContents__text p{
    font-size: 1rem;
  }
  #mainContents .button-more a{
    background-size: 10px auto;
    bottom: 0;
    height: 24px;
    max-width: 24px;
    width: 24px;
  }
}

@media screen and (min-width: 768.1px) and (max-width: 1024.0px) {
  #mainContents {
    padding: 10rem 0;
  }
  #mainContents h2 {
    font-size: 2.4rem;
    margin-bottom: 5rem;
  }
  #mainContents h3{
    font-size: 2.4rem;
  }
  #mainContents h3 span{
    font-size: 1.6rem;
  }
  .mainContents__text p{
    font-size: 1.4rem;
  }
  #mainContents .button-more a{
    background-size: 16px auto;
    bottom: 2rem;
    height: 40px;
    max-width: 40px;
    width: 40px;
  }
}

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

  #mainContents .flex-box{
    padding: 0;/* 20210614*/
    flex-wrap: wrap;
  }

  #mainContents article{
    align-items: center;
    margin-bottom: 2rem;
    width: 100%;
  }

  #mainContents .mainContents__text a {
    color: #ffffff;
  }

  #mainContents h3{
    margin: 0 auto 1rem;
    line-height: 1.5;
    text-align: left;
  }
  #mainContents h3.m-b15{
    margin-bottom: 1rem;
  }
  #mainContents h3 span{
    display: inline-block;
  }
  .mainContents__image {
    border-width: 6px;
    width: 30%;
  }
  .mainContents__text{
    padding-left: 5%;
    text-align: left;
    width: 65%;
  }

  #mainContents .button-more {
    position: absolute;
    right: 0;
  }

  #mainContents .button-more span {
    background: #ffffff;
    border-radius: 40px;
    color: #005B94;
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 5rem;
    padding: 1rem 0;
    text-align: center;
    width: 200px;
  }

  #mainContents .button-more span {
    background-size: 10px auto;
    bottom: 0;
    height: 24px;
    max-width: 24px;
    width: 24px;
  }

  #mainContents .button-more a,
  #mainContents .button-more span {
    background-image: url('../../images/top/icon_arrow-right2.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 100%;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
  }
  
}
