.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/*notes*/
header.header_img {
  background: center center / cover url(../img/0000.jpg) no-repeat;
  height: 759px;
}
header .box__wrap .box {
  align-items: center;
  display: flex;
  height: 759px;
  justify-content: center;
  margin-left: auto;
  text-align: center;
  width: 43.99%;
}
header .box__wrap img {
  margin-bottom: 1em;
  max-width: 334px;
}
header.header_02{
  margin: auto;
  border-bottom: #E8E8E8 solid;
}
.header_02 img{
  width: 200px;
  margin: 20px 0 20px 65px;
}
h1 {
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 3.0rem;
}

/*notes*/
.s01__wrap {
  background: #EDF4F5;
}
.s01__wrap .box__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 980px;
  padding: 80px 4%;
}
.s01__wrap .box__wrap div {
  width: 45.81%;
}
.s01__wrap h2 {
  position: relative;
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 3.0rem;
  margin-bottom: 1.5em;
}
.s01__wrap h2:before {
  content: '';
  position: absolute;
  bottom: -.5em;
  width: 192px;
  height: 3px;
  background: #003173;
}
.s01__wrap .box__wrap img {
  width: 38.97%;
}

.s01__wrap-01 .company_about{
  display: flex;
  width: 980px;
  margin: 80px auto;
}
.company_about div{
  width: 455px;
  margin: auto;
}
.company_about h2{
    color: #08316F;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.company_about span{
    font-size: 18px;
}
.company_about .btn a{
   position: relative;
   align-items: center;
   background: #1D427A;
   border-radius: 50px;
   color: #fff;
   display: flex;
    font-size: 2.1rem;
    font-weight: 700;
    justify-content: space-around;
    margin: 1em auto 0;
    max-width: 310px;
    padding: 5px 0;
    transition: 0.3s ease-in-out;
    width: 100%;
}

/*notes*/
.s02__wrap {
  padding: 80px 0 0;
}
.s02__wrap h2,
.s03__wrap h2 {
  position: relative;
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 4.0rem;
  text-align: center;
}
.s02__wrap h2:before,
.s03__wrap h2:before {
  content: '';
  position: absolute;
  bottom: -.5em;
  width: 167px;
  height: 3px;
  background: #003173;
  color: #08316F;
  transform: translateX(-50%);
}
.s02__wrap h2 span,
.s03__wrap h2 span {
  display: block;
  font-size: 1.8rem;
}
.s02__wrap .box__wrap {
  background: linear-gradient(transparent 50%, #295BA7 0%);
  margin-top: 160px;
  padding-bottom: 120px;
}
.s02__wrap .box__wrap:nth-child(3) {
  background: linear-gradient(transparent 50%, #FACC80 0%);
}
.s02__wrap .box__wrap:nth-child(4) {
  background: linear-gradient(transparent 50%, #EF9770 0%);
}
.s02__wrap .box__wrap:nth-child(5) {
  background: linear-gradient(transparent 50%, #7ACBD3 0%);
}
.s02__wrap .box {
  position: relative;
  margin: auto;
  max-width: 1140px;
}
.s02__wrap .box:before {
  position: absolute;
  content: "";
  background: center center / cover url(../img/0202.png);
  width: 174px;
  height: 190px;
  top: -60px;
  right: 6%;
  z-index: 1;
}
.s02__wrap .box__wrap:nth-child(3) .box:before {
  background: center center / cover url(../img/0216.png);
  width: 182px;
  height: 163px;
  top: -18px;
  right: 53%;
}
.s02__wrap .box__wrap:nth-child(4) .box:before {
  background: center center / cover url(../img/0208.png);
  width: 162px;
  height: 177px;
  top: -50px;
  right: 8%;
}
.s02__wrap .box__wrap:nth-child(5) .box:before {
  background: center center / cover url(../img/0212.png);
  width: 182px;
  height: 176px;
  top: -30px;
  right: 55%;
}
.s02__wrap .box:after {
  position: absolute;
  content: "";
  background: center center / cover url(../img/0203.svg);
  width: 137px;
  height: 103px;
  bottom: 0;
  left: -20px;
}
.s02__wrap .box__wrap:nth-child(3) .box:after {
  background: center center / cover url(../img/0206.svg);
  width: 155px;
  height: 103px;
  bottom: 0;
  left: auto;
  right: -20px;
}
.s02__wrap .box__wrap:nth-child(4) .box:after {
  background: center center / cover url(../img/0209.svg);
  width: 154px;
  height: 103px;
}
.s02__wrap .box__wrap:nth-child(5) .box:after {
  background: center center / cover url(../img/0213.svg);
  width: 158px;
  height: 103px;
  bottom: 0;
  left: auto;
  right: -20px;
}
@media screen and (max-width:1000px){
.s02__wrap .box:before {
  width: 87px;
  height: 95px;
  top: -30px;
}
.s02__wrap .box__wrap:nth-child(3) .box:before {
  width: 122px;
  height: 88px;
  top: -20px;
}
.s02__wrap .box__wrap:nth-child(4) .box:before {
  width: 81px;
  height: 88px;
  top: -20px;
}
.s02__wrap .box__wrap:nth-child(5) .box:before {
  width: 91px;
  height: 88px;
  top: -20px;
}
.s02__wrap .box:after {
  left: 0;
}
.s02__wrap .box__wrap:nth-child(3) .box:after {
  right: 0;
}
.s02__wrap .box__wrap:nth-child(5) .box:after {
  right: 0;
}
}
.s02__wrap .box__inner {
  position: relative;
  align-items: center;
  background: center center / cover url(../img/0201.png) no-repeat;
  display: flex;
  filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.16));
  margin: auto;
  max-width: 1140px;
}
.s02__wrap .box__wrap:nth-child(3) .box__inner {
  background: center center / cover url(../img/0215.png) no-repeat;
}
.s02__wrap .box__wrap:nth-child(4) .box__inner {
  background: center center / cover url(../img/0207.png) no-repeat;
}
.s02__wrap .box__wrap:nth-child(5) .box__inner {
  background: center center / cover url(../img/0211.png) no-repeat;
}
.s02__wrap .box__inner .item {
  margin-left: 50%;
  padding: 60px 8.24%;
}
.s02__wrap .box__wrap:nth-child(odd) .box__inner .item {
  margin-left: 0;
  margin-right: 50%;
}
.s02__wrap h3 {
  font-size: 2.8rem;
  line-height: 1.8;
  margin-bottom: .5em;
}
.s02__wrap h3 span {
  font-size: 1.8rem;
}
.s02__wrap h3 img {
  width: 299px;
}
.btn a {
  position: relative;
  align-items: center;
  background: #3580C9;
  border-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 2.1rem;
  font-weight: 700;
  justify-content: space-around;
  margin: 1em auto 0;
  max-width: 310px;
  padding: 5px 0;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.s02__wrap .box__wrap:nth-child(3) .btn a {
  background: #FACC80;
}
.s02__wrap .box__wrap:nth-child(4) .btn a {
  background: #EF9770;
}
.s02__wrap .box__wrap:nth-child(5) .btn a {
  background: #7ACBD3;
}
.btn a:after {
  position: absolute;
  content: "";
  background: center center / cover url(../img/0214.svg);
  width: 11px;
  height: 16px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn a:hover {
  background: #313131;
}

/*notes*/
.s03__wrap {
  padding: 80px 0 100px;
}
.s03__wrap h2 {
  margin-bottom: 1.5em;
}
.s03__wrap a{
  text-decoration-line: revert;
}

.s04__wrap{
  background-color: #EDF4F5;
  padding: 70px 0 50px;
}
.section04 h2{
  position: relative;
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 45px
}
.section04 h2:before{
  content: '';
  position: absolute;
  bottom: -0.5em;
  width: 167px;
  height: 3px;
  background: #003173;
  color: #08316F;
  transform: translateX(-15%);
}
.greetings{
  display: flex;
  width: 1180px;
  margin: 50px auto;
}
.left_content img{
  width:570px;
}
.left_content h3{
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 1.9rem;
  margin-top: 20px;
}
.left_content span{
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 2.0rem;
}
.right_content{
  width: 573px;
  margin-left: auto;
}
.right_content h3{
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 40px;
  margin-bottom: 10px;
}
.right_content p{
  width: 573px;
  font-size: 15px;
}
.s05__wrap{
  padding: 60px;
}
.section05 h2{
  position: relative;
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 45px;
}
.section05 h2:before{
  content: '';
  position: absolute;
  bottom: -0.5em;
  width: 167px;
  height: 3px;
  background: #003173;
  color: #08316F;
  transform: translateX(-20%);
}
.s05__wrap h3{
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 3.0rem;
  text-align: center;
  margin-bottom: 35px;
}
.philosophy{
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto;
}
.ps{
  width: 315px;
  height: 170px;
  border: solid 3px #1D427A;
}
.ps span{
  background-color: #1D427A;
  height: 44px;
  text-align: center;
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 22px;
  color: #fff;
  margin-top: 20px;
}
.ps p{
  font-size: 15px;
  margin: 20px 30px;
  font-weight: normal;
  text-align: initial;
  color: #000;
  font-family: '源ノ角ゴシック',"Hiragino Kaku Gothic ProN",sans-serif;
}
.ps div{
  text-align: center;
  font-size: 15px;
  margin: 35px 30px;
  font-weight: normal;
  color: #000;
  font-family: '源ノ角ゴシック',"Hiragino Kaku Gothic ProN",sans-serif;
}
.s06__wrap{
  background-color: #EDF4F5;
  padding: 80px 0;
}
.section06{
  width: 980px;
  margin: auto;
}
.section06 .company_title{
  position: relative;
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 65px;
}
.section06 .company_title:before{
  content: '';
  position: absolute;
  bottom: -0.5em;
  width: 167px;
  height: 3px;
  background: #003173;
  color: #08316F;
  transform: translateX(16%);
}
.sdgs_image{
  margin: 0 auto 30px;
  width: 666px;
}
.sdgs_about{
  text-align: center;
  margin-bottom: 50px;
}
.sdgs_main{
  display: flex;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 90px;
}
.sdgs_main img{
  margin-right: 30px;
  width:178px;
}
.sdgs_main .sdgs_text{
  margin: auto;
}
.sdgs_text h3{
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 22px;
}
.connection h2{
  position: relative;
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 65px;
}
.connection h2:before{
  content: '';
  position: absolute;
  bottom: -0.5em;
  width: 167px;
  height: 3px;
  background: #003173;
  color: #08316F;
  transform: translateX(-20%);
}
.sdgs_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sdgs{
  display: flex;
  flex-wrap: wrap;
  width: 49%;
  background-color: #fff;
  align-items: center;
      margin-bottom: 20px;
}
.sdgs img{
  width: 144px;
  margin: 25px 12px;
}
.about_text{
  width: 297px;
}
.about_text p{
  font-size: 14px;
  line-height: 1.7
}
.sdgs11{
  width: 980px;
}
.about_text.sdgs_11{
  width: 800px;
}
dl {
  margin: auto;
  max-width: 980px;
}
dl div {
  display: flex;
  padding: 1.25em 1.5em;
}
dl div:nth-child(odd) {
  background: #EDF4F5;
}
dl div:last-child {
  border-bottom: #E2E2E2 1px solid;
}
dt {
  max-width: 8em;
  width: 100%;
}

/*notes*/
footer {
  background: #7A7A7A;
  color: #fff;
  font-size: 1.4rem;
  padding: .75em 2%;
  text-align: center;
}

@media screen and (max-width:1044px)and (min-width:721px){
header.header_img{
  background: center center / cover url(../img/0002.jpg) no-repeat;
  height: 759px;
  }
header .box__wrap .box{
  width: 38.99%
}
h1 span.ipad_none{
  display: none !important
}
h1 span.ipad_bl{
  display: block;	
}
}

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 50px;
  height: 50px;
  background: #1D427A;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 10px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 11px;
}
.hamburger span:nth-child(2) {
  top: 23px;
}
.hamburger span:nth-child(3) {
  top: 35px;
}
.hamburger p {
  display: none;
}
.hamburger.active {
  display : block;
  position: fixed;
  z-index : 3;
  right : 20px;
  top   : 20px;
  width : 50px;
  height: 50px;
  background: rgba(255,255,255,0);
}
.hamburger.active span:nth-child(1) {
  top : 22px;
  left: 10px;
  background : #1D427A;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 22px;
  background : #1D427A;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active p {
  display: block;
  color: #1D427A;
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 38px;
}
.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  align-items: center;
  background: rgba(255,255,255,0.9);
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.6s;
  width: 100%;
}
.globalMenuSp.active {
  transform: translateY(0%);
}
.globalMenuSp li {
  border-top: 2px dotted #B5B8BE;
  padding: 3em 0;
}
.globalMenuSp li:last-child {
  border-bottom: 2px dotted #B5B8BE;
}
.globalMenuSp li a {
  color: #08316F;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.5rem;
}

/*notes*/
header.header_img{
  background: center center / cover url(../img/0000_sp.jpg) no-repeat;
  height: auto;
}
header .box__wrap .box {
  height: auto;
  padding: 20% 0 80%;
  width: 100%;
}
header .box__wrap img {
  max-width: 186px;
}
.header_02 img {
  width: 166px;
    margin: 16px 0 16px 24px;
}
h1 {
  font-size: 2.1rem;
}
br.br-ipad {
display: none;
}

/*notes*/
.s01__wrap .box__wrap {
  display: block;
  padding: 60px 5%;
}
.s01__wrap .box__wrap div {
  width: 100%;
}
.s01__wrap-01 .company_about {
  display:block;
  width:auto;
  margin: 50px auto;
  line-height: 1.4;
}
.company_about div{
  width: 355px;
}
.company_about  img{
  width: 355px;
  margin: 0 auto 10px;
}
.company_about .btn a{
  max-width: 240px;
  font-size: 1.9rem;
  padding: 7px 0;
}
.s01__wrap h2 {
  font-size: 2.3rem;
  text-align: center;
}
.s01__wrap h2:before {
  width: 132px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.s01__wrap .box__wrap img {
  margin: 0 auto 1.5em;
  width: 282px;
}

/*notes*/
.s02__wrap {
  padding: 60px 0 0;
}
.s02__wrap h2,
.s03__wrap h2 {
  font-size: 2.8rem;
}
.s02__wrap h2:before,
.s03__wrap h2:before {
  width: 132px;
  height: 2px;
}
.s02__wrap .box__wrap {
  background: linear-gradient(transparent 20%, #295BA7 0%);
  margin-top: 70px;
  padding-bottom: 30px;
}
.s02__wrap .box__wrap:nth-child(3) {
  background: linear-gradient(transparent 20%, #FACC80 0%);
}
.s02__wrap .box__wrap:nth-child(4) {
  background: linear-gradient(transparent 20%, #EF9770 0%);
}
.s02__wrap .box__wrap:nth-child(5) {
  background: linear-gradient(transparent 20%, #7ACBD3 0%);
}
.s02__wrap .box {
  max-width: 90%;
}
.s02__wrap .box:before {
  width: 95px;
  height: 103px;
  top: -30px;
}
.s02__wrap .box__wrap:nth-child(3) .box:before {
  width: 111px;
  height: 101px;
  top: -3px;
  right: 6%;
}
.s02__wrap .box__wrap:nth-child(4) .box:before {
  width: 96px;
  height: 105px;
  top: -20px;
}
.s02__wrap .box__wrap:nth-child(5) .box:before {
  width: 97px;
  height: 94px;
  top: -10px;
  right: 6%;
}
.s02__wrap .box:after {
  display: none;
}
.s02__wrap .box__inner {
  background: #fff;
}
.s02__wrap .box__wrap:nth-child(3) .box__inner {
  background: #fff;
}
.s02__wrap .box__wrap:nth-child(4) .box__inner {
  background: #fff;
}
.s02__wrap .box__wrap:nth-child(5) .box__inner {
  background: #fff;
}
.s02__wrap .box__inner .item {
  margin-left: 0;
  padding: 25px;
  width: 100%;
}
.s02__wrap .box__wrap:nth-child(odd) .box__inner .item {
  margin-right: 0;
}
.s02__wrap h3 {
  font-size: 2.2rem;
  margin-bottom: 1em;
}
.s02__wrap h3 span {
  font-size: 1.6rem;
}
.s02__wrap h3 img {
  display: block;
  width: 171px;
}
br .pc{
  display: none;
}
.btn a {
  font-size: 1.7rem;
  width: 80%;
}
.btn a:after {
  width: 9px;
  height: 13px;
}
.s02__wrap .pic {
  margin: 0 auto 40px;
  width: 90%;
}

/*notes*/
.s03__wrap {
  padding: 60px 0;
}
.s03__wrap h2 {
  margin-bottom: 2.5em;
}

.section04 h2{
  font-size: 2.6rem;
}
.section04 h2:before{
  width: 132px;
  height: 2px;
  transform: translateX(-12%);
}
.s04__wrap{
padding:70px 0 20px
}
.greetings{
  display: block;
  width: 325px;
  margin: 50px auto;
}
.left_content img{
  width:325px;
  margin-bottom: 20px;
}
.right_content{
  width: 325px;
  margin-left: auto;
}
.right_content p{
  width: 325px;
  font-size: 14px;
}
.content_sp h3{
  font-size: 19px;
  margin-top: 22px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #08316F;
}
.content_sp span{
  font-size: 23px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #08316F;
}
.s05__wrap{
  padding: 25px;
}
.section05 h2{
  margin-bottom: 37px;
}
.section05 h2:before{
  width: 132px;
  height: 2px;
  transform: translateX(-12%);
}
.s05__wrap h3{
  font-size: 2.8rem;
  margin-bottom: 35px;
  line-height: 40px;
}
.philosophy{
  display: block;
  justify-content:start;
  width: 325px;
  margin: 10px auto;
}
.ps{
  height: 165px;
  margin-bottom: 20px;
}
.ps span{
  font-size: 20px;
}
.ps p{
  font-size: 15px;
  margin: 24px 30px; 
  line-height: 27px;
}
.ps div{
  margin: 32px 30px;
}
.s06__wrap{
  padding: 50px 0;
}
.section06{
  width: 325px;
  margin: auto;
}
.section06 .company_title:before{
  width: 132px;
  height: 2px;
  transform: translateX(32%);
}
.sdgs_image{
  margin: 0 auto 20px;
  width: 275px;
}
.sdgs_main{
  display: block;
}
.sdgs_main h3{
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #08316F;
}
.sdgs_main p{
margin-top: 15px;
}
.sdgs_main img{
  margin: 0 auto 18px;
  width:178px;
  margin:auto;
  display:block;
}
.sdgs_main .sdgs_text{
  margin: auto;
}
.sdgs_text span{
  text-align: center;
}
.connection h2:before{
  width: 132px;
  height: 2px;
  transform: translateX(-12%);
}
.sdgs_list{
  display: block;
  flex-wrap:nowrap;
  justify-content: start;
  align-items: normal;
}
.sdgs{
  display: block;
  flex-wrap:nowrap;
  align-items: normal;
  width: 325px;
  margin-bottom: 30px;
  padding: 25px 0;
}
.sdgs img{
  width: 144px;
  margin: 0px auto 15px;
  display:block;
}
.about_text{
  width: 270px;
  margin:auto;
}
.about_text p{
  font-size: 14px;
}
.sdgs11{
  width: 325px;
}
.about_text.sdgs_11{
  width: 270px;
}

dl div {
  padding: 1.25em 5%;
}
dt {
  max-width: 6.5em;
}

/*notes*/
footer {
  font-size: 1.1rem;
}
}