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

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

recruit

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

table {
    width: 55%;
    border-top: dotted 1px #323232;
    margin: 0 0 0 auto;
	display: table;
}

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 {
    margin-right: 0.5em ;
    width: 120px ;
}
dd {
    margin-left: 1em ;
}
footer,h4{
}
.page.about #hero article.content_wrap ul.mini_nav li {
    width: 24%;
}
.about h3 {
    font-size: 44px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 90px;
}
.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 p {
    line-height: 1.5;
    margin-bottom: 30px;
}
.about table p:last-child {
    margin-bottom: 0;
}
.about h4 {
    margin: 60px 0 30px 45%;
    text-align: left;
    color: inherit;
    font-size: 28px;
}
.about article.content_wrap .box.package {
    clear: both;
    background-color: #F5F5F5;
    padding: 100px;
    border-radius: 80px;
}

.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;
    }
}