/*全体*/
body,
textarea {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
img {
    vertical-align: bottom;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cf::after{
    content: "";
    display: block;
    clear: both;
}





/*ヘッダー*/
.header__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 20px;
}
.header__logo {
    text-align: center;
    float: none;
}
.languageChoice{
    float: none;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}
.languageChoice span{
    text-decoration: underline;
}
.languageChoice a{
    color: #000;
    text-decoration: none;
}
.languageChoice a:hover{
    color: #00A99D;
}

@media screen and (min-width:641px){
    .header__logo {
        text-align: left;
        float: left;
    }
    .languageChoice{
        float: right;
        margin-top: 34px;
    }
}




/*メインビジュアル*/
.mainVisual {
    position: relative;
    background: url("../img/topsp.png") no-repeat top 50% left 50%;
    height: 367px;
}
.mainVisual__ttl {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    padding: 0 5%;
    text-align: center;
}
.mainVisual__ttl img {
    width: 100%;
    max-width: 477px;
    height: auto;
}
@media screen and (min-width:641px){
    .mainVisual {
        background: url("../img/toppc.png") no-repeat top 50% left 50%;
        height: 500px;
    }
    .mainVisual__ttl {
        top: 50%;
        transform: translateY(-50%);
    }
    .mainVisual__ttl img {
        max-width: 637px;
    }
}




/*メインビジュアル下のテキスト*/
.mainMsg {
    background-color: #00A99D;
    padding: 20px 0px;
}
.mainMsg__txt {
    color: #ffffff;
    font-weight: bold;
    font-size: 5.17vw;/*文字サイズ30px ÷ 画面幅580px*/
    line-height: 7.93vw;/*文字の高さ46px ÷ 画面幅580px*/
    text-align: center;
}
.mainMsg__txt span {
    display: block;
}
@media screen and (min-width:581px){
    .mainMsg__txt {
        font-size: 30px;
        line-height: 46px;
    }
}

@media screen and (min-width:801px){
    .mainMsg {
        padding: 32px 0;
    }
    .mainMsg__txt span {
        display: inline;
    }
}




/*事業内容*/
.business {
    background-color: #F4F4F4;
    padding: 40px 20px;
}
.business__ttl {/*タイトル　事業内容*/
    width: 85.4px;/*画像の幅122px × 0.7*/
    margin: 0 auto 40px auto;
}
.business__ttl img {
    width: 100%;
}

.business__item {
    margin-bottom: 30px;
}
.business__item:last-child {
    margin-bottom: 0;
}

.bizItem__pic img {
    width: 100%;
    height: auto;
}
.bizItem__content {
    padding: 20px 30px 30px 30px;
    background-color: #ffffff;
}
.bizItem__ttl {
    color: #00A99D;
    font-size: 26px;
    margin-bottom: 15px;
}
.bizItem__ttl span:nth-child(1) {
    font-weight: 700;
    font-size: 42px;
}
.bizItem__ttl span:nth-child(2) {
    display: inline;
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    margin-left: 10px;
}
.bizItem__ttl br {/*改行　brを機能させない*/
    display: none;
}
.bizItem__listTtl {
    font-weight: 900;
    font-size: 20px;
    margin: 15px 0 10px 0;  
}
.bizItem__list {
    font-weight: 500;
    font-size: 15px;
}
.bizItem__item {
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (min-width:641px){
    .business {
        padding: 50px 20px;
    }
    .business__inner {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .business__ttl {/*タイトル　事業内容*/
        width: 122px;
    }
    .business__list{
      display: flex;
      justify-content: center;
    }
    .business__item {
        margin-bottom: 50px;
        width: 33%;
    }
    .bizItem {
        display: flex;
        display: -ms-flexbox;
    }
    .bizItem--2 {/*二つ目のアイテム　画像の位置が左*/
        flex-direction : row-reverse;
    }
    .bizItem__pic {
        width: 60%;
    }
    .bizItem__pic img {
        max-width: 600px;    
    }
    .englishVersion .bizItem:not(.bizItem--2) .bizItem__pic img{
        max-width: initial;
        max-width: none;
        width: 111%;
    }
    .bizItem__content {
        padding: 0;
        width: 100%;
        display: flex;
        display: -ms-flexbox;
        align-items: flex-start;
        justify-content: center;
        padding: 15px;
        margin: 10px;
        height: 460px;
    }
.bizItem__contentInner{
width: 100%;
}
.englishVersion .bizItem__content {
    padding: 15px;
    height: 500px;
}    
    .bizItem__ttl {
        text-align: center;
        font-size: 2.5vw;/*文字サイズ26px ÷ 画面幅1040px ×　100*/
        margin-bottom: 7.5%;/*余白の高さ30px ÷ 親要素の幅400px × 100*/
    }
    .bizItem__ttl span:nth-child(1) {
        font-size: 4.03vw;/*文字サイズ42px ÷ 画面幅1040px ×　100*/  
    }
    .bizItem__ttl span:nth-child(2) {
        display: block;
        margin: 2.5% 0 0 0;
        font-size: 2.5vw;/*文字サイズ26px ÷ 画面幅1040px ×　100*/
        line-height: 2.88vw;/*文字の高さ30px ÷ 画面幅1040px ×　100*/
    } 
    .bizItem__ttl br {/*改行　brを機能させる*/
        display: inline;
    }
    .bizItem__listTtl {
        font-size: 1.92vw;
        margin: 7.5% 0 3.75% 0;
        /*余白の高さ30px分 ÷ 親要素の幅400px × 100 = 7.5%*/
        /*余白の高さ15px分 ÷ 親要素の幅400px × 100 = 3.75%*/
    }
    .bizItem__listWrap {
        display: block;
    }
    .bizItem__list {
        font-size: 1.44vw;/*文字サイズ15px ÷ 画面幅1040px ×　100*/
        margin: 0;
    }
    .bizItem__list--right {
        margin-left: 0;
    }
    .bizItem__list--1row {
        display: block;
    }
    .bizItem__item--right {
        margin-left: 0;
    }
}
@media screen and (min-width:1040px){
    .bizItem__ttl {
        font-size: 24px;
    }
    .bizItem__ttl span:nth-child(1) {
        font-size: 42px;
    }
    .bizItem__ttl span:nth-child(2) {
        font-size: 24px;
        line-height: 30px;
        height: 50px;
    }
    .bizItem__listTtl {
        font-size: 20px;
    }
    .bizItem__list {
        font-size: 15px;
    }
.englishVersion section.business > div > ol > li:nth-child(1) > section > div > div > h4 > span:nth-child(2){
font-size: 22px;
}
}




/*お客様の声/アンケート*/
.opinion {
    background-color: #00A99D;
    padding: 40px 0;
}
.opinion__content {     
    padding: 0 40px;
}
.opinion__ttl {/*タイトル　お客様の声*/
    width: 219px;/*画像幅292px × 0.75*/
    margin: 0 auto 40px auto;
}
.opinion__ttl img {
    width: 100%;
}
.opinion__list {
    position: relative;
}
.opinion__item {
    background-color: #ffffff; 
    border-radius: 5px;
    padding: 30px;
    margin: 0 10px;
}
.opinion__itemTtl {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px;
}
.opinion__itemTxt {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px
}
.opinion__prev { /*左ボタン*/
    position: absolute;
    top: 50%;
    left: -40px;
    transform: translateY(-50%);
    padding: 15px;
    cursor: pointer;
}
.opinion__next { /*右ボタン*/
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    padding: 15px;
    cursor: pointer;
}
@media screen and (min-width:421px){
    .opinion__content {    
        padding: 0 70px;
    }
}
@media screen and (min-width:641px){
    .opinion__ttl {/*タイトル　お客様の声*/
        width: 292px;
    }  
    .opinion__content {
        width: 100%;
        max-width: 1000px;
        padding: 0 40px;
        margin: 0 auto;
    }
    .opinion__item {
        padding: 20px 30px;
    }
}





/*会社概要*/
.overView {
    padding: 40px 20px;
}
.overView__ttl {/*タイトル　会社概要*/
    width: 97.3px;/*画像の幅139px × 0.7*/
    margin: 0 auto 40px auto;
}
h3.overView_ttl_en{
    width: 157.5px;
}
.overView__ttl img {
    width: 100%;
}

.overView__content {
    width: 100%;
}
.overView__row--bg {
    background-color: #f8f8f8;
}
.overView__row th {
    width: 30%;
    padding-left: 5%;
    height: 50px;
    text-align: left;
    font-weight: 600; 
}
.overView__row td {
    width: 70%;
    padding: 0px 5%;
    height: 50px;
    font-weight: 600;
}
.englishVersion .overView__row td {
    padding: 5px 5%;
}
.overView__row td span {
    display: block;
}
@media screen and (min-width:641px){
    .overView {
        padding: 50px 20px;
    }
    .overVeiw__inner {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .overView__ttl {/*タイトル　会社概要*/
        width: 139px;
    }
    h3.overView_ttl_en {/*英語ページのタイトル　会社概要横幅変更*/
        width: 225px;
    }
    .overView__row th {
        width: 28%;
        padding-left: 10%;
    }
    .overView__row td {
        width: 72%;
    }
    .overView__row td span {
        display: inline;
    }
}




/*経営理念*/
.philosophy {
    background: url("../img/bg02_sp.png") no-repeat top left 50%;
    height: 742px;
    padding: 50px 20px;
}
.englishVersion .philosophy{
    height: auto;
    background-size: cover;
}
.philosophy__ttl {/*タイトル　経営理念*/
    width: 129.5px;/*画像の幅185px × 0.7*/
    margin: 0 auto 40px auto;
}
.philosophy__ttl img {
    width: 100%;
}

.philosophy__listTtl {
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.philosophy__listTtl span {
    display: block;/*改行*/
}
.philosophy__list {
    color: #ffffff;
    font-weight: 600; 
    font-size: 16px;
    line-height: 26px;
    padding-left: 1em;
    list-style-type: decimal;
}
.philosophy__item {
    height: 130px;
}
.englishVersion .philosophy__item{
    height: auto;
    margin-bottom: 20px;
}
@media screen and (min-width:491px){
    .philosophy__listTtl {
        font-size: 24px;
        line-height: 40px;
    }
    .philosophy__list {
        font-size: 20px;
        line-height: 34px;
    }
}
@media screen and (min-width:641px){
    .philosophy {
        background: url("../img/bg02_pc.png") no-repeat top left 50%;
        height: 674px;
    }
    .philosophy__inner {
        width: 100%;
        max-width: 830px;
        margin: 0 auto;
    }
    .philosophy__ttl {/*タイトル　経営理念*/
        width: 185px;
    }
    .philosophy__list {
        padding: 0 0px 0 40px;
    }
    .philosophy__item {
        height: 105px;
        letter-spacing: 0.1px;
    }
}
@media screen and (min-width:711px){
    .philosophy__listTtl span {
        display: inline;/*改行を解除*/
    }
}
@media screen and (min-width:881px){
    .philosophy__item span {
        display: block;/*改行*/
    }
}




/*お問合せ*/
.contact {
    background-color: #F4F4F4;
    padding: 40px 20px;
}
.contact__ttl {/*タイトル　お問合せ*/
    width: 124.6px;/*画像の幅178px × 0.7*/
    margin: 0 auto 40px auto;
}
.contact__ttl img {
    width: 100%;
}
.contact__content {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 5px;
}
.contact__row {
    margin-bottom: 25px;
}
.contact__dt {
    font-weight: 600;
    margin-bottom: 10px;
}
.contact__dd input{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 0 10px;
    font-size: 15px;
    letter-spacing: 0.08em;
    font-weight: 500;
}
.contact__dd textarea{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 230px;
    border-radius: 5px;
    border: 1px solid #999999;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1.6;
    font-weight: 500;
}
.contact__btn {/*送信ボタン*/
    text-align: center;
}
.contact__btn .item__button {/*送信ボタン*/
    width: 100%;
    max-width: 300px;
    display: inline-block;
    background: url("../img/arrow01.png") no-repeat right 5% top 50%;
    padding: 20px 0;
    border: 1px solid #666666;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.page-contact .contact__btn {
    margin-top: 40px;
}
.page-contact .contact__btn .item__button {
    background: url("../img/arrow01.png") no-repeat right 5% top 50% #fff;
}
.contact__btn .item__button + .item__button {
    margin-left: 20px;
}
.contact .erroe_block {
    border: 1px solid #666;
    padding: 20px;
    margin-bottom: 30px;
}
@media screen and (min-width:641px){
    .contact {
        padding: 50px 20px;
    }
    .contact__ttl {/*タイトル　お問合せ*/
        width: 178px;
    }
    .contact__content {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 40px;
        border-radius: 5px;
    }
    .contact__row {
        display: flex;
        display: -ms-flexbox;
    }
    .contact__dt {
        width: 25%;
        text-align: right;
        padding-right: 30px;
        margin-bottom: 0;
        align-self: center;
    }
    .contact__dt--last {
        align-self: stretch;
        margin-top: 15px;
    }
    .contact__dd {
        width: 75%;
    }
    .page-contact .contact__btn {
        margin-top: 50px;
    }
}

@media screen and (max-width:767px) {
    .contact .erroe_block {
        padding: 10px;
        margin-bottom: 30px;
        font-size: 12px;
    }
}

@media screen and (max-width:725px) {
    .contact__btn .item__button + .item__button {
        margin: 20px 0 0 0;
    }
}






/*フッター*/
footer {
    padding: 40px 20px 30px 20px;
}
@media screen and (min-width:641px){
    footer {
        padding: 50px 20px 40px 20px;
    }
}



/*フッター　アクセス*/
.footer__access {
    position: relative;
    margin-bottom: 30px;
    padding-top: 70.3%;/*高さ450px ÷ 幅640px × 100   縦横比を保つためのpadding*/
}
.footer__access iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-width:641px){
    .footer__access {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto 50px auto; 
        padding-top: 45%;/*高さ450px ÷ 幅1000px × 100  縦横比を保つためのpadding*/
    }
}




/*フッター　ロゴ　会社情報*/
.footer__company {
    margin-bottom: 30px;
}
.footer__logo {
    display: block;
    width: 22.5vw;
    min-width: 90px;
    height: auto;
    margin: 0 auto 15px auto;
}
.footer__profile {
    text-align: center;
    font-weight: 600;
}
.footer__companysName {
    width: 36.56vw;
    min-width: 185px;
    height: auto;
}
.footer__address {
    text-align: center;
    line-height: 28px;
    margin-top: 2px;
}
.footer__telAndFax {
    text-align: center;
}
@media screen and (min-width:641px){
    .footer__company {
        width: 100%;
        max-width: 630px;
        margin: 0 auto 50px auto;
        display: flex;
        display: -ms-flexbox;
        align-items: center;
    }
    .footer__logo {
        width: 144px;
        margin: 0;
    }
    .footer__profile {
        text-align: left;
        margin-left: 30px;
    }
    .footer__companysName {
        width: 234px;
    }
    .footer__address {
        text-align: left;
        line-height: 28px;
        margin-top: 2px;
    }
    .footer__telAndFax {
        text-align: left;
    }
}




/*フッター　コピーライト*/
.footer__copyright {
    text-align: center;
    font-weight: 600;
}

/* thanks */

.thanks h2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.thanks p {
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
    line-height: 1.7;
}


.thanks .contact__btn {
    margin-top: 20px;
}
