@charset "UTF-8";
@import url("https://use.typekit.net/aqs4yuf.css");
@font-face {
  font-family: "MyYuMinchoC";
  src: local("YuMincho-Demibold"), local("YuMincho Demibold");
  /* for Mac */
}
main {
  background-color: #FFF;
}
main h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
main h3 span {
  white-space: nowrap;
  display: inline-block;
}
main h3 span:nth-child(1) {
  color: #05388D;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
}
main h3 span:nth-child(2) {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: 0 0 0 20px;
}
main .visual {
  width: 100%;
  margin: 0px;
  position: relative;
  overflow: hidden;
}
main .visual img.sp {
  display: none;
}
main .visual .imgs {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
main .visual .imgs div {
  width: 50%;
}
main .visual .ph {
  width: 100%;
}
main .visual .phset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
main .visual .phset > div {
  width: 50%;
}
main .visual .combo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
main .visual .combo .text {
  width: 50%;
}
main .visual .combo .text .title {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #102D5D;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
main .visual .combo .text .title h3 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4.8rem;
  font-weight: 100;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 40px;
}
main .visual .combo .text .title h4 {
  color: #FFF;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
main .visual .combo .ph {
  width: 50%;
}
main .visual .photoset {
  width: 100%;
  height: calc((100vw - 300px) * 0.6666);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
main .visual .photoset .text .title {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #f6f6f9;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
main .visual .photoset .text .title h3 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 5rem;
  font-weight: 100;
  line-height: 7.4rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  white-space: nowrap;
  margin-bottom: 40px;
}
main .visual .photoset .text .title h4 {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
main .visual .photoset .ph1 {
  width: 55%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .visual .photoset .ph1 .image {
  width: 100%;
  height: 100%;
}
main .visual .photoset .ph1 .title {
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #f6f6f9;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
main .visual .photoset .ph1 .title h3 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 5rem;
  font-weight: 100;
  line-height: 7.4rem;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  white-space: nowrap;
  margin-bottom: 40px;
}
main .visual .photoset .ph1 .title h4 {
  color: #111;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
main .visual .photoset .ph2 {
  width: 45%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
main .visual .photoset .ph2 img {
  display: none;
}
main .visual .catch {
  text-align: left;
  width: 100%;
  padding: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
}
main .visual .catch div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .visual .catch div h3 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 6rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
main .visual .catch div h4 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .visual::after {
  content: "INTERVIEW";
  color: #FFF;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 10rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  position: absolute;
  right: 0px;
  bottom: -1.75rem;
  opacity: 0.25;
  z-index: 1;
}
main .visual.mb {
  margin-bottom: 40px;
}
main .visual.tt .catch {
  height: 100%;
  background: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .visual.tt .catch div {
  text-align: center;
}
main .visual.tt .catch div p {
  width: 400px;
  margin: 0 auto 20px auto;
}
main .visual.tt .catch div h3 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 6rem;
  letter-spacing: 0.5em;
  justify-content: center;
}
main .visual.tt .catch div h4 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 0.1em;
}
main .visual.tt2 .catch {
  height: 100%;
  background: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
main .visual.tt2 .catch div {
  text-align: left;
}
main .visual.tt2 .catch div p {
  width: 400px;
  margin: 0 auto 20px auto;
}
main .visual.tt2 .catch div h3 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-shadow: #111 0 0 10px;
  position: relative;
}
main .visual.tt2 .catch div h4 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0em;
}
main .lead {
  padding: 40px;
  margin-bottom: 80px;
  background-color: #4EA6D5;
}
main .lead p {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  text-align: left;
}
main .lead p:not(:last-child) {
  margin-bottom: 20px;
}
main .intro {
  text-align: left;
  padding: 40px;
  background-color: #c0cde2;
}
main .intro:not(:last-child) {
  margin-bottom: 40px;
}
main .intro.nm {
  margin-bottom: 0px;
}
main .intro p {
  color: #102D5D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
}
main .intro p:not(:last-child) {
  margin-bottom: 20px;
}
main .intro .text {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0 60px;
}
main .intro .text > div:nth-child(1) {
  width: calc(100% - 300px);
}
main .intro .text > div:nth-child(1) h4 {
  color: #102D5D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
main .intro .text > div:nth-child(2) {
  width: 240px;
}
main .profile {
  padding: 40px;
  margin-bottom: 80px;
  background-color: #4EA6D5;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
main .profile h3 {
  color: #FFF;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.05em;
  position: absolute;
  left: -8rem;
  top: calc(50% - 4rem);
  transform: rotate(90deg);
  opacity: 0.2;
}
main .profile dl {
  text-align: left;
  width: 25%;
}
main .profile dl:not(:first-child) {
  margin-left: 40px;
}
main .profile dl dt {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
main .profile dl dd {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .profile.nm {
  margin-bottom: 0px;
}
main .profile.tt {
  padding: 40px 40px 40px 80px;
  background-color: #4EA6D5;
}
main .profile.tt.type2 {
  background-color: #102D5D;
}
main .profile.tt.type2 dl dt {
  color: #FFF;
  font-weight: 600;
}
main .profile.tt.type2 dl dd {
  color: #FFF;
}
main .profile.tt.type3 {
  background-color: #102D5D;
}
main .profile.tt.type3 dl {
  width: calc((100% - 240px) / 2);
}
main .profile.tt.type3 dl dt {
  color: #FFF;
  font-weight: 600;
  line-height: 1.5;
}
main .profile.tt.type3 dl dd {
  color: #FFF;
}
main .profile.tt h3 {
  opacity: 1;
}
main .profile.tt dl {
  width: calc((100% - 120px) / 4);
}
main .profile.tt dl dt {
  color: #111;
}
main .profile.tt dl dd {
  color: #111;
}
main .profile.tt dl.single {
  width: 60%;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .profile.tt dl.single dt {
  width: calc(35% - 20px);
}
main .profile.tt dl.single dd {
  width: 65%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .profile.tt dl.single dd p:nth-child(1) {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
main .profile.tt dl.single dd p:nth-child(2) {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
}
main .interview {
  width: calc(100% - 80px);
  margin: 0 auto 80px auto;
}
main .interview h3 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  padding: 20px;
  background-color: #05388D;
  justify-content: center;
}
main .interview h3:not(:last-child) {
  margin-bottom: 40px;
}
main .interview h4 {
  color: #05388D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .interview h4 + p:not(:last-child) {
  margin-bottom: 40px;
}
main .interview h4::before {
  content: "";
  width: 2rem;
  height: 2px;
  background-color: #05388D;
  margin: 0 20px 0 0;
}
main .interview h4.q {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .interview h4.q::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #102D5D;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
main .interview h4.q span {
  color: #102D5D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  width: calc(100% - 50px);
}
main .interview h4.q + p {
  padding-left: 50px;
}
main .interview h5 {
  color: #05388D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.2rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: left;
  margin-bottom: 20px;
}
main .interview p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0em;
  text-align: left;
}
main .interview p:not(:last-child) {
  margin-bottom: 20px;
}
main .interview p:not(:last-child).mb {
  margin-bottom: 40px;
}
main .interview p.mb {
  margin-bottom: 40px;
}
main .interview p span {
  font-size: 1.4rem;
}
main .interview dl {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .interview dl:not(:last-child) {
  margin-bottom: 20px;
}
main .interview dl.mb {
  margin-bottom: 40px;
}
main .interview dl dt {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 80px;
  padding: 10px;
  border-radius: 3px;
  background-color: #102D5D;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
main .interview dl dt.blk {
  background-color: #111;
}
main .interview dl dt.orange {
  background-color: #ff6633;
}
main .interview dl dd {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0em;
  width: calc(100% - 100px);
}
main .interview.tt h4 {
  color: #102D5D;
  margin-bottom: 20px;
}
main .interview.tt2 h4 {
  color: #102D5D;
  margin-bottom: 20px;
}
main .interview.tt2 dl dt {
  width: 120px;
}
main .interview.tt2 dl dd {
  width: calc(100% - 140px);
}
main .interview .paragraph {
  width: 100%;
}
main .interview .paragraph:not(:last-child) {
  margin-bottom: 80px;
}
main .interview .paragraph.set {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .interview .paragraph.set .text {
  width: calc(100% - 340px);
}
main .interview .paragraph.set .ph {
  width: 300px;
}
main .interview .column {
  width: 100%;
  background-color: #dfe6f1;
  padding: 40px;
}
main .interview .column:not(:last-child) {
  margin-bottom: 80px;
}
main .interview .column .intro {
  width: 100%;
  padding: 0px;
  background-color: transparent;
}
main .interview .column .intro h4 {
  color: #05388D;
}
main .interview .column .intro p {
  color: #05388D;
  font-weight: 600;
}
main .interview .column .set {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}
main .interview .column .set:not(:last-child) {
  margin-bottom: 40px;
}
main .interview .column .set .text {
  width: calc(100% - 380px - 20px);
}
main .interview .column .set .text h5 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .interview .column .set .text dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .interview .column .set .text dl dt {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  background-color: transparent;
  justify-content: flex-start;
  width: 100%;
  padding: 0px;
  margin: 0 0 10px 0;
}
main .interview .column .set .text dl dd p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
}
main .interview .column .set .text dl dd p:not(:last-child) {
  margin-bottom: 10px;
}
main .interview .column .set .img {
  width: 380px;
}
main .interview .column .set2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .interview .column .set2 .text {
  width: 100%;
}
main .interview .column .set2 .text h5 {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .interview .column .set2 .photos {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
main .interview .column .set2 .photos > div {
  width: calc((100% - 40px) / 3);
}
main .interview .purpose {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .interview .purpose h3 {
  color: #00479d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  background-color: transparent;
  padding: 0px;
}
main .interview .purpose .box {
  width: 100%;
  padding: 40px 80px;
  border: solid 2px #00479d;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main .interview .purpose .box:not(:last-child) {
  margin-bottom: 40px;
}
main .interview .purpose .box h4 {
  background-color: #dae000;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .interview .purpose .box h4::before {
  content: none;
}
main .interview .purpose .box h4 span {
  color: #00479d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
main .interview .purpose .box h6 {
  color: #ea5532;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0em;
  font-feature-settings: "palt";
}
main .interview .purpose .box h6:not(:last-child) {
  margin-bottom: 40px;
}
main .interview .purpose .box dl {
  width: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .interview .purpose .box dl dt {
  color: #00479d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  background-color: #dae000;
  padding: 8px;
}
main .interview .purpose .box dl dt:not(:last-child) {
  margin-bottom: 16px;
}
main .interview .purpose .box dl dd {
  width: 100%;
}
main .interview .purpose .box dl dd p {
  color: #00479d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0em;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .interview .purpose .box dl dd p:not(:last-child) {
  margin-bottom: 5px;
}
main .interview .purpose .box dl dd p::before {
  content: "・";
  display: inline-block;
}
main .interview .purpose .box .values > div {
  width: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .interview .purpose .box .values > div dl {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 0 16px;
}
main .interview .purpose .box .values > div dl dt {
  color: #00479d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  width: 280px;
  background-color: #dae000;
  padding: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}
main .interview .purpose .box .values > div dl dt:not(:last-child) {
  margin-bottom: 0px;
}
main .interview .purpose .box .values > div dl dd {
  width: auto;
}
main .interview .combo {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .interview .combo:not(:last-child) {
  margin-bottom: 40px;
}
main .interview .combo .text {
  width: calc(60% - 20px);
}
main .interview .combo .photo {
  width: calc(40% - 20px);
}
main .interview .mix {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .interview .mix:not(:last-child) {
  margin-bottom: 40px;
}
main .interview .mix > div:nth-child(1) {
  width: calc(65% - 20px);
}
main .interview .mix > div:nth-child(2) {
  width: calc(35% - 20px);
}
main .interview .photo {
  width: 100%;
  position: relative;
}
main .interview .photo:not(:last-child) {
  margin-bottom: 40px;
}
main .interview .photo p {
  color: #05388D;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  width: 400px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
main .interview .photoset {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .interview .photoset div {
  width: calc(50% - 20px);
}
main .interview .photoset:not(:last-child) {
  margin-bottom: 40px;
}
main .interview .myprof {
  width: 100%;
  padding: 40px;
  background-color: #F6F6F6;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
main .interview .myprof .pt {
  text-align: left;
  width: calc(100% - 400px);
}
main .interview .myprof .pt h5 {
  color: #111;
  margin-bottom: 20px;
}
main .interview .myprof .pt table {
  width: 100%;
  margin-bottom: 20px;
  border-top: solid 1px #CCC;
}
main .interview .myprof .pt table tr th {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.4rem;
  letter-spacing: 0em;
  width: 20%;
  padding: 10px 10px 10px 0;
  border-bottom: solid 1px #CCC;
  box-sizing: border-box;
}
main .interview .myprof .pt table tr td {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  width: 80%;
  padding: 10px 0 10px 10px;
  border-bottom: solid 1px #CCC;
  box-sizing: border-box;
}
main .interview .myprof .pt p {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
}
main .interview .myprof .pp {
  width: 360px;
}
main .interview .etc {
  width: 100%;
  padding: 40px;
  background-color: #c0cde2;
  border-radius: 5px;
}
main .interview .etc h4 {
  color: #FFF;
  font-family: futura-pt-bold, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 0 40px 0;
}
main .interview .etc h4::before {
  content: none;
}
main .interview .etc h5 {
  color: #2B4E88;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .interview .etc p {
  margin: 0px;
}
main .interview .etc p:not(:last-child) {
  margin-bottom: 20px;
}
main .link {
  width: calc(100% - 80px);
  padding-top: 79px;
  margin: 0 auto 40px auto;
  border-top: solid 1px #111;
}
main .link ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .link ul li {
  width: 25%;
  padding: 1px;
  box-sizing: border-box;
}
main .link ul li a {
  width: 100%;
  height: calc((100vw - 390px) / 4);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transition: all 0.25s ease-in 0s;
  display: block;
}
main .link ul li a dl {
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.25s ease-in 0s;
  opacity: 0;
}
main .link ul li a dl dt {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0em;
  margin-bottom: 10px;
  text-shadow: 0 0 5px #000;
}
main .link ul li a dl dd {
  color: #FFF;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-shadow: 0 0 5px #000;
}
main .link ul li a:hover {
  background-size: 105% auto;
}
main .link ul li a:hover dl {
  opacity: 1;
}
main .index {
  width: calc(100% - 60px);
  padding-top: 80px;
  margin: 0 auto 80px auto;
  border-top: solid 1px #111;
}
main .index.top {
  border-top: none;
}
main .index h3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 20px;
}
main .index h3 span {
  white-space: nowrap;
  display: inline-block;
}
main .index h3 span:nth-child(1) {
  color: #05388D;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.1em;
}
main .index h3 span:nth-child(2) {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.1em;
  padding: 0 0 0 20px;
}
main .index .inner {
  width: 100%;
  padding: 0px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .index .inner .thumb {
  width: 25%;
  padding: 10px;
}
main .index .inner .thumb a {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  transition: all 0.25s ease-in 0s;
}
main .index .inner .thumb a p {
  display: block;
  margin-bottom: 10px;
}
main .index .inner .thumb a dl {
  text-align: left;
  width: 100%;
  padding: 0px;
}
main .index .inner .thumb a dl dt {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
}
main .index .inner .thumb a dl dd {
  color: #111;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  letter-spacing: 0em;
}
main .index .inner .thumb a:hover {
  opacity: 0.7;
}
main .index .btn {
  width: calc(100% - 20px);
  margin: 0 auto;
}
main .index .btn a {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0em;
  background-color: #05388D;
  padding: 20px;
  display: block;
  transition: all 0.25s ease-in;
}
main .index .btn a:hover {
  color: #FFF;
  background-color: #111;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  main {
    background-color: #FFF;
  }
  main h3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }
  main h3 span {
    white-space: nowrap;
    display: inline-block;
  }
  main h3 span:nth-child(1) {
    color: #05388D;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0.1em;
  }
  main h3 span:nth-child(2) {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 0 0 0 20px;
  }
  main .visual {
    width: 100%;
    margin: 0px;
    position: relative;
    overflow: hidden;
  }
  main .visual img.pc {
    display: none;
  }
  main .visual img.sp {
    display: block;
  }
  main .visual .combo {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .visual .combo .text {
    width: 100%;
    order: 2;
  }
  main .visual .combo .text .title {
    width: 100%;
    height: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  main .visual .combo .text .title h3 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3rem;
    font-weight: 100;
    line-height: 1.75;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  main .visual .combo .text .title h4 {
    color: #FFF;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
  }
  main .visual .combo .ph {
    width: 100%;
    order: 1;
  }
  main .visual .photoset {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }
  main .visual .photoset .ph1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    order: 2;
  }
  main .visual .photoset .ph1 .image {
    width: 100%;
    height: auto;
    order: 2;
  }
  main .visual .photoset .ph1 .title {
    height: auto;
    padding: 20px;
    order: 1;
  }
  main .visual .photoset .ph1 .title h3 {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3.2rem;
    font-weight: 100;
    line-height: 4.2rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  main .visual .photoset .ph1 .title h4 {
    color: #111;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  main .visual .photoset .ph2 {
    width: 100%;
    height: auto;
    background-image: none;
    order: 1;
  }
  main .visual .photoset .ph2 img {
    width: 100%;
    display: block;
  }
  main .visual.toda .catch {
    height: 100%;
    background-image: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .visual.toda .catch > div {
    position: relative;
    transform: translateY(-80px);
  }
  main .visual.toda .catch > div h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .visual.toda .catch > div h3 span:nth-child(1) {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 20px;
  }
  main .visual.toda .catch > div h3 span:nth-child(2) {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  main .visual .catch {
    text-align: left;
    width: 100%;
    padding: 20px;
    background: linear-gradient(to right, rgba(43, 78, 136, 0.7), rgba(43, 78, 136, 0));
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  main .visual .catch div h3 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .visual .catch div h4 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .visual::after {
    color: #FFF;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 6rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.1em;
    bottom: -1.5rem;
    opacity: 0.25;
  }
  main .visual.mb {
    margin-bottom: 40px;
  }
  main .visual.tt .catch {
    height: 100%;
    background: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .visual.tt .catch div {
    text-align: center;
    height: 100%;
  }
  main .visual.tt .catch div p {
    width: 180px;
    margin: 0 auto 20px auto;
  }
  main .visual.tt .catch div h3 {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
    justify-content: center;
  }
  main .visual.tt .catch div h4 {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0em;
    margin-top: auto;
  }
  main .visual.tt2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .visual.tt2.ct .catch {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .visual.tt2 .ph {
    width: 100%;
  }
  main .visual.tt2 .catch {
    height: 100%;
    background: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    top: auto;
    left: auto;
  }
  main .visual.tt2 .catch div {
    text-align: center;
  }
  main .visual.tt2 .catch div p {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  main .visual.tt2 .catch div h3 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: left;
    text-shadow: #111 0 0 10px;
    position: relative;
  }
  main .visual.tt2 .catch div h4 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-shadow: #111 0 0 10px;
    position: relative;
  }
  main .visual.qa {
    width: 100%;
    margin: 0px;
  }
  main .visual.qa::after {
    content: none;
  }
  main .visual.qa .catch {
    height: 100%;
    background: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  main .visual.qa .catch div h3 {
    width: 229px;
    height: 21px;
    background-image: url(../2023/images/qa/title1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
  }
  main .visual.qa .catch div h4 {
    width: 298px;
    height: 88px;
    background-image: url(../2023/images/qa/title2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  main .lead {
    padding: 20px;
    margin-bottom: 40px;
  }
  main .lead p {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main .lead p:no(:last-child) {
    margin-bottom: 20px;
  }
  main .intro {
    padding: 40px 20px;
  }
  main .intro:not(:last-child) {
    margin-bottom: 40px;
  }
  main .intro.nm {
    margin-bottom: 0px;
  }
  main .intro p {
    color: #102D5D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
  }
  main .intro p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .intro .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 60px;
  }
  main .intro .text > div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  main .intro .text > div:nth-child(1) h4 {
    color: #102D5D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
  main .intro .text > div:nth-child(2) {
    width: 100%;
  }
  main .profile {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    background-color: #4EA6D5;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }
  main .profile h3 {
    color: #FFF;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 6.8rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.05em;
    position: absolute;
    left: auto;
    right: -8rem;
    top: calc(50% - 4rem);
    transform: rotate(90deg);
    opacity: 0.15;
  }
  main .profile dl {
    text-align: left;
    width: 100%;
    min-height: 80px;
    padding: 0 0 0 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
  }
  main .profile dl:not(:first-child) {
    margin: 0px;
  }
  main .profile dl:not(:last-child) {
    margin: 0 0 20px 0;
  }
  main .profile dl dt {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0em;
  }
  main .profile dl dt:first-child {
    width: 80px;
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  main .profile dl dt:nth-child(2) {
    width: 100%;
    margin-bottom: 10px;
  }
  main .profile dl dd {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  main .profile.tt {
    padding: 20px;
  }
  main .profile.tt h3 {
    opacity: 0.5;
  }
  main .profile.tt dl {
    width: 100%;
  }
  main .profile.tt dl dt {
    color: #111;
  }
  main .profile.tt dl dd {
    color: #111;
  }
  main .profile.tt dl.single {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .profile.tt dl.single dt {
    width: 35%;
    position: relative;
  }
  main .profile.tt dl.single dd {
    width: calc(65% - 60px);
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .profile.tt dl.single dd p:nth-child(1) {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  main .profile.tt dl.single dd p:nth-child(2) {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .profile.tt dl.single dd p:nth-child(2) br {
    display: none;
  }
  main .profile.tt.type2 dl dt {
    color: #FFF;
    font-weight: 600;
  }
  main .profile.tt.type2 dl dd {
    color: #FFF;
  }
  main .profile.tt.type3 dl {
    width: 100%;
  }
  main .profile.tt.type3 dl dt {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .profile.tt.type3 dl dd {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  main .interview {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
  main .interview h3 {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 20px;
    background-color: #05388D;
  }
  main .interview h4 {
    color: #05388D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    text-align: left;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .interview h4 + p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .interview h4::before {
    content: "";
    width: 1.5rem;
    height: 2px;
    margin: 0 10px 0 0;
  }
  main .interview h4.q {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .interview h4.q::before {
    content: "";
    width: 25px;
    height: 2px;
    margin: 0px;
    background-color: #2B4E88;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    position: relative;
    transform: translateY(1.2rem);
  }
  main .interview h4.q span {
    color: #2B4E88;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
    width: calc(100% - 25px - 20px);
    margin-left: 20px;
  }
  main .interview h4.q + p {
    padding-left: 45px;
  }
  main .interview h5 {
    color: #05388D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .interview p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main .interview p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .interview p:not(:last-child).mb {
    margin-bottom: 20px;
  }
  main .interview p span {
    font-size: 1.2rem;
  }
  main .interview dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .interview dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main .interview dl.mb {
    margin-bottom: 20px;
  }
  main .interview dl dt {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 40px;
    padding: 10px;
    border-radius: 3px;
    background-color: #05388D;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  main .interview dl dd {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    width: calc(100% - 60px);
  }
  main .interview .combo {
    width: 100%;
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .interview .combo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .interview .combo .text {
    width: 100%;
  }
  main .interview .combo .text:not(:last-child) {
    margin-bottom: 20px;
  }
  main .interview .combo .photo {
    width: 100%;
  }
  main .interview .mix {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
  }
  main .interview .mix:not(:last-child) {
    margin-bottom: 20px;
  }
  main .interview .mix > div:nth-child(1) {
    width: 100%;
    order: 2;
  }
  main .interview .mix > div:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
  main .interview .photo:not(:last-child) {
    margin-bottom: 20px;
  }
  main .interview .photo p {
    color: #05388D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7rem;
    letter-spacing: 0em;
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
  }
  main .interview .photoset div {
    width: 50%;
  }
  main .interview .photoset:not(:last-child) {
    margin-bottom: 20px;
  }
  main .interview .etc {
    padding: 20px;
  }
  main .interview .etc h4 {
    color: #FFF;
    font-family: futura-pt-bold, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin: 0 0 20px 0;
  }
  main .interview .etc h4::before {
    content: none;
  }
  main .interview .etc h5 {
    color: #2B4E88;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  main .interview.tt h4 {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.6rem;
    letter-spacing: 0.1em;
  }
  main .interview.tt h4::before {
    content: none;
  }
  main .interview.tt h4 + p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .interview.tt h5 {
    color: #05388D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: 0.1em;
  }
  main .interview.tt dl {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .interview.tt dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main .interview.tt dl.mb {
    margin-bottom: 40px;
  }
  main .interview.tt dl dt {
    width: 32px;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  main .interview.tt dl dt span {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 0px 0;
    display: inline-block;
  }
  main .interview.tt dl dd {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0em;
    width: calc(100% - 52px);
  }
  main .interview.tt2 h4 {
    color: #102D5D;
    margin-bottom: 20px;
  }
  main .interview.tt2 dl dt {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 32px;
  }
  main .interview.tt2 dl dd {
    width: calc(100% - 52px);
  }
  main .interview .paragraph:not(:last-child) {
    margin-bottom: 40px;
  }
  main .interview .paragraph.set {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: lex-start;
    align-items: flex-start;
  }
  main .interview .paragraph.set .text {
    width: 100%;
    order: 2;
  }
  main .interview .paragraph.set .ph {
    width: 100%;
    margin-bottom: 40px;
    order: 1;
  }
  main .interview .column {
    width: 100%;
    padding: 20px;
  }
  main .interview .column:not(:last-child) {
    margin-bottom: 40px;
  }
  main .interview .column .intro {
    width: 100%;
    padding: 0px;
    background-color: transparent;
  }
  main .interview .column .intro h4 {
    color: #05388D;
  }
  main .interview .column .intro p {
    color: #05388D;
    font-weight: 400;
  }
  main .interview .column .set {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px 0;
  }
  main .interview .column .set:not(:last-child) {
    margin-bottom: 40px;
  }
  main .interview .column .set .text {
    width: 100%;
    order: 1;
  }
  main .interview .column .set .text h5 {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .interview .column .set .text dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .interview .column .set .text dl dt {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    background-color: transparent;
    justify-content: flex-start;
    writing-mode: horizontal-tb;
    width: 100%;
    padding: 0px;
    margin: 0 0 10px 0;
  }
  main .interview .column .set .text dl dd p {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  main .interview .column .set .text dl dd p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .interview .column .set .text p:not(:last-child) {
    margin-bottom: 20px;
  }
  main .interview .column .set .img {
    width: 100%;
    margin-top: -60px;
    order: 2;
    position: relative;
  }
  main .interview .column .set2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .interview .column .set2 .text {
    width: 100%;
  }
  main .interview .column .set2 .text h5 {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .interview .column .set2 .photos {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .interview .column .set2 .photos > div {
    width: 100%;
  }
  main .interview .purpose {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .interview .purpose h3 {
    color: #00479d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    background-color: transparent;
    padding: 0px;
  }
  main .interview .purpose .box {
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
  main .interview .purpose .box:not(:last-child) {
    margin-bottom: 40px;
  }
  main .interview .purpose .box h4 {
    width: 120px;
    height: 30px;
    border-radius: 15px;
    top: -15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  main .interview .purpose .box h4::before {
    content: none;
  }
  main .interview .purpose .box h4 span {
    color: #00479d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .interview .purpose .box h5 {
    font-size: 1.4rem;
  }
  main .interview .purpose .box h6 {
    color: #ea5532;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.75;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .interview .purpose .box h6:not(:last-child) {
    margin-bottom: 40px;
  }
  main .interview .purpose .box h6 br {
    display: none;
  }
  main .interview .purpose .box dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .interview .purpose .box dl dt {
    color: #00479d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    writing-mode: horizontal-tb;
    width: 100%;
    background-color: #dae000;
    padding: 8px;
  }
  main .interview .purpose .box dl dt:not(:last-child) {
    margin-bottom: 16px;
  }
  main .interview .purpose .box dl dd {
    width: 100%;
  }
  main .interview .purpose .box dl dd p {
    color: #00479d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .interview .purpose .box dl dd p:not(:last-child) {
    margin-bottom: 5px;
  }
  main .interview .purpose .box dl dd p::before {
    content: "・";
    display: inline-block;
  }
  main .interview .purpose .box .values {
    width: 100%;
  }
  main .interview .purpose .box .values > div dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px 0;
  }
  main .interview .purpose .box .values > div dl dt {
    color: #00479d;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    background-color: #dae000;
    padding: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
  }
  main .interview .purpose .box .values > div dl dt:not(:last-child) {
    margin-bottom: 0px;
  }
  main .interview .purpose .box .values > div dl dt span {
    color: #00479d;
    font-weight: 600;
  }
  main .index {
    width: calc(100% - 20px);
    padding-top: 40px;
    margin: 0 auto 40px auto;
  }
  main .index.top {
    border-top: none;
  }
  main .index h3 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  main .index h3 span {
    white-space: nowrap;
    display: inline-block;
  }
  main .index h3 span:nth-child(1) {
    color: #05388D;
    font-family: futura-pt-condensed, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
    letter-spacing: 0.1em;
  }
  main .index h3 span:nth-child(2) {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.1em;
    padding: 5px 0 0 0;
  }
  main .index .inner {
    width: 100%;
    padding: 0px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .index .inner .thumb {
    width: 50%;
    padding: 10px;
  }
  main .index .inner .thumb a {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    transition: all 0.25s ease-in 0s;
  }
  main .index .inner .thumb a p {
    display: block;
    margin-bottom: 10px;
  }
  main .index .inner .thumb a dl {
    text-align: left;
    width: 100%;
    padding: 0px;
  }
  main .index .inner .thumb a dl dt {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  main .index .inner .thumb a dl dd {
    color: #111;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0em;
  }
  main .index .inner .thumb a:hover {
    opacity: 0.7;
  }
  main .index .btn {
    width: calc(100% - 20px);
  }
  main .index .btn a {
    color: #FFF;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0em;
    padding: 10px;
  }
}

/*# sourceMappingURL=style_interview25.css.map */
