@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

html {
    font-size: 16px;
}

body {
    position: relative;
    line-height: 1.75;
    font-family: 'Noto Serif JP', serif;
    color: #495e65;
    word-break: break-all;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    font-weight: 400;
    letter-spacing: 3.5px;
}

p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.bold {
    font-weight: 700;
}

.bold_txt {
    font-weight: 500;
	font-size: 112%;
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::after,
*::before {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

main {
    display: block;
}


a {
    text-decoration: none;
    color: inherit
}

.clear {
    clear: both;
}

a[href^="tel:"] {
    cursor: default;
}

a[href^="tel:"]:hover {
    text-decoration: none;
}

br {
    font-size: 0;
}



.hv-o:hover {
    opacity: .7;
    cursor: pointer;
}

.auto_fixtop {
    display: block;
    position: relative;
    top: -80px;
    width: 100%;
    visibility: hidden;
}


.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.al_center {
    align-items: center;
}

.center {
    justify-content: center;
}

.txt_center {
    text-align: center;
}

.txt_left {
    text-align: left;
}

.txt_right {
    text-align: right;
}

.fs10 {
    font-size: 0.625rem;
}

.fs12 {
    font-size: 0.75rem;
}

.fs13 {
    font-size: 0.813rem;
}

.fs14 {
    font-size: 0.875rem;
}

.fs15 {
    font-size: 0.938rem;
}

.fs17 {
    font-size: 1.063rem;
}

.fs18 {
    font-size: 1.125rem;
}

.fs19 {
    font-size: 1.188rem;
}

.fs20 {
    font-size: 1.25rem;
}

.fs21 {
    font-size: 1.313rem;
}

.fs22 {
    font-size: 1.375rem;
}

.fs24 {
    font-size: 1.5rem;
}

.fs25 {
    font-size: 1.563rem;
}

.fs27 {
    font-size: 1.688rem;
}

.fs28 {
    font-size: 1.75rem;
}

.fs29 {
    font-size: 1.813rem;
}

.fs30 {
    font-size: 1.875rem;
}

.fs35 {
    font-size: 2.188rem;
    letter-spacing: 13px;
}

.fs50 {
    font-size: 3.125rem;
    letter-spacing: 22px;
}

.ls1 {
    letter-spacing: 1px;
}

.ls05 {
    letter-spacing: 0.5px;
}

.ls02 {
    letter-spacing: 0.2px;
}

.ls01 {
    letter-spacing: 0.1px;
}

.fw500 {
    font-weight: 500;
}
.ls15{
    letter-spacing: 1.5px !important;
}
.ls21{
    letter-spacing: 18px !important;
}
.ls23{
    letter-spacing: 1.5px !important;
}
.ls17{
    letter-spacing: 1.7px !important;
}
.cl_fff {
    color: #fff;
}

hr {
    color: #000000;
    border-color: #000000;
}


.anchor_fixtop {
    display: block;
    position: relative;
    top: -80px;
    width: 100%;
    visibility: hidden;
}

.text_center {
    text-align: center;
}

.lh1 {
    line-height: 1;
}
.lh16 {
    line-height: 1.6;
}

.lh19 {
    line-height: 1.9;
}

.lh2 {
    line-height: 2;
}

.lh3 {
    line-height: 3;
}

#pagetop {
    position: fixed;
    bottom: 60px;
    right: 30px;
    border: none;
    outline: none;
    z-index: 10;
    background-color: transparent;
}

#pagetop:hover {
    cursor: pointer;
    opacity: 0.7;
}

.transtition_btn:hover {
    transition: all 0.3s ease;
}

.text_right {
    text-align: right;
}

.text_center {
    text-align: center;
}

.max_600 {
    max-width: 600px;
}
.max_800 {
    max-width: 800px;
}
.backgroud_page {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/common/bk_bk.svg);
    background-size: cover;
    z-index: -1;
}

.backgroud_home_img {
    position: relative;
    background-image: url(../img/common/bk_top-min.jpg);
    background-size: 92.292vw 85.313vw;
    background-repeat: no-repeat;
    background-position: top right;
}

/* header */
.h1_opacity {
    position: absolute;
    opacity: 0;
    height: 0;
}

.menu {
    line-height: 1.4;
}

/* .menu li a::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: left top;
}

.menu li.active a::after,
.menu li a:hover::after {
    transform: scale(1, 1);
} */

.container_1230 {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.menu_pc {
    justify-content: center;
    padding-top: 110px;
    padding-bottom: 110px;
}

.menu_pc li:first-child {
    width: 10%;
    border-left: 1px #495e65 solid !important;
}

.menu_pc li {
    width: 15%;
    border-right: 1px #495e65 solid;
	text-align: center;
}

.menu_pc li a {
    position: relative;
/*    display: inline-block;*/
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 2px;
    font-weight: 400;
}
.menu_pc li a span{
    display: inline-block;
}


/* footer */
footer {
    background-color: #fff;
    padding-top: 68px;
    padding-bottom: 58px;
}

/* top */
.content_top {
    margin-top: 95px;
    margin-bottom: 237px;
}

.tile_h1_text {
    margin-bottom: 112px;
    letter-spacing: 11px;
}

.content_des_top {
    padding-top: 80px;
    background-image: url(../img/common/bk_bk2.svg);
    background-size: 100vw 35.208vw;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 160px;
}
.content_des_top .max_600 {
    margin-top: 30px;
}
.content_des_top.sec2{
    background-color: #fff;
    background-image: none;
}
.content_des_top.sec2 .max_600 {
    max-width: 610px;
}

.mg_bt30 {
    margin-bottom: 45px;
}

.eachTextAnime span {
    opacity: 0;
}
.eachTextAnime.appeartext span{
    animation: text_anime_on 1s ease-out forwards;
}
@keyframes text_anime_on {
	0% {
        opacity: 0;
    }
	100% {
        opacity: 1;
    }
}

.btn_link a{
    width: 90%;
    max-width: 365px;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #495e65;
    background: url(../img/common/btn_arrow.png) 95% center no-repeat;
    letter-spacing: 2px;
}

@media screen and (max-width:1280px) {
/*    .menu_pc li a {
        padding-left: 20px;
        padding-right: 20px;
    }*/
}

@media screen and (max-width:999px) {
    .tile_h1_text {
        margin-bottom: 150px;
    }

    .content_top {
        margin-bottom: 100px;
    }
}

@media screen and (max-width:900px) {
 /*   .menu_pc li a {
        padding-left: 10px;
        padding-right: 10px;
    }*/
}

@media screen and (max-width:767px) {
    html {
        font-size: 14px;
    }

    body {
        letter-spacing: 1.5px;
    }

    .menu_pc li a {
        letter-spacing: 1px;
    }

    .menu_pc {
        flex-wrap: wrap;
    }

    .menu_pc li {
        width: 33.333333%;
        text-align: center;
        margin-top: 20px;
    }
    .menu_pc li:first-child{
        width: 100%;
    }

    .menu_pc li:nth-child(2) {
        border-left: 1px #495e65 solid !important;
    }
    .menu_pc li:nth-child(5) {
        border-left: 1px #495e65 solid !important;
    }

    .menu_pc {
        justify-content: center;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .content_top {
        margin-top: 35px;
        margin-bottom: 150px;
    }

    .content_top {
        margin-top: 15px;
        margin-bottom: 80px;
    }

    .content_des_top {
        padding-top: 40px;
        padding-bottom: 80px;
    }

    .content_des_top br.pc{
        display: none;
    }
    
    footer {
        background-color: #fff;
        padding-top: 35px;
        padding-bottom: 28px;
    }

    .fs50 {
        font-size: 2rem;
        letter-spacing: 11px;
    }

    #nav-icon1 {
        width: 60px;
        height: 45px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 7px;
        width: 100%;
        background: rgba(29, 32, 136);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }

    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    #pagetop {
        right: 20px;
        bottom: 20px;
    }

    .scrolltop img {
        width: 50px;
        height: 37.05;
    }

    .tile_h1_text {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    
    .btn_link a{
        height: 60px;
        font-size: 90%;
        letter-spacing: 0;
    }

}

@media screen and (max-width:641px) {
    .menu_pc {
        justify-content: center;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    #nav-icon1 {
        width: 50px;
        height: 45px;
    }

    #nav-icon1 span {
        height: 6px;
    }

    .fs50 {
        font-size: 1.7rem;
        letter-spacing: 8px;
    }

    .tile_h1_text {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .content_des_top .fs24 {
        font-size: 1.3rem;
        line-height: 1.8;
    }

    .content_top {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    body {
        letter-spacing: 1px;
    }

    .menu_pc li {
        width: 50%;
    }
    
    .menu_pc li:nth-child(4) {
        border-left: 1px #495e65 solid !important;
    }

    .menu_pc li:nth-child(5) {
        border-left: 0px #495e65 solid !important;
    }

    .menu_pc li:nth-child(6) {
        border-left: 1px #495e65 solid !important;
    }
}


.flex-item {
  display: grid;
  /* 左側にテキスト(1fr)、右側に画像(400px)の2列を作る */
  grid-template-columns: 1fr 400px;
  column-gap: 40px;
  row-gap: 20px;
  align-items: start;
}
/* top_first_imgをPCでは左、あるいは適切な場所に配置 */
.top_first_img {
  grid-column: 2;
  grid-row: 1;
  width: 100%;
}
.max_800 {
  grid-column: 1;
  grid-row: 1 / 3; /* これで画像が2枚縦に並んでも左側をキープします */
}

/* 画像を格納するコンテナの設定 */
.img-container {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
}

.flex-item .img img {
  width: 100%;
  height: auto;
  display: block;
}

.flex-item .mr60 {
  margin-left: 60px;
}

/* --- PC表示時 --- */
@media screen and (min-width: 769px) {
/* 親要素の設定 */
  .flex-item {
    display: grid !important;
    grid-template-columns: 1fr 400px !important; /* 左1fr, 右400px固定 */
    grid-template-rows: auto auto !important; /* 行を最小限に */
    column-gap: 40px !important;
    align-items: start !important;
  }

  /* 左側のテキスト：1行目から2行目までを占有 */
  .max_800 {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important; 
    margin: 0 !important;
  }

  /* 右側：1枚目の画像 */
  .top_first_img {
    grid-column: 2 !important;
    grid-row: 1 !important;
    /* ここで「下の画像」を無理やり押し下げます */
    margin-bottom: 300px !important; 
  }

  /* 右側：2枚目の画像が入っているコンテナ */
  .img-container {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 0 !important;
  }

  /* 中にある .mr60 の余計な余白を完全にリセット */
  .flex-item .mr60 {
    margin-top: -700px !important;
    margin-bottom: 0 !important;
    margin-left: 60px !important;
    padding: 0 !important;
  }

  /* 画像自体の高さを自動にする */
  .flex-item .img img {
    height: auto !important;
  }
}

/* --- スマホ表示時 (768px以下) --- */
@media screen and (max-width: 768px) {
  .flex-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  /* スマホでは画像1→テキスト→画像2の順にする場合 */
  .top_first_img { order: 1; }
  .max_800 { order: 2; }
  .img-container { order: 3; }

  .flex-item .mr60 { 
	  margin-left: 0;
	}
	.flex-item .mr60 img {
		width: 70%;
		text-align: center;
		margin: auto;
	}
}




/* css page 02 */
.backgroud_home_re {
    position: relative;
}

.backgroud_all_page {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/common/bk_page.jpg);
    background-size: 100vw auto;
    background-repeat: no-repeat;
    z-index: -1;
}
.backgroud_black {
	background-color: #0f0f0f;
	color: #FFFFFF
}

.max_560 {
    max-width: 540px;
}

.max_560 p {
    letter-spacing: 1.9px;
}
.max_590 {
    max-width: 590px;
}

.max_590 p {
    letter-spacing: 1.9px;
}

.justify_space-between {
    justify-content: space-between;
}

.content_page_left {
    margin-top: 180px;
    margin-bottom: 280px;
}

.content_des_page-02 {
    margin-top: 110px;
    padding-bottom: 150px;
}

.bk_hana_s {
    position: relative;
    background-image: url(../img/page-02/img_n_p2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 125px 125px 105px 105px;
    padding-top: 125px;
    padding-bottom: 105px;
    margin: -34px -125px 0 -105px;
    min-height: 440px;
}

.pd_max_45 {
    padding-left: 45px;
    padding-right: 45px;
}

.bk_hana_img {
    position: absolute;
    right: 150px;
    bottom: 90px;

}

.bk_hana_img_1 {
    position: absolute;
    right: 10px;
    bottom: 20px;
}

.img_text {
    position: relative;
}

.bk_hana_img_2 {
    position: absolute;
    right: 164px;
    bottom: 50px;
}

.content_tile_left {
    margin-top: 25px;
}

.text_item {
    margin-top: 35px;
    letter-spacing: 2px;
}

.tile_45_hana {
    position: relative;
    margin-left: -45px;
    padding-left: 45px;
    background-image: url(../img/common/hana.svg);
    background-size: 30px auto;
    background-repeat: no-repeat;
    background-position: 0 13px;
    padding-bottom: 10px;
    letter-spacing: 13px;
}

.pdbt75 {
    padding-bottom: 75px;
}

.content_tile_left--mid {
    margin-top: 94px;
}

.content_des_page-02--mgt {
    margin-top: 52px;
}

.txt-line {
  width: 100%;          /* 横幅いっぱい */
  max-width: 300px;     /* 必要なら最大幅を制限 */
  border-bottom: 1px solid #bfc7c3;
  height: 1.5em;        /* 行間（高さ）の確保 */
  margin-bottom: 10px;
}


@media screen and (max-width:1350px) {
    .bk_hana_s {
        background-image: url(../img/page-02/img_n_p2.jpg);
        background-size: contain;
        background-position: center;
        padding: 125px 0 105px 0;
        padding-top: 125px;
        padding-bottom: 105px;
        margin: -37px 0 0 0;
    }
}

@media screen and (max-width:1259px) {
    .bk_hana_img {
        right: 0;
        bottom: 150px;
    }

    .bk_hana_img img {
        width: 300px;
    }

    .bk_hana_img_1 {
        width: 200px;
        right: 0;
    }

    .bk_hana_img_2 {
        right: 0;
        bottom: 110px;
    }

    .bk_hana_img_2 img {
        width: 300px;
    }
}

@media screen and (max-width:999px) {
    .content_page_left {
        margin-top: 100px;
        margin-bottom: 180px;
    }

    .bk_hana_img_1 {
        margin-top: 30px;
        position: static;
        margin-bottom: 20px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .max_560 {
        margin-top: 30px;
        max-width: none;
    }
	.max_590 {
        margin-top: 30px;
        max-width: none;
    }
}

@media screen and (max-width:900px) {
    .content_page_left .flex {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .bk_center img {
        height: 200px;
        object-fit: cover;
    }

    .bk_hana_img,
    .bk_hana_img_2 {
        position: static;
        margin-bottom: 30px;
    }

    .bk_hana_img2 {
        position: static;
        margin-bottom: 30px;
    }

    .bk_hana_s {
        margin-top: 0;
        padding-top: 20px;
        background-position: bottom;
        padding-bottom: 40px;
    }

    .pd_max_45 {
        padding-left: 30px;
        padding-right: 0px;
    }

    .tile_45_hana {
        background-position: 5px 5px;
    }

    .text_item {
        margin-top: 10px;
        margin-left: -15px;
    }

    .content_des_page-02 {
        margin-top: 30px;
        padding-bottom: 80px;
    }

    .content_page_left {
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .content_page_left {
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .content_tile_left--mid {
        margin-top: 50px;
    }

    .content_des_page-02--mgt {
        margin-top: 0;
    }
}

@media screen and (max-width:640px) {
    .fs35 {
        letter-spacing: 8px;
    }

    .content_des_page-02 {
        padding-bottom: 50px;
    }
}

/* css page 03 */
.h4_tile_for_img {
    font-size: 1.75rem;
    line-height: 1;
    margin-top: 20px;
    padding-left: 10px;
    letter-spacing: 13px;
}

.lh25 {
    line-height: 2.7;
    margin-top: -50px;
}

.text_tile_two {
    margin-top: 70px;
}

.title_block {
    display: block;
    line-height: 1;
    margin-top: 17px;
    margin-bottom: 7px;
}

.fs28.title_block {
    letter-spacing: 14px;
}
.fs28.title_block_b {
    letter-spacing: 12px;
}
.title_block_b {
    display: block;
	margin-bottom: 7px;
}


.pdbt84 {
    padding-bottom: 84px;
}

.mgbt_60 {
    margin-bottom: 80px;
}

.img_text_flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 95px;
}

.col_22 {
    width: 50%;
    padding-right: 45px;
}

.ap_45_right {
    padding-left: 45px;
    padding-right: 0 !important;
}

.ap_45_right img {
    margin-top: -80px;
}

.mgt_110 {
    margin-top: 260px !important;
}

.pdbt20 {
    padding-bottom: 20px;
}

.content_des_page-02--P3 {
    margin-top: 65px;
}

.content_tile_left-p3--mid {
    margin-top: 42px;
}

.text_cut--mgt {
    margin-top: 100px;
}

.content_tile_left--btf-mgt {
    margin-top: 54px;
}

.content_tile_left--btsc-mgt {
    margin-top: 73px;
}

.content_tile_left--btl-mgt {
    margin-top: 45px;
}

@media screen and (max-width:1200px) {
    .img_text_flex {
        padding-top: 30px;
    }

    .col_22 .text_item--f {
        margin-top: 0;
    }

    .col_22 {
        padding-right: 0;
    }

    .ap_45_right img {
        margin-top: 0;
    }
}

@media screen and (max-width:999px) {
    .mgt_110 {
        margin-top: 150px !important;
    }
}

@media screen and (max-width:767px) {
    .col_22 {
        width: 100%;
        padding: 0 !important;
    }

    .ap_45_right {
        padding-right: 30px !important;
    }

    .ap_45_right img {
        margin-top: 20px;
        width: 100%;
    }

    .mgbt_60 {
        margin-bottom: 40px;
    }

    .mgt_110 {
        margin-top: 100px !important;
    }

    .lh25 {
        line-height: 1.75;
        margin-top: 0px;
    }

    .text_cut--mgt {
        margin-top: 50px;
    }

    .content_des_2.mgt_110 {
        margin-top: 0px !important;
    }

    .img_text_flex {
        margin-bottom: 50px;
    }

    .content_tile_left--btf-mgt {
        margin-top: 30px;
    }

    .content_tile_left--btsc-mgt {
        margin-top: 30px;
    }

    .content_tile_left--btl-mgt {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .fs35--sp {
        font-size: 24px;
        letter-spacing: 2px;
    }

    .fs28.title_block {
        font-size: 19px;
        letter-spacing: 8px;
    }
    .fs28.title_block_b {
        font-size: 19px;
        letter-spacing: 8px;
    }	
	
    .content_des_page-one.pdbt84 {
        padding-bottom: 50px;
    }

    .content_des_page-02--P3 {
        margin-top: 50px;
    }

    .h4_tile_for_img {
        margin-left: -15px;
        padding-left: 0;
        line-height: 1.8;
        letter-spacing: 5px;
        font-size: 20px;
    }

    .tile_45_hana {
        font-size: 20px;
        letter-spacing: 5px;
    }
}

@media screen and (max-width:400px) {
    .fs35--sp {
        font-size: 22px;
    }
}

/* css page 04 */
.tile_one {
    margin-top: 60px;
}

.tile_one_45 {
    margin-top: 65px;
}

.max_10 .text_item {
    margin-top: 35px;
}
.content_des_page-one .max_10 .content_tile_left:first-child {
    margin-top: 50px;
}
.content_des_page-one .max_10 .content_tile_left {
    margin-top: 40px;
}
.content_des_page-one .content_des {
    margin-top: -20px;
}
.content_des_page-one .content_tile_left {
    margin-top: 50px;
}
.content_des_page-ones .content_tile_left:first-child {
    margin-top: 52px;
}
.content_des_page-ones .content_tile_left {
    margin-top: 60px;
}

.pdbt10 {
    padding-bottom: 10px;
}

@media screen and (max-width:374px) {
    .tile_45_hana {
        font-size: 1.3rem;
        background-position: 12px 7px;
        background-size: 24px;
    }

    .h4_tile_for_img {
        font-size: 16px;
    }
}

/* css page 05 */
.table_boder {
    width: 100%;
    margin-top: 15px;
}

.max_980_f {
    margin-bottom: 60px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.table_boder tr td {
    min-height: 52px;
    vertical-align: middle;
    border: 1px solid #495e65;
    letter-spacing: 0.5px;
}

.table_boder tr td .input_table {
    width: 100%;
    border: 1px solid #c6c6c6;
    padding: 4.5px;
    height: 30px;
}

.table_boder tr:last-child td:first-child {
    border-bottom: 1px solid #495e65;
}

.table_boder tr td:last-child {
    padding: 9px 18px 9px 9px;
}

.table_boder tr td:first-child {
    font-weight: 400;
    width: 270px;
    padding-left: 30px;
	/*
	width: 240px;
    padding-left: 50px;
	*/
    background-color: #495e65;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-left: 0;
}

.table_boder tr:last-child td:last-child {
    padding-top: 15px;
}

.textarea_table {
    height: 200px;
    width: 100%;
    padding: 4.5px;
    border: 1px solid #c6c6c6;
}

.max_980_f .text_item {
    max-width: 920px;
    letter-spacing: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 56px;
    margin-bottom: 50px;
}

.button__submit {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background-color: #495e65;
    color: #fff;
    width: 280px;
    box-shadow: none;
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 3px;
    font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width:767px) {
    .table_boder {
        width: calc(100% + 30px);
        margin-left: -30px;
    }

    .max_980_f .text_item {
        margin-top: 30px;
        margin-left: -30px;
    }

    .table_boder tr td {
        width: 100% !important;
        float: left;
        border: none;
    }

    .button__submit {
        margin-left: auto;
        margin-right: auto;
    }

    .table_boder tr td:first-child {
        padding-top: 13px;
        padding-left: 10px;
    }

    .table_boder tr td:last-child {
        padding: 5px 0px 5px 0px;
    }

    .table_boder tr td .input_table {
        height: 38px;
        padding: 10px;
    }

    .textarea_table {
        padding: 10px;
    }

    .max_980_f {
        margin-bottom: 40px;
    }

    .button__submit--sp {
        margin-left: -30px;
    }
}

/* css page 06 */
.content_des--page6 .content_tile_left {
    margin-top: 85px;
}
.link_border {
    display: inline-block;
    margin-top: 3px;
    line-height: 1.75;
    border-bottom: 1px solid #495e65;
    padding-right: 22px;
    background-image: url(../img/common/next_link.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: right;

}

.text_item2 {
    letter-spacing: 2px;
    margin-top: 85px;
    margin-bottom: 20px;
}

.pdbt40 {
    padding-bottom: 40px;
}

.text_tile_one {
    letter-spacing: 3.2px;
    margin-top: 110px;
    margin-bottom: 90px;
}

.content_des--page6 .content_tile_left:first-child {
    margin-top: 100px;
}


.content_des--page6 .text_item {
    margin-top: 10px;
}

@media screen and (max-width:999px) {
    .text_tile_one {
        margin-top: 100px;
        margin-bottom: 80px;
    }
}

@media screen and (max-width:767px) {
    .text_tile_one {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .content_des--page6 .content_tile_left {
        margin-top: 30px;
    }

    .content_des--page6 .text_item2 {
        margin-left: -15px;
        margin-top: 50px;
    }

    .text_item2--sp {
        margin-left: -15px;
    }
}

.list-new-page--mgt {
    margin-top: 30px;
}

.list-new-page .text_item {
    margin-top: 0px;
}

.content_tile_left--mgt {
    margin-top: 38px;
}

/* css page 07 */
.title__line {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    border-bottom: 1px solid #495E65;
    padding-bottom: 11px;
}

.text-width-img__inner {
    max-width: 1111px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.text-width-img__text {
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
}

.text-width-img__left {
    letter-spacing: 2px;
    max-width: 803px;
	/*max-width: 790px;*/
    width: calc(100% - 285px);
    padding-right: 30px;
}

.text-width-img__right {
    width: 285px;
    text-align: right;
    padding-top: 6px;
}

.text-width-img__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 44px;
}

.text-width-img__text--right {
    text-align: right;
}

.voice-text-width-img {
    margin-bottom: 137px;
}

.voice-text-width-img--last {
    margin-bottom: 50px;
}

.voice-text-width-img--first {
    margin-top: 128px;
}

@media screen and (max-width:991px) {
    .text-width-img__left {
        width: calc(100% - 240px);
        padding-right: 15px;
    }

    .text-width-img__right {
        width: 240px;
    }

    .voice-text-width-img {
        margin-bottom: 80px;
    }

    .voice-text-width-img--first {
        margin-top: 80px;
    }

    .voice-text-width-img--last {
        margin-bottom: 0px;
    }
}

@media screen and (max-width:768px) {
    .text-width-img__left {
        width: 100%;
        padding-right: 0;
    }

    .text-width-img__right {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

    .text-width-img__text {
        font-size: 15px;
    }

    .voice-text-width-img {
        margin-bottom: 50px;
    }

    .voice-text-width-img--first {
        margin-top: 50px;
    }

    .voice-text-width-img--last {
        margin-bottom: 0px;
    }

    .text-width-img__content {
        padding-top: 30px;
    }
}

/* end css page 07 */








/* css page 08 */
.request {
    letter-spacing: 2px;
}
.request dt{
    font-size: 112%;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 3px;
}


@media screen and (max-width:768px) {
    .request {
        margin-left: -15px;
        letter-spacing: 1.5px;
    }
    .request dt{
        margin-top: 15px;
        margin-bottom: 3px;
    }

    .request dd br.pc{
        display: none;
    }
}


.request_b {
    letter-spacing: 2px;
}
.request_b dt{
    font-size: 135%;
    font-weight: 500;
    margin-top: 35px;
    margin-bottom: 3px;
}

.request-line {
  border: none;            /* 標準の影を消す */
  border-top: 1px solid #bfc7c3; /* 線の太さと色 */
  margin: 70px 0;         /* 上下の余白 */
	
}

/* 親要素をフレックスボックスにして横並びにする設定 */
.request_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px; /* テキストと画像の間の余白 */
  max-width: 1100px; /* 全体の最大幅（必要に応じて調整してください） */
  margin: 0 auto;
}

/* テキスト部分の幅の調整 */
.request_wrapper .request_b {
  width: calc(100% - 430px); /* 画像サイズ＋ギャップ分を引いて調整 */
  letter-spacing: 2px;
  margin: 0;
}

.request_b dt {
  font-size: 135%;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 3px;
}

/* 画像部分の固定サイズ（400×300px） */
.request_wrapper .request_image {
  flex-shrink: 0;
  width: 400px;
  height: 300px;
	margin-top: 60px;
}

.request_wrapper .request_image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像の比率を保ちつつ枠内に合わせる */
}

/* レスポンシブ対応（スマートフォンなど画面幅が狭い場合） */
@media screen and (max-width: 768px) {
  .request_wrapper {
    flex-direction: column-reverse; /* スマホでは画像が上、テキストが下になります */
  }
  .request_wrapper .request_b {
    width: 100%;
  }
  .request_wrapper .request_image {
    width: 90%;
    height: auto;
  }
}





@media screen and (max-width:768px) {
    .request_b {
        margin-left: -15px;
        letter-spacing: 1.5px;
    }
    .request_b dt{
        margin-top: 15px;
        margin-bottom: 3px;
    }

    .request_b dd br.pc{
        display: none;
    }
	.request-line {
	  margin: 30px 0;         /* 上下の余白 */

	}	
	
}





/* end css page 08 */






