@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}

ol, ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: 0 0;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=button][disabled], [type=reset][disabled], [type=submit][disabled], button[disabled] {
  cursor: default;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

fieldset, option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: 0;
}

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

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

[hidden], template {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: auto;
  color: #423736;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.55;
  position: relative;
  overflow-x: hidden;
  background: #e8cea7;
}
@media screen and (max-width: 767px) {
  body {
    background: none;
    font-size: 3.6vw;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  .__pc {
    display: none !important;
  }
}

.__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .__sp {
    display: inherit;
  }
}

a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bg {
  background: #fff;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bg {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 767px) {
  .bg {
    padding: 0;
  }
}

h2 img {
  margin: auto;
}

.lead-inner {
  margin: 5rem 10rem;
}
@media screen and (max-width: 767px) {
  .lead-inner {
    margin: 8vw;
  }
}
.lead-inner a:hover {
  opacity: 0.6;
}

.about {
  background: url("./images/about_bg.png") no-repeat;
  background-size: cover;
  padding: 5.6rem 0;
}
@media screen and (max-width: 767px) {
  .about {
    background: #e3e0e0;
    padding: 3.333vw 4vw 4vw;
  }
}
.about-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 5.9rem 0;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #465ca2;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .about-inner {
    background: #fff;
    padding: 5.333vw;
    font-size: 4vw;
  }
}
.about-inner h2 {
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .about-inner h2 {
    margin-bottom: 5.333vw;
  }
}
.about-lead {
  text-align: center;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .about-lead {
    text-align: start;
    margin-bottom: 11.2vw;
  }
}
.about-lead span {
  color: #465ca2;
  background: top left/1em 0.5em repeat-x radial-gradient(circle, #465ca2 0.15em, rgba(0, 0, 0, 0) 0.15em);
  padding-top: 0.4em; /* これで文字列との間隔を微調整できます */
}
.about-subject {
  max-width: 600px;
  margin: auto;
  background: rgba(248, 208, 40, 0.35);
  outline: 2px dashed rgba(70, 92, 162, 0.5);
  outline-offset: -9px;
  border-radius: 20px;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .about-subject {
    padding: 0 4vw;
  }
}
@media screen and (max-width: 767px) {
  .about-subject {
    padding: 0;
  }
}
.about-subject ul {
  padding: 3.2rem 8.7rem;
}
@media screen and (max-width: 767px) {
  .about-subject ul {
    padding: 6.4vw 0 6.4vw 4.667vw;
  }
}
.about-subject ul li {
  color: #465ca2;
}
@media screen and (max-width: 767px) {
  .about-subject ul li {
    font-size: 3.733vw;
  }
}
.about-closing {
  text-align: center;
}
.about .deco {
  position: absolute;
  left: -2rem;
  bottom: -3.8rem;
}
@media screen and (max-width: 767px) {
  .about .deco {
    position: static;
    margin: 10.4vw auto 0;
    width: 31.867vw;
  }
}

.overview {
  padding: 9.6rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 9.333vw 0 8.667vw;
  }
}
.overview-inner {
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .overview-inner {
    padding: 0 4vw;
  }
}
.overview-inner h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .overview-inner h2 {
    margin-bottom: 5.333vw;
  }
}
.overview-inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.8rem;
}
@media screen and (max-width: 767px) {
  .overview-inner dl {
    row-gap: 2.667vw;
  }
}
.overview-inner dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .overview-inner dl div {
    font-size: 3.6vw;
    -webkit-column-gap: 2.667vw;
       -moz-column-gap: 2.667vw;
            column-gap: 2.667vw;
  }
}
.overview-inner dl div dt {
  font-weight: 500;
  width: 12rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  letter-spacing: 0.05em;
  background: rgba(113, 167, 216, 0.2);
}
@media screen and (max-width: 767px) {
  .overview-inner dl div dt {
    width: 21.333vw;
    height: 5.333vw;
  }
}
.overview-inner dl div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.overview-inner dl div dd .check {
  display: block;
  font-size: 1.4rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .overview-inner dl div dd .check {
    font-size: 2.4vw;
  }
}
.overview-inner dl div dd .check a {
  color: #385ca6;
  text-decoration: underline;
}

.apply {
  padding: 3rem 0;
  background: rgba(255, 188, 19, 0.1);
}
@media screen and (max-width: 767px) {
  .apply {
    padding: 6.667vw 0 5.6vw;
  }
}
.apply-inner {
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .apply-inner {
    padding: 0 4vw;
  }
}
.apply-inner h2 {
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 767px) {
  .apply-inner h2 {
    margin-bottom: 5.067vw;
  }
}
.apply-inner .prepend-head {
  font-size: 2rem;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .apply-inner .prepend-head {
    margin: 0 2.667vw;
    font-size: 3.6vw;
    margin-bottom: 5.333vw;
  }
}
.apply-inner .terms {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .apply-inner .terms {
    margin-bottom: 5.333vw;
  }
}
.apply-inner .terms dl {
  background: #fff;
}
.apply-inner .terms dl dt {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .apply-inner .terms dl dt {
    font-size: 3.6vw;
    padding: 4.267vw;
  }
}
.apply-inner .terms dl dt i {
  width: 24px;
  height: 24px;
}
.apply-inner .terms dl dt i img.rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.apply-inner .terms dl dd {
  border-top: 1px solid #423736;
  display: none;
  padding: 20px 25px;
}
@media screen and (max-width: 767px) {
  .apply-inner .terms dl dd {
    padding: 5.333vw 6.667vw;
  }
}
.apply-inner .terms dl dd span {
  display: block;
  text-align: right;
}
.apply-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .apply-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw 0;
    margin: 0 6vw 6vw;
  }
}
.apply-btns a:hover {
  opacity: 0.6;
}
.apply-btns a img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.apply-notes {
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  color: #e2380a;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .apply-notes {
    font-size: 2.933vw;
    letter-spacing: normal;
    text-align: left;
  }
}

.official-text {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .official-text {
    padding: 8vw 0 8.667vw;
  }
}
.official-text-inner {
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .official-text-inner {
    padding: 0 4vw;
  }
}
.official-text-inner h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .official-text-inner h2 {
    margin-bottom: 5.333vw;
  }
}
.official-text-image-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .official-text-image-list {
    grid-template-columns: 1fr;
    gap: 15px 0;
    margin: 0 45px 30px;
  }
}
.official-text-desc {
  text-align: center;
}
.official-text-desc .head {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .official-text-desc .head {
    font-size: 4vw;
    margin-bottom: 4.267vw;
  }
}
.official-text-desc .main {
  font-size: 1.8rem;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .official-text-desc .main {
    font-size: 3.6vw;
    margin-bottom: 6.667vw;
  }
}
.official-text-desc .notes {
  font-size: 1.8rem;
  color: #e2380a;
}
@media screen and (max-width: 767px) {
  .official-text-desc .notes {
    font-size: 2.933vw;
  }
}

.benefits {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .benefits {
    margin-bottom: 8.533vw;
  }
}
.benefits-inner {
  max-width: 725px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .benefits-inner {
    padding: 0 4vw;
  }
}
.benefits-inner h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .benefits-inner h2 {
    margin-bottom: 5.333vw;
  }
}
.benefits-image {
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .benefits-image {
    margin: 0 auto 4.667vw;
  }
}
.benefits-desc {
  padding: 0 4.8rem;
}
@media screen and (max-width: 767px) {
  .benefits-desc {
    padding: 0;
  }
}
.benefits-desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .benefits-desc ul {
    row-gap: 3.333vw;
  }
}
.benefits-desc ul li {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .benefits-desc ul li {
    font-size: 3.6vw;
  }
}
.benefits-desc ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .benefits-desc ul li div {
    -webkit-column-gap: 1.067vw;
       -moz-column-gap: 1.067vw;
            column-gap: 1.067vw;
  }
}
.benefits-desc ul li div i {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: 767px) {
  .benefits-desc ul li div i img {
    width: 5.067vw;
  }
}
.benefits-desc ul li div span.__em {
  color: #385ca6;
}
.benefits-desc ul li div .notes {
  display: block;
  margin-top: 1.4rem;
  font-size: 1.6rem;
}
.benefits-desc ul li div .notes a {
  color: #385ca6;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .benefits-desc ul li div .notes {
    margin-top: 2.667vw;
    font-size: 2.667vw;
  }
}

.benefits {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .benefits {
    margin-bottom: 8.533vw;
  }
}
.benefits-inner {
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .benefits-inner {
    padding: 0 4vw;
  }
}
.benefits-inner h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .benefits-inner h2 {
    margin-bottom: 5.333vw;
  }
}

.supervisor {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .supervisor {
    margin-bottom: 14.667vw;
  }
}
.supervisor-inner {
  max-width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .supervisor-inner {
    padding: 0 4vw;
  }
}
.supervisor-inner h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .supervisor-inner h2 {
    margin-bottom: 5.333vw;
  }
}
.supervisor-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .supervisor-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.667vw 0;
  }
}
.supervisor-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .supervisor-text {
    margin: 0 6vw;
  }
}
.supervisor-text .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.7rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .supervisor-text .name {
    row-gap: 1.467vw;
    margin-bottom: 4.8vw;
  }
}
.supervisor-text .name .position {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .supervisor-text .name .position {
    font-size: 3.467vw;
  }
}
.supervisor-text .name .main {
  font-size: 2.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.7rem;
}
@media screen and (max-width: 767px) {
  .supervisor-text .name .main {
    font-size: 4.8vw;
    row-gap: 0.533vw;
  }
}
.supervisor-text .name .main .en {
  font-size: 1.4rem;
  color: #385ca6;
}
.supervisor-text .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .supervisor-text .profile {
    row-gap: 6vw;
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767px) {
  .supervisor-image img {
    margin: auto;
    width: 40vw;
  }
}

.ambassador {
  background: rgba(113, 167, 216, 0.5);
  padding: 4rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .ambassador {
    padding: 9.333vw 4vw 10.667vw;
  }
}
.ambassador-inner {
  max-width: 920px;
  margin: auto;
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 10rem 8.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ambassador-inner {
    padding: 13.333vw 6vw;
  }
}
.ambassador-inner:after {
  content: "";
  background: url("./images/ambassador_deco.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 14.6rem;
}
@media screen and (max-width: 767px) {
  .ambassador-inner:after {
    background: url("./images/ambassador_deco_sp.png") no-repeat;
    background-size: 100% auto;
    height: 17.867vw;
  }
}
.ambassador-inner h2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .ambassador-inner h2 {
    margin-bottom: 4vw;
  }
}
.ambassador-lead {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .ambassador-lead {
    margin-bottom: 6vw;
  }
  .ambassador-lead span {
    font-size: 2.933vw;
  }
}
.ambassador-content {
  position: relative;
}
.ambassador-content:not(:last-of-type) {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .ambassador-content:not(:last-of-type) {
    margin-bottom: 9.333vw;
  }
}
.ambassador-content h3 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .ambassador-content h3.__1 img {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  .ambassador-content h3.__2 img {
    width: 29.467vw;
  }
}
@media screen and (max-width: 767px) {
  .ambassador-content h3.__3 img {
    width: 71.333vw;
  }
}
@media screen and (max-width: 767px) {
  .ambassador-content h3 {
    margin-bottom: 7.333vw;
  }
}
.ambassador-content h3 img {
  margin: auto;
}
.ambassador-content .deco01,
.ambassador-content .deco02,
.ambassador-content .deco03 {
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .ambassador-content .deco01,
  .ambassador-content .deco02 {
    width: 23.2vw;
  }
}
.ambassador-content .deco01 {
  top: 8.5rem;
  right: -8.5rem;
}
@media screen and (max-width: 767px) {
  .ambassador-content .deco01 {
    top: 13.333vw;
    right: -10vw;
  }
}
.ambassador-content .deco02 {
  top: 69rem;
  left: -8.5rem;
}
@media screen and (max-width: 767px) {
  .ambassador-content .deco02 {
    top: 160vw;
    left: -10vw;
  }
}
@media screen and (max-width: 767px) {
  .ambassador-content .deco03 {
    width: 26vw;
  }
}
.ambassador-content:last-of-type .deco02 {
  top: 75rem;
}
.ambassador-content:last-of-type .deco03 {
  right: -7.5rem;
  bottom: -6rem;
}
@media screen and (max-width: 767px) {
  .ambassador-content:last-of-type .deco03 {
    right: -2.667vw;
    bottom: -4.667vw;
  }
}
.ambassador-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem 2.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ambassador-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5.333vw 4vw;
  }
}
.ambassador-list:after {
  content: "";
  background: url("./images/ambassador_ttl_under.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -4rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1rem;
}
@media screen and (max-width: 767px) {
  .ambassador-list:after {
    background: url("./images/ambassador_ttl_under_sp.png") no-repeat;
    background-size: 100% auto;
    top: -5.333vw;
    height: 2vw;
  }
}
.ambassador-item {
  text-align: center;
}
.ambassador-item img {
  margin: 0 auto 1.8rem;
}
@media screen and (max-width: 767px) {
  .ambassador-item img {
    margin: 0 auto 2vw;
  }
}
.ambassador-item p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .ambassador-item p {
    font-size: 3.6vw;
    line-height: 1;
  }
}
.ambassador-item a {
  color: #385ca6;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .ambassador-item a {
    font-size: 2.667vw;
  }
}

.instagram {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .instagram {
    margin-top: 14vw;
  }
}
.instagram-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .instagram-inner {
    -webkit-column-gap: 10.4vw;
       -moz-column-gap: 10.4vw;
            column-gap: 10.4vw;
  }
}
.instagram-text {
  padding-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .instagram-text {
    padding-top: 3.333vw;
  }
}
.instagram-text p {
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .instagram-text p {
    font-size: 3.467vw;
  }
}
.instagram-text p:after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -2.6rem;
  background: url("./images/insta_deco.png") no-repeat;
  background-size: contain;
  display: block;
  width: 4.3rem;
  height: 3.5rem;
}
@media screen and (max-width: 767px) {
  .instagram-text p:after {
    top: -3.733vw;
    left: -6.267vw;
    aspect-ratio: 43/35;
    width: 8.267vw;
  }
}
.instagram-text a {
  font-size: 2.6rem;
  font-weight: 700;
  text-decoration: underline;
  color: #385ca6;
}
@media screen and (max-width: 767px) {
  .instagram-text a {
    font-size: 5.2vw;
  }
}
@media screen and (max-width: 767px) {
  .instagram-image img {
    width: 22.933vw;
  }
}

.contact {
  padding: 6.2rem 11.5rem;
  border-top: 7px solid #e8cea7;
  background: #385ca6;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact {
    padding: 7.333vw 4vw 13.333vw;
  }
}
.contact h2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contact h2 {
    margin-bottom: 2vw;
  }
  .contact h2 img {
    width: 34.8vw;
  }
}
.contact p {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .contact p {
    font-size: 3.867vw;
    margin-bottom: 2.667vw;
  }
}
.contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.7rem;
  max-width: 545px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contact dl {
    row-gap: 1.333vw;
  }
}
.contact dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .contact dl div {
    font-size: 2.667vw;
  }
}
.contact dl div dt {
  width: 12.6rem;
  -moz-text-align-last: justify;
       text-align-last: justify; /* Chrome・Firefox用 */
  text-justify: inter-ideograph; /* IE・Edge用 */
}
@media screen and (max-width: 767px) {
  .contact dl div dt {
    width: 18.667vw;
  }
}
.contact dl div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact dl div dd a[href^="mailto:"] {
  text-decoration: underline;
}
.contact dl div dd a[href^="tel:"] {
  font-weight: 700;
  color: #e8cea7;
}

.footer {
  padding: 6.5rem 0 8.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 3.6vw 0 4vw;
    background: #fff;
    font-size: 2.667vw;
  }
}