@charset "UTF-8";

/* ----------------------------------------------
 common
------------------------------------------------- */

/* -----------------
 HTML5 Reset
-------------------- */

article, aside, dialog, figure, footer, header,hgroup, menu, nav, section{
  display: block;
  text-align:justify;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,l,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
  margin:0;
  padding:0
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* -----------------
 font
-------------------- */

*{
  font-family: 'Noto Sans JP', sans-serif;
  font-optical-sizing: auto;
}
.ming{
   font-family: "Noto Serif JP", serif;
}

/* -----------------
 img
-------------------- */

img{
  border-style: none;
  border-width: 0;
  vertical-align: bottom;
}
picture img,
figure img{
  width: 100%;
}

/* -----------------
 link
-------------------- */

a{
  color: #0b9f46;
  outline: none;
  text-decoration: underline;
  transition: .5s;
}
a:hover{
  color: #0b9f46;
  outline: none;
  text-decoration: none;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width:767px) { 
  a[href^="tel:"] {
    color: #0b9f46;
    pointer-events: auto;
    text-decoration: underline;
  }
}

/* -----------------
 headline
-------------------- */

/* -----------------
 btn
-------------------- */

/* ボタン種類 */


/* -----------------
 table
-------------------- */

/* ノーマル */



/* xxxxx */



/* -----------------
 other
-------------------- */

::selection {
  background: #0b9f46;
  color: #fff;
}
.align-left{
  text-align: left !important;
}
.align-center{
  text-align: center !important;
}
.align-right{
  text-align: right !important;
}
.clearfix:after{
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix{
  min-height: 1px;
}
p.normal{
  font-size: 1.7rem;
  line-height: 2.0em;
  margin-bottom: 1em;
}
p.normal:nth-last-of-type(1){
  margin-bottom: 0;
}
.mb0{
  margin-bottom: 0;
}

/* -----------------
 flex-box
-------------------- */

/* 子要素の折り返し */
.flex-wrap{
  display: flex;
  flex-wrap: wrap;
}
.flex-nowrap{
  display: flex;
}
/* 水平方向の揃え */
.jc-center{
  justify-content: center;
}
.jc-between{
  justify-content: space-between;
}
.jc-around{
  justify-content: space-around;
}
/* 垂直方向の揃え */
.al-center{
  align-items: center;
}
/* カラム */
.column-2 .block{
  display: block;
  margin-right: 5%;
  width: calc((100% - 5%) / 2);
}
.column-2 .block:nth-of-type(even){
  margin-right: 0;
}
.column-3 .block{
  display: block;
  margin-right: 4%;
  width: calc((100% - 8%) / 3);
}
.column-3 .block:nth-of-type(3n){
  margin-right: 0;
}
@media screen and (max-width:767px) { 
  .flex-nowrap{
    display: block;
  }
  .column-2 .block{
    margin-right: 0;
    width: 100%;
  }
  .column-3 .block{
    display: block;
    margin-right: 4%;
    width: calc((100% - 4%) / 2);
  }
  .column-3 .block:nth-of-type(3n){
    margin-right: 4%;
  }
  .column-3 .block:nth-of-type(2n){
    margin-right: 0;
  }
}

/* -----------------
 base
-------------------- */

html{
  font-size: 10px;
}
body{
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width:767px) { 
  body{
    -webkit-text-size-adjust: 100%;
  }
}
.preload * {
  transition: none !important;
}
.for-sp{
  display: none;
}
@media screen and (max-width:767px) { 
  .for-pc{
    display: none;
  }
  .for-sp{
    display: block;
  }
}

/* 共通 */

#wrapper{
  margin: 0;
}
.layout{
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1120px;
  position: relative;
}
.block-common{
  margin-bottom: 100px;
  text-align: left;
}
.block-common h2{
  font-size: 3.4rem;
  line-height: 1.4em;
  margin-bottom: 30px;
  padding-left: 40px;
  position: relative;
}
.block-common h2:before{
  background: #0b9f46;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  position :absolute;
  left: 0;
  top: 17px;
}
.block-common h2:after{
  background: #307fc3;
  border: 1px #fff solid;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  position :absolute;
  left: 12px;
  top: 12px;
}
.block-middle{
  margin-bottom: 70px;
}
.block-middle h3{
  font-size: 2.6rem;
  line-height: 1em;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width:767px) { 
  .layout{
    padding: 0 5%;
    width: 100%;
  }
  .block-common{
    margin-bottom: 70px;
  }
  .block-common h2{
    font-size: 2.8rem;
    padding-left: 34px;
  }
  .block-common h2:before{
    height: 18px;
    width: 18px;
    top: 14px;
  }
  .block-common h2:after{
    height: 10px;
    width: 10px;
    left: 10px;
  }
  .block-middle{
    margin-bottom: 60px;
  }
  .block-middle h3{
    font-size: 2.2rem;
  }
}

/* ヘッダー */

.header{
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
.header .logo{
  width: 300px;
}
.header h1{
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1em;
  margin-top: 20px;
}
@media screen and (max-width:767px) { 
  .header .logo{
    width: 250px;
  }
  .header h1{
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

/* MVエリア */

.mv-area{
  background-image: linear-gradient(45deg, #0b9f46, #307fc3);
  border-radius: 30px;
  box-sizing: border-box;
  color: #fff;
  margin: 80px auto 120px;
  padding: 80px 1em;
}
.mv-area .main-copy{
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 50px;
}
.mv-area .sub-copy{
  font-size: 1.8rem;
  line-height: 1.8em;
}
@media screen and (max-width:767px) {
  .layout.mv{
    padding-left: 0;
    padding-right: 0;
  }
  .mv-area{
    margin-top: 60px;
    margin-bottom: 90px;
    padding: 50px 20px;
  }
  .mv-area .main-copy{
    font-size: 3.5rem;
    margin-bottom: 35px;
  }
  .mv-area .sub-copy{
    font-size: 1.7rem;
    line-height: 1.8em;
    text-align: left;
  }
}

/* 会社概要 */

.table-outline{
  border-collapse: collapse;
  border-top: solid 1px #ddd;
  box-sizing: border-box;
  font-size: 1.7rem;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.table-outline tr{
  border-bottom: solid 1px #ddd;
}
.table-outline th{
  margin: 0;
  padding: 20px 2em 20px 0;
  vertical-align: top;
  width: 8em;
  border-bottom: solid 1px #0b9f46;
}
.table-outline tr:nth-of-type(1) th{
  border-top: solid 1px #0b9f46;
}
.table-outline td{
  margin: 0;
  padding: 20px 0 20px 2em;
}
.table-outline td ul{
  margin: 0 0 0 1em;
  padding: 0;
}
.table-outline td ul li{
  margin: 0 0 10px 0;
  padding: 0;
}
.table-outline td ul li:last-child{
  margin-bottom: 0;
}
.table-outline td .post{
  margin-right: 1em;
}
.table-outline td .building{
  margin-left: .5em;
}
.table-outline td .maplink{
  margin-left: 2em;
}
.table-outline td .maplink a{
  padding-left: 1em;
  position: relative;
}
.table-outline td .maplink a:before{
  content: "\f3c5";
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-size: 1.7rem;
  font-weight: bold;
  position :absolute;
  transform: translateY(-50%);
  left: 0;
  top: 50%;
}
.block-google-map{
  margin-top: 70px;
}
.block-google-map iframe{
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:767px) { 
  .table-outline th{
    padding-right: 1em;
    width: 6em;
  }
  .table-outline td{
    padding-left: 1em;
  }
  .table-outline td .post{
    display: block;
    margin-right: 0;
  }
  .table-outline td .maplink{
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .block-google-map{
    margin-top: 30px;
  }
}

/* グループ会社 */

.h3-area{
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.h3-area h3{
  margin-bottom: 0;
}
.h3-area img{
  height: 32px;
  margin-left: 40px;
}
.block-middle .inner{
  display: flex;
  justify-content: space-between;
}
.block-middle .inner .block-info{
  width: 55%;
}
.table-group-outline{
  border-collapse: collapse;
  border-top: solid 1px #ddd;
  box-sizing: border-box;
  font-size: 1.7rem;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
.table-group-outline tr{
  border-bottom: solid 1px #ddd;
}
.table-group-outline th{
  margin: 0;
  padding: 20px 1em 20px 0;
  vertical-align: top;
  width: 6em;
  border-bottom: solid 1px #0b9f46;
}
.table-group-outline tr:nth-of-type(1) th{
  border-top: solid 1px #0b9f46;
}
.table-group-outline td{
  margin: 0;
  padding: 20px 0 20px 1em;
}
.table-group-outline td ul{
  margin: 0 0 0 1em;
  padding: 0;
}
.table-group-outline td ul li{
  margin: 0 0 10px 0;
  padding: 0;
}
.table-group-outline td ul li:last-child{
  margin-bottom: 0;
}
.table-group-outline td .post{
  display: block;
}
.table-group-outline td .building{
  margin-left: .5em;
}
.block-middle .inner .block-map{
  width: 40%;
}
.block-middle .inner .block-map iframe{
  aspect-ratio: 16/9;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:767px) {

.h3-area{
  display: block;
  margin-bottom: 30px;
}
.h3-area h3{
  margin-bottom: 20px;
}
.h3-area img{
  display: block;
  height: 20px;
  margin-left: 0;
}

  .block-middle .inner{
    display: block;
  }
  .block-middle .inner .block-info{
    width: 100%;
  }
  .block-middle .inner .block-map{
    margin-top: 30px;
    width: 100%;
  }
}

/* ミッション・ビジョン・バリュー */

.block-middle h3 span{
  color: #0b9f46;
  display: block;
  font-size: 1.9rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 10px;
}
.block-mvv{
  background: rgba(11, 159, 70, .1);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 50px 5%;
}
.block-mvv h4{
  font-size: 2.2rem;
  line-height: 1.4em;
  margin-bottom: 30px;
  text-align: center;
}
.block-mvv ul{
  margin: 0 0 0 1.5rem;
  padding: 0;
}
.block-mvv ul li{
  font-size: 1.7rem;
  line-height: 1.8em;
  margin-bottom: 10px;
}
.block-mvv ul li:nth-last-of-type(1){
  margin-bottom: 0;
}
.block-mvv ul li span{
  font-weight: 700;
}
.p-mvv{
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.0em;
}
@media screen and (max-width:767px) { 
  .block-middle h3 span{
    font-size: 1.5rem;
  }
  .block-mvv{
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .block-mvv h4{
    font-size: 1.9rem;
    line-height: 1.4em;
    margin-bottom: 20px;
    text-align: left;
  }
  .block-mvv ul li span{
    display: block;
  }
}

/* お問い合わせ */

.block-cta{
  background-image: linear-gradient(45deg, #0b9f46, #307fc3);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 70px 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-cta h2{
  padding-left: 0;
}
.block-common .block-cta h2:before,
.block-common .block-cta h2:after{
  background: transparent;
  border: none;
  height: 0;
  width: 0;
}
.block-cta .text-area{
  color: #fff;
}
.block-cta .text-area p{
  font-size: 1.7rem;
  line-height: 1.6em;
}
.block-cta .cta-area{
  color: #fff;
  text-align: right;
}
.block-cta .cta-area .tel{
  display: flex;
  align-items: center;
}
.block-cta .cta-area .tel i{
  display: inline-block;
  font-size: 3.6rem;
  line-height: 1em;
  margin-right: 10px;
  margin-top: 6px;
}
.block-cta .cta-area .tel a{
  color: #fff;
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1em;
}
.block-cta .cta-area span{
  display: block;
  font-size: 1.5rem;
  line-height: 1em;
  margin-top: 10px;
}
@media screen and (max-width:767px) { 
  .block-cta{
    display: block;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
  }
  .block-cta .text-area{
    margin-bottom: 30px;
  }
  .block-cta .cta-area{
    color: #fff;
    text-align: center;
  }
  .block-cta .cta-area .tel{
    justify-content: center;
  }
  .block-cta .cta-area .tel i{
    font-size: 2.8rem;
    line-height: 1em;
    margin-right: 5px;
    margin-top: 6px;
  }
  .block-cta .cta-area .tel a{
    color: #fff;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1em;
  }
}

/* フッター */

footer{
  padding-bottom: 20px;
}
footer .layout{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer .logo-area img{
  width: 200px;
}
footer .logo-area p{
  font-size: 1.5rem;
  line-height: 1em;
  margin-top: 15px;
}
footer p.copyright{
  font-size: 1.5rem;
  line-height: 1em;
}
@media screen and (max-width:767px) { 
  footer .layout{
    display: block;
    text-align: center;
  }
  footer .logo-area p{
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

/* フッター */

.pagetop a{
  background: #0b9f46;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  height: 50px;
  text-decoration: none;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  bottom: 50px;
}
.pagetop a i{
  font-size: 1.8rem;
  line-height: 1em;
}
@media screen and (max-width:767px) { 
  .pagetop a{
    right: 10px;
    bottom: 20px;
  }
}

