@charset "UTF-8";
/* CSS Document */

/*------------------------------------

よくある質問

------------------------------------*/
.faq_box{
	margin-bottom: 80px;
}


.faq h3 ,.contact h3{
    margin: 0 0 30px 0;
	padding-left: 0.6em;
    text-align: left;
    color: inherit;
    font-size: 28px;
	border-left: 3px solid #000;
	font-weight: bold;
	
}
.faq .btn a:hover ::before {
	transform:unset;
    -webkit-transform: unset;
    -ms-transform:unset;
}
.qa-7 {
    margin-bottom: 15px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}
.qa-7 p a{
	color: #00539D;
}
.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	text-align: left;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
	padding-left: 7px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform 1.0s, opacity 1.0s;
	text-align: left;
	line-height: 1.8;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}


/*------------------------------------

お問い合わせフォーム

------------------------------------*/
.contact section{
	text-align: left;
}
.contact p{
	line-height: 1.6;
}
.contact ul{
	margin-top: 1em;
}
.contact ul.info li a{
	color: #00539D;
}
.form_box{
	margin-top: 50px;
}
form input, form textarea{
     appearance: none; 
     vertical-align:inherit; 
     color: inherit; 
     font: inherit; 
    border: 0;
     background: #fff; 
     padding: 0;
}

.ct-Form_Control {
    display: flex;
    padding: 1.5rem 0 2.1rem;
    border-top: 1px solid #888;
	width: 88%;
}
.ct-Form_Input {
	width:  100%;
    appearance: none;
    padding: 0.3em;
    border: 1px solid #ccc;
}

.ct-Form_InputContainer {
    flex: 1;
    line-height: 2;
}

.ct-Form_Label {
    flex: 0 0 12.4rem;
    font-size: 1rem;
    font-weight: 600;
}

.ct-Form_Label span{
	padding: 0em .5em;
	padding-top: .1em;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 500;
	letter-spacing: .2em;
	border: 1px solid #c40118;
	background: #FFF3F4;
	color: #c40118;
}
.ct-Form_Textarea{
	width: 100%;
	border: 1px solid #ccc;
	padding: 1em;
}

.contact section div.submit{
	display: block;
	position: relative;
	width: fit-content;
	margin: 0 auto 25px;
}

.submit input {
    display: block;
    padding: 25px 100px 25px 50px;
    font-weight: bold;
	margin: 0 auto;
}
.submit .arrow input {
    display: block;
    padding: 15px 50px 15px 100px;
    font-weight: bold;
	margin: 0 auto;
}
.submit .arrow{
	display: flex;
}
.submit .arrow input{
	background: none;
}
.submit .send::before {
    position: absolute;
    display: block;
    content: "";
    background-image: url(../common/images/icon_arrow_black.png);
    width: 45px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: .5s;
}
.submit .arrow::before {
    position: absolute;
    display: block;
    content: "";
    background-image: url(../common/images/icon_arrow_black_l.png);
    width: 45px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: .5s;
}
.submit .arrow:hover::before{
    transform: translate(-15px, -50%);
    -webkit-transform: translate(-15px, -50%);
    -ms-transform: translate(-15px,-50%);
}
 .submit .send:hover::before {
    transform: translate(15px, -50%);
    -webkit-transform: translate(15px, -50%);
    -ms-transform: translate(15px,-50%);
}

table {
    width: 70%;
    border-top: dotted 1px #323232;
    margin: 0 auto;
}
table th {
    width: 20%;
    background-color: #E6E8E9;
    text-align: center;
    vertical-align: middle;
}
table td {
    text-align: left;
    padding-left: 20px;
}
table th,table td {
    border-bottom: dotted 1px #323232;
    padding-top: 20px;
    padding-bottom: 20px;
}
dt {
    float: left ;
    clear: left ;
    margin-right: 0.5em ;
    width: 120px ;
}
dd {
    float: left ;
    margin-left: 1em ;
}
.page.about #hero article.content_wrap ul.mini_nav li {
    width: 24%;
}
.about article.content_wrap .box,
.about article.content_wrap .sdgs ul {
    display: flex;
    justify-content: space-between;
}
.about #second article.content_wrap .box {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.about article.content_wrap .box .left {
    margin: 0;
    width: 35%;
}
.about article.content_wrap .box .right {
    margin: 0;
    width: 55%;
}
.about article.content_wrap .box .profile {
    margin: 0;
    width: 100%;
    padding-top: 50px;
}
.page.about article.content_wrap .box .profile span {
    margin: 0;
    padding: 0;
    color: inherit;
    background-color: inherit;
    font-size: 16px;
}
.about article.content_wrap .box .profile p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}
.about table {
    width: 55%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 100px;
}
.about table th {
    background-color: #F5F5F5;
}
.about p {
    line-height: 1.5;
    margin-bottom: 30px;
}
.about table p:last-child {
    margin-bottom: 0;
}

.about article.content_wrap .box.package {
    clear: both;
    background-color: #F5F5F5;
    padding: 100px;
    border-radius: 80px;
}
.about article.content_wrap .box.package .left {
    width: 65%;
}
.about article.content_wrap .box.package .right {
    width: 30%;
}
.page.about #force article.content_wrap .box .left {
    width: 30%;
}
.page.about #force article.content_wrap .box .left span {
    padding: 0;
    color: inherit;
    font: inherit;
    text-align: center;
    margin: 10px 0 30px 0;
    display: block;
    background-color: inherit;
}
.about #force table,
.about #force table th {
    border: none;
}
.about #force table th span {
    position: relative;
    display: block;
    padding: 5px 10px;
    border-radius: 20px;
    background-color: #323232;
    color: #fff;
}
.about #force table th span::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 3px;
    height: 60px;
    background-color: #323232;
    z-index: 0;
}
.about #force table td {
    vertical-align: middle;
    padding-top: 30px;
    padding-bottom: 30px;
}
.page.about #fifth article.content_wrap .box .left .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 0;
    width: 380px;
    height: 380px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page.about #fifth article.content_wrap .box .left .circle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: solid 2px #262626;
}
.page.about #fifth article.content_wrap .box .left .circle p {
    font-size: 40px;
    color: inherit;
    display: block;
    background-color: inherit;
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: inherit;
}
.page.about #fifth article.content_wrap .box .left .circle span {
    font-size: 28px;
    color: inherit;
    display: block;
    background-color: inherit;
    padding: 0;
    margin: 0;
}
.page.about #fifth article.content_wrap img {
    display: block;
    margin-bottom: 30px;
}
.page.about #fifth article.content_wrap .sdgs ul {
    border-radius: 80px;
    background-color: #fff;
    margin-bottom: 50px;
}
.page.about #fifth article.content_wrap .sdgs ul li {
    width: 50%;
    max-height: 500px;
}
.page.about #fifth article.content_wrap .sdgs ul li:first-child {
    text-align: left;
    padding: 100px 0 0 100px;
}
.page.about #fifth article.content_wrap .sdgs ul li:nth-child(2) img {
    object-fit: cover;
    width: 100%;
    height: 500px;
    margin: 0;
    border-radius: 0 80px 80px 0;
}
.page.about #fifth article.content_wrap .ic_sdgs img {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100px;
    height: auto;
    padding-right: 10px;
}
.page.about #fifth article.content_wrap h6 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: bold;
}
.page.about #fifth article.content_wrap p {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 2;
    font-weight: bold;
}
.page.about #fifth article.content_wrap .sdgs p {
    font-weight: normal;
}
.about table a.more {
    position: relative;
    padding: 0;
    top: -4px;
    right: auto;
    left: 10px;
    display: inline-block;
    width: 45px;
    height: 6px;
    background-image: url(../../common/images/icon_arrow_black.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.about table a.more::before {
    content: none;
}
/*------------------------------------

tb sp

------------------------------------*/

/* より一般的なタブレット範囲を対象にする場合（例: 768px から 1200px） */
@media only screen and (min-width: 768px) and (max-width: 1310px) {

}
/* スマートフォン版のスタイル */
  @media screen and (max-width: 767px) {
    .about h3,
    .recipe-category h4 {
        font-size: 30px;
    }
    .page.about #fifth article.content_wrap .box .left .circle p,
    .page.about #fifth article.content_wrap h6,
    .page article h2.title,
    .page #hero article h3,
    .box_xp h6,
    .box_xp h7 {
        font-size: 22px; 
        line-height: 1.5;    
    }
    .about #second article.content_wrap .box {
        display: block;
    }
    .page.about #fifth article.content_wrap .sdgs ul li,
    .page.about #force article.content_wrap .box .left,
    .about article.content_wrap .box.package .right,
    .about table,
    .about article.content_wrap .box .right,
    .about article.content_wrap .box .left {
        width: 100%;
    }
    .about h4 {
        margin-left: 0;
    }
    .about article.content_wrap .box.package {
        padding: 40px;
    }
    .about table {
        float: none;
    }
    .page.about #fifth article.content_wrap .box .left .circle {
        top: auto;
        left: auto;
        transform: none;
    }
    .about article.content_wrap .box, .about article.content_wrap .sdgs ul {
        display: block;
    }
    .page.about #fifth article.content_wrap .sdgs ul li:first-child {
        padding: 40px;
    }
    .page.about #fifth article.content_wrap .sdgs ul li:nth-child(2) img {
        border-radius: 0  0 80px 80px;
    }
    .page.about #fifth article.content_wrap .ic_sdgs img {
        width: 55px;
        padding-right: 5px;
    }
    .page.about #fifth article.content_wrap .sdgs ul li:nth-child(2) img {
        height: 200px;
    }
    .page.about #fifth article.content_wrap p {
        font-size: 16px;
    }
    .page.about #fifth article.content_wrap .box .left .circle {
        width: 200px;
        height: 200px;
        margin: 0 auto;
    }
    .about #fifth article.content_wrap .box .left {
        margin-bottom: 20px;
    }
    .page.about #fifth article.content_wrap .box .left .circle p {
        text-align: center;
    }
    .page.about #fifth article.content_wrap .box .left .circle span {
        font-size: 16px;
    }
    .about article.content_wrap .box .profile {
        margin-bottom: 30px;
    }
    .about article.content_wrap .box.package .right {
        margin-top: 30px;
    }
    .about #force table th span::after {
        top: 50px;
    }
}