/* -------------------------------------------------- */
/* global */

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.6;
}
.container {
  overflow: hidden;
}
.wrap {
  max-width: 100%;
  padding-inline: 90px;
  padding-inline: min(5vw, 90px);
}
.wrapper {
  margin: auto;
  max-width: 1160px;
  max-width: min(90%, 1160px);
}
.hover {
  transition: opacity .2s;
}
.hover:hover {
  opacity: .66;
}
.grid {
  background: #fff url(../images/grid.png) repeat;
  background-size: min(1.14vw, 22px);
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* -------------------------------------------------- */
/* nav */

.nav {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  height: 90px;
  height: min(4.68vw, 90px);
  position: relative;
  transition: top .3s;
  width: 100%;
  z-index: 100;
}
.nav .wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.nav-head {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.nav-logo a {
  display: block;
}
.nav-logo img {
  height: auto;
  width: 128px;
  width: min(6.66vw, 128px);
}
.nav-desc {
  font-size: 22px;
  font-size: min(1.14vw, 22px);
  line-height: 1;
  margin-left: 45px;
}
.nav-desc span {
  background: #df2143;
  color: #fff;
  font-size: 18px;
  font-size: min(.93vw, 18px);
  margin-left: .5em;
  padding: 0 .75em .1em;
}
.nav-button {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.nav-button a {
  display: block;
  margin-left: 15px;
}
.nav-button img {
  height: auto;
  width: 284px;
  width: min(14.8vw, 284px);
}
.container.fix {
  padding-top: 90px;
  padding-top: min(4.68vw, 90px);
}
.nav.fix {
  left: 0;
  position: fixed;
  top: -90px;
  top: max(-4.68vw, -90px);
}
.nav.fixed {
  top: 0;
}

/* breadcrumb */

.breadcrumb {
  background: #f5f5f5;
}
.breadcrumb-list {
  padding-block: 1em;
}
.breadcrumb-list li {
  display: inline;
  font-size: 16px;
  font-size: min(1.23vw, 16px);
}
.breadcrumb-list a {
  color: #000;
}
.breadcrumb-list a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------- */
/* header */

.header {
  margin-bottom: 95px;
  margin-bottom: min(4.9vw, 95px);
  position: relative;
}
.header-button {
  bottom: -8px;
  bottom: max(-.4vw, -8px);
  left: 138px;
  left: min(7.2vw, 138px);
  position: absolute;
}
.header-button img {
  width: 700px;
  width: min(36.4vw, 700px);
}

/* -------------------------------------------------- */
/* main */

/* worry */

.worry {
  background: linear-gradient(180deg, #e0e0e0 0%, #e0e0e0 70%, #002d69 70%, #002d69 100%);
  height: 870px;
  height: min(66.92vw, 870px);
  padding-top: 74px;
  padding-top: min(5.69vw, 74px);
  position: relative;
}
.worry-head {
  color: #002d69;
  font-size: 30px;
  font-size: min(2.3vw, 30px);
  margin-bottom: .25em;
  text-align: center;
}
.worry-head span {
  border: 1px solid #002d69;
  display: inline-block;
  padding: .3em 2.75em;
}
.worry-title {
  color: #002d69;
  font-size: 42px;
  font-size: min(3.23vw, 42px);
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
.worry-title strong {
  background: url(../images/worry-title.webp) no-repeat bottom left / 100% auto;
  font-size: 56px;
  font-size: min(4.3vw, 56px);
  font-weight: 900;
  padding-bottom: .2em;
}
.worry-list {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
.worry-list li {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #646464;
  display: flex;
  font-size: 24px;
  font-size: min(1.84vw, 24px);
  height: 275px;
  height: min(21.15vw, 275px);
  justify-content: center;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  width: 275px;
  width: min(21.15vw, 275px);
}
.worry-list li:nth-child(1) {
  order: 2;
}
.worry-list li:nth-child(2) {
  order: 3;
}
.worry-list li:nth-child(3) {
  order: 1;
  top: 175px;
  top: min(13.46vw, 175px);
}
.worry-list li:nth-child(4) {
  order: 4;
  top: 175px;
  top: min(13.46vw, 175px);
}
.worry-list p {
  margin-bottom: .5em;
}
.worry-list strong {
  color: #002d69;
  font-size: 30px;
  font-size: min(2.3vw, 30px);
  line-height: 1.4;
}
.worry-image {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 488px;
  width: min(37.53vw, 488px);
  z-index: 1;
}

/* study */

.study {
  padding-top: 100px;
  padding-top: min(7.69vw, 100px);
}
.study .wrapper {
  position: relative;
}
.study-head {
  font-size: 30px;
  font-size: min(2.3vw, 30px);
  margin-bottom: .25em;
}
.study-head span {
  border: 1px solid #000;
  display: inline-block;
  padding: .3em 1em;
}
.study-title {
  font-size: 42px;
  font-size: min(3.23vw, 42px);
  font-weight: 700;
  margin-bottom: 1.25em;
}
.study-title em {
  color: #df2143;
}
.study-title strong {
  font-size: 56px;
  font-size: min(4.3vw, 56px);
  font-weight: 900;
  padding-bottom: .2em;
}
.study-image1 {
  width: 384px;
  width: min(29.53vw, 384px);
}
.study-graph {
  position: absolute;
  right: -100px;
  right: max(-7.69vw, -100px);
  top: 0;
  width: 844px;
  width: min(64.92vw, 844px);
}
.study-body {
  background: url(../images/study-body.webp) no-repeat center center / cover;
  height: 607px;
  height: min(46.69vw, 607px);
}
.study-body .wrapper {
  padding-top: 180px;
  padding-top: min(13.84vw, 180px);
}
.study-arrow {
  left: 0;
  position: absolute;
  top: -64px;
  top: max(-4.92vw, -64px);
  width: 200px;
  width: min(15.38vw, 200px);
}
.study-body .study-head span {
  border-color: #fff;
  color: #fff;
}
.study-body .study-title {
  color: #fff;
}
.study-body .study-title em {
  color: #ffff64;
}
.study-list {
  align-items: stretch;
  display: flex;
  justify-content: flex-end;
}
.study-list.sp {
  display: none;
}
.study-list li {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
  display: flex;
  height: 300px;
  height: min(23.07vw, 300px);
  justify-content: center;
  margin-left: 25px;
  margin-left: min(1.92vw, 25px);
  padding: 10px;
  padding: min(.76vw, 10px);
  width: 300px;
  width: min(23.07vw, 300px);
}
.study-list div {
  align-items: center;
  border: 1px solid #df2143;
  border-radius: 50%;
  display: flex;
  font-size: 26px;
  font-size: min(2vw, 26px);
  font-weight: 700;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
  height: 100%;
  width: 100%;
}
.study-list img {
  width: 132px;
  width: min(10.15vw, 132px);
}
.study-list p {
  margin-bottom: .5em;
}
.study-foot {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 36px;
  padding-bottom: min(2.76vw, 36px);
  padding-top: 100px;
  padding-top: min(7.69vw, 100px);
}
.study-image2 {
  margin-left: 30px;
  margin-left: min(2.3vw, 30px);
  width: 496px;
  width: min(38.15vw, 496px);
}

/* point */

.point {
  background: url(../images/point.webp) no-repeat 0 0 / 100% 100%;
  padding-block: 70px;
  padding-block: min(5.38vw, 70px);
}
.point-head {
  text-align: center;
}
.point-head img {
  width: 426px;
  width: min(32.76vw, 426px);
}
.point-title {
  font-size: 42px;
  font-size: min(3.23vw, 42px);
  font-weight: 700;
  margin-bottom: 1.75em;
}
.point-title em {
  color: #df2143;
}
.point-title strong {
  font-size: 54px;
  font-size: min(4.15vw, 54px);
  font-weight: 900;
}
.point-list > li:nth-child(odd) {
  background: url(../images/point-list.webp) no-repeat top left / 50% 100%;
  height: 478.5px;
  height: min(30.67vw, 478.5px);
  margin-bottom: 170px;
  margin-bottom: min(10.89vw, 170px);
}
.point-list > li:nth-child(even) {
  background: url(../images/point-list.webp) no-repeat top right / 50% 100%;
  height: 545px;
  height: min(34.93vw, 545px);
  margin-bottom: 100px;
  margin-bottom: min(6.41vw, 100px);
}
.point-list > li .wrapper {
  max-width: 1360px;
  max-width: min(90%, 1360px);
  padding-top: 37px;
  padding-top: min(2.28vw, 37px);
  position: relative;
}
.point-list > li:nth-child(odd) .wrapper {
  background: url(../images/point-list-odd.webp) no-repeat top right / auto 478.5px;
  background-size: auto min(30.67vw, 478.5px);
}
.point-list > li:nth-child(even) .wrapper {
  background: url(../images/point-list-even.webp) no-repeat top left / auto 545px;
  background-size: auto min(34.93vw, 545px);
}
.point-body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-inline: 100px;
  padding-inline: min(7.36vw, 100px);
  position: relative;
  z-index: 20;
}
.point-image {
  position: relative;
  width: 572px;
  width: min(42.05vw, 572px);
}
.point-list > li:nth-child(even) .point-image {
  order: 1;
}
.point-image::before {
  bottom: -30px;
  bottom: max(-1.92vw, -30px);
  content: '';
  display: block;
  height: 128px;
  height: min(8.2vw, 128px);
  position: absolute;
  width: 786px;
  width: min(50.38vw, 786px);
  z-index: -1;
}
.point-list > li:nth-child(odd) .point-image::before {
  background: url(../images/point-image-ds1.webp) no-repeat 0 0 / 100%;
  left: 0;
}
.point-list > li:nth-child(even) .point-image::before {
  background: url(../images/point-image-ds2.webp) no-repeat 0 0 / 100%;
  right: 0;
}
.point-text {
  padding: 40px 40px 0 60px;
  padding: min(2.46vw, 40px) min(2.46vw, 40px) 0 min(3.7vw, 60px);
  width: 588px;
  width: min(43.23vw, 588px);
}
.point-point {
  margin-bottom: 1.5em;
}
.point-point span {
  background: #fff;
  color: #df2143;
  display: inline-block;
  font-family: 'Century Gothic', sans-serif;
  font-size: 34px;
  font-size: min(2.09vw, 34px);
  font-weight: bold;
  line-height: 1.4;
  padding: 0 .3em;
}
.point-name {
  color: #fff;
  font-size: 40px;
  font-size: min(2.46vw, 40px);
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: .5em;
}
.point-text ul {
  margin-bottom: 1em;
  margin-top: -1em;
}
.point-text p,
.point-text li {
  color: #fff;
  font-size: 22px;
  font-size: min(1.34vw, 22px);
}
.point-text li::before {
  color: #fff;
  content: '■';
  display: inline-block;
  transform: scale(.5, 1);
}
.point-text strong {
  color: #ffff64;
  font-weight: 700;
}
.point-arrow {
  bottom: -222px;
  bottom: max(-14.23vw, -222px);
  position: absolute;
  right: 460px;
  right: min(28vw, 460px);
  width: 21px;
  width: min(1.34vw, 21px);
  z-index: 10;
}

/* banner */

.banner {
  background: url(../images/banner.webp) no-repeat center center / cover;
  height: 980px;
  height: min(75.38vw, 980px);
  position: relative;
}
.banner-body {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 120px;
  padding-top: min(9.23vw, 120px);
}
.banner-image {
  margin-bottom: 24px;
  margin-bottom: min(1.84vw, 24px);
  position: relative;
  width: 750px;
  width: min(57.69vw, 750px);
}
.banner-button img {
  width: 700px;
  width: min(53.84vw, 700px);
}

/* lecturer */

.lecturer {
  padding-top: 148px;
  padding-top: min(11.38vw, 148px);
}
.lecturer-wrap {
  background: url(../images/lecturer.webp) no-repeat bottom left / 100% auto;
  height: 100%;
  padding-bottom: 120px;
  padding-bottom: min(9.23vw, 120px);
}
.lecturer-head {
  color: #0537ba;
  font-family: 'Century Gothic', sans-serif;
  font-size: 64px;
  font-size: min(4.92vw, 64px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: .1em;
  text-align: center;
}
.lecturer-title {
  font-size: 22px;
  font-size: min(1.69vw, 22px);
  letter-spacing: .1em;
  margin-bottom: 2em;
  text-align: center;
}
.lecturer-list {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  padding-top: 145px;
  padding-top: min(11.15vw, 145px);
}
.lecturer-list li {
  background: #fff;
  border-radius: 10px;
  border-radius: min(.76vw, 10px);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
  padding-top: 100px;
  padding-top: min(6.92vw, 90px);
  position: relative;
  width: 23.28%;
}
.lecturer-list li:nth-child(even) {
  top: 45px;
  top: min(3.46vw, 45px);
}
.lecturer-image {
  left: 0;
  position: absolute;
  top: -145px;
  top: max(-11.15vw, -145px);
  width: 100%;
}
.lecturer-image img {
  display: block;
  margin: auto;
  width: 80%;
}
.lecturer-name {
  align-items: center;
  border-bottom: 1px solid #646464;
  display: flex;
  font-size: 20px;
  font-size: min(1.53vw, 20px);
  font-weight: 700;
  justify-content: space-between;
  padding-left: 7%;
  width: 90%;
}
.lecturer-name strong {
  font-size: 28px;
  font-size: min(2.15vw, 28px);
  font-weight: 900;
  margin-right: .25em;
}
.lecturer-name em {
  color: #646464;
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  font-weight: 400;
}
.lecturer-list p {
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  line-height: 1.75;
  padding: 10px 20px 30px;
  padding: min(.76vw, 10px) min(1.53vw, 20px) min(2.3vw, 30px);
}

/* voice */

.voice {
  padding-top: 148px;
  padding-top: min(11.38vw, 148px);
}
.voice-wrap {
  background: url(../images/voice.webp) no-repeat bottom left / 100% auto;
  height: 100%;
  padding-bottom: 120px;
  padding-bottom: min(9.23vw, 120px);
}
.voice-head {
  color: #0537ba;
  font-family: 'Century Gothic', sans-serif;
  font-size: 64px;
  font-size: min(4.92vw, 64px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: .1em;
  text-align: center;
}
.voice-title {
  font-size: 22px;
  font-size: min(1.69vw, 22px);
  letter-spacing: .1em;
  margin-bottom: 2em;
  text-align: center;
}
.voice-list {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
.voice-list li {
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
  position: relative;
  width: 49%;
}
.voice-image {
  background: #c8c8c8;
  height: 385px;
  height: min(29.61vw, 385px);
  width: 100%;
}
.voice-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.voice-name {
  align-items: flex-end;
  border-bottom: 1px solid #646464;
  display: flex;
  font-size: 20px;
  font-size: min(1.53vw, 20px);
  font-weight: 700;
  height: 70px;
  height: min(5.38vw, 70px);
  justify-content: space-between;
  line-height: 1.4;
  margin-top: 1em;
  padding-bottom: .5em;
  padding-left: 5%;
  width: 95%;
}
.voice-name strong {
  font-size: 28px;
  font-size: min(2.15vw, 28px);
  font-weight: 900;
  margin-right: .25em;
}
.voice-name small {
  color: #646464;
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  font-weight: 400;
}
.voice-name em {
  background: #df2143;
  color: #fff;
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  font-weight: 700;
  padding: 0 1em .1em;
}
.voice-list p {
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  line-height: 1.75;
  padding: 20px 30px 40px;
  padding: min(1.53vw, 20px) min(2.3vw, 30px) min(3.07vw, 40px);
}

/* consult */

.consult {
  background: url(../images/consult.webp) no-repeat center center / cover;
  padding-block: 100px;
  padding-block: min(7.69vw, 100px);
}
.consult-head {
  color: #fff;
  font-size: 30px;
  font-size: min(2.3vw, 30px);
  margin-bottom: .25em;
  text-align: center;
}
.consult-head span {
  border: 1px solid #fff;
  display: inline-block;
  padding: .3em 1em;
}
.consult-title {
  color: #fff;
  font-size: 42px;
  font-size: min(3.23vw, 42px);
  font-weight: 700;
  margin-bottom: 2em;
  text-align: center;
}
.consult-title strong {
  font-size: 56px;
  font-size: min(4.3vw, 56px);
  font-weight: 900;
  padding-bottom: .2em;
}
.consult-button {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 110px;
  margin-bottom: min(8.46vw, 110px);
}
.consult-button a {
  display: block;
  width: 32%;
}
.consult-button img {
  filter: drop-shadow(0 13px 0 rgba(0, 0, 0, .3));
}
.consult-foot {
  color: #fff;
  font-size: 34px;
  font-size: min(2.61vw, 34px);
  font-weight: 700;
  margin-bottom: .75em;
  text-align: center;
}
.consult-tel {
  align-items: center;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  height: 182px;
  height: min(14vw, 182px);
  justify-content: center;
  margin: auto;
  width: 636px;
  width: min(48.92vw, 636px);
}
.consult-num {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: 'Century Gothic', sans-serif;
  font-size: 60px;
  font-size: min(4.61vw, 60px);
  font-weight: bold;
  justify-content: center;
}
.consult-num img {
  margin-right: .4em;
  width: 48px;
  width: min(3.69vw, 48px)
}
.consult-text {
  color: #fff;
  font-size: 18px;
  font-size: min(1.38vw, 18px);
  margin-bottom: 1.25em;
}
.consult-text span {
  background: #fff;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  margin-right: 1em;
  padding-inline: .5em;
}

/* faq */

.faq {
  padding-block: 100px;
  padding-block: min(7.69vw, 100px);
}
.faq .wrapper {
  padding-inline: 100px;
  padding-inline: min(7.69vw, 100px);
}
.faq-head {
  color: #df2143;
  font-family: 'Century Gothic', sans-serif;
  font-size: 64px;
  font-size: min(4.92vw, 64px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: .1em;
  text-align: center;
}
.faq-title {
  font-size: 22px;
  font-size: min(1.69vw, 22px);
  letter-spacing: .1em;
  margin-bottom: 70px;
  margin-bottom: min(5.38vw, 70px);
  text-align: center;
}
.faq-list dt {
  align-items: flex-start;
  border-bottom: 2px dotted #df2143;
  color: #df2143;
  display: flex;
  font-size: 28px;
  font-size: min(2.15vw, 28px);
  font-weight: 900;
  justify-content: flex-start;
  line-height: 1.5;
  margin-bottom: .5em;
  padding-bottom: .25em;
}
.faq-list dt::before {
  content: 'Q.';
  font-family: 'Century Gothic', sans-serif;
  font-size: 36px;
  font-size: min(2.76vw, 30px);
  font-weight: bold;
  line-height: 1.1;
  margin-right: .25em;
}
.faq-list dd {
  align-items: flex-start;
  display: flex;
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  justify-content: flex-start;
  line-height: 1.75;
  margin-bottom: 50px;
  margin-bottom: min(3.84vw, 50px);
}
.faq-list dd::before {
  color: #646464;
  content: 'A.';
  font-family: 'Century Gothic', sans-serif;
  font-size: 26px;
  font-size: min(2vw, 26px);
  font-weight: bold;
  line-height: 1.1;
  margin-right: .15em;
  position: relative;
  top: -.1em;
}
.faq-list dd strong {
  font-weight: 700;
}

/* access */

.access {
  background: #df2143;
  padding-block: 100px;
  padding-block: min(7.69vw, 100px);
}
.access-head {
  color: #fff;
  font-family: 'Century Gothic', sans-serif;
  font-size: 64px;
  font-size: min(4.92vw, 64px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: .1em;
  text-align: center;
}
.access-title {
  color: #fff;
  font-size: 22px;
  font-size: min(1.69vw, 22px);
  letter-spacing: .1em;
  margin-bottom: 70px;
  margin-bottom: min(5.38vw, 70px);
  text-align: center;
}
.access-body {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.access-text {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.access-name {
  background: #fff;
  color: #df2143;
  font-size: 22px;
  font-size: min(1.69vw, 22px);
  font-weight: 400;
  line-height: 1;
  padding: .5em 1em;
}
.access-text p {
  font-size: 18px;
  font-size: min(1.38vw, 18px);
  margin-top: 2em;
}
.access-text ul {
  line-height: 2;
  margin-top: 2em;
  width: 80%;
}
.access-text li {
  border-bottom: 1px dotted #fff;
  font-size: 16px;
  font-size: min(1.23vw, 16px);
}
.access-map iframe {
  height: 360px;
  height: min(27.69vw, 360px);
  width: 680px;
  width: min(52.3vw, 680px);
}

/* contact */

.contact {
  padding: 130px 0 60px;
  padding: min(10vw, 130px) 0 min(4.61vw, 60px);
}
.contact .wrapper {
  padding-inline: 100px;
  padding-inline: min(7.69vw, 100px);
}
.contact-head {
  color: #0537ba;
  font-family: 'Century Gothic', sans-serif;
  font-size: 64px;
  font-size: min(4.92vw, 64px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: .1em;
  text-align: center;
}
.contact-title {
  font-size: 22px;
  font-size: min(1.69vw, 22px);
  letter-spacing: .1em;
  margin-bottom: 2em;
  text-align: center;
}
.contact-body {
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
  margin-bottom: 80px;
  margin-bottom: min(6.15vw, 80px);
  padding: 80px;
  padding: min(6.15vw, 80px);
}
.contact-item {
  align-items: flex-start;
  border-bottom: 1px dotted #646464;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 28px;
  margin-bottom: min(2.15vw, 28px);
}
.contact-item:last-child {
  border: 0;
  margin-bottom: 0;
}
.contact-label {
  border: 1px solid transparent;
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  font-weight: 700;
  padding: .33em 0;
  position: relative;
  width: 37.5%;
}
.contact-label span.optional,
.contact-label span.required {
  border-radius: 9999px;
  color: #fff;
  font-size: 14px;
  font-size: min(1.07vw, 14px);
  line-height: 1;
  padding: .25em .75em;
  position: absolute;
  right: 50px;
  right: min(3.84vw, 50px);
  top: .55em;
}
.contact-label span.optional {
  background: #646464;
}
.contact-label span.required {
  background: #df2143;
}
.contact-input {
  padding-bottom: 28px;
  padding-bottom: min(2.15vw, 28px);
  width: 62.5%;
}
.contact-item:last-child .contact-input {
  padding-bottom: 0;
}
.contact-check,
.contact-radio {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  line-height: 2;
  padding-top: .33em;
}
.contact-input input[type='checkbox'],
.contact-input input[type='radio'] {
  appearance: auto;
  border-radius: 0;
  height: 16px;
  height: min(1.23vw, 16px);
  margin-right: 7px;
  margin-right: min(.77vw, 7px);
  width: 16px;
  width: min(1.23vw, 16px);
}
.contact-check .wpcf7-list-item,
.contact-check .mwform-checkbox-field,
.mw_wp_form .contact-check .horizontal-item + .horizontal-item {
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  margin: 0;
  width: 50%;
}
.contact-radio .wpcf7-list-item,
.contact-radio .mwform-radio-field,
.mw_wp_form .contact-radio .horizontal-item + .horizontal-item {
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  margin: 0;
  width: 25%;
}
.contact-input input[type='text'],
.contact-input input[type='tel'],
.contact-input input[type='email'],
.contact-input textarea {
  border: 1px solid #646464;
  border-radius: 4px;
  border-radius: min(.3vw, 4px);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  padding: .33em 1em;
  width: 85%;
}
.contact-input textarea {
  height: 120px;
  height: min(9.23vw, 120px);
  width: 100%;
}
.contact-input input::placeholder {
  color: #c8c8c8;
}
.contact-foot {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contact-foot .contact-label {
  margin-bottom: .5em;
  width: 100%;
}
.contact-foot input[type='checkbox'] {
  appearance: auto;
  height: 18px;
  height: min(1.38vw, 18px);
  margin-right: 1em;
  width: 18px;
  width: min(1.38vw, 18px);
}
.contact-foot .contact-label,
.contact-foot .contact-label > p {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-size: min(1.53vw, 20px);
  justify-content: center;
  width: 100%;
}
.contact-foot .mwform-checkbox-field-text {
  font-weight: 700;
}
.contact-foot .contact-label span.required {
  margin-left: 1em;
  position: static;
}
.contact-foot > p,
.mw_wp_form_complete > p {
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  margin-bottom: 1.5em;
  text-align: center;
}
.contact-foot > p.link {
  font-size: 14px;
  font-size: min(1.07vw, 14px);
  margin-bottom: 4em;
}
.contact-foot a {
  color: #0537ba;
  text-decoration: underline;
}
.contact-foot a:hover {
  text-decoration: none;
}
.contact-submit {
  position: relative;
}
.contact-submit input[type='submit'] {
  background: url(../images/contact-submit.webp) no-repeat 0 0 / 100% 100%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 118px;
  height: min(9.07vw, 118px);
  width: 700px;
  width: min(53.84vw, 700px);
}
.contact-logo {
  margin: 80px auto 0;
  margin: min(6.15vw, 80px) auto 0;
  width: 246px;
  width: min(18.92vw, 246px);
}
.contact .wpcf7-list-item {
  margin: 0;
}
.contact .wpcf7-not-valid-tip,
.contact .mw_wp_form .error {
  font-size: 14px;
  font-size: min(1.07vw, 14px);
  width: 100%;
}
.contact .mw_wp_form .contact-foot .error {
  margin-left: 1em;
  order: 1;
  width: auto;
}
.contact .wpcf7 form.invalid .wpcf7-response-output,
.contact .wpcf7 form.sent .wpcf7-response-output {
  border: 0;
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  margin: 1em 0 0;
  padding: 0;
  text-align: center;
}
.contact .wpcf7 form.invalid .wpcf7-response-output {
  color: #0537ba;
}
.contact .wpcf7 form.sent .wpcf7-response-output {
  color: #df2143;
}
.contact .wpcf7-spinner {
  background: transparent;
  left: 24px;
  left: min(1.84vw, 24px);
  margin: 0;
  position: absolute;
  top: calc(50% - 3.5px);
  top: max(calc(50% - .26vw), (50% - 3.5px));
  transform: translateY(-50%);
}
.contact .wpcf7-spinner::before {
  background: #fff;
}

/* privacy */

.privacy {
  padding: 80px 0 60px;
  padding: min(6.15vw, 80px) 0 min(4.61vw, 60px);
}
.privacy-head {
  font-size: 30px;
  font-size: min(2.3vw, 30px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 1em;
  text-align: center;
}
.privacy-text {
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  line-height: 1.75;
  margin-bottom: 3em;
  padding-inline: 100px;
  padding-inline: min(7.69vw, 100px);
}
.privacy-body {
  background: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
  margin-bottom: 80px;
  margin-bottom: min(6.15vw, 80px);
  padding: 70px 100px;
  padding: min(5.38vw, 70px) min(7.69vw, 100px);
}
.privacy-item {
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  margin-bottom: 4em;
}
.privacy-item h3 {
  border-bottom: 2px dotted #000;
  font-size: 22px;
  font-size: min(1.69vw, 22px);
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: .75em;
  padding-bottom: .25em;
}
.privacy-item p {
  line-height: 1.75;
  margin-bottom: 2em;
}
.privacy-item:last-child,
.privacy-item p:last-child {
  margin-bottom: 0;
}

/* -------------------------------------------------- */
/* footer */

.footer {
  background: #fff;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, .3);
  height: 90px;
  height: min(4.68vw, 90px);
  width: 100%;
}
.footer .wrapper {
  height: 100%;
}
.footer small {
  align-items: center;
  color: #df2143;
  display: flex;
  font-size: 16px;
  font-size: min(1.23vw, 16px);
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: 0;
}
.footer small a {
  color: #df2143;
  text-decoration: underline;
}
.footer small a:hover {
  text-decoration: none;
}
