@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
  background-color: #f2f1ee;
}
main {
  overflow-x: hidden;
}
.section-top__image {
  background-image: url("../images/top_image1.jpg");
  background-position-x: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
}
.section-top__image-filter {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  background-color: rgba(255,255,255,0.10); 
}

.section-top__image-message h2 {
  font-size: 3.0rem;
  font-weight: 100;
  color: #FFFFFF;
  position: absolute;
  left: 50px;
  top: 75%;
  mix-blend-mode: difference;
}
.section-top__image-message p {
  font-size: 2.0rem;
  color: #FFFFFF;
  position: absolute;
  left: 30px;
  top: 80%;
  mix-blend-mode: difference;
}
@media(min-width: 960px){
  .section-top__image{
  background-position: 15% center;
  }
  .section-top__image-message h2 {
    font-size: 4.5rem;
    font-weight: 100;
    left: 140px;
    top: 60%;
  }
  .section-top__image-message p {
    font-size: 2.5rem;
    left: 100px;
    top: 68%;
  }  
}

/*  A B O U T    */

.section-about {
  padding: 100px 0px;
  position: relative;
}

.section-about__wrapper {
  margin: 0 auto;
  width: 85%;
}
.section-about__wrapper h2 {
  margin: 0 auto;
  line-height: normal;
  font-size: 4.0rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  position: relative;
  text-align: left;
}
.section-about__tittle h3 {
  font-size: 2.2rem;
  position: relative;
  font-weight: 600;
  line-height: normal;
  text-align: right;
}
.section-about__tittle h3::before {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  right: 0;
  border-bottom: 5px solid #98e200;
}
.section-about__container {
  width: 100%;
}
.section-about__content {
  display: inline-block;
  padding : 40px 0 0 0;
  vertical-align: middle;
}

.section-about__content-name{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #d9dee4;
}
.section-about__content-name:nth-of-type(2){
  margin: -95px 0px 0px 125px;
}
.section-about__content-name p:nth-of-type(1) {
  font-style: italic;
  font-size: 3.0rem;
  font-weight: 750;
  line-height: 1.4em;
  width: calc(100% + 80px);
  margin: 0 0 0 -60px;
  padding: 45px 0px 0px 0px;
 
}
.section-about__content-name p:nth-of-type(2) {
  font-size: 1.5rem;
  line-height: 1.0em;
  padding: 0px 0px 0px 65px;
}
.section-about__content-discription{
  margin: 0 20px;
}
.section-about__content-discription p {
  font-size: 1.6rem;
  line-height : 2.0em;
  text-align: left;
}
.section-about__content-discription p:nth-of-type(2) {
  margin-top: 20px;
}
@media(min-width: 960px){
  .section-about {
    padding: 200px 0px;
  }
  .section-about__wrapper{
    width: 70%;
  }
  .section-about__wrapper h2 {
    font-size: 7.2rem;
    font-weight: 600;
    -webkit-text-stroke: 2px #000;
  }
  .section-about__tittle h3 {
    font-size: 4.0rem;
    position: relative;
    font-weight: 600;
  }
  .section-about__tittle h3::before {
    width: 60%;/*h3の60%*/
  }
  .section-about__container {
    display: flex;
    justify-content: space-between;
    /*width: 1000px;*/
    align-items: flex-start;
    flex-direction: row;
 }
  .section-about__content {
    width: 50%;
 }
  .section-about__content-name{
  height: 200px;
  width: 200px;
 }
.section-about__content-name:nth-of-type(2){
  margin: -95px 0px 0px 150px;
 }
.section-about__content-name p:nth-of-type(1) {
  font-size: 4.0rem;
  font-weight: 750;
  margin: 0 0 0 -80px;
  padding: 50px 0px 0px 0px;
 }
.section-about__content-name p:nth-of-type(2) {
  font-size: 2.0rem;
  line-height: 1.4em;
  padding: 0px 0px 0px 95px;
 }
.section-about__content-discription{
  margin: 0 20px;
 }
.section-about__content-discription p {
  font-size: 1.8rem;
  line-height : 2.0em;
  text-align: left;
 }
.section-about__content-discription p:nth-of-type(2) {
  margin-top: 20px;
 }
}

/*  M E S S A G E  */

.section-message {
  padding-bottom: 100px;
}
.section-message__wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.section-message__tittle {
  writing-mode: vertical-rl;
}
.section-message__tittle h2 {
  line-height: normal;
  font-size: 4.0rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  position: relative;
  text-align: left;
}
.section-message__container {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
/* justify-content: space-between;
  align-items: flex-start;*/
}
.section-message__container h3{
  font-size: 2.2rem;
  position: relative;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin: 25px 0 0 0;
}
.section-message__container h3::before {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;
  left: 0;
  border-bottom: 5px solid #98e200;
}
.section-message__discription {
  text-align: left;
  position: relative;
  z-index: 20;
}
.section-message__discription p{
  line-height: 2.0em;
  margin: 25px 0 0 -45px;
}
.section-message__image {/*社長写真大きさ調整*/
  width: 100%;
  margin: 0 0 0 auto;
  height: auto;
  position: relative;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 10;
}
.section-message__image img{
  display: block;
  width: 100%;
  height: auto;
}
@media(min-width:960px){
  .section-message {
    padding-bottom: 200px;
  }
  .section-message__tittle {
    writing-mode: vertical-rl;
  }
  .section-message__tittle h2 {
    font-size: 7.2rem;
    -webkit-text-stroke: 2px #000;
  }
  .section-message__container {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .section-message__container h3{
    font-size: 4.0rem;
    margin: 0 0 0 0;
  }
  .section-message__discription {
    width: 50%;
    position: relative;
  }
  .section-message__discription p{
    margin: 0 0 0 0;
    padding: 40px 0 0 0;
    font-size: 1.8rem;
	  line-height: 2.0em;
  }
  .section-message__image {/*社長写真大きさ調整*/
    width: 75%;
    clip-path: none;
  }
  .section-message__image img {
		height: 50vh;
		object-fit: cover;
  }
  .section-message__image::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left,transparent 45%,#f2f1ee 90%);
	}
}
@media(min-width:1600px){
	.section-message__discription {
    width: 50%;
		position: absolute;
  }
  .section-message__image img{
    display: block;
    width: 100%;
    height: auto;
	}	
}

/*  P H I L O S O P H Y  */ 

.section-philosophy {
  padding-bottom: 100px;
}
.section-philosophy__wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.section-philosophy__tittle {
  writing-mode: vertical-rl;
}
.section-philosophy__tittle h2 {
  line-height: normal;
  font-size: 4.0rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  position: relative;
}
.section-philosophy__container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.section-philosophy__container h3{
  font-size: 2.2rem;
  position: relative;
  font-weight: 600;
  line-height: normal;
  text-align: left;
  margin: 25px 0 0 0;
}
.section-philosophy__container h3::before {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;/*h3の100%*/
  left: 0;
  border-bottom: 5px solid #98e200;
}
.section-philosophy__discription {
  text-align: left;
/*  width: 50%;
  position: absolute;*/
  z-index: 20;
}
.section-philosophy__discription p {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 15px 0 15px -15px;
  text-align: left;
}
.section-philosophy__list li{
  list-style: none;
  font-size: 1.8rem;
  font-weight: 600;
}
.section-philosophy__list p{
  font-size: 1.6rem;
  margin: 5px 0;
  font-weight: 300;
}

.section-philosophy__image {/*理念写真大きさ調整*/
  width: 100%;
  margin: 0 auto 0 0;
  height: auto;
  position: relative;
  clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);  
  z-index: 10;
}
.section-philosophy__image::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
/*  background: linear-gradient(to right,transparent 33%,#FFFFFF 90%);*/
}
.section-philosophy__image img{
  display: block;
  width: 100%;
  height: auto;
}
@media(min-width: 960px){
  .section-philosophy {
    padding-bottom: 200px;
  }
.section-philosophy__tittle h2 {
    line-height: normal;
    font-size: 7.2rem;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 2px #000;
    position: relative;
  }
.section-philosophy__container {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
.section-philosophy__container h3{
    font-size: 4.0rem;
    position: relative;
    font-weight: 600;
    line-height: normal;
    text-align: right;
  }
.section-philosophy__container h3::before {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;/*h3の100%*/
    left: 0;
    border-bottom: 5px solid #98e200;
  }
.section-philosophy__discription {
    text-align: left;
    width: 50%;
    position: absolute;
    z-index: 20;
  }
.section-philosophy__discription p{
    line-height: 2.0em;
    margin: 40px 0 0 0;
    font-size: 3.0rem;
    text-align: right;
  }
 .section-philosophy__list li{
    list-style: none;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: right;
  }
  .section-philosophy__list p{
    font-size: 1.8rem;
    margin: 5px 0;
    font-weight: 300;
    text-align: right;
  }
  .section-philosophy__image {/*理念写真大きさ調整*/
      width: 75%;
      margin: 0 auto 0 0;
      height: auto;
      position: relative;
      clip-path: none;  
      z-index: 10;
  }
.section-philosophy__image::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right,transparent 33%,#f2f1ee 90%);
  }
.section-philosophy__image img{
    display: block;
    width: 100%;
    height: auto;
  } 
}
/*  B U S I N E S S   */

.section-business {
  padding-bottom: 100px;
  position: relative;
}
.section-business::before {
  content: '';
  position: absolute;
  top: 25%;
  bottom: 25%;
  left: 0;
  right: 0;
  background-color: #d9dee4;
  transform: skewY(-15deg);
  z-index: -1;
}
.section-business__wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.section-business__tittle {
  writing-mode: vertical-rl;
}
.section-business__tittle h2 {
  line-height: normal;
  font-size: 4.0rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  position: relative;
}
.section-business__container {
  position: relative;
  width: 100%;
}
.section-business__container h3{
  font-size: 2.2rem;
  position: relative;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
.section-business__container h3::before {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;/*h3の100%*/
  left: 0;
  border-bottom: 5px solid #98e200;
}
.section-business__hexagon-sec{
/*  display: flex;*/
  justify-content: center;
  margin: 0 0 0 0;
}
.section-business__hexagon{
  background: #00368e;
  width: 270px;
  height: 270px;
  margin: 0 auto;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
} 
.section-business__hexagon h4{
  color: #FFF;
  margin: 20px auto 0;
  padding: 70px 0 0 0;
  font-size: 2.2rem;
}
.section-business__hexagon p{
  width: 80%;
  color: #FFF;
  margin: 20px auto;
}
.btn--green{
  margin-top: 0px;
  
}
.btn--green,a.btn--green {
  font-size: 1.4rem;
  color: #fff;
  background-color: #98c200;
}
.btn--green:hover,a.btn--green:hover {
  color: #fff;
  background: #a6d303;
}
a.btn--radius {
   border-radius: 100vh;
}
@media(min-width: 960px){
  .section-business {
    padding-bottom: 200px;
    position: relative;
  }
  .section-business::before {
    top: 15%;
    bottom: 35%;
  }
  .section-business__wrapper {
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: flex-start;
  }
  .section-business__tittle {
    writing-mode: vertical-rl;
  }
  .section-business__tittle h2 {
    line-height: normal;
    font-size: 7.2rem;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 2px #000;
    position: relative;
  }
  .section-business__container {
    position: relative;
    width: 105%;
  }
  .section-business__container h3{
    font-size: 4.0rem;
    position: relative;
    font-weight: 600;
    line-height: normal;
    text-align: left;
  }
  .section-business__container h3::before {
    position: absolute;
    bottom: 0;
    content: '';
    width: 60%;/*h3の100%*/
    left: 0;
    border-bottom: 5px solid #98e200;
  }
  .section-business__hexagon-top{
    display: flex;
  /*  margin: 30px auto 0; */
    justify-content: center;
    padding: 40px 0 0 0;

  }
  .section-business__hexagon-sec{
    display: flex;
    justify-content: center;
    margin: -90px 0 0 0;
  }
  .section-business__hexagon{
    background: #00368e;
    width: 350px;
    height: 350px;
    margin: 1%;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
  } 
  .section-business__hexagon h4{
    color: #FFF;
    margin: 100px auto 0;
    padding: 0 0 0 0;
    font-size: 2.4rem;
  }
  .section-business__hexagon p{
    width: 80%;
    color: #FFF;
    margin: 20px auto;
  }
  .btn--green{
    margin-top: 30px;

  }
  .btn--green,a.btn--green {
    font-size: 1.4rem;
    color: #fff;
    background-color: #98c200;
  }
  .btn--green:hover,a.btn--green:hover {
    color: #fff;
    background: #a6d303;
  }
  a.btn--radius {
     border-radius: 100vh;
  }  
}

/*  A C C E S S */

.section-access {
  padding-bottom: 100px;
}
.section-access__wrapper {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.section-access__tittle {
  writing-mode: vertical-rl;
}
.section-access__tittle h2 {
  line-height: normal;
  font-size: 4.0rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  position: relative;
}
.section-access__container {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.section-access__container h3{
  font-size: 2.2rem;
  position: relative;
  font-weight: 700;
  line-height: normal;
  text-align: right;
  padding: 10px 0 0 0;
}
.section-access__container h3::before {
  position: absolute;
  bottom: 0;
  content: '';
  width: 100%;/*h3の100%*/
  right: 0;
  border-bottom: 5px solid #98e200;
}
.section-access__map {
  margin: 0 auto;
  width: 100%;
  text-align: left;  
}
.section-access__map iframe {
  width: 100%;
  aspect-ratio: 16/9;   
}
.section-access__discription {
  text-align: left;
  position: relative;
}
.section-access__discription-item {
  margin: 20px 0 20px 0;
}
.section-access__discription-item p {
  line-height: 2.0em;
  font-size: 1.6rem;
}
.section-access__discription-item p:nth-of-type(2) {
  margin-top: 20px;
}
.section-access__discription-item address {
  font-style: normal;
  font-size: 1.6rem;
}
@media(min-width: 960px){
  .section-access {
  padding-bottom: 200px;
  }
  .section-access__tittle h2 {
    font-size: 7.2rem;
    font-weight: 600;
    -webkit-text-stroke: 2px #000;
  }
  .section-access__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  } 
  .section-access__container h3{
    font-size: 4.0rem;
 
  }
  .section-access__container h3::before {
    position: absolute;
    bottom: 0;
    content: '';
    width: 95%;/*h3の100%*/
  }
  .section-access__discription {
    width: 50%;
  }
  .section-access__discription-item {
    margin: 20px;
  }
  .section-access__discription-item p {
    font-size: 2.0rem;
  }
}
/*    C O N T A C T    */

.section-contact {
  padding-bottom: 100px;
  position: relative;
}
.section-contact__wrapper{
  width: 75%;
  margin: 0 auto;
  align-items: center;
}
.section-contact__content h2 {
  line-height: normal;
  font-size: 4.0rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  position: relative;
}
.section-contact__content p {
  margin: 0 auto;
}
a.btn--orange {
  color: #fff;
  background-color: #00368e;
}

a.btn--orange:hover {
  color: #fff;
  background: #00307d;
}

a.btn-c {
  font-size: 1.6rem;
  position: relative;
  padding: 2.5rem 3rem 2.5rem 2rem;
}
a.btn-c i.fa {
  margin-right: 1rem;
}
@media(min-width : 1040px){
   .section-contact {
      padding-bottom: 200px;
  } 
  .section-contact__wrapper{
  width: 1040px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  }
  .section-contact__content{
    width: 50%;
    text-align: left;
  }
  .section-contact__content h2 {
    line-height: normal;
    font-size: 7.0rem;
    font-weight: 600;
    color: transparent;
    -webkit-text-stroke: 2px #000;
    position: relative;
  }
  .section-contact__content p {
    text-align: center;
  }
  a.btn--orange {
    color: #fff;
    background-color: #00368e;
  }

  a.btn--orange:hover {
    color: #fff;
    background: #00307d;
  }

  a.btn-c {
    font-size: 2.5rem;
    position: relative;
    padding: 2.5rem 3rem 2.5rem 2rem;
  }
  a.btn-c i.fa {
    margin-right: 1rem;
  }
}