@charset "UTF-8";

*,*::before,*::after{box-sizing:border-box}
ul[class],ol[class]{padding:0}
body,h1,h2,h3,h4,p,ul[class],ol[class],figure,blockquote,dl,dd{margin:0}
html{scroll-behavior:smooth}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}
ul[class],ol[class]{list-style:none}
a:not([class]){text-decoration-skip-ink:auto}
img,picture{max-width:100%;display:block}
article>*+*{margin-top:1em}
input,button,textarea,select{font:inherit}
img:not([alt]){filter:blur(10px)}
@media(prefers-reduced-motion:reduce){
  *{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}
}
/* addition */
main{display:block}
h5,h6{margin:0}
img,picture{width:100%;height:auto}
table{border-collapse:collapse;border-spacing:0}
a{color:inherit;word-break:break-all}
/*.cf:before,.cf:after{content:"";display:table}
.cf:after{clear:both}*/


/* font
================================================= */
@font-face {
  font-family: "NotoSansJP-Bold";
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/NotoSansJP-Bold.woff2') format('woff2'),
    url('../fonts/NotoSansJP-Bold.woff') format('woff'),
    url('../fonts/NotoSansJP-Bold.ttf') format('truetype');
}


/* base
================================================= */
html {
	font-size: 62.5%;
}
body {
	background: #ffffff;
	color: #181818;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
a {
  color: #1558d6;
}
a:visited {
  color: #681da8;
}
a:hover,
a:active {
  color: #44a0ff;
}
@media print, screen and (min-width: 1366px) {
  body { font-size: 1.8rem; }
}


/* text decoration
================================================= */
.text-smallest {
  font-size: 0.7em;
}
.text-small {
  font-size: 0.85em;
}
.text-large {
  font-size: 1.25em;
}
.text-largest {
  font-size: 1.4em;
}
.text-bold {
  font-weight: bold;
}
.text-red {
  color: #C80028;
}
.text-center {
  text-align: center;
}


/* header
================================================= */
header {
  width: 100%;
  padding-top: 3%;
  background-color: #060025;
  background-image: url(../image/bg_header-number.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 180% auto;
}
header h1 {
  width: min(100%, 1250px);
  margin: 0 auto;
  padding: 1px 0;
  background-image: url("../image/bg_header-hexagon.png");
  background-repeat: no-repeat;
  background-position: left -11vw top;
  background-size: 120% auto;
}
header h1 img {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -4%;
}
@media print, screen and (min-width: 600px) {
  header { padding-top: 2%; background-size: 110% auto; }
  header h1 { background-position: left 2vw top; background-size: 95% auto; }
  header h1 img { width: 68%; margin-bottom: -3%; }
}
@media print, screen and (min-width: 1366px) {
  header { padding-top: 40px; background-size: 1320px auto; }
  header h1 { background-position: left 25px top; background-size: 94% auto; }
  header h1 img { margin-bottom: -27px; }
}


/* main : layout
================================================= */
main {
  background-image: url("../image/bg_hexagon.png");
  background-repeat: no-repeat;
  background-position: left -20vw top;
  background-size: 100% auto;
}
@media print, screen and (min-width: 600px) {
  main { background-position: left -10vw top; background-size: 70% auto; }
}
@media print, screen and (min-width: 1366px) {
  main { background-position: left top; background-size: 980px auto; }
}

/* area */
main > .area {
  padding: 12% 0;
}
main > .area.hexagon {
  background-image: url("../image/bg_hexagon-bottom.png");
  background-repeat: no-repeat;
  background-position: right -20vw bottom;
  background-size: 100% auto;
  border: 0px solid #ff0000;
}
main > .area.light-blue {
  background-color: #6de6f7;
}
main > .area.blue-gray {
  background-color: #d5ddf0;
}
main > .area.white {
  background-color: #ffffff;
}
@media print, screen and (min-width: 600px) {
  main > .area { padding: 8% 0; }
  main > .area.hexagon { background-position: right -10vw bottom; background-size: 70% auto; }
}
@media print, screen and (min-width: 1366px) {
  main > .area { padding: 110px 0; }
  main > .area.hexagon { background-position: right bottom; background-size: 980px auto; }
}

/* section */
.area > section {
  width: min(90%, 1230px);
  margin-left: auto;
  margin-right: auto;
}
.area > section > h2 {
  width: 100%;
  margin-bottom: 6%;
  color: #060025;
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 1.4;
  text-align: center;
}
.area > section > h2 img {
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  .area > section > h2 { margin-bottom: 4%; }
  .area > section > h2 img { width: 80%; }
}
@media print, screen and (min-width: 960px) {
  .area > section > h2 img { width: 73%; }
}

/* intro */
.intro {
  width: min(90%, 1018px);
  margin: 0 auto;
}
.intro .overview {
  color: #060025;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: clamp(1.6rem, 4.5vw, 1.85rem);
  text-align: center;
}
.intro .overview .clause {
  display: inline-block;
}
@media print, screen and (min-width: 600px) {
  .intro .overview { font-size: clamp(1.8rem, 2.9vw, 2.0rem); }
}
@media print, screen and (min-width: 960px) {
  .intro .overview { font-size: clamp(2.1rem, 2.3vw, 2.4rem); }
}

/* interview */
.interview {
  margin-top: 12%;
}
@media print, screen and (min-width: 600px) {
  .interview { margin-top: 10%; }
}
@media print, screen and (min-width: 960px) {
  .interview { margin-top: 9%; }
}
@media print, screen and (min-width: 1366px) {
  .interview { margin-top: 125px; }
}

/* outro */
.outro {
  width: min(90%, 1230px);
  margin: 0 auto;
}
.outro dl {
  width: 100%;
  margin: -4% 0;
  text-align: center;
}
.outro dt {
  margin-bottom: 0.2em;
  color: #060025;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
}
@media print, screen and (min-width: 600px) {
  .outro { font-size: 1.8rem; }
}
@media print, screen and (min-width: 960px) {
  .outro { font-size: 1.9rem; }
}
@media print, screen and (min-width: 1366px) {
  .outro { font-size: 2.0rem; }
}


/* footer
================================================= */
footer {
	padding: 15px 0;
	background: #060025;
	color: #fff;
  font-size: 1.2rem;
	text-align: center;
}
address {
  font: inherit;
  line-height: 20px;
}
@media print, screen and (min-width: 768px) {
  footer { padding: 25px 0;  }
}
