main {
    padding-top: 70px;
    position: relative;
}

.pankuzu > ul {
    display: flex;
}

.pankuzu > ul > li {
    padding-right: calc(9.2px + 5.33px);
    padding-left: 9.2px;
    font-size: 13px;
    position: relative;
}

.pankuzu > ul > li:last-child {
    padding-right: 0;
}

.pankuzu > ul > li::after {
    content: "";
    background: url(../../../common/img_22/pankuzu.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 9.35px;
    width: 5.33px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
}

.pankuzu > ul > li:first-child {
    padding-left: 0;
}

.pankuzu > ul > li:last-child::after {
    display: none;
}

.pankuzu {
    margin: calc((20px/2) + (20 - (20/2))*(100vw - 375px)/(1903 - 375)) calc((25px/2) + (25 - (25/2))*(100vw - 375px)/(1903 - 375)) calc((80px/2) + (80 - (80/2))*(100vw - 375px)/(1903 - 375));
}

@media all and (max-width: 1024px) {
    .pankuzu ul{
        overflow-x: scroll;
        padding-bottom: 5px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .pankuzu ul::-webkit-scrollbar{
        display:none;
    }
    .pankuzu ul a{
        display: block;
        white-space: nowrap;
    }
}


.inner{
    min-width: inherit;
    background-color: inherit;
}

#pattern p{
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    line-height: 1.5;
}

#pattern h1,
#pattern h2,
#pattern h3{
    line-height: 1.5;
    font-family: 'AudiTypeExtendBold','DFHSBold';
}


#pattern h4,
#pattern h5,
#pattern h6{
    line-height: 1.5;
    font-family: 'AudiTypeBold','DFHSBold';
}

.pc{
    display: block;
}
.sp{
    display: none;
}

@media all and (max-width: 1024px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}

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

.page_ttl_h2{
    font-size: 3.2rem;
    text-align: center;
}

.page_ttl_h1{
    font-size: 4.4rem;
    text-align: center;
}

.page_ttl_p{
    font-size: 1.5rem;
    text-align: center;
}

@media all and (max-width: 1440px) {
    .page_ttl_h2,
    .page_ttl_h1,
    .page_ttl_p{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 1024px) {
    .page_ttl_h2,
    .page_ttl_h1,
    .page_ttl_p{
        text-align: left;
    }
    .page_ttl_h2{
        font-size: 2.6rem;
    }
    .page_ttl_h1{
        font-size: 3.6rem;
    }
}

@media all and (max-width: 500px) {
    .page_ttl_h2,
    .page_ttl_h1,
    .page_ttl_p{
        padding-left: 20px;
        padding-right: 20px;
    }
    .page_ttl_h2{
        font-size: 1.6rem;
    }
    .page_ttl_h1{
        font-size: 2.1rem;
    }
    .page_ttl_p{
        font-size: 1.3rem;
    }
}

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

.img_a{
    display: block;
    max-width: 980px;
    margin: 70px auto 0;
}

@media all and (max-width: 1024px) {
    .img_a{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .img_a{
        width: calc(100% - 40px);
        margin-top: 60px;
    }
}

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

.text_a_h3{
    font-size: 2.8rem;
    max-width: 980px;
    margin: 110px auto 0;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.text_a_h4{
    font-size: 1.5rem;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: .5rem;
    font-weight: 400;
}

.text_a_p{
    font-size: 1.5rem;
    max-width: 980px;
    margin: 0 auto;
    font-weight: 400;
}

@media all and (max-width: 1024px) {
    .text_a_h3,
    .text_a_h4,
    .text_a_p{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .text_a_h3,
    .text_a_h4,
    .text_a_p{
        width: calc(100% - 40px);
    }
    .text_a_h3{
        font-size: 1.6rem;
        margin-top: 60px;
        margin-bottom: 1.5rem;
    }
    .text_a_h4{
        font-size: 1.3rem;
        margin-bottom: 1.3rem;
    }
    .text_a_p{
        font-size: 1.3rem;
    }
}

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

.img_b_area{
    max-width: 1520px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
}

.img_b_area img{
    display: block;
    width: 49.7%;
}

@media all and (max-width: 1520px) {
    .img_b_sec{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 500px) {
    .img_b_sec{
        padding-left: 0;
        padding-right: 0;
    }
    .img_b_area{
        width: calc(100% - 40px);
        margin-top: 50px;
        flex-direction: column;
    }
    .img_b_area img{
        width: 100%;
        margin-top: 10px;
    }
}

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

.img_c_area{
    max-width: 1520px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.img_c_area img{
    display: block;
    width: 32.9%;
    margin-top: 10px;
}

@media all and (max-width: 1520px) {
    .img_c_sec{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 500px) {
    .img_c_sec{
        padding-left: 0;
        padding-right: 0;
    }
    .img_c_area{
        width: calc(100% - 40px);
        margin-top: 53px;
    }
    .img_c_area img{
        width: 49%;
        margin-top: 7px;
    }
}

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

.two_column_flex{
    max-width: 1520px;
    margin: 130px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.two_column_text{
    width: 46.8%;
}

.two_column_text h4{
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.two_column_text p{
    font-size: 1.5rem;
}

.pattern_btn{
    width: 260px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    color: #000;
    border: 1px solid #000;
}

.two_column_text .pattern_btn{
    margin-top: 40px;
}

.two_column_img{
    width: 50%;
}

.two_column_img img{
    width: 100%;
}

@media all and (max-width: 1520px) {
    .two_column_flex{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1024px) {
    .two_column_flex{
        align-items: flex-start;
    }
}

@media all and (max-width: 500px) {
    .two_column_flex{
        width: calc(100% - 40px);
        flex-direction: column;
        margin-top: 60px;
    }
    .two_column_text{
        order: 2;
        width: 100%;
        background-color: #E5E5E5;
        padding: 30px 20px;
    }
    .two_column_text h4{
        font-size: 1.8rem;
    }
    .two_column_text p{
        font-size: 1.3rem;
    }
    .pattern_btn{
        width: calc(100% - 40px);
        height: 50px;
        font-size: 1.3rem;
    }
    .two_column_text .pattern_btn{
        margin-top: 20px;
        width: 100%;
    }
    .two_column_img{
        order: 1;
        width: 100%;
    }
}

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

.text_b_sec{
    padding: 300px 0;
}

.text_b_h4{
    font-size: 1.6rem;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 2rem;
    font-weight: 400;
}

.text_b_p{
    font-size: 1.5rem;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

@media all and (max-width: 1024px) {
    .text_b_sec{
        padding: 150px 0;
    }
    .text_b_h4,
    .text_b_p{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .text_b_sec{
        padding: 60px 0;
    }
    .text_b_h4,
    .text_b_p{
        width: calc(100% - 40px);
        font-size: 1.3rem;
    }
}

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

.hide{
    display: none;
}

.tab_flex{
    display: flex;
    font-weight: wrap;
    justify-content: center;
    width: calc(100% - 80px);
    margin: 0 auto;
}

.tab_flex li{
    cursor: pointer;
    transition: opacity .3s;
    font-size: 2.2rem;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    border-bottom: none;
    margin-right: 70px;
}

.tab_flex li:last-of-type{
    margin-right: 0;
}

.tab_flex li.select{
    font-family: 'AudiTypeExtendBold', 'DFHSBOLD';
    border-bottom: 2px solid #000;
}

.tab_flex li:hover{
    opacity: .7;
}

.tab_content{
    overflow: hidden;
}

@media all and (max-width: 500px) {
    .tab_flex{
        width: calc(100% - 40px);
        flex-wrap: wrap;
    }
    .tab_flex li{
        font-size: 3.6vw;
        opacity: 1!important;
        margin-right: 20px;
    }
    .tab_flex li:nth-child(2n){
        margin-right: 0;
    }
    .tab_flex li.select{
        border-bottom: 1px solid #000;
    }
}

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

.gray_contents_sec{
    margin-top: 60px;
}

.gray_contents_sec .inner{
    max-width: 1700px;
    margin: 0 auto;
    padding-bottom: 60px;
    background-color: #E5E5E5;
}

.pattern_btn_flex{
    display: flex;
    justify-content: center;
}

.pattern_btn_flex{
    margin-top: 60px;
}

.pattern_btn_flex .pattern_btn{
    margin-right: 34px;
}

.pattern_btn_flex .pattern_btn:last-of-type{
    margin-right: 0;
}

.pattern_center{
    margin: 60px auto 0;
}

.pattern_btn_b{
    color: #fff;
    background-color: #000;
}

@media all and (max-width: 1700px) {
    .gray_contents_sec{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media all and (max-width: 1520px) {
    .gray_contents_sec .img_b_area,
    .gray_contents_sec .img_c_area{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 500px) {
    .gray_contents_sec{
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    .gray_contents_sec .img_b_area,
    .gray_contents_sec .img_c_area{
        width: calc(100% - 40px);
    }
    .gray_contents_sec .pattern_btn{
        width: calc(100% - 40px);
    }
    .pattern_btn_flex{
        margin-top: 40px;
        flex-direction: column;
    }
    .pattern_btn_flex .pattern_btn{
        margin-left: auto!important;
        margin-right: auto!important;
        margin-top: 15px;
    }
}


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

.img_d{
    display: block;
    max-width: 1520px;
    margin: 120px auto 0;
    width: 100%;
}

@media all and (max-width: 500px) {
    .img_d{
        margin-top: 60px;
    }
}

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

.profile_area{
    display: block;
    max-width: 1520px;
    margin: 250px auto 0;
    display: flex;
}

.profile_img{
    width: 42.1%;
	width: 29.1%;
  text-align: right;
}

.profile_text{
    width: 57.9%;
    background-color: #000;
    padding: 0 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile_text h3{
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.profile_p1{
    font-size: 1.9rem;
    margin-bottom: 2rem;
    font-family: 'AudiTypeBold','DFHSBold'!important;
}

.profile_p2{
    font-size: 1.5rem;
}

@media all and (max-width: 1440px) {
    .profile_area{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1279px) {
    .profile_img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .profile_text{
        padding: 40px 60px;
    }
}

@media all and (max-width: 1023px) {
    .profile_area{
        flex-direction: column;
    }
    .profile_img{
        width: 100%;
    }
    .profile_img img{
        object-fit: inherit;
    }
    .profile_text{
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    .profile_area{
        width: calc(100% - 40px);
        margin-top: 100px;
    }
    .profile_text{
        padding: 30px 20px;
    }
    .profile_text h3{
        font-size: 1.4rem;
    }
    .profile_p1{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .profile_p2{
        font-size: 1.3rem;
    }
}

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

.link_a_area{
    max-width: 1280px;
    margin: 310px auto 0;
    display: flex;
}

.link_a_img{
    width: 54.7%;
}

.link_a_img img{
    width: 100%;
}

.link_a_text{
    width: 45.3%;
    background-color: #000;
    color: #fff;
    padding: 0 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.link_a_text h3{
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.link_a_text h2{
    font-size: 3.7rem;
    margin-bottom: 3rem;
}

.link_a_text a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    font-family: AudiType, Verdana, Helvetica, Arial, DFHS, sans-serif;
    color: #fff;
    border: 1px solid #fff;
}

@media all and (max-width: 1440px) {
    .link_a_area{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1279px) {
    .link_a_img{
        width: 50%;
    }
    .link_a_img img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .link_a_text{
        width: 50%;
        padding: 40px 60px;
    }
    .link_a_text h3{
        font-size: 2rem;
    }
    .link_a_text h2{
        font-size: 3rem;
    }
}

@media all and (max-width: 1023px) {
    .link_a_area{
        flex-direction: column;
    }
    .link_a_img{
        object-fit: inherit;
        width: 100%;
    }
    .link_a_text{
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    .link_a_area{
        width: calc(100% - 40px);
        margin-top: 80px;
    }
    .link_a_text{
        padding: 30px 20px;
    }
    .link_a_text h3{
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .link_a_text h2{
        font-size: 2.4rem;
        margin-bottom: 1rem;
    }
    .link_a_text a{
        width: 100%;
        text-align: center;
        padding: 0 20px;
        height: 50px;
        font-size: 1.3rem;
    }
}

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

.link_b_area{
    padding-bottom: 190px;
    display: block;
    max-width: 1700px;
    margin: 310px auto 0;
    display: flex;
    justify-content: space-between;
}

.link_b_box{
    width: 24.6%;
}

.link_b_box h4{
    font-size: 1.8rem;
    margin-top: .7rem;
    font-weight: 400;
}

.link_b_box p{
    font-size: 1.5rem;
    margin-top: .7rem;
}

.link_b_box img{
    width: 100%;
}

@media all and (max-width: 1440px) {
    .link_b_area{
        width: calc(100% - 80px);
    }
}

@media all and (max-width: 1024px) {
    .link_b_box h4{
        font-size: 1.6rem;
        margin-top: .7rem;
    }
    .link_b_box p{
        font-size: 1.4rem;
        margin-top: .7rem;
    }
}

@media all and (max-width: 1023px) {
    .link_b_area{
        flex-wrap: wrap;
    }
    .link_b_box{
        width: 49%;
        margin-top: 30px;
    }
}

@media all and (max-width: 500px) {
    .link_b_area{
        margin-top: 30px;
        padding-bottom: 60px;
        width: calc(100% - 40px);
    }
    .link_b_box{
        width: 100%;
        margin-top: 30px;
    }
    .link_b_box p{
        font-size: 1.3rem;
    }
}
.block_segment_wrap_black {
    width: auto;
    background: #000;
    padding: 40px 40px 30px;
    margin-bottom: 50px;
}





@charset "utf-8";
/* Campaign CSS */

/* =================================================
 * font
 * ================================================*/
  
@font-face {
  font-family: AudiType;
  src: url("../../../common/fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
  font-family: AudiTypeBold;
  src: url("../../../common/fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedNormal;
  src: url("../../../common/fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedItalic;
  src: url("../../../common/fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendBold;
  src: url("../../../common/fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedBoldItalic;
  src: url("../../../common/fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}
.atn {
  font-family: AudiType;
  font-weight: normal !important;
}
.atb {
  font-family: AudiTypeBold;
  font-weight: normal !important;
}
.aten {
  font-family: AudiTypeExtendedNormal;
  font-weight: normal !important;
}
.atei {
  font-family: AudiTypeExtendedItalic !important;
  font-weight: normal !important;
  padding: 0;
}
.ateb {
  font-family: AudiTypeExtendBold !important;
  font-weight: normal !important;
  padding: 0;
}
.atebi {
  font-family: AudiTypeExtendedBoldItalic;
  font-weight: normal !important;
  padding: 0;
}
#wrapper {
  position: relative;
  -webkit-text-size-adjust: 100%;
}
/* レイアウト */
.block_section {
  max-width: 950px;
  margin: 0 auto;
}
@media screen and (max-width:640px) {
  .block_section {
    width: auto;
    margin: 40px 20px;
  }
}
.introduction {
  margin-top: 40px;
  margin-bottom: 50px;
}

.introduction h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width:640px) {
  .introduction h2 {
    font-size: 15px;
    line-height: 1.3;
  }
}

.introduction .intro_txt {
  width: 100%;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 640px) {
.introduction .intro_txt {
    text-align: left;
    font-size: 14px;
  }
}

.profile_space  {
  width: 100%;
  display: flex;
  padding: 50px 30px 10px 60px;
}
@media screen and (max-width: 640px) {
  .introduction .profile_space {
    display: block;
    padding: 30px 50px 10px;
  }
}
.profile_space li:nth-child(odd) {
  width: 30%;
  max-width: 157px;
}
.profile_space li:nth-child(even) {
  width: 66%;
  margin-left: 4%;
}
@media screen and (max-width: 640px) {
  .profile_space li:nth-child(odd) {
    max-width: 380px;
    text-align: center;
    width: 100%;
  }
  .profile_space li:nth-child(even) {
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
}
.profile_space .profile_font {
  line-height: 1.5;
  font-size: 28px;
}
.profile_space .name_font {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.profile_space .profile_txt {
  font-size: 14px
}
@media screen and (max-width: 640px) {
.profile_space .profile_font {
font-size: 25px;
line-height: 1.3;
}
.profile_space .name_font {
font-size: 17px;
}
.profile_txt {
  text-align: left;
margin-top: 10px;
width: 100%;
}
}

.article_space li {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
 .article_space li {
   text-align: left;
  }
}
.article_space>li {
  margin: 0 auto;
}

.article_txt_title {
  margin: 30px 0 15px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
.article_txt_title {
  text-align: left;
  font-size: 16px;
  padding: 0 20px;
}
}

.article_txt_space {
  font-size: 18px;
  text-align: left;
  padding: 0 20px 20px;
}
@media screen and (max-width: 640px) {
.article_txt_space {
  font-size: 14px;
  padding: 0 10px;
}
}

.img_thum_bnr {
  display: flex;
  margin: 30px 20px;
}
.img_thum_bnr li:nth-child(odd) {
  width: 66.5%;
}
.img_thum_bnr li:nth-child(even) {
  width: 29%;
}
.img_thum_bnr li:nth-child(even) img:nth-child(even) {
  margin-top: 20px;
}
.img_thum_bnr.half_clm li:nth-child(odd) {
  width: 48%;
}
.img_thum_bnr.half_clm li:nth-child(even) {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .img_thum_bnr {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .img_thum_bnr li:nth-child(odd) {
  width: 100%;
  }
  .img_thum_bnr li:nth-child(even) {
    width: 100%;
    display: inline-block;
  }
  .img_thum_bnr li:nth-child(even) img:nth-child(odd) {
    width: 48%;
    margin-top: 10px;
  }
  .img_thum_bnr li:nth-child(even) img:nth-child(even) {
    width: 48%;
    margin-top: 10px;
    margin-left: 1.5%;
  }
  .img_thum_bnr.half_clm li:nth-child(odd) {
    width: 100%;
  }
  .img_thum_bnr.half_clm li:nth-child(even) {
    width: 100%;
  }
  .img_thum_bnr.half_clm li:nth-child(even) img:nth-child(odd) {
    width: 100%;
  }
  .img_thum_bnr.half_clm li:nth-child(even) img:nth-child(even) {
    width: 100%;
    margin-left: 0;
  }
}

.linkbnr_area {
  padding: 0 60px 30px;
}

.linkbnr_area ul {
  display: flex;
  text-align: left;
}

.linkbnr_area ul li {
  width: 50%;
  padding: 0 10px;
}

.linkbnr_area ul li p a {
  text-decoration: none;
}
.linkbnr_area ul li p a span {
  font-size: 35px;
}

.detail_link {
  text-align: right;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .detail_link {
    text-align: center;
    font-size: 18px;
    margin: 10px 0 20px;
  }
  .detail_link a {
    background-color: #000;
    color: #fff;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 10px 0;
  }
  .linkbnr_area {
    padding: 0;
  }
  .linkbnr_area ul {
    display: block;
  }
  .linkbnr_area ul li {
    width: 100%;
    padding: 0 20px 10px;
  }
  .linkbnr_area ul li p a span {
    font-size: 15px;
  }
}

.sec_main_title {
  text-align: center;
  font-size: 35px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
.sec_main_title {
  font-size: 18px;
}
}


.linkarea_copy {
  font-size: 18px;
}

.linkarea_link {
  margin: 40px 0 60px;
  text-align: right;
}
.linkarea_link a {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 15px 300px 15px 25px;
}
@media screen and (max-width: 640px) {
  .linkarea_copy {
    margin: 0 20px;
    font-size: 14px;
  }
  .linkarea_link {
    margin: 20px;
    text-align: center;
  }
  .linkarea_link a {
    width: 100%;
    display: block;
    padding: 15px 0;
  }
}

#photogallery {
  padding: 70px 0 20px 0;
}
@media screen and (max-width:640px) {
#photogallery {
  padding: 20px 0;
}
}
#photogallery h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width:640px) {
  #photogallery h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

#photogallery .swiper-container {
  text-align: center;
  max-width: 940px;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width:1000px) {
  #photogallery .swiper-container{
    max-width: 95%;
    width: 95%;
}}
@media screen and (max-width:640px) {
  #photogallery .swiper-container{
    max-width: 90%;
    width: 90%;
}}

#photogallery .swiper-container .swiper-slide img{
  max-width: 100%;
  width: 100%;
  height: auto;
}

.thumb_fix {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 auto;
  max-width: 940px;
}
@media screen and (max-width:640px) {
  .thumb_fix {
    flex-wrap: wrap;
    margin: 10px auto;
    padding: 0;
    width: 90%;
  }
}
.thumb_fix li {
  box-sizing: border-box;
  width: 9%;
  height: auto;
}
.thumb_fix li:last-child {
  margin-right: 0;
}
@media screen and (max-width:640px) {
  .thumb_fix li {
    width: 18%;
    height: auto;
    margin-bottom: 5px;
  }
}
.thumb_fix li img {
  width: 100%;
}

#features_q8 {
  background-color: #EBEBEB;
  margin-top: 50px;
  padding-bottom: 10px;
}

.u_flex {
  display: flex;
}
@media screen and (max-width:640px) {
  .u_flex {
    display: block;
  }
}

.link_area {
  margin: 50px 0;
}
.link_area li a {
  padding: 15px 50px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width:640px) {
  .link_area li {
    text-align: center;
  }
  .link_area li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
  }
}


.pagetop {
  position: fixed;
  right: 50px;
}
.sp {
  display: none;
}

@media screen and (max-width:640px) {
  .txt_lead {
    font-size: 16px;
  }
  /* レイアウト */
  .block_section {
    width: auto;
  }
  .section_1 {
    margin-bottom: 30px;
  }
  .pagetop {
    right: 15px;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

.endtitle_top {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  margin: 35px auto -15px;
}

/*.sec_border {*/
/*  width: 70%;*/
/*    margin: 50px auto;*/
/*}*/

.block_segment_wrap {
	width: 950px;
	margin: 0 auto;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
.flex_wrap_inner_w70 {
  width: 66.5%;
  margin: 0 0 25px 0;
}
.flex_wrap_inner_w30 {
  width: 30.5%;
  margin: 0 0 25px 0;
}
.txt_2 {
	font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.txt_4 {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: -5px;
}
.btn_box_border {
	display: block;
	font-size: 18px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px;
  width: 60%;
  margin-top: 20px;
	color: #000000;
	background: #ffffff;
	border: solid 1px #000000;
}
.btn_box_border span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
@media screen and (max-width: 640px) {
  .block_segment_wrap {
    width: auto;
    padding: 0 15px;
    margin: 0 auto;
  }
  .flex_wrap_inner_w70 {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .flex_wrap_inner_w30 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .txt_2 {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .txt_4 {
  font-size: 17px;
  margin-bottom: 10px;
  }
.btn_box_border {
	display: block;
	font-size: 17px;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	padding: 15px;
  width: 100%;
	color: #000000;
	border: solid 1px #000000;
}
.btn_box_border span:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin-left: 15px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
}
}

@media screen and (max-width: 500px) {
#photogallery .img_c_area{
    width: 100%;
}
}

.linkbnr_area img{
    width: 100%;
}
.linkbnr_area p{
   text-align: center;
}

#photogallery .ttl{
    font-weight: 400!important;
}

.link_b_area {
    margin: 150px auto 0;
}

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

    .link_b_area {
        margin: 50px auto;
    }

}
