@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

:root{
    --main-color:#fff ;
    /* --sub-color:#28b472   ; */
    --sub-color:#00734b   ;
    --accent-color:#d05e00    ;
}

/* *****基本設定***** */
html{
    font-size: 62.5%;
   }
   body{
       font-family: "Noto Sans CJK JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
       color: #333;
       font-size: 1.6rem;
       background-color: var(--main-color);
   }
   ul{
       margin: 0;
       padding: 0;
   }
   img{
       max-width:100%;
       height: auto;
   }
   a{
     text-decoration: none;
     color: #333;
   }
   a:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.8;
   }
   button{
    background: none;
    border: none;
}

/* *****共通設定***** */

main{
    display: block;
}
main .btn{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.5rem;
}
h1 { font-size: 4.5rem; }
/* h2, h3{
   color: #401f0f;
} */
.gray {
    color: #6c757d;
}
.card{
    /* border-color: #b3b3b3; */
    border: none;
}
.img-thumbnail {
    width: 100%;
    padding: .25rem;
    background-color: transparent;
    border: none;
}
.title{
    margin-bottom: 0rem;
}
.title-lv2{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
	margin-top: 7rem;
}
.title-lv2:after{
    content:"";
    display: block;
    width: 40px;
    height: 2px;
    background-color: var(--sub-color) ;
    margin-top: 1.6rem;
}
.title-lv2__main{
    font-size: 3.2rem;
}
.title-lv2__sub{
    font-size: 1.6rem;
    margin-top: 1rem;
    color: var(--sub-color);
    font-weight: bold;
}
.title__summary{
    text-align: center;
}
/* ヘッダー(navbar) */
.navbar-toggler {
    background-color: var(--sub-color);
    color: #000;
}

.navbar{
    /* border-bottom: 1px solid #E6E6FA; */
    background-color: #ffffff;
	/* color: #000; */
}

.navbar .navbar-collapse{
    flex-grow: 0;
}
.navbar .navbar-brand{
    height: 80px;
}
.navbar .navbar-brand img{
    height: 100%;
}
.navbar .navbar-nav .active > .nav-link{
    color: #333;
    transition: all .3s ease-in-out;
}
.navbar .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #6E6E6E;
}

.navbar .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: var(--sub-color);
    transition: all .3s ease-in-out;
}

/* ヘッダー(navbar) 修正 */
.nav__item{
    margin-right: 1.5rem;
}

/* ABOUT */
.about__img{
    /* box-shadow: 30px 30px var(--sub-color, 0.8); */
    padding: 0;
    padding-left: 3rem;
	margin-bottom: 10%;
	
}


.back_diagonalline {
    background: repeating-linear-gradient(135deg, #E6E6FA, #E6E6FA 1px, #fff 2px, #fff 10px);
}
/* #sec7 {
    background: repeating-linear-gradient(135deg, #E6E6FA, #E6E6FA 1px, #fff 2px, #fff 10px);
}
#sec8 {
    background: repeating-linear-gradient(135deg, #E6E6FA, #E6E6FA 1px, #fff 2px, #fff 10px);
}
#sec11 {
    background: repeating-linear-gradient(135deg, #E6E6FA, #E6E6FA 1px, #fff 2px, #fff 10px);
}
#sec12 {
    background: repeating-linear-gradient(135deg, #E6E6FA, #E6E6FA 1px, #fff 2px, #fff 10px);
}
#sec13 {
    background: repeating-linear-gradient(135deg, #E6E6FA, #E6E6FA 1px, #fff 2px, #fff 10px);
} */

/* h1 {text-shadow: 1px 2px 3px #808080; } */

/* ====== PROCESS ====== */
#sec9 .square {
	width: 60px;
	height: 60px;
	background: var(--sub-color);
	color: #ffffff;
	text-align: center;
	font-size: 2.4rem;
    padding: 1.5rem 1rem;
}
#sec9 .arrow {
	width: 60px;
	height: 40px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 25px solid var(--sub-color);
}

/* フッター */


#footer .container{
    /* color: #000; */
    min-height: 350px;
}
#footer .footer-ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 1.5rem 0;
    color: #ffce11;
}
#footer address p,
#footer #footer-news li{
    margin-bottom: 0.5rem;
}
#footer #footer-news ul{
    margin: 0;
    padding: 0
}
#footer #footer-news ul{
    list-style: none;
}
#footer #footer-news li span{
    display: inline-block;
    margin-right: 0.5rem;
}
#footer #copyright{
    border-top: 1px solid #E6E6FA;
    background-color: var(--sub-color);
    color: #fff;
    text-align: center;
    padding: 2rem;
}

#footer img {
	width: 360px;
}
.address__logo{
    padding: 0;
}
.adress i{
    margin-right: 1rem;
}
/* *****トップページ***** */
/* メイン画像 */
/* h1{
    font-weight: bold !important;
    color: #ffce11;
} */
#page-top h1 + span {
    font-size: 3rem;
    font-weight: bold;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
}
#page-top .jumbotron-fluid{
    height: 640px;
    background-color: #f1efff;
    border-bottom: #dddddd;
    background: url("../img/0000000000.jpg") no-repeat center center;
    background-size:cover;
}
#page-top .jumbotron-fluid .container{
    height: 100%;
}
#page-top .jumbotron-fluid .btn{
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1.5rem;
    font-weight: bold;
	border-width: 3px;
    border-color: #fff;
}

/* 各セクション */
#page-top section{
    /* border-bottom: 1px solid #E6E6FA; */
    /* background-color: #fbfbf2; */
	padding: 5rem 0;
    margin-bottom: 5rem;
	
}
/* #page-top section:nth-child(odd){
    background-color: #fff;
} */
/* #page-top section .container > h2{
    margin-bottom: 30px;
    font-size: 2.5rem;
} */
#page-top section .container > h2 + p{
    max-width: 700px;
	margin: 0 auto 50px;
}
/* #sec1 h3{
    font-size: 1.4rem;
} */



.video_wrapper > video {
  width: 100%;
  aspect-ratio: 16/9;
}



table {
  width: 80%;
  border-spacing: 0;
  font-size:14px;
}
.table-layout01 th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
.table-layout01 th:first-child {
  border-radius: 5px 0 0 0;	
}
.table-layout01 th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
.table-layout01 tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
.table-layout01 tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table-layout01 tr {
  background: #fff;
}
.table-layout01 tr:nth-child(2n+1) {
  background: #f1f6fc;
}
.table-layout01 tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
.table-layout01 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.table-layout01 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.table-layout01 tr:hover {
  background: #bbd4ee;
  cursor:auto;
}

.table-layout01 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


/* #sec2 {
    background: repeating-linear-gradient(135deg, #E6E6FA, #E6E6FA 1px, #fff 2px, #fff 10px);
} */

/* #sec3 {
    background: repeating-linear-gradient(135deg, #E6E6FA, #E6E6FA 1px, #fff 2px, #fff 10px);
}
 */
/* #sec5 {
    background: repeating-linear-gradient(135deg, #E6E6FA, #E6E6FA 1px, #fff 2px, #fff 10px);
} */

#sec2 {
    line-height: 1.8;
    margin-top: 5rem;
}
#sec2 .row{
    min-height: 160px;
    color: #2f2f2f;
}
#sec4 .card-body .clearfix p,
#sec4 .card-body .clearfix h3{
    margin-left: 115px;
    line-height: 130%;
}
#sec4 .card-body .card-title{
    margin-bottom: 5px;
    color: #401f0f;
}
#sec4 .card-body .card-subtitle{
    font-size: 0.9rem;
    margin-bottom: 5px;
    color: #968075;
}
#sec4 img {
    width: 100%;
}
#sec4 .btn {
    width: 100%;
	background-color: #401f0f;
	border: none;
	padding: 1rem 0;
}

#sec5 article > .row {
    border: 1px solid #dddddd;
}
#sec5 > div:nth-child(1) img {
    width: 100%;
}
/*#sec4 > div:nth-child(2){
    margin-left: 220px;
}*/
/* #sec5 h3{
    margin-bottom: 0.1rem;
} */
#sec5 article > div div header {
	padding: 10px;
}

/* *****カード***** */
.card__text{
    margin-top: 2rem;
    padding-left: 1rem;
    
}
.card__text__name{
    color: var(--sub-color);
    margin-bottom: 0.5rem;
    font-weight: bold;
    font-size: 2.1rem;
}
.card__text__position{
/* background: var(--sub-color); */
    /* color: #fff; */
    padding: 0.5rem 0;
    font-size: 1.4rem;
    border-bottom: 1px solid var(--sub-color);
}

.sample-box-shadow{
   box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.2);
}
.card__body{
    padding: 1.5rem 1.25rem;
}
.card__title{
    text-align: center;
    font-size: 1.8rem;
}


iframe {
  width: 100%;
  aspect-ratio: 16/9; 
}





/* *****社員インタビュー***** */
main .btn {
    /* padding: 1rem 2.5rem;
    font-size: 1.2rem; */
    padding: 1.5rem 2.5rem;
    font-size: 1.8rem;
    margin-top: 5rem;
}
.btn-outline-dark {
    color: #fff;
    background-color: var(--sub-color);
    border-color:var(--sub-color);
    transition: all .5s ease-out;
    width: 30%;
}
.btn-outline-dark:hover {
    color:var(--sub-color);
    background-color: transparent;
    background-image: none;
    border-color:var(--sub-color);
    transition: all .5s ease-out;
}
.btn-dark {
    color: #fff;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    font-size: 1.6rem;
    padding: 0.8rem 1.5rem;
    transition: all .3s ease-in-out;
}
.btn-dark:hover {
    color:var(--accent-color);
    background-color:transparent;
    border-color:var(--accent-color);
    transition: all .3s ease-in-out;
}
@media screen and (max-width: 1199.98px){
    .btn-dark {
    width: 50%;
    font-size: 1.8rem!important;
}
}
.interview__button i{
    margin-left: 1rem;
}
@media screen and (max-width:1199.98px) {
    .btn-outline-dark {
        width: 50%;
    }
    }
@media screen and (max-width:767.98px) {
        .btn-outline-dark {
            width: 100%;
        }
    }

.interview__link{
    transition: transform .3s ease-in-out;
}
.interview__link:hover{
   transform: scale(1.1);
   transition: transform .3s ease-in-out;
}
/* *****下層ページ***** */

#breadcrumb-wrapper{
    border-bottom: 1px solid #E6E6FA;
}
#breadcrumb-wrapper,
.breadcrumb{
    font-size: 1.4rem;
    background-color: #ffffff;
    padding: 0.4rem 1.5rem;
}
.breadcrumb a{
    color: #000000;
}
.breadcrumb a:hover,
.breadcrumb a:focus{
    color: #000000;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    padding-right: 1rem;
    color: #000000;
}
.breadcrumb-item.active{
    color: #000000;
}
h1.page-ttl {
    font-size:2rem; 
}
#page h1 + span {
    font-size: 1.4rem;
    /* font-weight: bold; */
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
    display: block;
    padding-left: 2rem;
}

#page article {
    padding: 5rem 0;
}

#page section {
    padding-bottom: 5rem;
}
#page section:last-child {
    padding-bottom: 0rem;
}

#page h1 + small {
    font-size: 1.5rem;
    color: #ffffff;
    line-height: 110%;
    margin-top: 0.2rem;
}
#page .jumbotron{
    background-color: #f1efff;
    border-bottom: #dddddd;
    background-size:cover;
    border-radius: initial;
    margin-bottom: 0;
    background-color: var(--sub-color);
}
#page .jumbotron .container{
    padding: 0;
}
#page .jumbotron .container p{
    margin-bottom: 0;
}
.jumbotron__title{
    color: #fff;
}
.jumbotron__title__h1{
    position: relative;
    font-size: 2.5rem;
    padding-left: 2rem
}
.jumbotron__title__h1::before{
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 10px;
}

#page h2 + p{
    margin: 0 0 1.2rem;
}
#page main img{
    max-width: 100%;
}
#page .sample-title{
    display: flex;
    align-items: center;
    text-align: center;	
}

#page .sample-title::after {
    border-top: 3px dotted;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
    margin-left: 0.5em;
}
#page .sample-title span{
    background-color: #fbfbf2;
}
#page .sample-subtitle{
    font-size: 1.5rem;
    font-weight: bold;
    color: #401f0f;
}

/* *****フォーム***** */

.form1 label{
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.form1 input,
.form1 textarea,
.form1 select{
    max-width: 768px;
}
.form1 .form-group{
    margin-bottom: 2rem;
}



/* *****モーダルウィンドウ***** */
.hide-area{
	display: none;
}
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.info-list dl,
.gallery-list{
  display: flex;
}

.info-list dt{
  margin:0 10px 0 0;
}

.gallery-list li{
  margin:0 10px 0 0;
}
ul{
  list-style: none;
}


















/* *****インタビュー***** */
#page section{
    margin-bottom: 8rem;
    padding: 5rem 0 2rem 0;
}
#page #sec6{
    padding-top:1rem;
}
.title-lv1__name{
    color: var(--sub-color);
    font-size: 4.5rem;
}
@media screen and (max-width:767.98px) {
    .title-lv1__name{
        margin-top: 2rem;
    }
}

/*line*/
.line {
  border-top: 1px solid lightgray;
  margin-bottom: 10%;
  margin-top: 10%;
}

/* .title-lv1__name + P{
    margin-bottom: 3rem;
} */
.interview__box--item{
    display: flex;
    justify-content: space-between;
    margin-bottom:5rem ;
}
.interview__box{
    display: flex;
    justify-content: space-between;
    margin-bottom:5rem ;
}
.interview__box--item._hidden{
    overflow: hidden;
}
.interview__box._reverse{
    flex-direction: row-reverse;
}
@media screen and (max-width:767.98px) {
    .btn-outline-dark {
        width: 100%;
        font-size: 1.8rem!important;
    }
}
@media screen and (max-width:767.98px) {
    .interview__box {
        display: block;
    }
}
.interview__img{
    position: relative;
}

.interview__img__num{
    position: absolute;
    top: -50px;
    left: -25px;
    color: var(--sub-color);
    font-size: 6.4rem;
    font-weight: bold;
    background-color: rgba(255,255,255,0.8);
    padding: 1rem 2rem;
    font-family: 'Dancing Script', cursive;
}
.interview__box._reverse .interview__img__num{
    right: -25px;
    left: auto;
}
.interview__text{
    width: 60%;
    margin-left: 3rem;
    line-height: 1.8;
}
.interview__box._reverse .interview__text{
    margin-left: 0;
    margin-right: 3rem;
}
.interview__text dl{
    margin-top: 3rem;
}
.interview__text dt{
    margin-bottom: 1rem;
}
.interview__text dd{
    margin-bottom: 2rem;
}
.interview__text i{
    margin-right: 1rem;
}
.question{
    border: 1px solid var(--sub-color);
    color: var(--sub-color);
    padding: 0.5rem;
    width: 30px;
    text-align: center;
}
.answer{
    background-color:var(--sub-color);
    color: #fff;
    padding: 0.5rem;
    width: 30px;
    text-align: center;
}
.button__top a{
    display: block;
    width: 60px;
    height:60px;
    background-color: var(--sub-color);
    color: #fff;
   position: fixed;
   bottom: 6rem;
   right: 5rem;
   padding: 1.8rem 1rem;
   opacity: 0.9;
   text-align: center;
}
@media screen and (max-width:767.98px) {
    .button__top a{
        bottom: 3rem;
   right: 2rem;
    } 
    .interview__text {
        width: 100%;
        margin-left: 0;
        
    }
    #sec2{
        margin-top:0;
    }
    .about__img {
        padding-left: 0;
        padding: 1rem;
    }
    small{
        font-size: 1.4rem;
    }
}
.rec-process__title{
    font-size: 2.1rem;
}