/*********************************
	RESET
*********************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul[role=list],
ol[role=list],
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration: none;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*********************************
	LAYOUT
*********************************/
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #333;
  background: #fff;
  font-feature-settings: "palt";
}
.inner {
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
.inner {
    padding: 0 20px;
}
}
@media screen and (max-width: 480px) {
body {
    font-size: 1.6rem;
}
}
/*********************************
	OTHER
*********************************/
.sp {
    display: none;
}
@media screen and (max-width: 480px) {
.sp {
    display: block;
}
}
/*********************************
	HEADER
*********************************/
.header {
  background: #fff;
  height: 70px;
  text-align: center;
  box-shadow: 0 20px 20px 0 rgba(0,0,0,0.05);
  z-index: 100;
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 480px) {
.header {
    height: 60px;
}
.header__logo {
  max-width: 130px;
  width: 100%;
}
}
/*********************************
	CONTENTS
*********************************/
.mv {
  background: url("img/mv_bg.jpg") center no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.mv__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.mv__left,.mv__right {
  width: 50%;
}
.mv__title {
  font-size: clamp(3rem, 1.667rem + 4.44vw, 5rem);
  line-height: 1.3;
  margin-bottom: 20px;
  color: #1B1C72;
}
.mv__sub-title {
  font-size: clamp(2.8rem, 2.2rem + 2vw, 3.7rem);
  margin-bottom: 20px;
  display: block;
  color: #1B1C72;
}
.sub-title__lead {
  font-size: clamp(1.6rem, 1.333rem + 0.89vw, 2rem);
  margin-bottom: -10px;
  display: block;
}
.sub-title-en {
  font-size: 2.3rem;
  margin-top: -10px;
  display: block;
}
.mv__contact {
  background: #EF7B42;
  border-radius: 15px;
  border-bottom: 5px solid #C25520;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  width: fit-content;
  padding: 10px 40px;
}
.mv__contact-tab {
  display: none;
}
.mv__contact-tel {
  font-size: clamp(3rem, 2.667rem + 1.11vw, 3.5rem);
}
.mv__contact-tel .fa-phone {
  font-size: clamp(2.5rem, 2.3rem + 0.67vw, 2.8rem);
  padding-right: 5px;
}
.mv__contact-tel-number {
  display: block;
  color: #fff;
  text-decoration: none;
}
.mv__contact-time {
  font-size: 1.6rem;
}
.mv__right-img {
  position: relative;
}
.mv__img {
  border-radius: 20px;
}
.mv__sub-img {
  position: absolute;
  border-radius: 15px;
  left: -40px;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
.mv__contact-pc {
  display: none;
}
.mv__contact-tab {
  display: block;
  margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
.mv {
  height: auto
}
.mv__wrapper {
  display: block; 
  }
.mv__left,.mv__right {
  width: 100%;
  text-align: center;
}
.mv__img {
  max-width: 330px;
  width: 100%;
}
.mv__right-img {
  margin: 0 auto 30px;
  padding-left: 30px;
  width: fit-content;
}
.mv__sub-img {
  max-width: 150px;
}
}
@media screen and (max-width: 480px) {
.mv {
  padding: 30px 0;
}
.mv__sub-img {
  left: 0px;
  bottom: -20px;
  border-radius: 10px;
  max-width: 130px;
}
.mv__img {
  max-width: 270px;
  border-radius: 15px;
}
.mv__contact-tab{
  border-radius: 10px;
}
}
.news {
  padding: 30px 0 0;
  background: #f7f7f7;
  text-align: center;
}
.news__banner {
  width: 80%;
}
.contact {
  padding: 60px 0;
  background: #f7f7f7;
}
.content__title {
  font-size: clamp(2.8rem, 2.333rem + 1.56vw, 3.5rem);
  color: #1B1C72;
  text-align: center;
  margin-bottom: 20px;
}
.contact__lead {
  text-align: center;
  margin-bottom: 30px;
}
.contact .contact__box {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 20px;
}
.contact .contact__box-form {
  padding: 40px;
}
.contact .contact__box .form__contents {
  margin-bottom: 30px;
}
.required {
  color: #fff;
  background: #EF7B42;
  font-size: 1.2rem;
  border-radius: 3px;
  padding: 2px 10px;
  margin-left: 10px;
}
.contact .contact__box .form__contents-title {
  font-size: clamp(1.6rem, 1.467rem + 0.44vw, 1.8rem);
  font-weight: 700;
  padding: 10px;
}
.contact .contact__box .form__contents-item input,
.contact .contact__box .form__contents-item textarea {
  width: 100%;
  background: #f2f2f2;
  border: 0;
  padding: 5px 20px;
  margin-bottom: 15px;
}
.form__contents-ps {
  font-size: 1.5rem;
  font-weight: normal;
  padding-left: 10px;
}
.contact .contact__box .form__contents-item.form__contents-radio input {
  width: fit-content;
}
.form__contents-radio label {
  padding-right: 15px;
}
.contact .contact__box .form__contents-item-privacy input {
  margin-bottom: 10px;
}
.contact__privacy-title {
  padding: 10px;
  text-align: center;
  font-weight: 700;
  display: block;
  font-size: 1.8rem;
}
.contact__privacy-sub-title {
  font-size: 1.5rem;
}
.form__contents-item-privacy {
  text-align: center;
}
.contact .contact__box .form__submit {
  margin: 0 auto;
  display: block;
  background: #1B1C72;
  color: #fff;
  max-width: 400px;
  width: 100%;
  border: 0;
  font-size: 2.2rem;
  font-weight: 600;
  border-radius: 100vh;
  padding: 5px;
}
.contact__privacy {
  height: 200px;
  overflow-y: scroll;
  margin: 0 auto 20px;
  background: #fff;
  border: 2px solid #C8C9CA;
  padding: 20px;
  font-size: 1.5rem;
}
.contact__privacy-lead {
  margin-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .contact .contact__box .form__submit {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
.contact {
  padding: 40px 0;
}
.content__title {
  line-height: 1.3;
}
.contact .contact__box-form {
  padding: 20px 15px;
}
.contact .contact__box {
  border-radius: 15px;
}
.required {
  padding: 2px 5px;
}
}
.footer {
  background: #fff;
  text-align: center;
  padding: 20px;
}
address {
  font-size: 1.5rem;
  font-style: normal;
}

