main {
    padding-top: 70px;
    position: relative;
}

.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: 50px auto 0;
    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: 360px;
    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%;
}

.profile_text{
    width: 57.9%;
    background-color: #E5E5E5;
    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;
    }
}









.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;
}
.noat {
	font-family: Verdana, Helvetica, Arial, " ���C���I", Meiryo, " �q���M�m�p�SPro W3", "Hiragino Kaku Gothic Pro", Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}

#main {
	width: auto;
	padding: 0 0 30px;
}
#pnkz {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
} 
.btn-sns-01 {
	width: 1060px;
	margin-left: auto;
	margin-right: auto;
}
.hero_wrap {
  position: relative;
	width: 1060px;
	margin: 0 auto 45px;
}
/* .contents {
  -webkit-text-size-adjust: 100%;
} */
.hero_wrap_title {
  width: 47%;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  font-size: 40px;
  /* text-shadow: 0px 10px 0px rgba(0, 0, 0, 0.9); */
  position: absolute;
  top: 50%;
  padding: 25px 40px;
  line-height: 1.3;
}
.bg_black {
  width: auto;
  background-color: #000;
  margin-bottom: 30px;
  padding: 70px 20px 20px;
}
@media screen and (max-width:640px) {
  .bg_black {
    padding: 50px 5px 10px;
    margin: 0 -10px 30px;
  }
}

.bg_black h1,
.bg_black h2,
.bg_black h3,
.bg_black p,
.bg_black dl{
  color: #fff;
}

.title_top {
  display: block;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.title_midle {
  display: block;
  font-size: 35px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.title_bottom {
  display: block;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.title_bar_1 {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  padding: 4px 20px 4px 15px;
  margin: 30px 20px 30px auto;
  border-bottom: 2px solid #000;
  border-left: 14px solid #000;
}
.title_bar_2 {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding: 4px 20px 4px 13px;
  margin: 0 20px 20px auto;
  border-bottom: 2px solid #000;
  border-left: 14px solid #000;
}
.title_1 {
  font-size: 28px;
  line-height: 1.35;
  margin: 20px 0 30px;
}
.title_2 {
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: bold;
}
.title_3 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.txt_tab {
  font-size: 17px;
  line-height: 1.4;
}
.txt_tab img {
  margin-bottom: 5px;
}
.txt_lead {
  font-size: 17px;
  line-height: 1.7;
}
.txt_1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
.txt_2 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 10px;
}
.txt_3 {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 30px;
}
.txt_4 {
  font-size: 35px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.txt_5 {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 15px;
}
/* .txt_2::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #CE0000;
  border-right: 1px solid#CE0000;
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 4px 8px 0 1px;
} */
.link_txt a {
  display: inline-block;
  font-size: 17px;
  margin-top: 10px;
  text-decoration: underline;
}
.link_txt a:hover {
  text-decoration: none;
}
.link_txt a:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 4px 15px 0px 12px;
}
.link_txt_2 {
  margin-bottom: 50px;
}
.link_txt_2 a {
  display: inline-block;
  font-size: 17px;
  margin-top: 3px;
  text-decoration: underline;
}
.link_txt_2 a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.block_segment_wrap_black .link_txt a::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 4px 15px 0px 12px;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.txt_underline {
  text-decoration: underline;
}
.txt_cap {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 30px;
}
/* pict */
.txt_cap_1 {
  font-size: 14px;
  margin-bottom: 15px;
}
.title_underline {
  font-size: 25px;
  line-height: 1.25;
  border-bottom: solid 1px #000000;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.img_flex {
  width: 100%;
  align-self: flex-start;
}
.txt_middle {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 10px;
}
.txt_larger {
  font-size: 115%;
  display: inline-block;
  margin-bottom: 5px;
}
.add_border {
  border-bottom: solid 1px #000000;
  padding: 0 2px;
}
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.flex_wrap_inner_w40 {
	width: 40%;
	margin: 0 3% 15px 0;
}
.flex_wrap_inner_w60 {
	width: 57%;
}
.flex_wrap_inner_w30 {
	width: 32%;
	margin: 0 3% 15px 0;
}
.flex_wrap_inner_w70 {
	width: 65%;
}
.dl_1 {
  display: flex;
  flex-wrap: wrap;
}
.dl_1 dt {
  width: 28px;
  height: 26px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 1px 0;
  margin: 1px 12px 0 0;
  text-align: center;
}
.dl_1 dd {
	width: 92%;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 20px;
}
.col2, .col2_sp {
  width: 48%;
  margin: 0 4% 20px 0;
}
.col2:nth-child(even), .col2_sp:nth-child(even) {
  margin-right: 0;
}
.flex_wrap_small {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
  margin: 20px auto 40px;
}
.col3 {
  width: calc(100%/3);
  text-align: center;
}
.btn_wrap li {
  width: 48.5%;
  margin: 0 0 15px auto;
}
.btn_box a {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 1.4;
  color: #FFF;
  text-decoration: none;
  background-color: #000000;
  padding: 14px 20px 14px 25px;
  margin: 10px auto 10px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.btn_box_2 a {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 1.25;
  color: #FFF;
  text-decoration: none;
  background-color: #000000;
  padding: 14px 20px 14px 25px;
  margin-top: 40px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.btn_box a:after,
.btn_box_2 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}
.btn_box_border a {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #000;
  text-align: center;
  margin: 20px auto 20px;
}
.btn_box_border_2 a {
  display: block;
  width: 100%;
  font-size: 17px;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #000;
  text-align: center;
}
.btn_box_border_3 a {
  display: block;
  width: 300px;
  font-size: 17px;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #000;
  text-align: center;
  margin: 20px 0 auto auto;
}
.btn_box_white a {
  display: block;
  width: 60%;
  font-size: 17px;
  line-height: 1.25;
  color: #000!important;
  text-decoration: none;
  background-color: #fff;
  padding: 12px 20px 12px 25px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.btn_box_gray a {
  display: block;
  width: 40%;
  font-size: 17px;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
  background-color: #f3f3f3;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #000;
  text-align: center;
}
.btn_box_border a:after,
.btn_box_border_2 a:after, 
.btn_box_border_3 a:after, 
.btn_box_white a:after,
.btn_box_gray a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
}
.btn_box a:hover, 
.btn_box_2 a:hover, 
.btn_img a:hover,
.btn_box_white a:hover {
  text-decoration: none;
  opacity: .7;
}
.btn_box_border a:hover,
.btn_box_border_2 a:hover,
.btn_box_border_3 a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
  transition: 0.3s;
}
.btn_box_gray a:hover {
  text-decoration: none;
  background-color: #ccc;
  transition: 0.3s;
}
.block_segment_wrap {
	width: 970px;
	margin: 0 auto;
}
.block_segment_wrap_box {
	max-width: 1520px;
  margin: auto;
  padding: 40px 30px 0;
  border: 1px solid #000;
}
.block_segment_wrap_box > .flex_wrap {
  margin: 0 30px 40px;
}
.block_segment_wrap_box > .flex_wrap img {
  border: 1px solid #ccc;
}
.block_segment_wrap_gray {
	width: auto;
	background: #f2f2f2;
	padding: 40px 0 30px;
	margin: 0 auto 70px;
}
.block_segment_wrap_black {
	width: auto;
	background: #000;
	padding: 50px 0 40px;
	margin: 40px auto 50px;
}
.block_segment_wrap_black p,
.block_segment_wrap_black a {
  color: #fff;
}
.block_section {
  width: 970px;
  margin: 0 auto;
}
.section_0 {
  margin-bottom: 65px;
}
.section_1 {
  margin-bottom: 60px;
}
.section_2 {
  margin-bottom: 70px;
}
.section_3 {
  margin-bottom: 30px;
}
.section_4 {
  margin-bottom: 50px;
}
.section_5 {
  margin-bottom: 35px;
}
.section_btn_0 {
  margin: 20px auto 0;
}
.section_btn_1 {
  margin-bottom: 0;
}
.section_btn_2 {
  margin-bottom: 35px;
}
.section_btn_3 {
  margin-bottom: 75px;
}
.sp {
  display: none;
}
.mt180 {
  margin-top: 180px;
}
@media screen and (max-width:640px) {
  .mt180 {
    margin-top: 20px;
  }  
}

/* media screen=================================================================*/
@media screen and (max-width:640px) {
.btn-sns-01 {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.hero_wrap {
	width: auto;
	margin-bottom: 30px;
}
.hero_wrap_title {
  position: absolute;
  width: 66%;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  top: 50%;
  padding: 11px 17px 9px;
  margin: 0;
}
.hero_wrap img {
  width: 100%;
}
.title_top {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.title_midle {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.title_bottom {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
.title_bar_1 {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  padding: 4px 12px 4px 10px;
  margin: 40px 20px 20px auto;
  border-bottom: 2px solid #000;
  border-left: 12px solid #000;
  line-height: 1.4;
}
.title_bar_2 {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding: 4px 12px 4px 10px;
  margin: 0 20px 12px auto;
  border-bottom: 2px solid #000;
  border-left: 12px solid #000;
}
.title_1 {
  font-size: 22px;
  line-height: 1.4;
  margin: 10px 0;
}
.title_2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.title_3 {
  font-size: 20px;
  line-height: 1.4;
  margin: 10px 0 5px;
}
.txt_tab {
  font-size: 14px;
}
.txt_tab img{
  border: 1px solid #707070;
  margin-bottom: 5px;
}
.txt_lead {
  font-size: 17px;
  line-height: 1.7;
}
.txt_1 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.txt_2 {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 20px;
}
.txt_3 {
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 30px;
}
.txt_4 {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.txt_5 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.txt_underline {
  text-decoration: underline;
}
.txt_lead + .txt_strong {
  margin-top: 15px;
}
.txt_cap {
  display: inline-block;
  font-size: 15px;
  margin-top: 5px;
}
.txt_cap_1 {
  font-size: 13px;
  margin-bottom: 10px;
}
.title_underline {
  font-size: 18px;
  line-height: 1.25;
  border-bottom: solid 1px #000000;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
.img_flex {
  width: 100%;
  align-self: flex-start;  
}
.add_border {
  border-bottom: solid 1px #000000;
  padding: 0 2px;
}
.block_flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.flex_wrap {
	display: flex;
	flex-wrap: wrap;
}
.flex_wrap_inner_w40 {
	width: auto;
	margin: 0 0 25px 0;
}
.flex_wrap_inner_w60 {
	width: 100%;
	margin: 0;
}
.flex_wrap_inner_w30 {
	width: 100%;
	margin: 0 0 15px 0;
}
.flex_wrap_inner_w70 {
	width: 100%;
}
.dl_1 {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
  margin: 0;
}
.dl_1 dt {
  width: auto;
  height: 26px;
  background: #fff;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}
.dl_1 dt span.number {
  display: inline-block;
  width: 28px;
  height: 26px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 1px 0;
  margin: 1px 10px 0 0;
  text-align: center;
}

.dl_1 dd {
	width: 100%;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 25px;
}
.col2 {
  width: 100%;
  margin: 0;
}
.col2_sp {
  /* width: 48%; */
  margin-right: 0;
}
.col2_sp:nth-child(odd) {
  width: 50%;
  border-right: 1px solid #000;
  padding-right: 2%;
}
.col2_sp:nth-child(even) {
  width: 47%;
  margin-left: 3%;
}
.col2_sp img {
  width: 45%;
  margin: auto;
}
.col2_sp img.icon {
  width: 90%;
  padding: 20%;
}
.col2:nth-child(even) {
  margin-right: 0;
}
.col2_sp:nth-child(even) {
  margin-right: 0;
  border: none;
}
.col2 .img_flex {
  margin-bottom: 10px;
}
.flex_wrap_small {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  margin: 20px auto 40px 0;
}
.col3 {
  width: calc(90%/3);
  text-align: center;
  margin-right: 5%;
}
.col3:nth-child(3n) {
  margin-right: 0;
}
.btn_wrap li {
  width: auto;
  margin: 0 0 15px auto;
}
.btn_box a {
  display: block;
  width: auto;
  font-size: 16px;
  line-height: 1.35;
  color: #FFF;
  background-color: #000000;
  padding: 12px 20px 12px 25px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin: auto auto 30px;
}
.btn_box_2 a {
  display: block;
  width: auto;
  font-size: 16px;
  line-height: 1.35;
  color: #FFF;
  text-decoration: none;
  background-color: #000000;
  padding: 14px 20px 14px 25px;
  margin: 40px auto 10px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.btn_box_border a {
  display: block;
  width: auto;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 16px 15px 14px 10px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #000;
  text-align: center;
  margin: 20px auto 40px;
}
.btn_box_border_2 a {
  display: block;
  width: auto;
  font-size: 16px;
  line-height: 1.35;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 16px 15px 12px;
  margin-bottom: 20px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #000;
  text-align: center;
}
.btn_box_border_3 a {
  display: block;
  width: auto;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 14px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #000;
  text-align: center;
  margin: 20px 0 30px auto;
}
.btn_box_border a:after,
.btn_box_border_2 a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  /* top: 50%; */
  right: 8px;
}

@media screen and (max-width:340px) {
  .btn_box_border a {
    font-size: 14px;
  }
  .btn_box_border_2 a {
    font-size: 14px;
    padding: 16px 20px 12px;
  }
  .btn_box_border a:after,
  .btn_box_border_2 a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    right: 7px;
  }  
}
.btn_box_gray a {
  width: auto;
  display: block;
  font-size: 18px;
  line-height: 1.25;
  color: #000;
  background-color: #f3f3f3;
  padding: 16px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  border: 1px solid #000;
  margin: auto;
}
.btn_box_white a {
  width: auto;
  display: block;
  font-size: 18px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  padding: 16px 20px 14px 25px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  margin: auto;
}
.btn_box a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
  /* top: 50%; */
  right: 10px;
}
.btn_box a:hover, .btn_img a:hover {
  text-decoration: none;
  opacity: 1;
}
.txt_small {
  font-size: 12px;
  line-height: 1.5;
}
.block_segment_wrap {
	width: auto;
	padding: 0 15px;
	margin: 0 auto;
}
.block_segment_wrap_box {
	width: auto;
  margin: auto 15px;
  padding: 30px 15px;
  border: 1px solid #000;
}
.block_segment_wrap_box > .flex_wrap {
  margin: 0 0 10px;
}
.block_segment_wrap_box > .flex_wrap img {
  margin-bottom: 30px;
}
.flex_wrap img {
  margin-bottom: 10px;
}
.block_segment_wrap_black {
	width: auto;
	background: #000;
	padding: 50px 0 40px;
	margin-bottom: 70px;
}
.block_segment_wrap_gray {
	width: auto;
	background: #f2f2f2;
	padding: 40px 5px 20px;
	margin: 10px auto 40px;
}
.block_section {
  width: auto;
  margin: 0 auto;
}
.section_0 {
  margin-bottom: 45px;
}
.section_1 {
  margin-bottom: 35px;
}
.section_2 {
  margin-bottom: 80px;
}
.section_3 {
  margin-bottom: 10px;
}
.section_4 {
  margin-bottom: 20px;
}
.section_5 {
  margin-bottom: 25px;
}
.section_btn_0 {
  margin: 20px auto 20px;
}
.section_btn_1 {
  margin-bottom: 45px;
}
.section_btn_2 {
  margin: -15px 0 30px;
}
.section_btn_3 {
  margin: -15px 0 25px;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
}

@media screen and (max-width:340px) {
  .hero_wrap_title {
    position: absolute;
    width: 78%;
    color: #000;
    background: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    top: 50%;
    padding: 11px 17px 9px;
    margin: 0;
  }
  .txt_tab {
    font-size: 12px;
  }
  .txt_cap_1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .btn_box a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    color: #FFF;
    text-decoration: none;
    background-color: #000000;
    padding: 10px 20px 11px 25px;
    margin: 10px auto 10px;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  }

/* youtube */
.embed {
  width: 560px;
  margin: 10px auto 50px;
}

@media screen and (max-width:640px) {
  .embed {
    position: relative;
    width: 100%;
    min-height: 200px;
    margin: 20px auto 50px;
  }
  .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }  
}

/* tab2 */
table.maxset {
  width: 90%;
  margin-top: -20px;
  font-size: 15px;
}
.maxset tr,td {
  padding: 5px 10px;
  border: 1px solid #000;
  border-collapse: collapse;
  vertical-align: middle;
}
.maxset td.name {
  width: 30%;
}
.maxset .noborder {
  border: none;
  vertical-align: bottom;
}
.maxset td.set {
  text-align: right;
  width: 15%;
}

/* tab3 */
table.bizhour {
  width: 100%;
  font-size: 15px;
}
.title_tenpo {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin: 25px 0 5px;
}
.bizhour .name {
  width: 22%;
}
.bizhour .time {
  width: 18%;
}
.bizhour .service_1 {
  width: 25%;
}
.bizhour .service_2 {
  width: 30%;
}
.bizhour td, th {
  padding: 5px 10px 5px 15px;
}
.bizhour tr, th, td {
  border-collapse: collapse;
  border:1px solid #000;
} 

@media screen and (max-width:640px) {
  table.maxset {
    width: auto;
    font-size: 15px;
  }

  table.bizhour {
    width: auto;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }
  .bizhour td, th {
    padding: 8px 5px;
  }
  
}





.btn_box a {
    display: inline-block;

    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    background: #000;
    padding: 14px 22px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
}
.btn_box_2 a {
    display: inline-block;
    width: 95%;
    font-size: 17px;
    line-height: 1.4;
    color: #fff;
    background: #000;
    padding: 14px 22px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    margin-top: 20px;
}
.kv_sec img{
    width: 100%;
}
@media screen and (max-width: 640px) {

    .btn_box a {
        display: block;
    }

}