/* 
Theme Name: いわき魚類株式会社
Theme URI: https://iwakigyorui-test.tink-hldgs.com/
Description:いわき魚類株式会社のテーマです。
Version: 1.0
Author: Sakuma

*/

@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
    vertical-align: bottom;
}
a {
    /* display:block; */
    
    text-decoration-line: none;
}
a:hover { 
    opacity: 0.7;
    cursor: pointer;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*ヘッダー
-------------------------------------*/
.header {
	
}

/*ナビメニューのスタイルを指定*/
nav.NavMenu{
    position: fixed; /*表示位置を固定*/
    z-index: 10;
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
    text-align: center;
    /* width: 100%;  */
    transform: translateX(100%); /*ナビを上に隠す*/
    transition: all 0.6s; /*アニメーションの時間を指定*/
    }
    
    nav.NavMenu ul{
    background: #5EBCE7;
    width: 414px;
    /* margin: 0 auto; */
    padding: 0;
    padding-top: 80px;
    padding-bottom: 60px;
    display: inline-block;
    }
    
    nav.NavMenu ul li{
    font-size: 24px;
    list-style-type: none;
    width: 100%;
    padding-bottom: 0px;
    padding-left: 134px;
    }

    nav.NavMenu ul li a {
        text-align: left;
    }
    
    nav.NavMenu ul li:last-child{
        padding-bottom: 0;
    }
    
    /* nav.NavMenu ul li a{ 
        display: block;
        color: #fff;
        padding: 10px 0;
        font-size: 30px;
        font-weight: bold;
        text-decoration: underline;
    }*/

    .nav-list {
        display: block;
        color: #fff;
        padding: 5px 0 5px 0;
        font-size: 30px;
        font-weight: bold;
        text-decoration: underline;
    }

    .nav-list-inst {
        margin-top: 10px;
    }

    .nav-list-r {
        display: block;
        color: #fff;
        padding: 10px 0 5px 0;
        font-size: 30px;
        font-weight: bold;
        text-align: left;
    }

    .nav-list-r1 {
        display: block;
        color: #fff;
        padding: 10px 0 5px 0;
        font-size: 20px;
        font-weight: bold;
        text-decoration: underline;
    }

    .nav-list:last-child {
        padding-bottom: 10px;
    }

    .nav-list img {
        width: 46px;
    }
    
    /*トグルボタンが押されたときに付与するクラス*/
    nav.NavMenu.active{
    transform: translateX(0%);
    }
    
      /*トグルボタンのスタイルを指定*/
    .Toggle {
    position: fixed;
    right: 40px;
    top: 40px;
    width: 63px;
    height: 63px;
    cursor: pointer;
    z-index: 13;
    background-color: #5EBCE7;
    
    }
    
    .Toggle span {
    display: block;
    position: absolute;
    width: 25px;
    border-bottom: solid 3px #fff;
    -webkit-transition: .35s ease-in-out; /*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;    /*変化の速度を指定*/
    transition: .35s ease-in-out;     /*変化の速度を指定*/
    /* left: 7px; */
    left: 18px;
    }
    
    .Toggle span:nth-child(1) {
      top: 20px;
    }
    
    .Toggle span:nth-child(2) {
      top: 30px;
    }
    
    .Toggle span:nth-child(3) {
      top: 40px;
    }
    
    /* 最初のspanをマイナス45度に */
    .Toggle.active span:nth-child(1) {
      top: 20px;
      left: 18px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
      border-bottom: solid 3px #fff;
    }
    
    /* 2番目と3番目のspanを45度に */
    .Toggle.active span:nth-child(2),
    .Toggle.active span:nth-child(3) {
      top: 20px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
      border-bottom: solid 3px #fff;
    }
    /*ナビメニューのスタイルを指定 終わり*/

.nav-inst {
    position: fixed;
    z-index: 3;
    top: 110px;
    right: 35px;
    width: 72px;
}

.nav-youtube {
    position: fixed;
    z-index: 3;
    top: 185px;
    right: 35px;
    width: 72px;
}

@media screen and (max-width: 768px) {

    nav.NavMenu ul{
        background: #5EBCE7;
        width: 414px;
        /* margin: 0 auto; */
        padding: 0;
        padding-top: 50px;
        padding-bottom: 60px;
        display: inline-block;
        }

    .Toggle {
        top: 10px;
        right: 10px;
    }

    nav.NavMenu ul {
        /* padding-top: 50px; */
    }

    .nav-inst {
        right: 6px;
        top: 80px;
        width: 72px;
    }

    .nav-youtube {
        position: fixed;
        z-index: 3;
        top: 155px;
        right: 6px;
        width: 72px;
    }

    .nav-list  {
        font-size: 24px;
    }

    .nav-list-r {
        font-size: 24px;
    }

    .nav-list-r1 {
        font-size: 16px;
    }

    nav.NavMenu ul li {
        padding-left: 180px;
    }

    .nav-list:last-child {
        padding-bottom: 0px;
    }

}

    
/*メイン画像
-------------------------------------*/
.main img {
    max-width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    
}
section {
	margin: 5rem 0;
	padding: 3rem 0;
}


.center {
	text-align: center;
}

/* トップ カンパニー始まり
-------------------------------------*/
.top-company-section {
    margin-bottom: 120px;
}

.title-wrapper {
    text-align: center;
    margin-top: 180px;
    
    display: flex !important;
    justify-content: center;

}

.top-company-title {
    margin: 0 330px 80px 330px;
}

.title {
    font-size: 60px;
    color: #5EBCE7;
    text-align: center;
}

.sub-title {
    text-align: center;
    font-size: 18px;
    color: #5EBCE7;
    letter-spacing: 0.2em;
}

.top-background {
    width: 140px;
    height: 180px;
}

.company-img {
    
}

.top-company-section-wrapper {
    padding-top: 0px;
    padding-left: 40px;
}

.top-company-section-title {
    font-size: 25px;
    letter-spacing : 0.08em;
    margin-bottom: 30px;
}

.top-company-section-text {
    font-size: 18px;
    letter-spacing : 0.08em;
}

.t-company-btn {
    text-align: right;
    margin-top: 80px;
    
}

.t-company-btn img {
    max-width: 275px;
}

@media screen and (max-width: 768px) {
    .title-wrapper {
        margin-top: 50px;
    }

    .top-company-section-wrapper {
        padding: 0;
    }

    .top-company-section-title {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 30px;
    }
    
    .top-company-section-text {
        font-size: 14px;
    }

    .t-company-btn {
        margin-top: 40px;
        text-align: center;
    }


}

/* ---------トップニュース-------------- */

.news-wrapper {
    text-align: center;
    padding-top: 180px;
    display: flex;
    justify-content: center;
}

.top-news-section {
    background-color: #5EBCE7;
}

.top-news-title {
    margin: 0 390px 80px 400px;
}

.news-title {
    font-size: 60px;
    color: #fff;
    text-align: center;
}

.news-sub-title {
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.2em;
}

.t-news-page {
    text-align: center;
}

.t-news-ymd {
    text-align: left;
    margin: 30px 0 15px 0;
    font-size: 12px;
    color: #fff;
    display: block;
    /* background-color: #000; */
    
}

.t-news-ymd-span {
    display: inline-block;
    background-color: #000;
    padding: 8px 20px;
    border-radius: 30px;
}

.t-time {
    text-align: left;
    margin: 30px 0 15px 0;
    font-size: 12px;
    color: #fff;
    display: block;
}

.t-news-title {
    text-align: left;
    margin-bottom: 40px;
    color: #333333;
    /* font-weight: normal; */
    font-size: 18px;
}

.t-news-title a {
    color: #fff;
    /* font-weight: normal; */
    font-size: 18px;
}

.t-news-text {
    text-align-last: left;
    color: #fff;
    font-size: 16px;
}

.t-news-text p {
    text-align-last: left;
    color: #fff;
    font-size: 16px;
}

.t-n-btn {
    text-align: right;
    margin: 50px 0 80px 0;
}

.t-n-btn a img {
    max-width: 275px;
}

@media screen and (max-width: 768px) {

    .news-wrapper {
        padding-top: 40px;
    }

    .t-news-page {
        text-align: center;
        padding: 0 75px;
    }

    .t-news-title {
        font-size: 16px;
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .t-news-title a {
        font-size: 16px;
        margin-bottom: 20px;
        
    }

    .t-news-text {
        font-size: 14px;
        margin-bottom: 35px;
        margin-left: 20px;
    }

    .t-news-text p {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .t-n-btn {
        text-align: center;
        margin: 40px 0;
    }

    .t-time {
        text-align: left;
        margin: 30px 0 15px 20px;
        font-size: 12px;
        color: #fff;
        display: block;
    }

}



/* トップインタビュー */
.t-interview-wrapper {
    padding: 35px;
    background-color: #5EBCE7;
    border-radius: 10px;
}

.t-interview-wrapper-2 {
    padding: 35px;
    background-color: #0076FF;
    border-radius: 10px;
}

.t-interview-title {
    margin: 0 330px 0px 330px;
}

.t-interview-title-1 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.t-interview-title-span {
    display: inline-block;
    background-color: #fff;
    color: #5EBCE7;
    padding: 5px 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.t-interview-title-span-2 {
    display: inline-block;
    background-color: #fff;
    color: #0076FF;
    padding: 5px 10px;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.t-interview-text {
    text-align-last: left;
    color: #fff;
    font-size: 16px;
}

.t-i-position {
    position: relative;
    top: -55px;
}

.t-i-position-2 {
    position: relative;
    top: -30px;
}

.t-i-position-5 {
    position: relative;
    top: 30px;
}

.t-i-position-6 {
    position: relative;
    top: 60px;
    margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
    
    .t-i-sp-section {

    }

    .t-i-sp-sub-section {
        display: flex;
    }
    
    .t-i-sp-wrapper {
        width: 50%;
    }

    .t-i-sp-l {
        margin-right: 2px;
    }

    .t-i-sp-r {
        margin-left: 2px;
        margin-top: 30px;
    }

    .t-interview-wrapper {
        padding: 15px;
    }

    .t-interview-wrapper-2 {
        padding: 15px;
    }

    .t-interview-title-1 {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .t-interview-title-span {
        font-size: 14px;
    }

    .t-interview-title-span-2 {
        font-size: 14px;
    }

    .t-interview-text {
        font-size: 14px;
    }

    .t-i-btn {
        text-align: right;
        margin-top: 40px;
        margin-bottom: 120px;
    }

    .t-i-btn a img {
        width: 226px;
    }

}


/* トップWorks */
.top-works-section {
    background-color: #000;
}

.t-works-title {
    margin: 80px 370px 0px 370px;
}

.t-w-bg {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    .sp-title {
        text-align: center;
        padding-top: 40px;
    }
}

/* トップリクルート */
.top-recruit-section {
    padding: 80px 0;
}

@media screen and (max-width: 768px) {
    .t-r-sp-2 {
        margin-top: 24px;
    }
}

/* トップインスタ */
.top-inst-section {
    /* background-image: url(/images/top-img/top_instagram_fish_pc.png); */
    background-image: url(https://iwakigyorui-test.tink-hldgs.com/wp-content/uploads/2021/07/top_instagram_fish_pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #000;
    max-width: 100%;
    
}

.inst-wrapper {
    text-align: center;
    margin-top: 150px;
    display: flex;
    justify-content: space-between;
}


.t-inst-title {
    /* margin-top: 80px; */
    text-align: center;
    z-index: 2;
    margin-bottom: 50px;
}

.t-i-title {
    font-size: 60px;
    color: #fff;
    
}

.t-i-sub-title {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.2em;
}

.t-i-top {
    text-align: center;
}

.inst {
    text-align: center;
    width: 100%;
    margin-top: 50px;
    z-index: 2;
    position: relative;
    /* top: -450px; */
}

.inst-m {
    margin-top: 300px;
}

@media screen and (max-width: 768px) {
    .top-inst-section {
        /* background-image: url(/images/top-img/t-sp/top_instagrambg_sp.png); */
        background-image: url(https://iwakigyorui-test.tink-hldgs.com/wp-content/uploads/2021/07/top_instagram_fish_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #000;
        max-width: 100%;
        
    }
    
    .inst-wrapper {
        text-align: center;
        margin-top: 150px;
        display: flex;
        justify-content: space-between;
    }
    
    
    .t-inst-title {
        /* margin-top: 80px; */
        text-align: center;
        z-index: 2;
        margin-bottom: 30px;
    }
    
    .t-i-title {
        font-size: 36px;
        color: #fff;
    }
    
    .t-i-sub-title {
        font-size: 12px;
        color: #fff;
    }
    
    .t-i-top {
        text-align: center;
    }
    
    .inst {
        text-align: center;
        width: 100%;
        /* margin-top: 50px; */
        z-index: 2;
        position: relative;
        /* top: -450px; */
    }
    
    .inst-m {
        margin-top: 300px;
    }
}

/*フッター
-------------------------------------*/
footer {
    text-align: center;
    background-color: #5EBCE7;
    padding: ;
}

.footer-title {
    font-size: 40px;
    color: #fff;
    margin-top: 120px;
}

.footer-sub-title {
    font-size: 12px;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
}

.footer-list {
    color: #fff;
    margin: 80px 0;
    display: block;
    letter-spacing: 0.08em;
}

.f-list-1 {
    text-align: right;
}

.f-list-2 {

}

.f-list-3 {
    text-align: left;
}

.footer-img {
    width: 300px;
}

@media screen and (max-width: 768px) {
    .footer-hr {
        border-width: 1px 0px 0px 0px; /* 太さ */
        border-style: solid; /* 線種 */
        border-color: #fff;   /* 線色 */
        height: 1px;         /* 高さ(※古いIE用) */
        margin: 40px auto 0;
        width: 230px;
        
    }

    .footer-title {
        margin-top: 40px;
    }

    .footer-list {
        
        margin: 40px 0 0 0;
    } 

    .f-list-1 {
        text-align: center;
    }

    .f-list-3 {
        text-align: center;
        margin-bottom: 40px;
    }

    .footer-img {
        width: 270px;
    }

}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .copyright {
        font-size: 12px;
        color: #fff;
    }
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}


/*------- company.htmlページ --------*/

.com-title {
    color: #5EBCE7;
    font-size: 60px;
    margin-top: 230px;
    font-weight: bold;
}

.com-sub-title {
    color: #5EBCE7;
    font-size: 20px;
    margin-bottom: 320px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.com-section {
    margin-top: 120px;
}

.com-section a img {
    width: 320px;
}

.com-section-title {
    font-size: 20px;
    color: #5EBCE7;
    letter-spacing: 0.37em;
}

.com-section-sub-title {
    font-size: 25px;
    color: #333333;
    letter-spacing: 0.04em;
    margin-top: 20px;
}

.com-text {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.04em;
    margin-top: 20px;
}

/*---- company.htmlのテーブル -----*/

table{
    width: 100%;
    border-spacing: 0;
    text-align: left;
    
}
  
  table th{
    border-bottom: solid 2px #EDEDED;
    padding: 15px 0;
    width: 200px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.1em;
  }
  
  table td{
    border-bottom: solid 2px #EDEDED;
    text-align: left;
    padding: 15px 0;
    color: #333333;
    font-size: 16px;
  }

  /* 地図 */

  .gg-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    }
     
    .gg-map iframe,
    .gg-map object,
    .gg-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    @media screen and (max-width: 768px) {
        .com-title {
            margin-top: 120px;
            font-size: 36px;
            font-weight: bold;
        }

        .com-sub-title {
            font-size: 12px;
            margin-bottom: 120px;
            font-weight: bold;
        }

        .com-section-title {
            font-size: 20px;
        }

        .com-section {
            margin-top: 30px;
        }

        .com-section-sub-title {
            font-size: 18px;
        }

        .com-text {
            font-size: 14px;
            letter-spacing: 0;
        }

        table{
            width: 100%;
            border-spacing: 0;
            text-align: left;
            
          }
          
          table th{
            border-bottom: solid 2px #EDEDED;
            padding: 15px 0;
            width: 140px;
            font-size: 14px;
            color: #333333;
            letter-spacing: 0.1em;
          }
          
          table td{
            border-bottom: solid 2px #EDEDED;
            text-align: left;
            padding: 15px 0;
            color: #333333;
            font-size: 14px;
          }

          .com-sp-m {
              margin-top: 90px;
              width: 100%;
          }

    }

/*------- 共通 ----------------*/


.s-title {
    color: #5EBCE7;
    font-size: 60px;
    margin-top: 230px;
    font-weight: bold;
}

.s-sub-title {
    color: #5EBCE7;
    font-size: 20px;
    margin-bottom: 320px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.none {
    display: none;
}

.full-m-t {
    margin-top: 80px;
}

.full-m-b {
    margin-bottom: 80px;
}

.n-l-bgc {
    background-color: #5EBCE7;
    padding-top: 80px;
}

.btn-img-size {
    width: 320px;
}


@media screen and (max-width: 768px) {
    .s-section {
        
    }

    .full-m-t {
        margin-top: 80px;
    }

    .full-m-b {
        margin-bottom: 40px;
    }
    
    .s-title {
        color: #5EBCE7;
        font-size: 36px;
        margin-top: 120px;
        font-weight: bold;
    }
    
    .s-sub-title {
        color: #5EBCE7;
        font-size: 12px;
        margin-bottom: 120px;
        font-weight: bold;
    }

    .btn-img-size {
        width: 270px;
    }

}

/*--------- news-list ニュース一覧のページ ----------------*/

.n-list-section {
    margin-bottom: 80px;
}

.nl-wrapper {
    text-align: left;
}

.nl-w-mdy {
    margin-bottom: 20px;
}

.nl-w-mdy-span {
    display: inline-block;
    font-size: 12px;
    background-color: #5EBCE7;
    color: #fff;
    padding: 8px 20px;
    border-radius: 20px;
}

.nl-w-title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 40px;
}

.nl-w-text {
    color: #6A6A6A;
    font-size: 16px;
    line-height: 1.7;
}

.nl-section-w {
    display: flex;
    margin-bottom: 80px;
}

.nl-section-w-img {
    width: 470px;
    /* height: 250px; */
    margin-right: 60px;
}

.nl-section-w-img img {
    width: 100%;
    vertical-align: bottom;
}





@media screen and (max-width: 768px) {
    .nl-wrapper {
        /* margin-top: 30px; */
    }

    .nl-section-w-img {
        width: 100px;
        height: 100px;
        /* height: 250px; */
        margin-right: 14px;
    }
    
    .nl-section-w-img img {
        width: 100px;
        height: 100px;
        vertical-align: bottom;
    }

    .nl-w-mdy {
        margin-bottom: 10px;
    }

    .nl-w-mdy-span {
        font-size: 10px;
        padding: 4px 10px;
    }

    .nl-w-title {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .nl-section-w {
        margin-bottom: 30px;
    }

    

}

/*---- news.html １枚のページ -------------------*/
.n-w-title {
    font-size: 20px;
    color: #333333;
    margin-bottom: 18px;
}

.n-w-mdy {
    margin-bottom: 40px;
}

.n-w-mdy-span {
    display: inline-block;
    font-size: 12px;
    background-color: #5EBCE7;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
}

.n-w-text {
    font-size: 16px;
    letter-spacing: 1.5em;
    margin: 80px 0;
}

.n-m {
    margin-bottom: 30px;
}

.n-btn {
    margin: 90px 0 80px 0;
}

.n-img {
    display: flex;
}

.n-img-l {
    width: 500px;
    margin-right: 20px;
}

.n-img-r {
    width: 500px;
    margin-left: 20px;
}

.news_body {
    margin-top: 40px;
}

.content {
    font-size: 16px;
    color: #333333;
}

@media screen and (max-width: 768px) {
    .n-w-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .n-w-mdy {
        margin-bottom: 20px;
    }

    .n-w-mdy-span {
        font-size: 10px;
        padding: 4px 10px;
    }

    .n-w-text {
        font-size: 14px;
        margin: 40px 0;
    }

    .n-img-l {
        width: 500px;
        margin-right: 6px;
    }
    
    .n-img-r {
        width: 500px;
        margin-left: 6px;
    }

    .n-m {
        margin-bottom: 10px;
    }

    .news_body {
        margin-top: 20px;
    }

    .content {
        font-size: 14px;
        color: #333333;
    }

}

/*----- インタビューhtml ------------*/

.i-part-1 {
    background-color: #5EBCE7;
    padding-bottom: 80px;
}

.i-part-2 {
    background-color: #1E76F9;
    padding-bottom: 80px;
}

.i-part-3 {
    background-color: #333333;
    padding-bottom: 80px;
}

.i-p-t {
    padding: 80px 0 40px 0;
}

.i-title {
    font-size: 20px;
    color: #fff;
    /* padding-top: 80px; */
    border-bottom:1px solid #fff;
    padding-bottom:5px;
    display:inline;
    line-height:2;
    letter-spacing: 0.2em;
}

.i-section {
    padding: 40px 40px 0 40px;
}

.i-section-wrapper {

}

.i-s-w-title {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.08em;
}

.i-s-w-title::before {
    content:"";
	display:inline-block;
	width:5px;
	height:18px;
	/* background:url(/images/interview-img/i-text-mark@2x.png) no-repeat; */
    background:url(https://iwakigyorui-test.tink-hldgs.com/wp-content/uploads/2021/07/i-text-mark@2x.png) no-repeat;
	background-size:contain;
}

.i-t-w-text {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding-top: 20px;
    padding-left: 12px;
    letter-spacing: 0;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .i-p-t {
        padding: 40px 0 15px 0;
    }

    .i-title {
        font-size: 18px;

    }

    .i-s-w-title {
        font-size: 16px;
    }

    .i-s-w-title::before {
        height: 16px;
    }

    .i-t-w-text {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 40px;
    }

    .i-part-1 {
        padding-bottom: 0px;
    }
    
    .i-part-2 {
        padding-bottom: 0px;
    }
    
    .i-part-3 {
        padding-bottom: 0px;
    }

}

/*-------- works.html ----------------*/

.w-s-mtb {
    margin-top: 120px;
    margin-bottom: 80px;
}

.w-s-mt-40 {
    margin-top: 40px;
}

.w-s-mb-40 {
    margin-bottom: 40px;
}

.w-top-1 {
    margin-bottom: 80px;
}

.works-01 {
    background-image: url(https://iwakigyorui-test.tink-hldgs.com/wp-content/uploads/2021/07/01.png);
    background-repeat: no-repeat;
    background-size: 374px;
    background-position: center bottom;
    
}

.works-02 {
    /* background-image: url(/images/works-img/02.png); */
    background-image: url(https://iwakigyorui-test.tink-hldgs.com/wp-content/uploads/2021/07/02.png);
    background-repeat: no-repeat;
    background-size: 374px;
    background-position: right bottom;
    
}

.works-03 {
    background-image: url(https://iwakigyorui-test.tink-hldgs.com/wp-content/uploads/2021/07/03.png);
    background-repeat: no-repeat;
    background-size: 374px;
    background-position: center bottom;
    
}

.works-04 {
    background-image: url(https://iwakigyorui-test.tink-hldgs.com/wp-content/uploads/2021/07/04.png);
    background-repeat: no-repeat;
    background-size: 374px;
    background-position: center bottom;
    
}

.w-p-l {
    padding: 30px 0 0 60px;
}

.w-p-r {
    padding: 30px 60px 0 0;
}

.w-p-r-2 {
    padding: 0px 60px 0 0;
}

.w-title {
    color: #5EBCE7;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-weight: normal;
}

.w-text {
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    font-weight: normal;
}

.w-t-b {
    margin-bottom: 50px;
}

.w-t-b-25 {
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    
    .order {
        order: 1;
    }

    .w-top-1 {
        margin-bottom: 30px;
    }

    .w-p-l {
        padding: 40px 0 0 0;
    }
    
    .w-p-r {
        padding: 40px 0 0 0;
    }

    .w-p-r-2 {
        padding: 0px 0px 0 0;
    }

    .works-01 {
        background-image: url(https://iwakigyorui-test.tink-hldgs.com/wp-content/uploads/2021/07/01-1.png);
        background-repeat: no-repeat;
        background-size: 216px;
        background-position: right top;
        
    }
    
    .works-02 {
        background-image: url(https://iwakigyorui-test.tink-hldgs.com/wp-content/uploads/2021/07/02.png);
        background-repeat: no-repeat;
        background-size: 216px;
        background-position: right top;
        height: 170px;
    }
    
    .works-03 {
        background-image: url(https://iwakigyorui-test.tink-hldgs.com/wp-content/uploads/2021/07/03.png);
        background-repeat: no-repeat;
        background-size: 216px;
        background-position: right top;
        
    }
    
    .works-04 {
        background-image: url(https://iwakigyorui-test.tink-hldgs.com/wp-content/uploads/2021/07/04.png);
        background-repeat: no-repeat;
        background-size: 216px;
        background-position: right top;
        
    }

    .w-title {
        color: #5EBCE7;
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 1.7;
    }
    
    .w-text {
        color: #333333;
        font-size: 14px;
        line-height: 1.7;
    }

    .w-t-b {
        margin-bottom: 30px;
    }

    .w-t-b-sp {
        margin-bottom: 30px;
    }
    
    .w-t-b-25 {
        margin-bottom: 15px;
    }

    .w-s-mtb {
        margin-top: 120px;
        margin-bottom: 30px;
    }
    
    .w-s-mt-40 {
        margin-top: 0px;
    }
    
    .w-s-mb-40 {
        margin-bottom: 40px;
    }
    
    .w-top-1 {
        margin-bottom: 80px;
    }

}


/*------ コンタクトページ --------*/

#main{
	background-color: #fff;
	/* padding: 20px 35px; */
	margin: 0 auto;
}

.fir_ttl {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #333333;
    margin-bottom: 80px;
}

form p{
	font-size: 14px;
	padding: 0;
	margin: 0;
}

.q_wrap{
	margin-bottom: 40px;
}

input,textarea{
	font-size: 100%;
	/* height: 1.2em; */
	cursor: pointer;
}

input::placeholder {
    color: #ccc;
    opacity: .8;
}

button:hover{
    opacity: .8;
}
label{
	cursor: pointer;
	line-height: 2em;
}

.contact_ttl {
	letter-spacing: 0.05em;
	font-weight: bold;
	padding-left: 0;
    font-size: 16px;
    color: #333333;
    margin: 40px 0 10px 0;
}

.contact_ttl span{
    letter-spacing: 0.05em;
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    margin-left: 10px;
}

.input_number,.input_text{
	/* height: 1.8em; */
	margin: 5px 0;
	border: 1px solid #999;
	cursor: text;
	font-size: 16px;
    letter-spacing: 0.04em;
    padding: 5px 0 0 5px;
    width: 100%;
    display: block;
}

textarea{
	height: 20em;
	width: 100%;
}


/* ラジオボタン01 */
.radio_area{
	display: flex;
	margin: 10px 0;
}

.radio:nth-child(2){
	margin-left: 40px;
}

input[type=radio] {
    /* display: none; */
}



.radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding-left: 32px;
    margin-bottom: 16px;
    position: relative;
    width: auto;
    font-size: 14px;
	line-height: normal;
}

.radio01::before {
    background: #fff;
    border: 1px solid #888888;
    border-radius: 50%;
    content: '';
    display: block;
    height: 18px;
    left: 5px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 18px;
}

.radio01::after {
    background: #5EBCE7;
    border-radius: 50%;
    content: '';
    display: block;
    height: 12px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 12px;
}

input[type=radio]:checked + .radio01::after {
    opacity: 1;
}

.btn_wrap{
	margin: 80px 0 40px;
}

.submit{
	width: 100%;
	max-width: 257px;
	margin: 0 auto;
	padding: 0;
	display: block;
	cursor: pointer;
}

.form-invalid {
    color: #f50000;
    font-size: 12px;
    padding-left: 12px;
}

.input-invalid {
    border: 1px solid #f50000;
}

button{
	border: none;
	background: none;
}

.bold{font-weight: bold; padding:0; margin: 10px 0 30px;}


/* pc */
@media (min-width: 640px){


#main{
	max-width: 660px;
	margin: 20px auto;
}

form{
    width: 550px;
	margin: 0 auto;
}
}


@media screen and (max-width: 768px) {
    .contact_ttl {
        font-size: 14px;
    }
}


/*Contact Form 7カスタマイズ*/

/*項目の下線*/
.inquiry th, .inquiry td {
    border: none;
    background: #fff;
   }
   

   /*送信ボタンのデザイン変更*/
   #formbtn{
    display: block;
    padding:20px 50px;
    width:300px;
    background:#5EBCE7;
    color:#fff;
    font-size: 20px;
    font-weight:bold;
    margin:80px auto 40px;
   }
   /*送信ボタンマウスホバー*/
   #formbtn:hover{
    opacity: 0.8;
    color:#fff;
   }
   
   /*ラジオボタンのデザイン変更*/
   .inquiry .wpcf7-radio input[type=radio]{
    display: none;
    vertical-align: middle;
   }
   .inquiry .wpcf7-radio > .wpcf7-list-item {
     margin-left: 0;
   }
   .inquiry .wpcf7-radio input[type=radio] + span{
     padding-left: 25px;
     position:relative;
     margin-right: 25px;
       vertical-align: middle;
   }
   .inquiry .wpcf7-radio input[type=radio] + span::before{
     content: "";
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 17px;
     height: 17px;
     border: 1px solid gray;
     border-radius: 50%;
   }
   .inquiry .wpcf7-radio input[type=radio]:checked + span{
     color: #5EBCE7;
   }
   .inquiry .wpcf7-radio input[type=radio]:checked + span::after{
     content: "";
     display: block;
     position: absolute;
     top: 3px;
     left: 3px;
     width: 11px;
     height: 11px;
     background: #5EBCE7;
     border-radius: 50%;
   }