@charset "UTF-8";

/*====================================
	Reset
====================================*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.nav-wrap ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    text-decoration: none
}

ins,
mark {
    background-color: #ff9;
    color: #000
}

mark {
    font-style: italic;
    font-weight: 700
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

div,
a,
li,
span,
textarea,
input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea,
button {
    outline: none;
    vertical-align: middle;
}

input[type="text"],
input[type="password"],
textarea {
    border: 1px solid #ccc;
}

/*====================================
	font
====================================*/
html {
    font-size: 62.5%;
}

body,
textarea,
input,
select,
label {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
}
body {
}

h1 {
    font-family: montserrat, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #00164F;
    font-size: 84px;
    letter-spacing: 0.1em;
    line-height: 1;
}

h2 {
    font-family: montserrat, sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 80px;
    letter-spacing: 0.1em;
    line-height: 1.4;
}
.sub_ttl {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.2em;
}

p {
    line-height: 2;
}

/*====================================
	base
====================================*/
a {
    color: #000;
    text-decoration: none;
    transition: all .2s;
}


img {
    vertical-align: middle;
    object-fit: cover;
}

.sp {
    display: none;
}

.wrap {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.red {
    color: #CB0C00;
}

.btn {
    width: 200px;
    text-align: center;
}
    .btn a {
        display: block;
        background-color: #00164F;
        border-radius: 50px;
        padding: 22px 0;
        color: #fff;
        height: 100%;
        font-size: 18px;
        letter-spacing: 0.1em;
    }
    .menu_area .contact_btn a.pc {
        display: block;
    }
    .menu_area .contact_btn a.sp {
        display: none;
    }
    .btn.contact a {
        background-color: #CB0C00;
    }
        .btn a img {
            display: inline-block;
            margin-left: 20px;
        }


/*====================================
	animation
====================================*/
.c-arrow-link {
    position: relative;
    padding-right: 40px;
  }
  .c-arrow-link--icon {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 21%;
    right: 10px;
    width: 22px;
    margin: auto 0;
    line-height: 1;
    transform: rotate(-45deg);

  }
  .c-arrow-link--icon:before,
  .c-arrow-link--icon:after {
    content: "→";
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    animation-fill-mode: both;
    animation-duration: 0.6s;
  }
  .c-arrow-link--icon:after {
    transform: translateX(-100%);
  }
  .c-arrow-link.is-hover .c-arrow-link--icon:before {
    animation-name: transformLeftRight;
    animation-delay: 0.2s;
  }
  .c-arrow-link.is-hover .c-arrow-link--icon:after {
    animation-name: transformRightLeft;
  }
  .c-arrow-link.is-hover:hover .c-arrow-link--icon:before {
    animation-name: transformRightLeft;
    animation-delay: 0s;
  }
  .c-arrow-link.is-hover:hover .c-arrow-link--icon:after {
    animation-name: transformLeftRight;
    animation-delay: 0.2s;
  }
  
  @keyframes transformLeftRight {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes transformRightLeft {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(100%);
    }
  }

  
@keyframes mvfv {
    0% {
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.fadein {
    display: inline-block;
    transform: translateX(30px);
    opacity: 0;
    animation: mvfv 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#fv span.hidden  {
    display: none;
}
#fv span.visible {
    display: inline-block;
    animation: mvfv 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }

        .title {
            display: flex;
            overflow: hidden;
            flex-wrap: wrap;
          }
          
          .title span {
            display: block;
            transform: translate(0, 105%);
            transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
          }
          
          .title.-visible span {
            transform: translate(0, 0);
          }
          .title.-visible span {
            transform: translate(0, 0);
          }
          
          .title span:nth-child(2) {
            transition-delay: 0.06s;
          }
          .title span:nth-child(3) {
            transition-delay: 0.12s;
          }
          .title span:nth-child(4) {
            transition-delay: 0.18s;
          }
          .title span:nth-child(5) {
            transition-delay: 0.24s;
          }
          .title span:nth-child(6) {
            transition-delay: 0.30s;
          }
          .title span:nth-child(7) {
            transition-delay: 0.36s;
          }
          .title span:nth-child(8) {
            transition-delay: 0.42s;
          }
          .title span:nth-child(9) {
            transition-delay: 0.48s;
          }
          .title span:nth-child(10) {
            transition-delay: 0.54s;
          }
          .title span:nth-child(11) {
            transition-delay: 0.6s;
          }
          .title span:nth-child(12) {
            transition-delay: 0.66s;
          }
          .title span:nth-child(13) {
            transition-delay: 0.72s;
          }
          .title span:nth-child(14) {
            transition-delay: 0.78s;
          }


/*====================================
	header
====================================*/
header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    z-index: 9999;
    box-sizing: border-box;
    background-color: #ffffffdb;
}

    header .logo_area h1 {
        z-index: 1000;
    }

    header .logo_area h1 a.pc {
        display: block;
    }
    header .logo_area h1 a.sp {
        display: none;
    }

        header .logo_area h1 img {
            display: block;
        }

.nav-wrap {
    position: fixed;
    bottom: -100%;
    height: 100vh;
    background-color: #FCA510;
    transition: bottom 0.5s ease, opacity 0.5s ease; /* opacityも追加 */
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    opacity: 0; /* 初期状態で透明 */
    visibility: hidden; /* 初期状態で非表示 */
}

.nav-wrap.open {
    bottom: 0;
    opacity: 1; /* 表示時は透明度を1に */
    visibility: visible; /* 表示時に要素を表示 */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
   .nav-wrap .img_area {
        width: 100%;
        margin-bottom: 130px;
    }
    .nav-wrap .img_area img {
        display: block;
        margin: 0 auto;
    }
    .nav-wrap .img_area img+img {
        margin-top: 50px;
    }
.nav-wrap ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 2%;
}
        .nav-wrap li {
            width: 100%;
        }

            .nav-wrap li a {
                color: #000;
                width: 100%;
                display: inline;
                font-size: 30px;
                font-weight: 900;
                letter-spacing: 0.2em;
                color: #00164F;
                padding-bottom: 30px;
                position: relative;
            }

    .nav-wrap li a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 5px;
        background: #DC8E09;
        bottom: -10px;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform 0.5s;
      }
      .nav-wrap li a:hover::after {
        transform: scale(1, 1);
        transform-origin: left top;
      }

.menu_area .contact_btn {
    margin-right: 100px;
    display: flex;
    justify-content: space-between;
}

    .menu_area .contact_btn .btn:not(:last-child) {
        margin-right: 15px
    }

/*メニューボタンのエフェクト*/
.nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
}

.nav-button {
    z-index: 1000;
    position: absolute;
    top: 30px;
    right: 20px;
}
.nav-button.active {
    top: 30px;
}

.nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.8rem;
    background-color: #F15A24;
}

.nav-button .close {
    display: none;
}
.nav-button.active .open {
    display: none;
}
.nav-button.active .close {
    display: block;
}
.nav-button.active span {
    background-color: #fff;
}

.nav-button span:nth-of-type(1) {
    top: 0;
}

.nav-button span:nth-of-type(2) {
    top: 21px;
}

.nav-button span:nth-of-type(3) {
    top: 42px;
}

.nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(0.8rem) rotate(-45deg);
    transform: translateY(0.8rem) rotate(-45deg);
}

.nav-button.active span:nth-of-type(2) {
    opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-3.2rem) rotate(45deg);
    transform: translateY(-3.2rem) rotate(45deg);
    width: 100%;
}


/*====================================
	footer
====================================*/
footer {
    width: 100%;
    padding: 65px 0 65px;
}

footer .nav_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
footer .nav_area .logo  {
    display: block;
    width: 141px;
    margin-right: 96px;
}
    footer .nav_area a img {
        width: 100%;
    }

    footer .nav_area ul {
        display: flex;
        justify-content: flex-start;
    }
        footer .nav_area ul li {
            list-style: none;
            margin-right: 62px;
            font-size: 18px;
            letter-spacing: 0.05em;
            font-weight: 600;
        }

    footer .copy {
    }
    
        footer .copy span {
            display: block;
            margin-left: 237px;
            font-size: 11px;
            letter-spacing: 0.05em;
        }







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

/*====================================
	font
====================================*/
h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}
.sub_ttl {
    font-size: 24px;
}


/*====================================
	base
====================================*/

    .sp {
        display: none;
    }

    .wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
 .nav-wrap li a {
    font-size: 24px;
}

}


@media only screen and (max-width: 1000px) {
.nav-wrap ul {
    gap: 0%;
}
    .nav-wrap li a {
    font-size: 20px;
}
}


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

/*====================================
	font
====================================*/
    body,
    textarea,
    input,
    select,
    label {
        color: #000;
        font-size: 14px;
    }

    h1 {
        font-size: 41px;
    }


/*====================================
	base
====================================*/
    body {
        min-width: initial;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    html.is-fixed body {
        height: 100%;
        overflow: hidden;
    }

    .wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .btn {
        width: 135px;
    }
    .btn.contact {
        width: auto;
    }
        .btn a {
            border-radius: 30px;
        }
            .btn a img {
                margin-left: 7px;
            }

/*====================================
	animation
====================================*/
  .c-arrow-link--icon {
    top: 25%;
    right: -5px;
    width: 20px;
    font-size: 16px;

  }
  .c-arrow-link--icon:before,
  .c-arrow-link--icon:after {
    font-size: 20px;
  }



/*====================================
	header
====================================*/
header {
    padding: 0 20px 20px;
}
    header .logo_area h1 a.pc {
        display: none;
    }
    header .logo_area h1 a.sp {
        /* display: block; */
        padding-top: 20px;
    }
    header .logo_area h1 a.sp.loading {
        display: none;
    }
    .menu_area .contact_btn {
        margin-right: 0;
    }
    .menu_area .contact_btn .btn:not(:last-child) {
        margin-right: 10px
    }
    .menu_area .contact_btn .btn a {
            border-radius: 0 0 30px 30px;
            padding: 22px;
        }
        .menu_area .contact_btn a.pc {
            display: none;
        }
        .menu_area .contact_btn a.sp {
            display: block;
        }
        .menu_area .contact_btn a.sp img {
            margin-left: 0;
        }


    /*メニューボタンのエフェクト*/
    .nav-button {
        top: 90px;
        left: 20px;
        width: 53px;
    }
    .nav-button.active {
        top: 90px;
        left: 20px;
    }

    .nav-button span {
        height: 0.6rem;
    }

    .nav-button span:nth-of-type(2) {
        top: 17px;
    }

    .nav-button span:nth-of-type(3) {
        top: 34px;
    }

    .nav-button.active span:nth-of-type(3) {
        -webkit-transform: translateY(-2.5rem) rotate(45deg);
        transform: translateY(-2.5rem) rotate(45deg);
    }

    .nav-wrap ul {
        flex-direction: column;
        gap: 25px;
    }

            .nav-wrap li a {
                font-size: 24px;
                padding-bottom: 15px;
            }

    .nav-wrap li a:hover {
        border-bottom: 5px solid #DC8E09;
    }


/*====================================
	footer
====================================*/
footer {
    padding: 20px 0 35px;
}

footer .nav_area {
    justify-content: center;
}
footer .nav_area .logo  {
    margin-right: 0;
}

    footer .nav_area ul {
        display: none;
    }

    footer .copy {
        text-align: center;
    }
    footer .copy span {
            margin-left: 0;
            margin-top: 10px;
            font-size: 9px;
        }


}


