@charset "UTF-8";
/* Reset CSS */
*,
*::before,
*::after {
  box-sizing: border-box;
  font-size: 16px;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img,
picture {
  display: block;
  max-width: 100%;
}

img {
  height: auto;
  border: none;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  font: inherit;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  text-align: inherit;
  font-weight: inherit;
}

.wrapper {
  width: 100%;
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Base styling */
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-weight: 600;
  color: #333;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.pagelink_negative {
  padding-top: 120px;
  margin-top: -120px;
}

/* Header */
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 89%, rgb(238, 238, 238));
}
.header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo img {
  width: 285px;
}
.header__nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 13px;
}
.header__nav ul li a:hover {
  color: #007bff;
}
.header__nav ul li a.contact-button {
  width: 148px;
  display: inline-block;
  padding: 10px 20px;
  background: #f9be00;
  border-bottom: 3px solid #cea228;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
.header__nav ul li a.contact-button:hover {
  color: #333;
  transition: 0.3s;
  border-bottom: 3px solid #fff;
}

/* Main Visual */
.main-visual {
  margin-top: 82px;
  background: url("../images/mv_bg.jpg") no-repeat center/cover;
}
.main-visual .wrapper {
  color: #fff;
  padding-top: 25px;
}
.main-visual .wrapper h1 {
  max-width: 1237px;
  margin: 0 auto;
}

.cta {
  padding: 30px 0 25px;
  background: #2749a0;
}
.cta .wrapper {
  max-width: 950px;
  margin: 0 auto;
}
.cta h2 {
  margin: 0 auto 10px;
  max-width: 723px;
}
.cta_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  padding: 15px 30px;
}
.cta_flex_tel {
  width: 48%;
  margin-right: 2%;
  padding-right: 2%;
  border-right: 2px solid #2749a0;
}
.cta_flex_tel img {
  max-width: 362px;
  margin: 0 auto;
}
.cta_flex_mail {
  width: 51%;
}
.cta_flex_mail a {
  display: block;
  background: #f9be00;
  border-bottom: 3px solid #cea228;
  text-align: center;
  line-height: 80px;
  max-width: 435px;
  margin: 0 auto;
  border-radius: 5px;
}
.cta_flex_mail a:hover {
  transition: 0.3s;
  border-bottom: 3px solid #fff;
}
.cta_flex_mail a span {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}
.cta_flex_mail a span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 37px;
  height: 24px;
  background: url(../images/icon_mail.svg) no-repeat center/cover;
}

.before {
  padding: 45px 0 55px;
  background: #d1d8e5;
}
.before .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.before .wrapper img {
  margin-bottom: 50px;
}
.before .wrapper p {
  font-size: 15px;
  text-align: left;
}

.worries {
  text-align: center;
  background: #dbdcdc;
}
.worries .wrapper {
  max-width: 1720px;
}

.about {
  padding: 0 0 160px;
  background: #d1d8e5;
}
.about h2 {
  text-align: center;
  padding-top: 25px;
  background: #2749a0;
}
.about h2 img {
  margin: 0 auto;
}
.about .arrow {
  line-height: 0;
}
.about .arrow img {
  margin: -1px auto 70px;
}
.about h3 img {
  margin: 0 auto 70px;
}
.about ul li {
  margin-bottom: 120px;
}
.about ul li:last-child {
  margin-bottom: 0;
}
.about_box {
  background: url(../images/about_border.png) #fff repeat-x center top/auto;
  max-width: 1095px;
  margin: 0 auto;
  box-shadow: 10px 10px 0 #e0e0e0;
  padding: 20px 20px 80px;
}
.about_box h4 {
  margin-bottom: 65px;
  padding: 20px 5px;
  border-bottom: 3px solid #2749a0;
  font-size: 26px;
  font-weight: bold;
}
.about_box h4 img {
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}
.about_box_img {
  margin: 0 auto 40px;
}
.about_box_img img {
  margin: 0 auto;
}
.about_box p {
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 15px;
}
.about .marker {
  color: #e84709;
  background: linear-gradient(transparent 50%, #f2e375 50%);
}

.merit {
  padding-top: 70px;
  background: url(../images/merit_bg.jpg) no-repeat center/cover;
  border-bottom: 2px solid #333;
}
.merit_ttl {
  text-align: center;
  margin-bottom: 75px;
}
.merit_ttl img {
  margin: 10px auto 0;
}
.merit_ttl h2 {
  font-size: 35px;
  color: #2749a0;
  font-weight: bold;
}
.merit_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 70px;
  max-width: 1150px;
}
.merit_flex_box {
  width: 100%;
  position: relative;
  margin-top: 1em;
  padding: 70px 50px 50px;
  border: 2px solid #333;
  max-width: 521px;
  background: #fff;
}
.merit_flex_box > div {
  position: absolute;
  top: -1.15em;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.4em 1.4em;
  background-color: #2749a0;
  color: #fff;
  font-size: 20px;
  max-width: 300px;
  border: 2px solid #333;
  text-align: center;
}
.merit_flex_box > div::before {
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background-color: #2749a0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}
.merit_flex_box li {
  font-size: 18px;
  margin: 0;
  line-height: 2;
}
.merit_flex_box li:before {
  content: url(../images/merit_check.png);
  margin-right: 10px;
}

.movie {
  padding: 90px 0 60px;
}
.movie_ttl {
  text-align: center;
  margin-bottom: 75px;
}
.movie_ttl img {
  margin: 10px auto 0;
}
.movie_ttl h2 {
  font-size: 35px;
  color: #2749a0;
  font-weight: bold;
}
.movie_box {
  max-width: 970px;
  margin: 0 auto 75px;
}
.movie a.btn-border {
  color: #fff;
  border: 3px solid #cc4247;
  border-radius: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  border-radius: 100vh;
  max-width: 630px;
}
.movie a.btn-border:hover {
  transition: 0.3s;
  color: #cc4247;
  border: 3px solid #fff;
}
.movie a.btn-border span {
  border-radius: 100vh;
  font-size: 20px;
  line-height: 100px;
  background: #cc4247;
  display: block;
  border: 3px solid #fff;
  width: 100%;
  position: relative;
}
.movie a.btn-border span:hover {
  background: #fff;
  border: 3px solid #cc4247;
}
.movie a.btn-border span::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 64px;
  height: 13px;
  margin: auto;
  background: url(../images/btn_arrow.png) no-repeat center/cover;
}

.other {
  padding-top: 100px;
}
.other_ttl {
  text-align: center;
  margin-bottom: 75px;
}
.other_ttl img {
  margin: 10px auto 0;
}
.other_ttl h2 {
  font-size: 35px;
  color: #2749a0;
  font-weight: bold;
}
.other_contents {
  color: #fff;
  background: #2749a0;
  padding-top: 100px;
  padding-bottom: 40px;
}
.other_contents h3 {
  color: #f7f723;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 100px;
}
.other_contents_box {
  color: #333;
  background: #fff;
  border-radius: 6px;
  margin-top: 40px;
  position: relative;
  text-align: center;
  padding: 60px 30px;
  width: 100%;
}
.other_contents_box img {
  position: absolute;
  max-width: 64px;
  margin: auto;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 2;
}
.other_contents ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1095px;
  margin: 0 auto;
}
.other_contents ul li {
  width: 33%;
  max-width: 337px;
  margin-bottom: 90px;
}
.other_contents ul li .fukidashi {
  width: 100%;
  padding: 15px 20px 33px 20px;
}
.other_contents ul li .fukidashi_none {
  width: 100%;
  padding: 42px 0;
}
.other_contents ul li .fukidashi {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  background: url(../images/other_fukidashi.png) no-repeat center/cover;
}

.bels {
  padding: 80px 0 100px;
}
.bels .wrapper {
  max-width: 1290px;
  margin: 0 auto;
}
.bels_box {
  border-radius: 50px 0 50px 0;
  background: #f7f1d0;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bels_box img {
  width: 272px;
  margin-right: 15px;
}
.bels_box_txt p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 50px;
}
.bels_box_txt p:last-child {
  margin-bottom: 0;
}

/* Footer */
.footer {
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 91%, rgba(172, 172, 172, 0.47));
  color: #333;
  text-align: center;
  padding: 20px;
}
.footer p {
  margin: 0;
  font-size: 14px; /* responsive-vw(14)から14pxに変換 */
}/*# sourceMappingURL=style.css.map */