@charset "utf-8";

/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			RESET

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
label,
textarea,
p,
blockquote,
table,
caption,
tbody,
tfoot,
thead,
th,
td,
option,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var,
optgroup,
strong,
em,
b,
i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a,
ins,
del {
    text-decoration: none;
}

a {
    display: inline-block;
    cursor: pointer;
}

img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    vertical-align: baseline;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    object-fit: cover;
}

object,
embed,
th,
td {
    vertical-align: top;
}

input,
textarea,
select {
    font-size: 1em;
    font-family: shippori-mincho, '游明朝 Regular', 'Yu Mincho Regular', 'YuMincho-Regular', "游明朝体", "Yu Mincho", YuMincho, serif;
}

picture,
figure,
audio {
    display: inline-block;
}

audio {
    max-width: 100%;
}


/***CLEAR FIX***/

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


/***NO iOS STYLE***/

input[type="submit"],
input[type="button"],
input[type="reset"] {
    -webkit-appearance: none;
    appearance: none;
    font-family: shippori-mincho, '游明朝 Regular', 'Yu Mincho Regular', 'YuMincho-Regular', "游明朝体", "Yu Mincho", YuMincho, serif;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

			COMMON

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

* {
    box-sizing: border-box;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    color: #4E5864;
    font-family: shippori-mincho, '游明朝 Regular', 'Yu Mincho Regular', 'YuMincho-Regular', "游明朝体", "Yu Mincho", YuMincho, serif;
}

html {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    padding: 0;
    font-size: 15px;
    color: #4E5864;
    position: relative;
    width: 100%;
    letter-spacing: 0.08em;
}

.all_wrapper {
    overflow: hidden;
}

.flex_contents {
    display: flex;
    flex-wrap: wrap;
}

.center {
    text-align: center;
}

.sp_none {
    display: block;
}

.pc_none {
    display: none;
}

.en_didot {
    font-family: linotype-didot, serif;
}

.en_futura {
    font-family: futura-pt-bold, sans-serif;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

header

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.js-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 15px 40px;
    background-color: #fff;
}

.js-header .header_flex_wrap {
    justify-content: space-between;
    align-items: center;
}

.js-header .header_flex_wrap h1 a,
.js-header .header_flex_wrap h1 a img {
    display: block;
}

.js-header .header_flex_wrap h1 a {
    max-width: 160px;
}

.js-header .header_flex_wrap h1 a img {
    height: 100%;
}

.sp_nav_menu {
    transition: all 0.5s;
    z-index: -50;
    opacity: 0;
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    height: calc(100vh - 69px);
    padding: 53px 30px 160px 30px;
    background: transparent linear-gradient(151deg, #358FC0 0%, #6EC9DE 100%) 0% 0% no-repeat padding-box;
    overflow-y: scroll;
}

.js-header .sp_btn_wrap {
    width: 30px;
    height: 14px;
    position: relative;
    display: block;
}

.js-header .sp_btn_wrap .openbtn1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
}

.js-header .menu_txt_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.js-header .menu_txt_wrap span {
    font-weight: bold;
    font-size: 13px;
    transition: all 0.5s;
}

.js-header .menu_txt_wrap span.close_txt,
.js-header .open .menu_txt_wrap span.open_txt {
    display: none;
}

.js-header .open .menu_txt_wrap span.close_txt {
    display: block;
}

.sp_fixed_menu,
.js-header .sp_nav_btn {
    display: none;
}

.js-header .sp_btn_wrap .openbtn1 span {
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #2E3136;
    transition: 0.2s;
    position: absolute;
}

.js-header .sp_btn_wrap .openbtn1 span:nth-child(1) {
    top: 0;
}

.js-header .sp_btn_wrap .openbtn1 span:nth-child(2) {
    top: 6px;
}

.js-header .sp_btn_wrap .openbtn1 span:nth-child(3) {
    bottom: 0;
}

.js-header .sp_btn_wrap.open .openbtn1 span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}

.js-header .sp_btn_wrap.open .openbtn1 span:nth-child(2) {
    opacity: 0;
}

.js-header .sp_btn_wrap.open .openbtn1 span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: 0;
    top: 8px;
}

.navopen .sp_nav_menu {
    opacity: 1;
    z-index: 50;
}

.js-header .hdr_nav_wrap {
    /* .js-header display: flex; */
    justify-content: space-between;
    align-items: center;
    height: 100%;
    column-gap: 35px;
}

.js-header .hdr_nav_list {
    column-gap: 25px;
}

.js-header .hdr_nav_item a {
    transition: all 0.5s;
    white-space: nowrap;
}

.js-header .hdr_nav_item a:hover {
    color: #358FC0;
}

.sp_menu_list {
    flex-direction: column;
    row-gap: 20px;
}

.js-header .nav_ttl,
.js-header .nav_num {
    font-size: 18px;
    font-weight: bold;
}

.js-header .nav_num {
    padding-left: 180px;
    position: relative;
    background: #fff;
}

.js-header .nav_num:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 85%;
    height: 1px;
    border-top: 1px dashed;
    left: 0;
}

.sp_menu_item {
    overflow: hidden;
}

.sp_menu_item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /*transition: 1.2s cubic-bezier(0.21, 0.39, 0.36, 0.92);*/
    /*transform: translate3d(0, 100%, 0) skewY(12deg);*/
    /*transform-origin: left;*/
    color: #fff;
    padding-bottom: 20px;
    position: relative;
}

.sp_menu_item a::after,
.sp_menu_item a::before {
    content: "";
    position: absolute;
}

.sp_menu_item a::after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    opacity: 0.3;
}

.sp_menu_item a::before {
    width: 16px;
    height: 8px;
    right: 0;
    top: 5px;
    bottom: 0;
    /* margin: auto; */
    background-image: url(../images/common/link_icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.sp_sns_list {
    margin-top: 27px;
    column-gap: 8px;
}

.sp_sns_item a {
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sp_sns_list a svg {
    display: block;
    width: 20px;
    height: 18px;
    object-fit: contain;
}

.sp_sns_list a svg path {
    fill: #fff;
}

.js-header .hdr_nav_list {
    column-gap: 20px;
}

.js-header .link_btn_list {
    column-gap: 6px;
}

.js-header .link_btn_item a {
    display: block;
    padding: 13px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    max-width: 180px;
    width: 180px;
    height: 100%;
    position: relative;
    transition: all 0.5s;
}

.js-header .link_btn_item:first-child a {
    background-color: #4BB9D5;
    border: 1px solid #4BB9D5;
}

.js-header .link_btn_item a .link_btn_inner {
    column-gap: 8px;
    align-items: center;
    justify-content: center;
}

.js-header .link_btn_item a span {
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
    transition: all 0.5s;
}

.js-header .link_btn_item:first-child a:hover {
    color: #4BB9D5;
    background-color: #fff;
}

.js-header .link_btn_item:first-child a:hover span {
    color: #4BB9D5;
}

.js-header .link_btn_item:nth-child(2) a {
    background-color: #358FC0;
    border: 1px solid #358FC0;
}

.js-header .link_btn_item:nth-child(2) a:hover {
    color: #358FC0;
    background-color: #fff;
}

.js-header .link_btn_item:nth-child(2) a:hover span {
    color: #358FC0;
}

.js-header .link_btn_item:nth-child(3) a {
    background-color: #2E3136;
    border: 1px solid #2E3136;
}

.js-header .link_btn_item:nth-child(3) a:hover {
    color: #2E3136;
    background-color: #fff;
}

.js-header .link_btn_item:nth-child(3) a:hover span {
    color: #2E3136;
}

.js-header .link_btn_item a svg {
    display: block;
    position: absolute;
    top: 0;
    left: 13px;
    bottom: 0;
    margin: auto;
}

.js-header .link_btn_item a svg path {
    transition: all 0.5s;
}

.js-header .link_btn_item:first-child a svg {
    width: 21px;
    height: 24px;
}

.js-header .link_btn_item:first-child a:hover svg path {
    fill: #4BB9D5;
}

.js-header .link_btn_item:nth-child(2) a svg {
    width: 26px;
    height: 21px;
}

.js-header .link_btn_item:nth-child(2) a:hover svg path {
    fill: #358FC0;
}

.js-header .link_btn_item:nth-child(3) a svg {
    width: 23px;
    height: 18px;
}

.js-header .link_btn_item:nth-child(3) a:hover svg path {
    fill: #2E3136;
}

.sp_fixed_menu {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}

.sp_fixed_menu_item {
    width: 33.33%;
}

.sp_fixed_menu_item a {
    padding: 10px 0;
    height: 100%;
    color: #fff;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
}

.sp_fixed_menu_item:first-child a {
    background-color: #4BB9D5;
}

.sp_fixed_menu_item:nth-child(2) a {
    background-color: #358FC0;
}

.sp_fixed_menu_item:nth-child(3) a {
    background-color: #2E3136;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

footer

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

footer .ftr_wrapper {
    max-width: 1400px;
    padding: 0 30px 44px 30px;
    width: 100%;
    margin: 0 auto;
}

footer .ftr_uppper {
    justify-content: space-between;
    padding-bottom: 32px;
    border-bottom: 1px solid #707070;
}

footer .logo_area .img {
    max-width: 250px;
    display: block;
}

footer .logo_area .txt {
    margin: 24px 0;
}

footer .logo_area .txt p {
    font-size: 14px;
}

footer .logo_area .txt p:first-child {
    margin-bottom: 18px;
    line-height: 1.5;
}

footer .ftr_sns_list {
    column-gap: 8px;
}

footer .ftr_sns_item a {
    width: 43px;
    height: 43px;
    border: 1px solid #707070;
    border-radius: 50%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

footer .ftr_sns_item a:hover {
    background-color: #707070;
}

footer .ftr_sns_item a svg {
    display: block;
    width: 20px;
    height: 18px;
}

footer .ftr_sns_item a svg path {
    fill: #707070;
    transition: all 0.5s;
}

footer .ftr_sns_item a:hover svg path {
    fill: #fff;
}

footer .ftr_nav_area {
    column-gap: 100px;
}

footer .ftr_nav_list {
    flex-direction: column;
    row-gap: 22px;
}

footer .ftr_nav_item a {
    font-size: 13px;
    transition: all 0.5s;
    white-space: nowrap;
}

footer .ftr_nav_item a:hover {
    color: #358FC0;
}

footer .ftr_under {
    padding-top: 44px;
    justify-content: space-between;
    margin-bottom: 142px;
}

footer .ftr_link_list {
    column-gap: 8px;
}

footer .ftr_link_item a {
    display: block;
}

footer .ftr_link_item a img {
    display: block;
}

footer .ftr_under_nav_list {
    column-gap: 44px;
}

footer .ftr_under_nav_item a {
    font-size: 12px;
    color: #4E5864;
    opacity: 0.6;
    transition: all 0.5s;
    white-space: nowrap;
}

footer .ftr_link_item:first-child a {
    max-width: 95px;
}

footer .ftr_link_item:nth-child(2) a {
    max-width: 86px;
}

footer .ftr_link_item:nth-child(3) a {
    max-width: 88px;
}

footer .ftr_link_item:nth-child(4) a {
    max-width: 89px;
}

footer .ftr_under_nav_item a:hover {
    color: #358FC0;
}

footer .copy_right {
    font-size: 12px;
    display: block;
    font-weight: 100;
}

.fixed_btn_wrap {
    position: fixed;
    bottom: 47px;
    right: 61px;
    z-index: 10;
}

.fixed_btn_wrap a {
    width: 105px;
    height: 105px;
    background-color: #4E5864;
    border: 3px solid #919191;
    color: #fff;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 100;
    padding-top: 10px;
}

.fixed_btn_wrap a svg {
    display: block;
    width: 13px;
    height: 22px;
    position: absolute;
    top: 11px;
}

.scroll-up {
    opacity: 0;
    /* visibility: hidden; */
    transform: translateY(30px);
    transition: all 1s;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

  home_contact_area

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

.home_contact_area {
    position: relative;
    padding: 84px 150px 129px 150px;
    margin-bottom: 155px;
}

.home_contact_area:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    background-color: #2E3136;
}

.home_contact_area .home_contact_inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-sizing: content-box;
}

.home_contact_area .title_area {
    padding-top: 20px;
    border-top: 1px solid #fff;
}

.home_contact_area .title_area h3 {
    font-size: 12px;
    padding-left: 18px;
    position: relative;
    color: #fff;
}

.home_contact_area .title_area h3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    height: 10px;
    background-image: url(../images/common/polygon_icon_wh.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.home_contact_area .home_contact_wrap {
    margin-top: 120px;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    position: relative;
}

.home_contact_area:before {
    content: "CONTACT";
    font-size: 180px;
    position: absolute;
    letter-spacing: 0.12em;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    opacity: 0.05;
    white-space: nowrap;
    font-family: linotype-didot, serif;
    font-weight: 100;
    width: auto;
    text-align: center;
    height: max-content;
    min-height: 180px;
}

.home_contact_area .circle_btn {
    width: 115px;
    height: 115px;
    background-color: #1384B9;
    border-radius: 50%;
    border: 3px solid #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s;
}

.home_contact_area .circle_btn:hover {
    background-color: #fff;
    border: 3px solid #1384B9;
}

.home_contact_area .circle_btn span {
    display: block;
    font-size: 10px;
    font-weight: 100;
    color: #fff;
    margin-top: 8px;
    transition: all 0.5s;
}

.home_contact_area .circle_btn:hover span {
    color: #1384B9;
}

.home_contact_area .circle_btn svg path {
    transition: all 0.5s;
}

.home_contact_area .circle_btn:hover svg path {
    fill: #1384B9;
}

.home_contact_area .home_contact_wrap p {
    color: #fff;
    font-size: 22px;
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

  media 1500

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media all and (max-width:1550px) {
    .js-header .hdr_nav_item a {
        font-size: 12px;
    }

    .js-header .hdr_nav_list {
        column-gap: 10px;
    }

    .js-header .link_btn_item a {
        max-width: 160px;
    }

    .js-header .header_flex_wrap h1 a {
        max-width: 150px;
    }

    .js-header .hdr_nav_wrap {
        column-gap: 25px;
    }
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

  media 1300

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media all and (max-width:1300px) {
    .js-header .header_flex_wrap h1 a {
        max-width: 90px;
    }

    .js-header .hdr_nav_list {
        column-gap: 5px;
    }

    .js-header .link_btn_item a {
        padding: 10px;
        font-size: 8px;
        width: 120px;
    }

    .js-header .link_btn_item a svg {
        left: 6px;
    }

    .js-header .link_btn_item:first-child a svg {
        width: 18px;
        height: 16px;
    }

    .js-header .link_btn_item:nth-child(2) a svg {
        width: 18px;
        height: 16px;
    }

    .js-header .link_btn_item:nth-child(3) a svg {
        width: 16px;
        height: 14px;
    }

    .js-header .hdr_nav_wrap {
        column-gap: 10px;
    }

    .js-header .hdr_nav_item a {
        font-size: 12px;
    }

    .js-header .link_btn_item a span {
        font-size: 12px;
    }

    .js-header .hdr_nav_list {
        column-gap: 10px;
    }

    .js-header .link_btn_item a {
        max-width: 120px;
    }

    .fixed_btn_wrap {
        right: 30px;
        z-index: 10;
    }
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

  media 1200

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media all and (max-width:1200px) {
    .home_contact_area {
        padding: 84px 90px 129px 90px;
    }

    .home_contact_area:before {
        font-size: 150px;
    }
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

  media 1100

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media all and (max-width:1100px) {
    .js-header .header_flex_wrap h1 a {
        max-width: 120px;
    }

    .js-header .hdr_nav_wrap {
        display: none;
    }

    .sp_fixed_menu,
    .js-header .sp_nav_btn {
        display: block;
    }

    .fixed_btn_wrap {
        bottom: 86px;
    }

    .js-header {
        padding: 18px 30px;
    }

    footer .ftr_nav_area {
        column-gap: 60px;
    }
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

  media 768

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media all and (max-width:768px) {
    .sp_none {
        display: none;
    }

    .pc_none {
        display: block;
    }

    /* 
    
    footer 768
    
    */
    footer .ftr_wrapper {
        padding: 0 30px 80px 30px;
    }

    footer .ftr_uppper {
        flex-direction: column;
        row-gap: 50px;
        padding-bottom: 0;
        border-bottom: unset;
    }

    footer .logo_area .img {
        max-width: 180px;
    }

    footer .ftr_nav_area {
        row-gap: 22px;
        flex-direction: column;
    }

    footer .ftr_nav_item a {
        padding-bottom: 22px;
        position: relative;
        display: block;
    }

    footer .ftr_nav_item a:before,
    footer .ftr_nav_item a:after {
        content: "";
        position: absolute;
    }

    footer .ftr_nav_item a::before {
        top: 0;
        right: 0;
        bottom: 22px;
        margin: auto;
        width: 16px;
        height: 8px;
        background-image: url(../images/common/link_icon_bl.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    footer .ftr_nav_item a:after {
        bottom: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #707070;
        opacity: 0.13;
    }

    footer .ftr_under {
        padding-top: 41px;
        margin-bottom: 70px;
    }

    footer .ftr_link_area {
        width: 100%;
        margin-bottom: 50px;
    }

    footer .ftr_link_item {
        width: calc(25% - 6px);
    }

    footer .ftr_link_item:first-child a,
    footer .ftr_link_item:nth-child(2) a,
    footer .ftr_link_item:nth-child(3) a,
    footer .ftr_link_item:nth-child(4) a {
        max-width: unset;
    }

    footer .ftr_under_nav_list {
        column-gap: 21px;
    }

    .fixed_btn_wrap a svg {
        width: 8px;
        height: 14px;
    }

    .fixed_btn_wrap a {
        width: 71px;
        height: 71px;
        font-size: 9px;
    }

    .fixed_btn_wrap {
        right: 15px;
        bottom: 90px;
    }

    /* 

        home_contact_area 768

        */
    .home_contact_area {
        padding: 61px 30px 46px 30px;
        margin-bottom: 51px;
    }

    .home_contact_area .home_contact_wrap {
        margin-top: 56px;
    }

    .home_contact_area .home_contact_inner {
        margin: 0 auto 51px auto;
    }

    .home_contact_area .home_contact_wrap p {
        font-size: 15px;
        line-height: 2;
    }

    .home_contact_area:before {
        font-size: 76px;
        min-height: 76px;
    }
}


/*||||||||||||||||||||||||||||||||||||||||||||||||||
----------------------------------------------------

  media 420

----------------------------------------------------
||||||||||||||||||||||||||||||||||||||||||||||||||||*/

@media all and (max-width:420px) {
    .home_contact_area:before {
        font-size: 55px;
        min-height: 55px;
    }

    footer .ftr_under_nav_list {
        column-gap: 10px;
    }

    footer .ftr_under_nav_item a {
        font-size: 10px;
    }
}