/*
Theme Name: ryojbaba (Arkhe Child)
Theme URI: https://arkhe-theme.com/
Template: arkhe
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Description: Arkhe の子テーマとして ryojbaba を構築します。A very simple theme for production templates. Customize as you like.
Tags: two-columns,one-column,right-sidebar,custom-colors,custom-menu,editor-style,theme-options,block-styles,wide-blocks
Version: 3.4.2.1676262952
Updated: 2023-02-13 13:35:52

*/

/* ---------------------------------- TOP ---------------------------------- */

.top_main{
  padding:15vh 0 0;
}
.top_main > p{
  font-size:38px;
  font-weight:700;
  line-height:1.5;
}

@media screen and (max-width: 960px) {
  .top_main > p{
    font-size:24px;
    line-height:1.5;
  }
}

/* ---------------------------------- TOP ---------------------------------- */

.footer_info{
  display:flex;
  justify-content: space-between;
}
.footer_info_site_name > a{
  font-size:14px;
}
.c-copyright {
  font-size:14px;
}

@media screen and (max-width: 960px) {
  .footer_info{
    display:block;
  }
  .footer_info_site_name{
    text-align: center;
    margin:0 0 15px;
  }
  .c-copyright {
    font-size:12px;
  }  
}

/* ---------------------------------- 固定ページ：元の指定を上書き ---------------------------------- */

.p-topArea {
  position: relative;
  display: block;
  min-height: 0;
  overflow: auto;
  text-align: center;
  width: 100%;
  padding: 50px 0;
  margin: 0;
}
.p-topArea.-noimg {
  background: transparent;
}
.c-filterLayer {
  z-index: 0;
}
.p-topArea__body {
  color: #174585;
  position: relative;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 10%);
  width: 100%;
  z-index: 3;
}

/* ---------------------------------- Corporate ---------------------------------- */

.corp_sec{
  margin:0 0 100px;
}
.corp_sec_title{
  position:relative;
  color:#174585;
  font-size:24px;
  font-weight:700;
  padding:0 0 0 60px;
  margin:0 0 50px;
}
.corp_sec_title:before{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%);
  display:block;
  width:40px;
  height:1px;
  background-color: #174585;
}
.corp_desc1{
  font-size:36px;
  font-weight:700;
  line-height:1.5;
  margin:0 0 50px;
}
.corp_desc2_title{
  font-size:22px;
  font-weight:700;
  line-height:1.5;
  margin:0 0 15px;
}
.corp_desc2{
  font-size:16px;
  line-height:1.5;
  margin:0 0 30px;
}
.corp_desc3{}
.corp_desc3 > p{
  font-size:16px;
  line-height:1.5;
}
.corp_desc3 > p:not(:last-child){
  margin:0 0 1.5em;
}
.corp_map{
  margin:0;
}
.corp_map_address{
  font-size:16px;
  margin:0 0 15px;
}
.corp_map > iframe{
  width:100%;
}

@media screen and (max-width: 960px) {
  .corp_sec{
    margin:0 0 80px;
  }
  .corp_sec_title{
    font-size:20px;
    padding:0 0 0 40px;
    margin:0 0 30px;
  }
  .corp_sec_title:before{
    width:30px;
  }
  .corp_desc1{
    font-size:20px;
    margin:0 0 30px;
  }
  .corp_desc2_title{
    font-size:18px;
    margin:0 0 15px;
  }
  .corp_desc2{
    font-size:14px;
    line-height:1.75;
  }
  .corp_desc3 > p{
    font-size:14px;
    line-height:1.75;
  }
}

/* ---------------- Corporate About data ---------------- */

.about_data_wrap{
  padding:0 0 100px;
}
.about_data{
  max-width:1020px;
  padding:0 20px;
  margin:0 auto;
}
.about_data_list{
  border-top:1px solid #CCC;
  padding:0;
  margin:0;
}
.about_data_list > li{
  display:flex;
  flex-flow:row nowrap;
  justify-content:flex-start;
  align-items:flex-start;
  border-bottom:1px solid #CCC;
  margin:0;
  padding:30px 0;
}
.about_data_list > li > div{
  line-height:1.2;
}
.about_data_list > li > div:first-child{
  width:200px;
  font-size:16px;
  text-align:center;
}
.about_data_list > li > div:last-child{
  flex:1;
  font-size:16px;
}
.about_data_list > li > div:last-child > a{
  color:#000;
}
.about_data_project_list{
  padding:0;
  margin:0;
}
.about_data_project_list > li{
  line-height:1.5;
  list-style:disc;
  margin:0 0 15px 20px;
}
.about_data_project_list > li > ul{
  padding:12px 0 0;
  margin:0;
}
.about_data_project_list > li > ul > li{
  line-height:1.5;
  list-style:decimal;
  margin:0 0 10px 32px;
}

@media screen and (max-width: 960px) {
  .about_data_wrap{
    padding:50px 0;
  }
  .about_data{
    padding:0 20px;
  }
  .about_data_list{
    border-top:1px solid #CCC;
  }
  .about_data_list > li{
    display:block;
    padding:20px 0;
  }
  .about_data_list > li > div{
  }
  .about_data_list > li > div:first-child{
    width:auto;
    font-size:14px;
    text-align:left;
    margin-bottom:15px;
  }
  .about_data_list > li > div:last-child{
    font-size:14px;
  }
}

/* ---------------- Corporate About CEO ---------------- */

.about_ceo_wrap{
  background-color:#EEE;
}
.about_ceo{
}
.about_ceo > div{
}
.about_ceo > div:first-child{
}
.about_ceo > div:last-child{
  padding:100px 100px;
}
.about_ceo_content{
  max-width:980px;
  margin:0 auto;
}
.about_ceo_content > h2{
  color:#213A70;
  font-size:40px;
  letter-spacing: 0.1em;
  margin-bottom:50px;
}
.about_ceo_photo{
  display:flex;
  flex-flow:row nowrap;
  justify-content:flex-start;
  align-items:center;
  margin-bottom:30px;
}
.about_ceo_photo > div:first-child{
}
.about_ceo_photo > a:last-child{
  color:#000;
  padding-left:50px;
}
.about_ceo_photo > a:last-child > div:nth-child(1){
  font-size: 18px;
  font-weight:bold;
  margin-bottom:6px;
}
.about_ceo_photo > a:last-child > div:nth-child(2){
  font-size: 20px;
  font-weight:bold;
  margin-bottom:6px;
}
.about_ceo_photo > a:last-child > div:nth-child(3){
  font-size: 16px;
  margin-bottom:6px;
}
.about_ceo_photo > a:last-child > div:nth-child(4){
  font-size: 16px;
  text-decoration:underline;
}
.about_ceo_desc{
}
.about_ceo_desc > h3{
  font-size: 16px;
  margin-bottom:8px;
}
.about_ceo_desc > p{
  font-size: 14px;
  line-height:1.8;
  margin-bottom:24px;
}

@media screen and (max-width: 960px) {
  .about_ceo_wrap{
  }
  .about_ceo{
    display:block;
  }
  .about_ceo > div:first-child{
    width:auto;
    padding:0 0;
  }
  .about_ceo > div:last-child{
    width:auto;
    padding:40px 20px;
  }
  .about_ceo_content{
  }
  .about_ceo_content > h2{
    font-size:32px;
    margin-bottom:30px;
  }
  .about_ceo_photo{
  }
  .about_ceo_photo > div:first-child{
  }
  .about_ceo_photo > a:last-child{
    padding-left:30px;
  }
  .about_ceo_photo > a:last-child > div:nth-child(1){
    font-size: 20px;
    margin-bottom:8px;
  }
  .about_ceo_photo > a:last-child > div:nth-child(2){
    font-size: 22px;
    margin-bottom:8px;
  }
  .about_ceo_photo > a:last-child > div:nth-child(3){
    font-size: 18px;
  }
  .about_ceo_desc{
  }
  .about_ceo_desc > h3{
    font-size: 16px;
  }
  .about_ceo_desc > p{
    font-size: 16px;
  }
}



/* ---------------------------------- Corporate ---------------------------------- */

.service_sec{
  margin:0 0 100px;
}
.service_sec.service_sec_last{
  margin:0;
}
.service_sec_title{
  position:relative;
  color:#174585;
  font-size:24px;
  font-weight:700;
  padding:0 0 0 60px;
  margin:0 0 50px;
}
.service_sec_title:before{
  content:"";
  position:absolute;
  top:50%;
  left:0;
  transform:translateY(-50%);
  display:block;
  width:40px;
  height:1px;
  background-color: #174585;
}
.service_list{
  display:flex;
  flex-flow:row wrap;
  list-style:none;
  padding:0;
  margin:0;
}
.service_list > li{
  width:31%;
  margin:0 0 30px;
}
.service_list > li:nth-child(3n+1),
.service_list > li:nth-child(3n+2){
  margin-right:3.5%;
}
.service_logo{
  display:block;
  margin:0 0 15px;
}
.service_logo:hover{
  opacity: 0.75;
}
.service_logo > picture{
  display:flex;
  justify-content: center;
  align-items: center;
  height:150px;
  background-color: #EEE;
}
.service_logo > picture > img{
  max-width:80%;
  max-height:80%;
}
.service_title{
  margin:0 0 15px;
}
.service_title > a{
  color:#666;
  font-size:18px;
  font-weight:700;
  line-height:1.5;
}
.service_title > a:hover{
  opacity: 0.75;
}
.service_desc{
  font-size:14px;
  line-height:1.75;
}

@media screen and (max-width: 960px) {
  .service_sec{
    margin:0 0 60px;
  }
  .service_sec_title{
    font-size:20px;
    padding:0 0 0 40px;
    margin:0 0 30px;
  }
  .service_sec_title:before{
    width:30px;
  }
  .service_list{
    display:block;
  }
  .service_list > li{
    width:auto;
    margin:0 0 40px;
  }
  .service_list > li:nth-child(3n+1),
  .service_list > li:nth-child(3n+2){
    margin-right:0;
  }
  .service_title > a{
    font-size:16px;
  }
}



