@charset "utf-8";

html {
  font-size: 62.5%;
  overflow-x: auto;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

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

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

caption,
th {
  text-align: left;
}

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

object,
embed {
  vertical-align: top;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}


legend {
  display: none;
}

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

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

ul,
ol {
  list-style-type: none;
}

ul,
li,
img {
  vertical-align: bottom;
}

hr {
  display: none;
}

summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/* default */
body {
  font-family: "Noto Sans JP", Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  min-width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  /*overflow-x: hidden;*/
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.2rem;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

input,
select,
textarea,
button {
  font-family: "Noto Sans JP", Osaka, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Meiryo, sans-serif;
  vertical-align: middle;
  letter-spacing: 0.02em;
  padding: 8px 8px;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:placeholder,
textarea:placeholder {
  color: #707070;
}

input[type=text],
input[type=tel],
input[type=email] {
  border: none;
  background: #ffffff;
  padding: 8px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  background: #ffffff;
  padding: 5px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

textarea {
  border: none;
  background: #ffffff;
  padding: 8px;
  border: solid 1px #999;
  font-size: 1.5rem;
  border-radius: 5px;
}

/* link option */
a {
  cursor: pointer;
}

a:link {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

a:active {
  color: #333;
}

/*clearfix*/
.cf:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.cf {
  min-height: 1%;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

img {
  height: auto;
  max-width: 100%;
}

.Deco {
  text-decoration: underline !important;
}

.block {
  display: block;
}

.AnCr {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.AnLt {
  text-align: left !important;
}

.AnRt {
  text-align: right !important;
}

.big {
  font-size: 1.29em;
}

.bold {
  font-weight: 800;
}

.sml {
  font-size: 0.85em;
}

.notoSerif {
  font-family: "Noto Serif JP", serif;
}

.roboto {
  font-family: "Roboto", sans-serif;
}

/*IE11以下のフォント余白処理*/
@media all and (-ms-high-contrast:none) {

  _:lang(x)::-ms-backdrop,
  .selector {}
}

/*firefoxのみ適用*/
@-moz-document url-prefix() {}

/* safari */
_::-webkit-full-page-media,
_:future,
:root .selector {}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

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

  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=file],
  select,
  textarea {
    font-size: 100%;
  }
}

/***************************************************************************

  ヘッダ

***************************************************************************/
#header {
  width: 100%;
  max-width: 1920px;
  height: 768px;
  /*
  background: url(../images/top/mv.jpg) no-repeat center top;
  background-size: auto 100%;
  */
  margin: 0 auto 0;
  padding: 0 0 0 0;
}

#header .headerWrap {
  width: 100%;
  height: 768px;
  margin: 0 auto;
  padding: 0 0 0;
  position: relative;
  overflow: hidden;
}

/*
.headerWrap > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 768px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
  opacity: 0;
  animation-name: fadeanimate;
  animation-duration: 16s;
  animation-iteration-count: infinite;
}

@keyframes fadeanimate {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  70% {
    opacity: 0.8;
  }

  90% {
    opacity: 0;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    z-index: -4;
  }
}

.headerWrap > i:nth-of-type(1) {
  background-image: url(../images/top/mv.jpg);
  opacity: 0;
}

.headerWrap > i:nth-of-type(2) {
  background-image: url(../images/top/mv02.jpg);
  animation-delay: 4s;
}

.headerWrap > i:nth-of-type(3) {
  background-image: url(../images/top/mv03.jpg);
  animation-delay: 8s;
}

.headerWrap > i:nth-of-type(4) {
  background-image: url(../images/top/mv02.jpg);
  animation-delay: 12s;
}
*/

@media screen and (max-width: 767px) {
  /*
  .headerWrap > i {
    height: 550px;
  }

  .headerWrap > i:nth-of-type(1) {
    background-image: url(../images/top/mv_sp.jpg);
  }

  .headerWrap > i:nth-of-type(2) {
    background-image: url(../images/top/mv02_sp.jpg);
  }

  .headerWrap > i:nth-of-type(3) {
    background-image: url(../images/top/mv03_sp.jpg);
  }
  */
}

.headerTop {
  width: 100%;
  max-width: 1920px;
  height: 104px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.3s;
  z-index: 1002;
}

#header.hdrScrl .headerTop {
  background: #fff;
}

#header.other .headerTop {
  background: #fff;
}

.open .headerTop {
  background: #fff;
  opacity: 1;
  transition: 1.8s;
}

#header h1 {
  width: 206px;
  margin: 0 0 0 0;
}

#header h1 a {
  width: 100%;
  display: block;
  opacity: 1;
  transition: 0.3s;
}

#header h1 a:hover {
  opacity: 0.7;
}

#header h1 img {
  width: 100%;
  height: 40px;
  background: url(../images/main_logo_w.png) no-repeat left top;
  background-size: 100% auto !important;
  transition: 0.3s;
}

#header.hdrScrl h1 img {
  background: url(../images/main_logo.png) no-repeat left top;
}

#header.other h1 img {
  background: url(../images/main_logo.png) no-repeat left top;
}

.headerNavBox {
  flex: 1;
}

.headerNavBox ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 40px;
}

.headerNavBox ul li {}

.headerNavBox ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}

.headerNavBox ul li a:hover {
  color: #fff;
}

.hdrScrl .headerNavBox ul li a {
  color: #333;
}

.other .headerNavBox ul li a {
  color: #333;
}

.hdrScrl .headerNavBox ul li a:hover {
  color: #0D47A1;
}

.other .headerNavBox ul li a:hover {
  color: #0D47A1;
}

.headerNavBox ul li a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background: #fff;
  bottom: -8px;
  left: 0;
  display: block;
  transition: 0.3s;
}

.hdrScrl .headerNavBox ul li a::after {
  background: #1565C0;
}

.headerNavBox ul li a:hover::after {
  width: 100%;
}

.other .headerNavBox ul li a:hover::after {
  background: #1565C0;
  width: 100%;
}

.headerCnt {
  position: absolute;
  left: 40px;
  bottom: 64px;
  color: #fff;
}

.headerCnt h2 {
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 16px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8)
}

.headerCnt p {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8)
}

@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    height: 550px;
    /*
    background: url(../images/top/mv_sp.jpg) no-repeat 18% top;
    background-size: cover;
    */
  }

  #header .headerWrap {
    width: 100%;
    height: 100%;
  }

  .headerTop {
    width: 100%;
    height: 75px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
    padding: 0 20px;
    z-index: 100;
  }

  #header.hdrScrl .headerTop {
    background: #fff;
  }

  #header.other .headerTop {
    background: #fff;
  }

  #header h1 {
    width: 152px;
    margin: 0 0 0 0;
  }

  #header h1 a:hover {
    opacity: 1;
  }

  #header h1 img {
    width: 100%;
    height: 30px;
    background: url(../images/main_logo_w.png) no-repeat left top;
    background-size: 100% auto !important;
  }

  #header.hdrScrl h1 img {
    background: url(../images/main_logo.png) no-repeat left top;
  }

  #header.other h1 img {
    background: url(../images/main_logo.png) no-repeat left top;
  }

  .headerNavBox {
    display: none;
  }

  .hdrScrl .headerNavBox ul li a {
    color: #333;
  }

  .other .headerNavBox ul li a {
    color: #333;
  }

  .hdrScrl .headerNavBox ul li a:hover {
    color: #0D47A1;
  }

  .other .headerNavBox ul li a:hover {
    color: #0D47A1;
  }

  .headerCnt {
    left: 20px;
    bottom: 33px;
  }

  .headerCnt h2 {
    font-size: 2.2rem;
    letter-spacing: 0.15em;
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 16px 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8)
  }

  .headerCnt p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
    padding: 0 0 0 0;
  }
}

@media screen and (max-width: 420px) {
  .headerCnt h2 {
    font-size: 5.4vw;
  }

  .headerCnt p {
    font-size: 4.0vw;
  }
}

/***************************************************************************

  メニュー ドロワー

***************************************************************************/
@media screen and (min-width: 768px) {
  #menuBtn {
    display: none;
  }

  #navBox {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #navBox {
    visibility: hidden;
    display: none;
  }

  #menuBtn {
    display: block;
    width: 45px;
    height: 31px;
    position: fixed;
    right: 11px;
    top: 23px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    z-index: 1001;
    padding: 14px 0 0;
    transition: 0.3s;
  }

  #menuBtn i {
    display: block;
    width: 27px;
    border-top: solid 2px #fff;
    position: relative;
    transition: 0.3s;
    margin: 0 auto;
  }

  #menuBtn i:before {
    content: '';
    width: 27px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -9px;
    transition: 0.3s;
  }

  #menuBtn i:after {
    content: '';
    width: 27px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 6px;
    transition: 0.3s;
  }

  .open #menuBtn i {
    color: #333;
    border-top: solid 2px transparent;
  }

  .open #menuBtn i:before {
    width: 27px;
    top: -2px;
    background: #333;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .open #menuBtn i:after {
    width: 27px;
    top: -2px;
    background: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #header.hdrScrl #menuBtn i {
    border-top: solid 2px #333;
  }

  #header.hdrScrl #menuBtn i:before {
    background: #333;
  }

  #header.hdrScrl #menuBtn i:after {
    background: #333;
  }

  .open #header.other #menuBtn i {
    border-top: solid 2px transparent;
  }

  #header.other #menuBtn i {
    border-top: solid 2px #333;
  }

  #header.other #menuBtn i:before {
    background: #333;
  }

  #header.other #menuBtn i:after {
    background: #333;
  }

  .layer {
    display: none;
  }

  #navBox {
    width: 100vw;
    height: 100vh;
    position: fixed;
    color: #fff;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1000;
    visibility: visible;
    display: block;
    background: #fff;
    display: none;
    padding: 105px 0 0;
  }

  #navBox {}

  #navBox .wrap {
    height: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: block;
    padding: 0 30px 50px;
    position: relative;
  }

  #navBox .wrap::-webkit-scrollbar {
    display: none;
  }

  #navBox {
    visibility: visible;
  }

  #navBox strong {
    width: 152px;
    display: block;
    position: absolute;
    top: 23px;
    left: 20px;
  }

  #navBox .hdrNavWrap strong img {
    width: 100%;
  }


  #navBox .hdrNavWrap a {
    color: #333;
  }

  #navBox .hdrNavWrap ul {
    display: block;
  }

  #navBox .hdrNavWrap ul li {
    bottom: ;
  }

  #navBox .hdrNavWrap ul li a {
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 12px 0 12px;
  }

  .hdrSnsWrap {
    position: absolute;
    left: 20px;
    bottom: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 15px;
  }

  .hdrSnsWrap dt {
    color: #333;
    font-size: 1.3rem;
    padding: 0 10px 0 0;
  }

  .hdrSnsWrap dd.instagramIcn {
    width: 31px;
  }

  .hdrSnsWrap dd.facebookIcn {
    width: 32px;
  }

  .hdrSnsWrap dd img {
    width: 100%;
  }

}

/***************************************************************************

  ページの先頭へ

***************************************************************************/
#pageTop {
  width: 60px;
  position: fixed;
  right: 3%;
  bottom: 5%;
  padding: 0 0 0;
  z-index: 1
}

#pageTop a {
  width: 100%;
  transition: 0.3s;
  opacity: 1;
}

#pageTop a:hover {
  opacity: 0.7;
}

#pageTop a img {
  width: 100%;
}

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

/***************************************************************************

  フッター

***************************************************************************/
footer {
  width: 100%;
  background: #F0F0F0;
}

footer .wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 64px 0 64px;
}

.footerInfoBox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 13px 0;
  padding: 0 0 48px;
}

.footerInfoBox span {
  line-height: 1.429;
  font-size: 1.4rem;
  font-weight: 500;
  color: #555;
}

.footerInfoBox strong {
  width: 228px;
}

.footerInfoBox strong a {
  width: 100%;
  transition: 0.3s;
}

.footerInfoBox strong a:hover {
  opacity: 0.7;
}

.footerInfoBox strong a img {
  width: 100%;
}

.footerInfoBox address {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #666;
}

.footerNavBox {
  width: 100%;
}

.footerNavBox ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 42px;
  padding: 0 0 30px;
}

.footerNavBox ul li a {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.footerNavBox ul li a:hover {
  text-decoration: underline;
}

.footerSitemapBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: solid 1px #ddd;
  padding: 0 0 18px;
}

.footerSitemapBox .sitemapLink {
  width: 100px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #666;
}

.footerSitemapBox .sitemapLink:hover {
  text-decoration: underline;
}

.footerSitemapBox .footerSnsBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 19px;
}

.footerSitemapBox .footerSnsBox dt {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #333;
}

.footerSitemapBox .footerSnsBox dd a {
  transition: 0.3s;
}

.footerSitemapBox .footerSnsBox dd a:hover {
  opacity: 0.7;
}

.footerSitemapBox .footerSnsBox .instagramIcn {
  width: 24px;
}

.footerSitemapBox .footerSnsBox .facebookIcn {
  width: 26px;
}

.footerSitemapBox img {
  width: 100%;
}

.footerCopyright {
  width: 100%;
  font-size: 1.2rem;
  color: #818181;
  padding: 24px 0 0;
}

@media screen and (max-width: 767px) {
  footer .wrap {
    padding: 40px 20px 24px;
  }

  .footerInfoBox {
    width: 100%;
    flex-direction: column;
    gap: 10px 0;
    padding: 0 0 50px;
  }

  .footerInfoBox span {
    font-size: 1.3rem;
  }

  .footerInfoBox strong {
    width: 218px;
  }

  .footerInfoBox strong a:hover {
    opacity: 1;
  }

  .footerInfoBox address {
    display: none;
  }

  .footerNavBox {
    width: 100%;
  }

  .footerNavBox ul {
    width: 100%;
    flex-direction: column;
    gap: 20px 0;
    padding: 0 0 35px;
  }

  .footerNavBox ul li {
    padding: 0 0 0;
  }

  .footerNavBox ul li a {
    font-size: 1.5rem;
  }

  .footerSitemapBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: solid 1px #ddd;
  }

  .footerSitemapBox {
    width: 100%;
    flex-direction: column;
    padding: 0 0 20px;
    gap: 105px 0;
  }

  .footerSitemapBox .footerSnsBox {
    justify-content: flex-start;
    align-items: flex-end;
    gap: 0 19px;
  }

  .footerSitemapBox .footerSnsBox dt {
    padding: 0 8px 0 0;
  }

  .footerSitemapBox .footerSnsBox dd a:hover {
    opacity: 1;
  }

  .footerSitemapBox .footerSnsBox .instagramIcn {
    width: 31px;
    display: block;
  }

  .footerSitemapBox .footerSnsBox .facebookIcn {
    width: 32px;
    display: block;
  }

  .footerCopyright {
    padding: 22px 0 0;
  }
}
