@charset "UTF-8";
/*＝＝＝＝＝↓リセットCSS↓＝＝＝＝＝*/
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  transition: all 0.3;
}
a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*＝＝＝＝＝↑リセットCSS↑＝＝＝＝＝*/
body {
  color: #333;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

section {
  padding: 100px 0;
}

.pc-only {
  display: block;
}

.tablet-only {
  display: none;
}

.tablet-under {
  display: none;
}

.sp-only {
  display: none;
}

.h2-wrap {
  text-align: center;
}
.h2-wrap h2 {
  color: #031D3B;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 3px solid #031D3B;
  display: inline-block;
  line-height: 1.3;
}

header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  padding: 15px 0;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner .logo {
  width: 312px;
}
header .inner .logo img {
  width: 100%;
}
header .inner .header-right {
  display: flex;
  align-items: center;
}
header .inner .header-right .tel a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}
header .inner .header-right .tel a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/tel.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
header .inner .header-right .contact {
  margin-left: 12px;
}
header .inner .header-right .contact a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 200px;
  padding: 10px 0;
  border-radius: 30px;
  display: block;
  background-color: #fff;
}

.mv {
  width: 100%;
  margin: 80px auto 0;
  max-width: 2000px;
}
.mv img {
  width: 100%;
}

.first img {
  display: block;
  margin: 50px auto 0;
  max-width: 850px;
  width: 100%;
}
.first p {
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  line-height: 1.5;
  font-size: 24px;
}
.first p span {
  background: linear-gradient(transparent 60%, #FCC802 60%);
}

.nayami-box {
  background: #B0C3DA;
  max-width: 2000px;
  margin: 0 auto;
  padding: 100px 0;
}
.nayami-box ul {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
.nayami-box ul li {
  width: calc(33.3333333333% - 13.3333333333px);
  border: 1px solid #000;
  padding: 24px;
  box-sizing: border-box;
  background-color: #fff;
}
.nayami-box ul li img {
  width: 100%;
}
.nayami-box ul li p {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 20px;
}

.kaiketsu {
  background-color: #031D3B;
  text-align: center;
  padding: 50px 0;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}

.manga .manga-img {
  margin-top: 50px;
}
.manga .manga-img img {
  display: block;
  margin-bottom: 30px;
}
.manga .manga-img img:last-child {
  margin-bottom: 0;
}

.merit ol {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.merit ol li {
  width: 396px;
  box-sizing: border-box;
  padding: 30px 25px;
  background-color: #CDD9E7;
  border: 1px solid #031D3B;
}
.merit ol li img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.merit ol li p {
  background-color: #031D3B;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 11px 0;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
}
.merit ol li h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.5;
}

.kobetsu .box {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
	justify-content: center;
}
.kobetsu .box img {
  width: 480px;
  flex-shrink: 0;
}
.kobetsu .box p {
  line-height: 1.5;
  text-align: justify;
  margin-top: 10px;
}
.kobetsu .box h3 {
  font-size: 32px;
  font-weight: bold;
  color: #031D3B;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.kobetsu .box a {
  display: block;
  max-width: 480px;
  width: 100%;
}
.kobetsu .box a img {
  width: 100%;
}

.menu .box {
  display: flex;
  gap: 38px;
  margin-top: 50px;
}
.menu .box img {
  width: 400px;
}
.menu .box .text {
  margin-top: 80px;
}
.menu .box .text h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.menu .box .text p {
  margin-top: 25px;
  line-height: 1.5;
  font-size: 18px;
}
.menu .read {
  text-align: center;
  margin-top: 30px;
}
.menu ul {
  display: flex;
  gap: 40px;
  margin-top: 35px;
}
.menu ul li {
  display: block;
  width: calc(50% - 20px);
}
.menu ul li a {
  display: block;
}
.menu ul li img {
  width: 100%;
}

#contact .read {
  text-align: center;
  margin-top: 50px;
}
#contact .contact-wrap {
  margin: 50px auto 0;
  max-width: 880px;
  width: 100%;
}
#contact .contact-wrap h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
#contact .contact-wrap dl + h3 {
  margin-top: 70px;
}
#contact .contact-wrap dl {
  margin-bottom: 30px;
}
#contact .contact-wrap dl:last-child {
  margin-bottom: 0;
}
#contact .contact-wrap dl dt {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}
#contact .contact-wrap dl dt span {
  display: inline-block;
  margin-right: 20px;
  border: 1px solid #ff4248;
  border-radius: 5px;
  color: #ff4248;
  padding: 3px 13px;
  font-size: 14px;
  font-weight: normal;
  background-color: #fff;
}
#contact .contact-wrap dl dt .nini {
  display: inline-block;
  margin-right: 20px;
  border: 1px solid #696969 !important;
  border-radius: 5px;
  color: #696969;
  padding: 3px 13px;
  font-size: 14px;
  background-color: #fff;
}
#contact .contact-wrap dl dd input[type=text], #contact .contact-wrap dl dd input[type=tel], #contact .contact-wrap dl dd input[type=email] {
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  padding: 0;
}
#contact .contact-wrap dl dd textarea {
  width: 100%;
  border: 1px solid #dedede;
  height: 140px;
  padding: 0;
}
#contact .contact-wrap dl dd .wpcf7-list-item {
  margin: 0 1em 0 0;
}
#contact .contact-wrap dl dd .wpcf7-list-item:first-child {
  margin-left: 0;
}
#contact .contact-wrap dl dd select {
  width: 100%;
  height: 40px;
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
}
#contact .contact-wrap .menseki dd {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
#contact .contact-wrap .menseki input[type=text] {
  max-width: 315px;
  width: 100%;
}
#contact .contact-wrap .reason .wpcf7-list-item {
  width: 200px;
  margin-bottom: 10px;
}
#contact .contact-wrap input[type=submit] {
  width: 250px;
  height: 47px;
  border-radius: 5px;
  background-color: #333264;
  color: #fff;
  line-height: 47px;
  margin: 30px auto 0;
  display: block;
  border: none;
  font-size: 20px;
  font-weight: bold;
}

.company .box-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.company .box-wrap dl {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
.company .box-wrap dl dt {
  background-color: #0B0B0B;
  color: #fff;
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.company .box-wrap dl dd {
  margin-left: 30px;
  line-height: 1.5;
  padding-top: 5px;
}
.company .box-wrap dl dd a {
  color: #333;
}
.company iframe {
  margin-top: 50px;
  aspect-ratio: 16/9;
  width: 100%;
  display: block;
}

footer {
  background-color: #031D3B;
  text-align: center;
  color: #fff;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
}

.sp-btn {
  display: none;
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 14px;
  }
  .pc-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  .h2-wrap h2 {
    font-size: 22px;
  }
  section {
    padding: 50px 0 !important;
  }
  header {
    position: static;
    z-index: 999;
  }
  header .inner .logo {
    width: 180px;
    z-index: 999;
  }
  header .inner .header-right {
    display: none;
  }
  .mv {
    margin-top: 0;
  }
  .first img {
    margin-top: 30px;
  }
  .first p {
    margin-top: 30px;
    text-align: left;
    font-size: 16px;
  }
  .nayami-box ul {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .nayami-box ul li {
    width: 100%;
  }
  .nayami-box ul li p {
    font-size: 14px;
  }
  .kaiketsu {
    font-size: 20px;
    padding: 30px 0;
  }
  .manga .manga-img {
    margin-top: 30px;
  }
  .merit ol {
    margin-top: 30px;
  }
  .merit ol li {
    width: 100%;
    padding-bottom: 25px;
  }
  .merit ol li p {
    font-size: 18px;
  }
  .merit ol li h3 {
    font-size: 16px;
  }
  .kobetsu .box {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 0;
  }
  .kobetsu .box img {
    width: 100%;
    order: 1;
  }
  .kobetsu .box p {
    margin-top: 30px;
    order: 2;
  }
  .kobetsu .box .text {
    order: 2;
  }
  .kobetsu .box .text h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  .kobetsu .box .text a {
    margin-inline: auto;
    margin-top: 10px;
  }
  .menu .box {
    flex-wrap: wrap;
    gap: 0;
    margin-top: 30px;
  }
  .menu .box img {
    width: 100%;
  }
	.menu .box .text{
width: 100%;
		margin-top: 30px;
	}
  .menu .box .text h3 {
    font-size: 20px;
  }
  .menu .box .text p {
    font-size: 14px;
    margin-top: 10px;
  }
  .menu .read {
    text-align: left;
    line-height: 1.5;
    font-size: 16px;
	  margin-top: 30px;
  }
  .menu ul {
    gap: 20px;
    flex-wrap: wrap;
  }
  .menu ul li {
    width: 100%;
  }
  .company .box-wrap {
    margin-top: 30px;
  }
  .company .box-wrap .box {
    width: 100%;
  }
  .company .box-wrap .box dl {
    display: block;
  }
  .company .box-wrap .box dl dt {
    width: 100%;
  }
  .company .box-wrap .box dl dd {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .company .time {
    margin-top: 30px;
  }
  .company iframe {
    margin-top: 20px;
  }
  #contact .read {
    text-align: left;
    line-height: 1.5;
  }
  #contact .contact-wrap dl dt span {
    margin-right: 15px;
    font-size: 12px;
    padding: 1px 8px;
  }
  #contact .contact-wrap dl dd .wpcf7-list-item {
    display: block;
    margin-bottom: 5px;
  }
  #contact .contact-wrap .menseki dd {
    gap: 10px;
  }
  #contact .contact-wrap .menseki dd .wpcf7-list-item {
    display: inline;
  }
  .sp-btn {
    z-index: 999;
    display: flex;
    position: fixed;
    bottom: 0;
    font-size: 16px;
    width: 100%;
    text-align: center;
    justify-content: space-between;
  }
  .sp-btn .tel-btn {
    position: relative;
    width: 49%;
    background-color: #fff;
    height: 60px;
    line-height: 1.2;
    border-radius: 10px;
    border: 1px solid #333264;
    color: #333264;
  }
  .sp-btn .tel-btn a {
    display: block;
    width: 100%;
    color: #333264;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .sp-btn .contact-btn {
    width: 49%;
    background-color: #333264;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
  }
  .sp-btn .contact-btn a {
    color: #fff;
  }
}/*# sourceMappingURL=style.css.map */