@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color: #231815;
	text-decoration: none;
    transition: 0.5s all ease;
}

a:hover{
	opacity: .7;
}

.sp{
	display: none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.8rem;
    font-weight: normal;
	font-family: "Noto Sans JP", sans-serif;
	color: #231815;
    line-height: 2.11;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
}

#wrapper{
    overflow-x: hidden;
}

.en{
    font-family: "Gothic A1", sans-serif;
}

.animated{
    opacity: 0;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

img { max-width: 100%; }

@media (min-width: 769px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
}

/* =====================================
	header
===================================== */

header{
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 10;
    background: #fff;
}

header .logo{
    position: absolute;
    top: 50%;
    left: min(3.067vw, 46px);
    transform: translateY(-50%);
    width: min(17.133vw, 257px);
}

header nav{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    height: 100%;
}

header nav ul{
    display: flex;
}

header nav ul li a{
    font-size: min(1.067vw, 1.6rem);
    font-weight: bold;
    color: #231815;
    line-height: 1;
    margin-right: min(2.67vw, 40px);
    letter-spacing: 0.18em;
    padding: 36px 0 0 0.18em;
    height: 100%;
    display: block;
    position: relative;
}

header nav ul li:last-child a{
    margin-right: 0;
}

header nav .entry{
    width: min(12vw, 180px);
    height: 100%;
    background: #d41e18;
    font-size: min(1.8vw, 2.7rem);
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-left: min(2vw, 30px);
    padding-top: 27px;
    letter-spacing: 0.24em;
    text-indent: 0.48em;
    line-height: 1;
}


/* =====================================
	main
===================================== */

.btnType01{
    background: #d41e18 url("../img/common/icon02.svg") no-repeat center right 12px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding: 19px 80px 0 25px;
    height: 60px;
    border-radius: 30px;
    display: table;
    letter-spacing: 0.3em;
}


/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    margin-top: 216px;
    padding: 47px 0 0;
    background: #30333d;
}

footer .wrap{
    width: 100%;
    max-width: 1380px;
    padding: 0 40px 144px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

footer .wrap a img{
    width: 356px;
    margin-top: -53px;
}

footer .wrap nav{
    width: 63.75%;
    max-width: 765px;
    padding-top: 27px;
}

footer .wrap nav ul{
    display: flex;
    justify-content: flex-end;
    padding: 0 0 44px;
    border-bottom: 1px solid #97999e;
    line-height: 1;
    gap: 5.2356%
}

footer .wrap nav ul li a{
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.18em;
}

footer .wrap nav .corporate{
    display: table;
    margin: 26px 0 0 auto;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.27em;
    padding: 2px 36px;
    background: url("../img/common/icon01.svg") no-repeat center right;
    background-size: 19px auto;
}

footer > small{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    width: 100%;
    letter-spacing: 0.18em;
    padding: 18px 40px;
    display: block;
    position: relative;
}

footer > small::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d41e18;
}


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

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	color: #020732;
}

body{
	font-size: 3.3854vw;
    width: 100%;
    overflow-x: hidden;
    min-width: inherit;
}

/* =====================================
	header
===================================== */

header{
    height: 15.625vw;
    background: #fff;
}

header .logo{
    left: 4.4270833vw;
    width: 51.8229167vw;
}

header nav{
    top: 15.625vw;
    right: 0;
    transform: translateY(0);
    height: calc(100vh - 15.625vw);
    width: 100%;
    background: rgb(242, 245, 248, .9);
    z-index: 100;
    display: none;
}

header nav ul{
    display: block;
    padding: 20.833vw 0 0;
    margin: 0 auto;
}

header nav ul li a{
    font-size: 7.4vw;
    letter-spacing: 0.05em;
    color: #3b7e9b;
    margin: 9.895833vw auto 0;
    padding: 1vw 0 0 0;
    display: table;
}

header nav ul li:first-child a{
    margin: 0 auto;
}

header nav ul li:last-child a{
    margin: 9.895833vw auto 0;
}

header > .entry{
    width: 23.4375vw;
    height: 15.625vw;
    background: #d41e18;
    font-size: 3.515625vw;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 14.84375vw;
    letter-spacing: 0.24em;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 14.84375vw;
    height: 15.625vw;
    border: none;
    appearance: none;
    z-index: 1000;
}
.menu-trigger span {
    position: absolute;
    left: 50%;
    width: 6.51vw;
    height: 0.52vw;
    background-color: #d41e18;
    transform: translateX(-50%);
    transform-origin: center center;
}
.menu-trigger span:nth-of-type(1) {
    top: 5.59896vw;
}
.menu-trigger span:nth-of-type(2) {
    top: 7.552vw;
}
.menu-trigger span:nth-of-type(3) {
    top: 9.50520833vw;
}
.menu-trigger.active span:nth-of-type(1) {
    transform: translateX(-50%) translateY(2vw) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    transform: translateX(-50%) translateY(-2vw) rotate(45deg);
}

/* =====================================
	main
===================================== */

.btnType01{
    background: #d41e18 url("../img/common/icon02.svg") no-repeat center right 2.47395833vw;
    background-size: 6.51vw auto;
    font-size: 3.125vw;
    padding: 3.7vw 13vw 0 5.20833vw;
    height: 10.4167vw;
    border-radius: 5.20835vw;
    display: table;
}

/* =====================================
	footer
===================================== */

footer{
    margin-top: 20vw;
    padding: 0;
}

footer .wrap{
    padding: 0 5.2vw 6.51vw;
    display: block;
}

footer .wrap a img{
    width: 40.49479167vw;
    margin: 0 0 9.24479167vw 0;
}

footer .wrap nav{
    width: auto;
    max-width: inherit;
    padding-top: 0;
}

footer .wrap nav ul{
    padding: 0 0 5.33854167vw;
    flex-wrap: wrap;
    row-gap: 4.4270833vw;
    column-gap: 6.6vw;
    justify-content: flex-start;
}

footer .wrap nav ul li a{
    font-size: 2.734375vw;
}

footer .wrap nav .corporate{
    display: table;
    margin: 3.2552vw 0 0 auto;
    font-size: 2.47395833vw;
    padding: 0.52vw 4.6875vw 0 0;
    background: url("../img/common/icon01.svg") no-repeat center right;
    background-size: 3.125vw auto;
    line-height: 3.125vw;
}

footer > small{
    font-size: 1.8229167vw;
    padding: 2.21354167vw 0;
    text-align: center;
}

}