@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,700&display=swap");
@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 200;
  src: local("NotoSansCJKjp-Light.otf"), local("NotoSansJP-Light.otf"), url("../font/noto/NotoSansJP-Light.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 300;
  src: local("NotoSansCJKjp-DemiLight.otf"), local("NotoSansJP-DemiLight.otf"), url("../font/noto/NotoSansJP-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansCJKjp-Regular.otf"), local("NotoSansCJKjp-Regular.otf"), url("../font/noto/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 500;
  src: local("NotoSansCJKjp-Medium.otf"), local("NotoSansJP-Medium.otf"), url("../font/noto/NotoSansJP-Medium.woff") format("woff");
}

@font-face {
  font-family: "NotoSansCJKjp-Jxck";
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold.otf"), local("NotoSansJP-Bold.otf"), url("../font/noto/NotoSansJP-Bold.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000000;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "NotoSansCJKjp-Jxck" , "Noto Sans CJK JP" , "Noto Sans" , "Noto Sans Japanese" , "ヒラギノ角ゴ Pro W3" , "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  font-weight: 500;
  font-feature-settings: "palt";
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}

html, body {
  height: 100%;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

textarea {
  resize: none;
}

.mont {
  font-family: "Montserrat" , sans-serif;
  font-weight: 500;
}

@keyframes rotate00 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

/*  ヘッダー  */
header nav.gnav {
  display: none;
  align-items: center;
  width: 1000px;
  height: 62px;
  position: fixed;
  top: 30px;
  left: calc(50vw - 500px);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2.5px -9px 0 -2px #F4D4D4 inset;
  z-index: 100;
}

header nav.gnav a {
  margin: auto;
  font-size: 1.4rem;
  font-weight: 400;
  position: relative;
}

header nav.gnav a:first-child {
  margin-left: 20px;
  margin-right: 80px;
}

header nav.gnav a:nth-child(2) {
  margin-left: 0;
}

header nav.gnav a:last-child {
  margin-right: 20px;
}

header nav.gnav a.active:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #C8080A;
  border-radius: 7px;
  display: block;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

header nav.contact {
  display: none;
  width: 194px;
  height: 194px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

header nav.contact img {
  position: absolute;
  top: 0;
  left: 0;
}

header nav.contact img:last-child {
  animation: rotate00 10s linear infinite;
}

header.sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  header nav.gnav {
    display: none !important;
  }
  header nav.contact {
    width: 160px;
    height: 160px;
    bottom: 30px;
    right: 30px;
  }
  header.sp {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 105;
  }
  header.sp .spnav {
    height: 60px;
  }
  header.sp .spnav a {
    width: 100px;
    height: 60px;
    display: flex;
    margin-left: 20px;
  }
  header.sp .spnav a img {
    margin: auto;
    margin-left: 0;
    padding: 0;
  }
}

@media screen and (max-width: 960px) {
  header nav.contact {
    width: 130px;
    height: 130px;
    bottom: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 350px) {
  header.sp nav p {
    margin-left: 10px;
  }
  header.sp nav p span {
    font-size: 0.6rem;
    letter-spacing: 0.05em;
  }
  header.sp nav p .big {
    font-size: 1.8rem;
  }
}

/*  画像アニメーション  */
@keyframes loopimg1 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(2436px);
  }
}

@keyframes loopimg2 {
  0% {
    transform: translateX(-2436px);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes loopimg1-2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(900px);
  }
}

@keyframes loopimg2-2 {
  0% {
    transform: translateX(-900px);
  }
  to {
    transform: translateX(0);
  }
}

.loopimg_wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.loopimg_wrap ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  position: absolute;
}

.loopimg_wrap ul li {
  margin-right: 18px;
}

.loopimg_wrap ul:first-child {
  animation: loopimg1 30s linear infinite;
}

.loopimg_wrap ul:last-child {
  animation: loopimg2 30s linear infinite;
}

@media screen and (max-width: 1100px) {
  .loopimg_wrap ul li img {
    max-width: none;
  }
}

@media screen and (max-width: 960px) {
  .loopimg_wrap {
    height: 100px;
  }
  .loopimg_wrap.mgt110 {
    margin-top: 60px;
  }
  .loopimg_wrap ul li {
    margin-right: 10px;
  }
  .loopimg_wrap ul li img {
    width: 140px;
  }
  .loopimg_wrap ul:first-child {
    animation: loopimg1-2 30s linear infinite;
  }
  .loopimg_wrap ul:last-child {
    animation: loopimg2-2 30s linear infinite;
  }
}

/*  footer Contact部分  */
.foot_area {
  width: 100%;
  background-color: #CB2727;
  margin-top: 90px;
  padding-bottom: 60px;
  position: relative;
}

.foot_area .footimgwrap {
  width: 100%;
  height: 400px;
  position: absolute;
  top: -50px;
  left: 0;
  overflow: hidden;
}

.foot_area .footimgwrap .footimg01 {
  position: absolute;
  top: 20px;
  left: -50px;
}

.foot_area .footimgwrap .footimg02 {
  position: absolute;
  top: 0;
  right: -50px;
}

.foot_area .text01 {
  font-size: 6.4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-top: 90px;
}

.foot_area .text01 img {
  vertical-align: middle;
}

.foot_area .text01sp {
  display: none;
}

.foot_area .text02 {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-top: 24px;
}

.foot_area .contact_block {
  width: 1092px;
  height: auto;
  background-color: #ffffff;
  border-radius: 25px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
}

.foot_area .contact_block .contact_wrap {
  display: flex;
  padding: 50px 0;
}

.foot_area .contact_block .contact_wrap .left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  border-right: solid 1px #E3E3E3;
}

.foot_area .contact_block .contact_wrap .left p:first-child {
  width: 395px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-color: #E3E3E3;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 30px;
}

.foot_area .contact_block .contact_wrap .left p:first-child:before {
  content: "";
  width: 20px;
  height: 26px;
  display: inline-block;
  background: url(../img/icon_contact01.svg);
  vertical-align: middle;
  margin-right: 15px;
}

.foot_area .contact_block .contact_wrap .left p:nth-child(2) {
  font-family: "Montserrat" , sans-serif;
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  color: #D90E0E;
  margin: 10px auto 0;
}

.foot_area .contact_block .contact_wrap .left p:last-child {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 10px auto 0;
}

.foot_area .contact_block .contact_wrap .right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.foot_area .contact_block .contact_wrap .right p {
  width: 395px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  background-color: #E3E3E3;
  margin: 0 auto;
  padding: 15px 0;
  border-radius: 30px;
}

.foot_area .contact_block .contact_wrap .right p:before {
  content: "";
  width: 31px;
  height: 23px;
  display: inline-block;
  background: url(../img/icon_contact02.svg);
  vertical-align: middle;
  margin-right: 15px;
}

.foot_area .contact_block .contact_wrap .right a {
  width: 395px;
  height: 105px;
  background-color: #CB2727;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin: 20px auto 0;
  box-shadow: 4px 4px 0 1px #F4D4D4;
  position: relative;
}

.foot_area .contact_block .contact_wrap .right a span {
  font-size: 2.2rem;
  font-weight: 500;
  color: #ffffff;
  margin: auto;
}

.foot_area .contact_block .contact_wrap .right a:after {
  content: "";
  width: 13px;
  height: 23px;
  background: url(../img/arrow_contact.svg);
  display: inline-block;
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 1100px) {
  .foot_area .footimgwrap {
    top: 50px;
    left: 0;
  }
  .foot_area .footimgwrap .footimg01 {
    width: 200px;
    height: auto;
    top: 0;
    left: 50px;
  }
  .foot_area .footimgwrap .footimg02 {
    width: 200px;
    height: auto;
    top: 0;
    right: 50px;
  }
  .foot_area .text01 {
    display: none;
  }
  .foot_area .text01sp {
    display: block;
    padding-top: 90px;
  }
  .foot_area .text01sp img {
    width: 350px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .foot_area .contact_block {
    width: 90%;
  }
}

@media screen and (max-width: 960px) {
  .foot_area {
    width: 100%;
    background-color: #CB2727;
    margin-top: 60px;
    padding-bottom: 60px;
    position: relative;
  }
  .foot_area .footimgwrap {
    width: 100%;
    height: 400px;
    position: absolute;
    top: -30px;
    left: 0;
    overflow: hidden;
  }
  .foot_area .footimgwrap .footimg01 {
    width: 120px;
    height: auto;
    top: 0;
    left: -30px;
  }
  .foot_area .footimgwrap .footimg02 {
    width: 120px;
    height: auto;
    top: 20px;
    right: -20px;
  }
  .foot_area .text01sp {
    display: block;
    padding-top: 60px;
  }
  .foot_area .text01sp img {
    width: 230px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .foot_area .text02 {
    font-size: 1.4rem;
    margin-top: 18px;
  }
  .foot_area .contact_block {
    width: 90%;
    height: auto;
    background-color: #ffffff;
    border-radius: 25px;
    margin: 50px auto 0;
    display: flex;
    align-items: center;
  }
  .foot_area .contact_block .contact_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
  }
  .foot_area .contact_block .contact_wrap .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-right: solid 1px #E3E3E3;
  }
  .foot_area .contact_block .contact_wrap .left p:first-child {
    width: 90%;
    font-size: 1.6rem;
  }
  .foot_area .contact_block .contact_wrap .left p:first-child:before {
    margin-right: 5px;
  }
  .foot_area .contact_block .contact_wrap .left p:nth-child(2) {
    font-size: 4rem;
    font-weight: bold;
    margin: 10px auto 0;
  }
  .foot_area .contact_block .contact_wrap .left p:last-child {
    width: 90%;
    font-size: 1.4rem;
    font-weight: 500;
    margin: 10px auto 0;
  }
  .foot_area .contact_block .contact_wrap .left p:last-child:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E3E3E3;
    display: block;
    margin: 50px 0;
  }
  .foot_area .contact_block .contact_wrap .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .foot_area .contact_block .contact_wrap .right p {
    width: 90%;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .foot_area .contact_block .contact_wrap .right p:before {
    margin-right: 5px;
  }
  .foot_area .contact_block .contact_wrap .right a {
    width: 90%;
    height: 80px;
    margin: 20px auto 0;
    box-shadow: 4px 4px 0 1px #F4D4D4;
  }
  .foot_area .contact_block .contact_wrap .right a span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ffffff;
    margin: auto;
  }
  .foot_area .contact_block .contact_wrap .right a:after {
    content: "";
    width: 10px;
    height: 17px;
    background: url(../img/arrow_contact.svg);
    display: inline-block;
    position: absolute;
    right: 20px;
  }
}

@media screen and (max-width: 350px) {
  .foot_area .footimgwrap .footimg01 {
    width: 90px;
  }
  .foot_area .footimgwrap .footimg02 {
    width: 90px;
  }
  .foot_area .contact_block .contact_wrap {
    padding: 30px 0;
  }
  .foot_area .contact_block .contact_wrap .left p:first-child {
    font-size: 1.4rem;
  }
  .foot_area .contact_block .contact_wrap .left p:nth-child(2) {
    font-size: 2.5rem;
  }
  .foot_area .contact_block .contact_wrap .left p:last-child {
    width: 90%;
    font-size: 1.2rem;
    font-weight: 500;
    margin: 10px auto 0;
  }
  .foot_area .contact_block .contact_wrap .left p:last-child:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E3E3E3;
    display: block;
    margin: 30px 0;
  }
  .foot_area .contact_block .contact_wrap .right p {
    font-size: 1.2rem;
  }
  .foot_area .contact_block .contact_wrap .right a {
    width: 90%;
    height: 80px;
    margin: 20px auto 0;
    box-shadow: 4px 4px 0 1px #F4D4D4;
  }
  .foot_area .contact_block .contact_wrap .right a span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #ffffff;
    margin: auto;
  }
}

/*  フッター  */
footer {
  width: 100%;
  padding: 60px 0;
  background-color: #CB2727;
  border-top: solid 1px #ffffff;
}

footer .footer_flex {
  display: flex;
  align-items: center;
}

footer .footer_flex p {
  font-size: 1.4rem;
  border-right: solid 1px #ffffff;
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
}

footer .footer_flex p:first-child {
  margin-left: auto;
}

footer .footer_flex p:last-child {
  margin-right: auto;
  border-right: none;
}

footer .footer_flex a {
  font-size: 1.4rem;
  line-height: 1;
  color: #ffffff;
  margin: 2px 0;
  padding-right: 30px;
}

footer img {
  display: block;
  margin: 55px auto 0;
}

footer .copyright {
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 2.5;
  text-align: center;
  color: #ffffff;
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  footer {
    width: 100%;
    padding: 60px 0 90px;
    background-color: #CB2727;
    border-top: solid 1px #ffffff;
  }
  footer .footer_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  footer .footer_flex p {
    width: 90%;
    font-size: 1.4rem;
    border-right: none;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
  }
  footer .footer_flex p:first-child {
    margin-left: auto;
  }
  footer .footer_flex p:last-child {
    margin-right: auto;
    border-right: none;
  }
  footer .footer_flex a {
    font-size: 1.4rem;
    line-height: 2.5;
    color: #ffffff;
    margin: 2px 0;
    padding-right: 30px;
  }
  footer img {
    display: block;
    margin: 55px auto 0;
  }
  footer .copyright {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 15px;
  }
}

/*  メニュー  */
.fat-nav_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.fat-nav_wrapper .menuback {
  position: fixed;
  top: 0;
  right: 0;
}

.fat-nav_wrapper .fatnav_inner {
  width: 800px;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}

.fat-nav_wrapper .fatnav_inner .menu_top {
  margin-bottom: 30px;
}

.fat-nav_wrapper .fatnav_inner .menu_bottom {
  display: flex;
  flex-wrap: wrap;
}

.fat-nav_wrapper .fatnav_inner .menu_bottom a {
  margin: 40px;
}

.fat-nav_wrapper .fatnav_inner .menu_bottom a img {
  /*
					height: 50px;
					width: auto;
*/
}

@media screen and (max-width: 930px) {
  .fat-nav_wrapper .menuback {
    height: 120px;
  }
  .fat-nav_wrapper .fatnav_inner {
    width: 80%;
  }
  .fat-nav_wrapper .fatnav_inner .menu_bottom a {
    margin: 10px;
    /*
					width: 24%;
					margin: 4%;
*/
  }
  .fat-nav_wrapper .fatnav_inner .menu_bottom a img {
    height: 60%;
  }
}

@media screen and (max-width: 640px) {
  nav .menuback {
    width: 80px;
    height: 80px;
  }
  .fat-nav_wrapper .menuback {
    width: 80px;
    height: 80px;
  }
  .fat-nav_wrapper .fatnav_inner {
    height: 80%;
  }
  .fat-nav_wrapper .fatnav_inner .menu_top {
    margin-bottom: 60px;
  }
  .fat-nav_wrapper .fatnav_inner .menu_top img {
    width: 40%;
  }
  .fat-nav_wrapper .fatnav_inner .menu_bottom {
    display: block;
  }
  .fat-nav_wrapper .fatnav_inner .menu_bottom a img {
    width: auto;
    height: 50px;
    margin: 15px;
  }
}

@media screen and (max-width: 375px) {
  .fat-nav_wrapper .fatnav_inner .menu_top {
    margin-bottom: 30px;
  }
  .fat-nav_wrapper .fatnav_inner .menu_bottom a img {
    height: 40px;
    margin: 10px;
  }
}

.mgt05 {
  margin-top: 5px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt15 {
  margin-top: 15px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt25 {
  margin-top: 25px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt35 {
  margin-top: 35px;
}

.mgt40 {
  margin-top: 40px;
}

.mgt50 {
  margin-top: 50px;
}

.mgt65 {
  margin-top: 65px;
}

.mgt110 {
  margin-top: 110px;
}

.mgt150 {
  margin-top: 150px;
}

.mgb05 {
  margin-bottom: 5px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb15 {
  margin-bottom: 15px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb25 {
  margin-bottom: 25px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb35 {
  margin-bottom: 35px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb50 {
  margin-bottom: 50px;
}

.mgl05 {
  margin-left: 5px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl15 {
  margin-left: 15px;
}

.mgl20 {
  margin-left: 20px;
}

.mgl25 {
  margin-left: 25px;
}

.mgl30 {
  margin-left: 30px;
}

.mgl35 {
  margin-left: 35px;
}

.mgl40 {
  margin-left: 40px;
}

.mgl50 {
  margin-left: 50px;
}

.mgl80 {
  margin-left: 80px;
}

.mgr05 {
  margin-right: 5px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr15 {
  margin-right: 15px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr25 {
  margin-right: 25px;
}

.mgr30 {
  margin-right: 30px;
}

.mgr35 {
  margin-right: 35px;
}

.mgr40 {
  margin-right: 40px;
}

.mgr50 {
  margin-right: 50px;
}

.mgr80 {
  margin-right: 80px;
}

.pdt150 {
  padding-top: 150px;
}

.yel {
  color: #D90E0E;
}

.sp_block {
  display: none;
}

.sp_block960 {
  display: none;
}

.sp_block640 {
  display: none;
}

@media screen and (max-width: 1100px) {
  * {
    box-sizing: border-box;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .sp_none {
    display: none;
  }
  .sp_block {
    display: block;
  }
  a:hover, a:hover p, a:hover img, a:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@media screen and (max-width: 960px) {
  .sp_block960 {
    display: block;
  }
  .sp_none960 {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .sp_block640 {
    display: block;
  }
  .sp_none640 {
    display: none;
  }
}

/*# sourceMappingURL=common.map */