@charset "utf-8";



/*******************************************************/
/********** Responsive Contents Setting (320) **********/
/*******************************************************/

@media screen and ( max-width: 320px ) {



/***************************************/
/********** Section SiteTitle **********/
/***************************************/

.section-sitetitle {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #FCCB1D 0%, #FDB43F 50%, #FF8D78 100%);
}
.section-sitetitle .content {
  padding: 20px 20px 80px 20px;
}
.section-sitetitle h2 {
  font-size: 3.0rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 100%;
  color: #FFFFFF;
  text-align: center;
}
.section-sitetitle h2 .translate {
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}



/**************************************/
/********** Section Headline **********/
/**************************************/

.section-headline {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #FCCB1D 0%, #FDB43F 50%, #FF8D78 100%);
}
.section-headline:before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #333333;
  background-image: url("../images/bg-section-headline.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120vw auto;
  background-attachment: scroll;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
.section-headline:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-headline .content {
  padding: 40px 20px 160px 20px;
}
.section-headline p {
  font-size: 3vw;
  font-weight: 700;
  line-height: 300%;
  color: #FFFFFF;
  text-align: center;
}
.section-headline p em {
  font-size: 5vw;
  font-weight: 700;
}
.section-headline .icon-scroll {
  margin: auto;
  padding: 0;
  text-align: center;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
}
.section-headline .icon-scroll img {
  filter: drop-shadow(5px 5px 5px #666666);
}
.section-headline .ex01 {
  position: absolute;
  top: -190px;
  right: -80px;
}
.section-headline .ex01 img {
  filter: drop-shadow(2px 2px 2px #000000);
}
.section-headline .ex02 {
  position: absolute;
  top: 200px;
  left: -100px;
}
.section-headline .ex02 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/************************************/
/********** Section Scroll **********/
/************************************/

.section-scroll {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-scroll:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 15%, 100% 30%, 100% 100%, 0 45%);
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
.section-scroll .content {
  padding: 100px 20px;
}
.section-scroll .icon-scroll {
  margin: auto;
  padding: 0;
  text-align: center;
  font-family: Verdana;
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFFFFF;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.section-scroll .icon-scroll img {
  filter: drop-shadow(5px 5px 5px #666666);
}



/*************************************/
/********** Section Outline **********/
/*************************************/

.section-outline {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-outline:before {
  content: "";
  position: absolute;
  top: -80px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(23,18,15,0.8);
  background-image: url("../images/bg-section-outline.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: soft-light;
  clip-path: polygon(0 6%, 43% 1%, 100% 6%, 100% 100%, 0 100%);
}
.section-outline .content {
  padding: 40px 20px;
}
.section-outline .headline {
  margin: 0 0 20px 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.section-outline .headline:after {
  content: "";
  margin: 16px 0;
  width: 90px;
  border-bottom: 4px solid #FFFFFF;
  display: inline-block;
}
.section-outline p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #FFFFFF;
  text-align: left;
}
.section-outline p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/***********************************/
/********** Section Point **********/
/***********************************/

.section-point {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-point:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: repeating-linear-gradient(135deg, #1C3450, #1C3450 5px, #FFFFFF 5px, #FFFFFF 10px);
  height: 20px;
}
.section-point:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: repeating-linear-gradient(135deg, #1C3450, #1C3450 5px, #FFFFFF 5px, #FFFFFF 10px);
  height: 20px;
}
.section-point .content {
  padding: 60px 20px;
}
.section-point .icon-point {
  position: absolute;
  top: -20px;
  width: 100px;
}



/************************************/
/********** Section Eq.(1) **********/
/************************************/

.section-eq1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
}
.section-eq1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq1 .content {
  padding: 20px 10px;
}



/**************************************/
/********** Section Eq.(1-1) **********/
/**************************************/

.section-eq1-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq1-1 .content {
  padding: 0 20px 40px 20px;
}
.section-eq1-1 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .headline {
  margin: 20px 0 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq1-1 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq1-1 .headline br {
  display: none;
}
.section-eq1-1 .icon-eq1-1 {
  width: 100px;
}
.section-eq1-1 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq1-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq1-1 .block02 {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .block02 div:nth-child(1) img {
  filter: drop-shadow(5px 5px 10px #999999);
}
.section-eq1-1 .block03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .block03 div:nth-child(1) {
  order: 1;
}
.section-eq1-1 .block03 div:nth-child(1) img {
  filter: drop-shadow(5px 5px 10px #999999);
}
.section-eq1-1 .block03 div:nth-child(2) {
  order: 2;
}



/************************************/
/********** Section Select **********/
/************************************/

.section-select {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-image: url("../images/bg-section-select.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: soft-light;
  background-color: rgba(23,18,15,0.8);
}
.section-select .content {
  padding: 40px 20px 80px 20px;
}
.section-select .headline {
  margin: 40px auto;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 160%;
  color: #FFFFFF;
  text-align: center;
}
.section-select ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-select ul li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
  list-style-type: none;
  width: 100%;
}
.section-select ul li a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  padding: 20px;
}
.section-select ul li:nth-child(1) a:before {
  content: url("../images/icon-book.svg");
  content: "";
  background-image: url("../images/icon-book.svg");
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  margin: 0 auto 0 0;
}
.section-select ul li:nth-child(2) a:before {
  content: "";
  background-image: url("../images/icon-cap.svg");
  background-size: 40px 32px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 32px;
  margin: 0 auto 0 0;
}
.section-select ul li:nth-child(3) a:before {
  content: "";
  background-image: url("../images/icon-shirt.svg");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 0 0;
}
.section-select ul li a:after {
  content: "";
  background-image: url("../images/icon-arrow.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 0 0 0 auto;
}
.section-select ul li a:hover {
  text-decoration: none;
  background-color: #3C949E;
  background-blend-mode: screen;
}
.section-select .ex03 {
  position: absolute;
  top: -100px;
  right: -100px;
}
.section-select .ex03 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/**************************************/
/********** Section Eq.(1-2) **********/
/**************************************/

.section-eq1-2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq1-2 .content {
  padding: 60px 20px 20px 20px;
}
.section-eq1-2 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq1-2 .headline {
  margin: 20px 0 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq1-2 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq1-2 .headline br {
  display: none;
}
.section-eq1-2 .icon-eq1-2 {
  width: 100px;
}
.section-eq1-2 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq1-2 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq1-2 .ex04 {
  position: absolute;
  top: -40px;
  left: -100px;
}
.section-eq1-2 .ex04 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/************************************/
/********** Section Eq.(2) **********/
/************************************/

.section-eq2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq2 .content {
  padding: 20px 10px;
}



/**************************************/
/********** Section Eq.(2-1) **********/
/**************************************/

.section-eq2-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq2-1 .content {
  padding: 40px 20px;
}
.section-eq2-1 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq2-1 .block02 {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq2-1 .headline {
  margin: 20px 0 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq2-1 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq2-1 .headline br {
  display: none;
}
.section-eq2-1 .icon-eq2-1 {
  width: 100px;
}
.section-eq2-1 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq2-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/************************************/
/********** Section Eq.(3) **********/
/************************************/

.section-eq3 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq3 .content {
  padding: 20px 10px;
}



/**************************************/
/********** Section Eq.(3-1) **********/
/**************************************/

.section-eq3-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3-1 .content {
  padding: 40px 20px;
}
.section-eq3-1 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq3-1 .headline {
  margin: 20px 0 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq3-1 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq3-1 .headline br {
  display: none;
}
.section-eq3-1 .icon-eq3-1 {
  width: 100px;
}
.section-eq3-1 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq3-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/**************************************/
/********** Section Eq.(3-2) **********/
/**************************************/

.section-eq3-2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3-2 .content {
  padding: 20px 20px 60px 20px;
}
.section-eq3-2 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq3-2 .block01 .headline {
  margin: 20px 0 0 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq3-2 .block01 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq3-2 .headline br {
  display: none;
}
.section-eq3-2 .icon-eq3-2 {
  width: 100px;
}
.section-eq3-2 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq3-2 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq3-2 .aligncenter img {
  filter: drop-shadow(5px 5px 10px #999999);
}

.section-eq3-2 .block02 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 10px solid #6469C6;
  border-image: linear-gradient(to right, #6469C6 0, #60B8E5 100%);
  border-image-slice: 1;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 5px #999999;
  padding: 20px;
}
.section-eq3-2 .block02 .headline {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
}
.section-eq3-2 .block02 .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.section-eq3-2 .block02 ul {
  margin: 0;
  padding: 0;
}
.section-eq3-2 .block02 ul li {
  margin: 10px 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  list-style-type: none;
}
.section-eq3-2 .block02 ul li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1C3450;
}



/***************************************/
/********** Interview Section **********/
/***************************************/

.interview-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.interview-section .content:nth-child(1) {
  padding: 20px;
}
.interview-section .headline {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.interview-section .headline span:nth-child(1) {
  font-family: "Montserrat";
  font-size: 5.0rem;
  font-weight: 200;
  font-style: italic;
  color: #1C3450;
}
.interview-section .headline span:nth-child(2) {
  margin: 0 0 0 auto;
  padding-top: 6px;
  border-top: 5px solid #1C3450;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1C3450;
  text-align: right;
}

.interview-section .content:nth-child(2) {
  padding: 0;
}

.interview-section .interview {
  position: relative;
  margin: 10px auto;
  padding: 10px 20px;
}
.interview-section .interview .title {
  font-size: 2.0rem;
  font-weight: 500;
  font-style: italic;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  background-color: #1C3450;
  margin: 10px 0;
  padding: 2px 10px;
}
.interview-section .interview .thumbnail {
  margin: auto;
  padding: 0;
  border: 10px solid #C3C4C5;
}
.interview-section .interview .paragraph {
  margin: 20px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.interview-section .interview .paragraph .catch {
  border-top: 5px dotted #1C3450;
  border-bottom: 5px dotted #1C3450;
  padding: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 160%;
}
.interview-section .interview .paragraph .nameplate {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
  text-align: right;
}
.interview-section .interview .paragraph .nameplate em {
  font-size: 2.0rem;
  font-weight: 700;
}
.interview-section .interview .readmore {
  clear: both;
  margin: 20px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.interview-section .interview .readmore a {
  margin: 0;
  padding: 16px 80px;
  background-color: #1C3450;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 140%;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}
.interview-section .interview .readmore a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 16px 0 0;
  font-size: 1.8rem;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 12px;
}
.interview-section .interview .readmore a:hover {
  background-color: #647588;
}



/***********************************/
/********** Links Section **********/
/***********************************/

.links-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #E9E9EA;
}
.links-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #FFFFFF;
  clip-path: polygon(100% 0, 0 0, 0 10%);
}
.links-section .content {
  padding: 160px 20px 60px 20px;
}
.links-section .headline {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.links-section .headline span:nth-child(1) {
  font-family: "Montserrat";
  font-size: 5.0rem;
  font-weight: 200;
  font-style: italic;
  color: #1C3450;
}
.links-section .headline span:nth-child(2) {
  margin: 0 0 0 auto;
  padding-top: 6px;
  border-top: 5px solid #1C3450;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1C3450;
  text-align: right;
}

.links-section ul {
  margin: 20px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.links-section ul li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  color: #1C3450;
  width: 100%;
  margin: 4% 0;
  list-style-type: none;
}
.links-section ul li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #1C3450;
}
.links-section ul li .banner {
  margin: 6px 0;
  padding: 0;
}
.links-section ul li .banner a {
  display: block;
}
.links-section ul li .banner a img {
  border: 4px solid #C3C4C5;
}
.links-section ul li .banner a:hover img {
  border: 4px solid #DDDDDD;
}
.links-section ul li .status {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.links-section ul li .status .label {
  margin: 0;
  padding: 2px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1C3450;
  border-top: 1px solid #1C3450;
  border-bottom: 1px solid #1C3450;
  text-align: center;
}
.links-section ul li .status .target {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.links-section ul li .status .target span {
  margin: 0;
  padding: 2px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #838383;
  border: 1px solid #838383;
  border-radius: 4px;
  text-align: center;
}



}



/************************************************************/
/********** Responsive Contents Setting (320-480) ***********/
/************************************************************/

@media screen and ( min-width: 321px ) and ( max-width: 480px ) {



/***************************************/
/********** Section SiteTitle **********/
/***************************************/

.section-sitetitle {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #FCCB1D 0%, #FDB43F 50%, #FF8D78 100%);
}
.section-sitetitle .content {
  padding: 40px 20px 80px 20px;
}
.section-sitetitle h2 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 100%;
  color: #FFFFFF;
  text-align: center;
}
.section-sitetitle h2 .translate {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}



/**************************************/
/********** Section Headline **********/
/**************************************/

.section-headline {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #FCCB1D 0%, #FDB43F 50%, #FF8D78 100%);
}
.section-headline:before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #333333;
  background-image: url("../images/bg-section-headline.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120vw auto;
  background-attachment: scroll;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
.section-headline:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -12;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-headline .content {
  padding: 60px 20px 180px 20px;
}
.section-headline p {
  font-size: 3vw;
  font-weight: 700;
  line-height: 360%;
  color: #FFFFFF;
  text-align: center;
}
.section-headline p em {
  font-size: 5vw;
  font-weight: 700;
}
.section-headline .icon-scroll {
  margin: auto;
  padding: 0;
  text-align: center;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
}
.section-headline .icon-scroll img {
  filter: drop-shadow(5px 5px 5px #666666);
}
.section-headline .ex01 {
  position: absolute;
  top: -190px;
  right: -60px;
}
.section-headline .ex01 img {
  filter: drop-shadow(2px 2px 2px #000000);
}
.section-headline .ex02 {
  position: absolute;
  top: 260px;
  left: -80px;
}
.section-headline .ex02 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/************************************/
/********** Section Scroll **********/
/************************************/

.section-scroll {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-scroll:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 15%, 100% 30%, 100% 100%, 0 45%);
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
.section-scroll .content {
  padding: 110px 20px;
}
.section-scroll .icon-scroll {
  margin: auto;
  padding: 0;
  text-align: center;
  font-family: Verdana;
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFFFFF;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.section-scroll .icon-scroll img {
  filter: drop-shadow(5px 5px 5px #666666);
}



/*************************************/
/********** Section Outline **********/
/*************************************/

.section-outline {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-outline:before {
  content: "";
  position: absolute;
  top: -90px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(23,18,15,0.8);
  background-image: url("../images/bg-section-outline.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: soft-light;
  clip-path: polygon(0 8%, 43% 1%, 100% 8%, 100% 100%, 0 100%);
}
.section-outline .content {
  padding: 60px 20px;
}
.section-outline .headline {
  margin: 0 0 30px 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 160%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.section-outline .headline:after {
  content: "";
  margin: 16px 0;
  width: 100px;
  border-bottom: 4px solid #FFFFFF;
  display: inline-block;
}
.section-outline p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #FFFFFF;
  text-align: left;
}
.section-outline p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/***********************************/
/********** Section Point **********/
/***********************************/

.section-point {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-point:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: repeating-linear-gradient(135deg, #1C3450, #1C3450 5px, #FFFFFF 5px, #FFFFFF 10px);
  height: 20px;
}
.section-point:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: repeating-linear-gradient(135deg, #1C3450, #1C3450 5px, #FFFFFF 5px, #FFFFFF 10px);
  height: 20px;
}
.section-point .content {
  padding: 70px 20px;
}
.section-point .icon-point {
  position: absolute;
  top: -30px;
  width: 140px;
}



/************************************/
/********** Section Eq.(1) **********/
/************************************/

.section-eq1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
}
.section-eq1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq1 .content {
  padding: 20px 10px;
}



/**************************************/
/********** Section Eq.(1-1) **********/
/**************************************/

.section-eq1-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq1-1 .content {
  padding: 0 20px 60px 20px;
}
.section-eq1-1 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .headline {
  margin: 20px 0 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq1-1 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq1-1 .headline br {
  display: none;
}
.section-eq1-1 .icon-eq1-1 {
  width: 140px;
}
.section-eq1-1 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq1-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq1-1 .block02 {
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .block02 div:nth-child(1) img {
  filter: drop-shadow(5px 5px 10px #999999);
}
.section-eq1-1 .block03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .block03 div:nth-child(1) {
  order: 1;
}
.section-eq1-1 .block03 div:nth-child(1) img {
  filter: drop-shadow(5px 5px 10px #999999);
}
.section-eq1-1 .block03 div:nth-child(2) {
  order: 2;
}



/************************************/
/********** Section Select **********/
/************************************/

.section-select {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-image: url("../images/bg-section-select.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  background-attachment: scroll;
  background-blend-mode: soft-light;
  background-color: rgba(23,18,15,0.8);
}
.section-select .content {
  padding: 50px 20px 100px 20px;
}
.section-select .headline {
  margin: 40px auto;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 160%;
  color: #FFFFFF;
  text-align: center;
}
.section-select ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-select ul li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
  list-style-type: none;
  width: 100%;
}
.section-select ul li a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  padding: 20px;
}
.section-select ul li:nth-child(1) a:before {
  content: "";
  background-image: url("../images/icon-book.svg");
  background-size: 55px 41px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 41px;
  margin: 0 auto 0 0;
}
.section-select ul li:nth-child(2) a:before {
  content: "";
  background-image: url("../images/icon-cap.svg");
  background-size: 55px 44px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 44px;
  margin: 0 auto 0 0;
}
.section-select ul li:nth-child(3) a:before {
  content: "";
  background-image: url("../images/icon-shirt.svg");
  background-size: 55px 55px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin: 0 auto 0 0;
}
.section-select ul li a:after {
  content: "";
  background-image: url("../images/icon-arrow.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 0 0 auto;
}
.section-select ul li a:hover {
  text-decoration: none;
  background-color: #3C949E;
  background-blend-mode: screen;
}
.section-select .ex03 {
  position: absolute;
  top: -90px;
  right: -90px;
}
.section-select .ex03 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/**************************************/
/********** Section Eq.(1-2) **********/
/**************************************/

.section-eq1-2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq1-2 .content {
  padding: 80px 20px 20px 20px;
}
.section-eq1-2 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq1-2 .headline {
  margin: 20px 0 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq1-2 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq1-2 .headline br {
  display: none;
}
.section-eq1-2 .icon-eq1-2 {
  width: 140px;
}
.section-eq1-2 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq1-2 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq1-2 .ex04 {
  position: absolute;
  top: -50px;
  left: -100px;
}
.section-eq1-2 .ex04 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/************************************/
/********** Section Eq.(2) **********/
/************************************/

.section-eq2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq2 .content {
  padding: 20px 10px;
}



/**************************************/
/********** Section Eq.(2-1) **********/
/**************************************/

.section-eq2-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq2-1 .content {
  padding: 40px 20px;
}
.section-eq2-1 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq2-1 .block02 {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq2-1 .headline {
  margin: 20px 0 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq2-1 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq2-1 .headline br {
  display: none;
}
.section-eq2-1 .icon-eq2-1 {
  width: 140px;
}
.section-eq2-1 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq2-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/************************************/
/********** Section Eq.(3) **********/
/************************************/

.section-eq3 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq3 .content {
  padding: 20px 10px;
}



/**************************************/
/********** Section Eq.(3-1) **********/
/**************************************/

.section-eq3-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3-1 .content {
  padding: 40px 20px;
}
.section-eq3-1 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq3-1 .headline {
  margin: 20px 0 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq3-1 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq3-1 .headline br {
  display: none;
}
.section-eq3-1 .icon-eq3-1 {
  width: 140px;
}
.section-eq3-1 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq3-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/**************************************/
/********** Section Eq.(3-2) **********/
/**************************************/

.section-eq3-2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3-2 .content {
  padding: 30px 20px 80px 20px;
}
.section-eq3-2 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq3-2 .block01 .headline {
  margin: 20px 0 0 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq3-2 .block01 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq3-2 .headline br {
  display: none;
}
.section-eq3-2 .icon-eq3-2 {
  width: 140px;
}
.section-eq3-2 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq3-2 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq3-2 .aligncenter img {
  filter: drop-shadow(5px 5px 10px #999999);
}

.section-eq3-2 .block02 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 10px solid #6469C6;
  border-image: linear-gradient(to right, #6469C6 0, #60B8E5 100%);
  border-image-slice: 1;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 5px #999999;
  padding: 20px;
}
.section-eq3-2 .block02 .headline {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
}
.section-eq3-2 .block02 .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.section-eq3-2 .block02 ul {
  margin: 0;
  padding: 0;
}
.section-eq3-2 .block02 ul li {
  margin: 10px 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  list-style-type: none;
}
.section-eq3-2 .block02 ul li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1C3450;
}



/***************************************/
/********** Interview Section **********/
/***************************************/

.interview-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.interview-section .content:nth-child(1) {
  padding: 20px;
}
.interview-section .headline {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.interview-section .headline span:nth-child(1) {
  font-family: "Montserrat";
  font-size: 5.4rem;
  font-weight: 200;
  font-style: italic;
  color: #1C3450;
}
.interview-section .headline span:nth-child(2) {
  margin: 0 0 0 auto;
  padding-top: 8px;
  border-top: 5px solid #1C3450;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1C3450;
  text-align: right;
}

.interview-section .content:nth-child(2) {
  padding: 0;
}

.interview-section .interview {
  position: relative;
  margin: 10px auto;
  padding: 20px;
}
.interview-section .interview .title {
  font-size: 2.2rem;
  font-weight: 500;
  font-style: italic;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  background-color: #1C3450;
  margin: 10px 0;
  padding: 2px 10px;
}
.interview-section .interview .thumbnail {
  margin: auto;
  padding: 0;
  border: 10px solid #C3C4C5;
}
.interview-section .interview .paragraph {
  margin: 20px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.interview-section .interview .paragraph .catch {
  border-top: 5px dotted #1C3450;
  border-bottom: 5px dotted #1C3450;
  padding: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 160%;
}
.interview-section .interview .paragraph .nameplate {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
  text-align: right;
}
.interview-section .interview .paragraph .nameplate em {
  font-size: 2.2rem;
  font-weight: 700;
}
.interview-section .interview .readmore {
  clear: both;
  margin: 20px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.interview-section .interview .readmore a {
  margin: 0;
  padding: 18px 90px;
  background-color: #1C3450;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 140%;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}
.interview-section .interview .readmore a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 16px 0 0;
  font-size: 1.8rem;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 12px;
}
.interview-section .interview .readmore a:hover {
  background-color: #647588;
}



/***********************************/
/********** Links Section **********/
/***********************************/

.links-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #E9E9EA;
}
.links-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #FFFFFF;
  clip-path: polygon(100% 0, 0 0, 0 10%);
}
.links-section .content {
  padding: 180px 20px 60px 20px;
}
.links-section .headline {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.links-section .headline span:nth-child(1) {
  font-family: "Montserrat";
  font-size: 5.4rem;
  font-weight: 200;
  font-style: italic;
  color: #1C3450;
}
.links-section .headline span:nth-child(2) {
  margin: 0 0 0 auto;
  padding-top: 8px;
  border-top: 5px solid #1C3450;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1C3450;
  text-align: right;
}

.links-section ul {
  margin: 30px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.links-section ul li {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  color: #1C3450;
  width: 100%;
  margin: 4% 0;
  list-style-type: none;
}
.links-section ul li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #1C3450;
}
.links-section ul li .banner {
  margin: 8px 0;
  padding: 0;
}
.links-section ul li .banner a {
  display: block;
}
.links-section ul li .banner a img {
  border: 6px solid #C3C4C5;
}
.links-section ul li .banner a:hover img {
  border: 6px solid #DDDDDD;
}
.links-section ul li .status {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.links-section ul li .status .label {
  margin: 0;
  padding: 2px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #1C3450;
  border-top: 1px solid #1C3450;
  border-bottom: 1px solid #1C3450;
  text-align: center;
}
.links-section ul li .status .target {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.links-section ul li .status .target span {
  margin: 0;
  padding: 2px 10px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #838383;
  border: 1px solid #838383;
  border-radius: 4px;
  text-align: center;
}



}



/***********************************************************/
/********** Responsive Contents Setting (480-768) **********/
/***********************************************************/

@media screen and ( min-width: 481px ) and ( max-width: 768px ) {



/***************************************/
/********** Section SiteTitle **********/
/***************************************/

.section-sitetitle {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #FCCB1D 0%, #FDB43F 50%, #FF8D78 100%);
}
.section-sitetitle .content {
  padding: 40px 20px 80px 20px;
}
.section-sitetitle h2 {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 100%;
  color: #FFFFFF;
  text-align: center;
}
.section-sitetitle h2 .translate {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}



/**************************************/
/********** Section Headline **********/
/**************************************/

.section-headline {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #FCCB1D 0%, #FDB43F 50%, #FF8D78 100%);
}
.section-headline:before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #333333;
  background-image: url("../images/bg-section-headline.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120vw auto;
  background-attachment: scroll;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
.section-headline:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-headline .content {
  padding: 80px 20px 200px 20px;
}
.section-headline p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 400%;
  color: #FFFFFF;
  text-align: center;
}
.section-headline p em {
  font-size: 3.0rem;
  font-weight: 700;
}
.section-headline .icon-scroll {
  margin: auto;
  padding: 0;
  text-align: center;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
}
.section-headline .icon-scroll img {
  filter: drop-shadow(5px 5px 5px #666666);
}
.section-headline .ex01 {
  position: absolute;
  top: -190px;
  right: -40px;
}
.section-headline .ex01 img {
  filter: drop-shadow(2px 2px 2px #000000);
}
.section-headline .ex02 {
  position: absolute;
  top: 320px;
  left: -60px;
}
.section-headline .ex02 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/************************************/
/********** Section Scroll **********/
/************************************/

.section-scroll {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-scroll:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 15%, 100% 30%, 100% 100%, 0 45%);
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
.section-scroll .content {
  padding: 120px 20px;
}
.section-scroll .icon-scroll {
  margin: auto;
  padding: 0;
  text-align: center;
  font-family: Verdana;
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFFFFF;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.section-scroll .icon-scroll img {
  filter: drop-shadow(5px 5px 5px #666666);
}



/*************************************/
/********** Section Outline **********/
/*************************************/

.section-outline {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-outline:before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(23,18,15,0.8);
  background-image: url("../images/bg-section-outline.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: soft-light;
  clip-path: polygon(0 9%, 43% 1%, 100% 9%, 100% 100%, 0 100%);
}
.section-outline .content {
  padding: 80px 20px;
}
.section-outline .headline {
  margin: 0 0 40px 0;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-outline .headline:after {
  content: "";
  margin: 16px 0;
  width: 130px;
  border-bottom: 6px solid #FFFFFF;
  display: inline-block;
}
.section-outline p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #FFFFFF;
  text-align: left;
}
.section-outline p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/***********************************/
/********** Section Point **********/
/***********************************/

.section-point {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-point:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: repeating-linear-gradient(135deg, #1C3450, #1C3450 5px, #FFFFFF 5px, #FFFFFF 10px);
  height: 20px;
}
.section-point:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: repeating-linear-gradient(135deg, #1C3450, #1C3450 5px, #FFFFFF 5px, #FFFFFF 10px);
  height: 20px;
}
.section-point .content {
  padding: 80px 20px;
}
.section-point .icon-point {
  position: absolute;
  top: -40px;
  width: 180px;
}



/************************************/
/********** Section Eq.(1) **********/
/************************************/

.section-eq1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
}
.section-eq1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq1 .content {
  padding: 20px;
}



/**************************************/
/********** Section Eq.(1-1) **********/
/**************************************/

.section-eq1-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq1-1 .content {
  padding: 0 20px 80px 20px;
}
.section-eq1-1 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .headline {
  margin: 20px 0 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq1-1 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq1-1 .headline br {
  display: none;
}
.section-eq1-1 .icon-eq1-1 {
  width: 180px;
}
.section-eq1-1 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq1-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq1-1 .block02 {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .block02 div:nth-child(1) img {
  filter: drop-shadow(5px 5px 10px #999999);
}
.section-eq1-1 .block03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .block03 div:nth-child(1) {
  order: 1;
}
.section-eq1-1 .block03 div:nth-child(1) img {
  filter: drop-shadow(5px 5px 10px #999999);
}
.section-eq1-1 .block03 div:nth-child(2) {
  order: 2;
}



/************************************/
/********** Section Select **********/
/************************************/

.section-select {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-image: url("../images/bg-section-select.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: soft-light;
  background-color: rgba(23,18,15,0.8);
}
.section-select .content {
  padding: 60px 20px 120px 20px;
}
.section-select .headline {
  margin: 40px auto;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #FFFFFF;
  text-align: center;
}
.section-select ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-select ul li {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
  list-style-type: none;
  width: 100%;
}
.section-select ul li a {
  display: flex;
  align-items: center;
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  border-radius: 12px;
  padding: 20px;
}
.section-select ul li:nth-child(1) a:before {
  content: "";
  background-image: url("../images/icon-book.svg");
  background-size: 55px 41px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 41px;
  margin: 0 auto 0 0;
}
.section-select ul li:nth-child(2) a:before {
  content: "";
  background-image: url("../images/icon-cap.svg");
  background-size: 55px 44px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 44px;
  margin: 0 auto 0 0;
}
.section-select ul li:nth-child(3) a:before {
  content: "";
  background-image: url("../images/icon-shirt.svg");
  background-size: 55px 55px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin: 0 auto 0 0;
}
.section-select ul li a:after {
  content: "";
  background-image: url("../images/icon-arrow.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 0 0 auto;
}
.section-select ul li a:hover {
  text-decoration: none;
  background-color: #3C949E;
  background-blend-mode: screen;
}
.section-select .ex03 {
  position: absolute;
  top: -80px;
  right: -60px;
}
.section-select .ex03 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/**************************************/
/********** Section Eq.(1-2) **********/
/**************************************/

.section-eq1-2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq1-2 .content {
  padding: 80px 20px 20px 20px;
}
.section-eq1-2 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq1-2 .headline {
  margin: 20px 0 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq1-2 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq1-2 .headline br {
  display: none;
}
.section-eq1-2 .icon-eq1-2 {
  width: 180px;
}
.section-eq1-2 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq1-2 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq1-2 .ex04 {
  position: absolute;
  top: -60px;
  left: -80px;
}
.section-eq1-2 .ex04 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/************************************/
/********** Section Eq.(2) **********/
/************************************/

.section-eq2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq2 .content {
  padding: 20px;
}



/**************************************/
/********** Section Eq.(2-1) **********/
/**************************************/

.section-eq2-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq2-1 .content {
  padding: 40px 20px;
}
.section-eq2-1 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq2-1 .block02 {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq2-1 .headline {
  margin: 20px 0 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq2-1 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq2-1 .headline br {
  display: none;
}
.section-eq2-1 .icon-eq2-1 {
  width: 180px;
}
.section-eq2-1 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq2-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/************************************/
/********** Section Eq.(3) **********/
/************************************/

.section-eq3 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq3 .content {
  padding: 20px;
}



/**************************************/
/********** Section Eq.(3-1) **********/
/**************************************/

.section-eq3-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3-1 .content {
  padding: 40px 20px;
}
.section-eq3-1 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq3-1 .headline {
  margin: 20px 0 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq3-1 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq3-1 .headline br {
  display: none;
}
.section-eq3-1 .icon-eq3-1 {
  width: 180px;
}
.section-eq3-1 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq3-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/**************************************/
/********** Section Eq.(3-2) **********/
/**************************************/

.section-eq3-2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3-2 .content {
  padding: 40px 20px 120px 20px;
}
.section-eq3-2 .block01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq3-2 .block01 .headline {
  margin: 20px 0 0 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section-eq3-2 .block01 .headline:after {
  content: "";
  margin: 10px 0;
  width: 100%;
  border-bottom: 3px solid #1C3450;
  display: inline-block;
}
.section-eq3-2 .headline br {
  display: none;
}
.section-eq3-2 .icon-eq3-2 {
  width: 180px;
}
.section-eq3-2 p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq3-2 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq3-2 .aligncenter img {
  filter: drop-shadow(5px 5px 10px #999999);
}

.section-eq3-2 .block02 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 15px solid #6469C6;
  border-image: linear-gradient(to right, #6469C6 0, #60B8E5 100%);
  border-image-slice: 1;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 5px #999999;
  padding: 30px;
}
.section-eq3-2 .block02 .headline {
  margin: 0;
  padding: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
}
.section-eq3-2 .block02 .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.section-eq3-2 .block02 ul {
  margin: 0;
  padding: 0;
}
.section-eq3-2 .block02 ul li {
  margin: 10px 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  list-style-type: none;
}
.section-eq3-2 .block02 ul li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1C3450;
}



/***************************************/
/********** Interview Section **********/
/***************************************/

.interview-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.interview-section .content:nth-child(1) {
  padding: 20px;
}
.interview-section .headline {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.interview-section .headline span:nth-child(1) {
  font-family: "Montserrat";
  font-size: 6.8rem;
  font-weight: 200;
  font-style: italic;
  color: #1C3450;
}
.interview-section .headline span:nth-child(2) {
  margin: 0 0 0 auto;
  padding-top: 10px;
  border-top: 5px solid #1C3450;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  color: #1C3450;
  text-align: right;
}

.interview-section .content:nth-child(2) {
  padding: 0;
}

.interview-section .interview {
  position: relative;
  margin: 20px auto;
  padding: 30px 40px;
}
.interview-section .interview .title {
  font-size: 2.4rem;
  font-weight: 500;
  font-style: italic;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  background-color: #1C3450;
  margin: 10px 0;
  padding: 2px 10px;
}
.interview-section .interview .thumbnail {
  margin: auto;
  padding: 0;
  border: 10px solid #C3C4C5;
}
.interview-section .interview .paragraph {
  margin: 30px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.interview-section .interview .paragraph .catch {
  border-top: 5px dotted #1C3450;
  border-bottom: 5px dotted #1C3450;
  padding: 20px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 160%;
}
.interview-section .interview .paragraph .nameplate {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
  text-align: right;
}
.interview-section .interview .paragraph .nameplate em {
  font-size: 2.3rem;
  font-weight: 700;
}
.interview-section .interview .readmore {
  clear: both;
  margin: 20px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.interview-section .interview .readmore a {
  margin: 0;
  padding: 20px 100px;
  background-color: #1C3450;
  color: #FFFFFF;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 140%;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}
.interview-section .interview .readmore a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 16px 0 0;
  font-size: 2.0rem;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 12px;
}
.interview-section .interview .readmore a:hover {
  background-color: #647588;
}



/***********************************/
/********** Links Section **********/
/***********************************/

.links-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #E9E9EA;
}
.links-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #FFFFFF;
  clip-path: polygon(100% 0, 0 0, 0 10%);
}
.links-section .content {
  padding: 200px 20px 60px 20px;
}
.links-section .headline {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.links-section .headline span:nth-child(1) {
  font-family: "Montserrat";
  font-size: 6.8rem;
  font-weight: 200;
  font-style: italic;
  color: #1C3450;
}
.links-section .headline span:nth-child(2) {
  margin: 0 0 0 auto;
  padding-top: 10px;
  border-top: 5px solid #1C3450;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  color: #1C3450;
  text-align: right;
}

.links-section ul {
  margin: 40px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.links-section ul li {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
  color: #1C3450;
  width: 48%;
  margin: 4% 4% 4% 0;
  list-style-type: none;
}
.links-section ul li:nth-child(even) {
  margin: 4% 0;
}
.links-section ul li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.4rem;
  font-weight: 900;
  color: #1C3450;
}
.links-section ul li .banner {
  margin: 10px 0;
  padding: 0;
}
.links-section ul li .banner a {
  display: block;
}
.links-section ul li .banner a img {
  border: 8px solid #C3C4C5;
}
.links-section ul li .banner a:hover img {
  border: 8px solid #DDDDDD;
}
.links-section ul li .status {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.links-section ul li .status .label {
  margin: 0;
  padding: 2px 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1C3450;
  border-top: 1px solid #1C3450;
  border-bottom: 1px solid #1C3450;
  text-align: center;
}
.links-section ul li .status .target {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.links-section ul li .status .target span {
  margin: 0;
  padding: 2px 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #838383;
  border: 1px solid #838383;
  border-radius: 4px;
  text-align: center;
}



}



/************************************************************/
/********** Responsive Contents Setting (768-1024) **********/
/************************************************************/

@media print, screen and ( min-width: 769px ) and ( max-width: 1024px ) {



/***************************************/
/********** Section SiteTitle **********/
/***************************************/

.section-sitetitle {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #FCCB1D 0%, #FDB43F 50%, #FF8D78 100%);
}
.section-sitetitle .content {
  padding: 60px 20px 80px 20px;
}
.section-sitetitle h2 {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 100%;
  color: #FFFFFF;
  text-align: center;
}
.section-sitetitle h2 .translate {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}



/**************************************/
/********** Section Headline **********/
/**************************************/

.section-headline {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #FCCB1D 0%, #FDB43F 50%, #FF8D78 100%);
}
.section-headline:before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #333333;
  background-image: url("../images/bg-section-headline.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120vw auto;
  background-attachment: scroll;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
.section-headline:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-headline .content {
  padding: 100px 20px 220px 20px;
}
.section-headline p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 450%;
  color: #FFFFFF;
  text-align: center;
}
.section-headline p em {
  font-size: 4.2rem;
  font-weight: 700;
}
.section-headline .icon-scroll {
  margin: auto;
  padding: 0;
  text-align: center;
  position: absolute;
  top: -90px;
  left: 0;
  right: 0;
}
.section-headline .icon-scroll img {
  filter: drop-shadow(5px 5px 5px #666666);
}
.section-headline .ex01 {
  position: absolute;
  top: -190px;
  right: -20px;
}
.section-headline .ex01 img {
  filter: drop-shadow(2px 2px 2px #000000);
}
.section-headline .ex02 {
  position: absolute;
  top: 380px;
  left: -40px;
}
.section-headline .ex02 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/************************************/
/********** Section Scroll **********/
/************************************/

.section-scroll {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-scroll:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 15%, 100% 30%, 100% 100%, 0 45%);
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
.section-scroll .content {
  padding: 130px 20px;
}
.section-scroll .icon-scroll {
  margin: auto;
  padding: 0;
  text-align: center;
  font-family: Verdana;
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFFFFF;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.section-scroll .icon-scroll img {
  filter: drop-shadow(5px 5px 5px #666666);
}



/*************************************/
/********** Section Outline **********/
/*************************************/

.section-outline {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-outline:before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(23,18,15,0.8);
  background-image: url("../images/bg-section-outline.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: soft-light;
  clip-path: polygon(0 10%, 43% 1%, 100% 9%, 100% 100%, 0 100%);
}
.section-outline .content {
  padding: 140px 20px;
}
.section-outline .headline {
  margin: 0 0 40px 0;
  font-size: 5.0rem;
  font-weight: 700;
  line-height: 160%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.section-outline .headline:after {
  content: "";
  margin: 16px 0;
  width: 200px;
  border-bottom: 8px solid #FFFFFF;
  display: inline-block;
}
.section-outline p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #FFFFFF;
  text-align: left;
}
.section-outline p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/***********************************/
/********** Section Point **********/
/***********************************/

.section-point {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-point:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: repeating-linear-gradient(135deg, #1C3450, #1C3450 5px, #FFFFFF 5px, #FFFFFF 10px);
  height: 20px;
}
.section-point:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: repeating-linear-gradient(135deg, #1C3450, #1C3450 5px, #FFFFFF 5px, #FFFFFF 10px);
  height: 20px;
}
.section-point .content {
  padding: 90px 20px;
}
.section-point .icon-point {
  position: absolute;
  top: -50px;
}



/************************************/
/********** Section Eq.(1) **********/
/************************************/

.section-eq1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
}
.section-eq1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq1 .content {
  padding: 20px;
}




/**************************************/
/********** Section Eq.(1-1) **********/
/**************************************/

.section-eq1-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq1-1 .content {
  padding: 0 20px 100px 20px;
}
.section-eq1-1 .block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .headline {
  margin: 20px 0 0 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
}
.section-eq1-1 .headline:after {
  content: "";
  margin: 14px 0;
  width: 200px;
  border-bottom: 8px solid #1C3450;
  display: inline-block;
}
.section-eq1-1 p {
  margin: 40px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq1-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq1-1 .block02 {
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .block02 div:nth-child(1) img {
  filter: drop-shadow(5px 5px 10px #999999);
}
.section-eq1-1 .block03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .block03 div:nth-child(1) {
  order: 2;
}
.section-eq1-1 .block03 div:nth-child(1) img {
  filter: drop-shadow(5px 5px 10px #999999);
}
.section-eq1-1 .block03 div:nth-child(2) {
  order: 1;
}



/************************************/
/********** Section Select **********/
/************************************/

.section-select {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-image: url("../images/bg-section-select.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: soft-light;
  background-color: rgba(23,18,15,0.8);
}
.section-select .content {
  padding: 70px 20px;
}
.section-select .headline {
  margin: 40px auto;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 160%;
  color: #FFFFFF;
  text-align: center;
}
.section-select ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.section-select ul li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
  list-style-type: none;
}
.section-select ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  width: 220px;
  height: 220px;
}
.section-select ul li:nth-child(1) a:before {
  content: "";
  background-image: url("../images/icon-book.svg");
  background-size: 67px 50px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 52px;
  margin: 20px auto;
}
.section-select ul li:nth-child(2) a:before {
  content: "";
  background-image: url("../images/icon-cap.svg");
  background-size: 70px 56px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 56px;
  margin: 20px auto;
}
.section-select ul li:nth-child(3) a:before {
  content: "";
  background-image: url("../images/icon-shirt.svg");
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 20px auto;
}
.section-select ul li a:after {
  content: "";
  background-image: url("../images/icon-arrow.svg");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 10px auto;
}
.section-select ul li a:hover {
  text-decoration: none;
  background-color: #3C949E;
  background-blend-mode: screen;
}
.section-select .ex03 {
  position: absolute;
  top: -60px;
  right: 0;
}
.section-select .ex03 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/**************************************/
/********** Section Eq.(1-2) **********/
/**************************************/

.section-eq1-2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq1-2 .content {
  padding: 100px 20px 40px 20px;
}
.section-eq1-2 .block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq1-2 .headline {
  margin: 20px 0 0 0;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
}
.section-eq1-2 .headline:after {
  content: "";
  margin: 14px 0;
  width: 200px;
  border-bottom: 8px solid #1C3450;
  display: inline-block;
}
.section-eq1-2 p {
  margin: 40px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq1-2 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq1-2 .ex04 {
  position: absolute;
  top: -40px;
  left: -40px;
}
.section-eq1-2 .ex04 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/************************************/
/********** Section Eq.(2) **********/
/************************************/

.section-eq2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq2 .content {
  padding: 20px;
}



/**************************************/
/********** Section Eq.(2-1) **********/
/**************************************/

.section-eq2-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq2-1 .content {
  padding: 40px 20px;
}
.section-eq2-1 .block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq2-1 .block02 {
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.section-eq2-1 .headline {
  margin: 20px 0 0 0;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
}
.section-eq2-1 .headline:after {
  content: "";
  margin: 14px 0;
  width: 200px;
  border-bottom: 8px solid #1C3450;
  display: inline-block;
}
.section-eq2-1 p {
  margin: 40px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq2-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/************************************/
/********** Section Eq.(3) **********/
/************************************/

.section-eq3 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq3 .content {
  padding: 20px;
}



/**************************************/
/********** Section Eq.(3-1) **********/
/**************************************/

.section-eq3-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3-1 .content {
  padding: 40px 20px;
}
.section-eq3-1 .block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq3-1 .headline {
  margin: 20px 0 0 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
}
.section-eq3-1 .headline:after {
  content: "";
  margin: 14px 0;
  width: 200px;
  border-bottom: 8px solid #1C3450;
  display: inline-block;
}
.section-eq3-1 p {
  margin: 40px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq3-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/**************************************/
/********** Section Eq.(3-2) **********/
/**************************************/

.section-eq3-2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3-2 .content {
  padding: 40px 20px 160px 20px;
}
.section-eq3-2 .block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq3-2 .block01 .headline {
  margin: 20px 0 0 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
}
.section-eq3-2 .block01 .headline:after {
  content: "";
  margin: 14px 0;
  width: 200px;
  border-bottom: 8px solid #1C3450;
  display: inline-block;
}
.section-eq3-2 p {
  margin: 40px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq3-2 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq3-2 .aligncenter img {
  filter: drop-shadow(5px 5px 10px #999999);
}

.section-eq3-2 .block02 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 15px solid #6469C6;
  border-image: linear-gradient(to right, #6469C6 0, #60B8E5 100%);
  border-image-slice: 1;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 5px #999999;
  padding: 30px;
}
.section-eq3-2 .block02 .headline {
  margin: 0;
  padding: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
}
.section-eq3-2 .block02 .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.section-eq3-2 .block02 ul {
  margin: 0;
  padding: 0;
}
.section-eq3-2 .block02 ul li {
  margin: 10px 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  list-style-type: none;
}
.section-eq3-2 .block02 ul li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1C3450;
}
.section-eq3-2 .block02 .thumbnail {
  flex-shrink: 0;
}



/***************************************/
/********** Interview Section **********/
/***************************************/

.interview-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.interview-section .content:nth-child(1) {
  padding: 20px;
}
.interview-section .headline {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.interview-section .headline span:nth-child(1) {
  font-family: "Montserrat";
  font-size: 7.4rem;
  font-weight: 200;
  font-style: italic;
  color: #1C3450;
}
.interview-section .headline span:nth-child(2) {
  margin: 0 0 0 auto;
  padding-top: 12px;
  border-top: 10px solid #1C3450;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  color: #1C3450;
  text-align: right;
}

.interview-section .content:nth-child(2) {
  padding: 0;
}

.interview-section .interview {
  position: relative;
  margin: 30px auto;
  padding: 40px 70px;
}
.interview-section .interview .title {
  font-size: 2.6rem;
  font-weight: 500;
  font-style: italic;
  line-height: 160%;
  text-align: center;
  color: #FFFFFF;
  background-color: #1C3450;
  margin: 10px 0;
  padding: 2px 10px;
}
.interview-section .interview .thumbnail {
  margin: auto;
  padding: 0;
  border: 10px solid #C3C4C5;
}
.interview-section .interview .paragraph {
  margin: 30px auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.interview-section .interview .paragraph .catch {
  border-top: 5px dotted #1C3450;
  border-bottom: 5px dotted #1C3450;
  padding: 20px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
}
.interview-section .interview .paragraph .nameplate {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
  text-align: right;
}
.interview-section .interview .paragraph .nameplate em {
  font-size: 2.4rem;
  font-weight: 700;
}
.interview-section .interview .readmore {
  clear: both;
  margin: 20px 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.interview-section .interview .readmore a {
  margin: 0;
  padding: 24px 120px;
  background-color: #1C3450;
  color: #FFFFFF;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 140%;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}
.interview-section .interview .readmore a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 16px 0 0;
  font-size: 2.0rem;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 12px;
}
.interview-section .interview .readmore a:hover {
  background-color: #647588;
}



/***********************************/
/********** Links Section **********/
/***********************************/

.links-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #E9E9EA;
}
.links-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #FFFFFF;
  clip-path: polygon(100% 0, 0 0, 0 10%);
}
.links-section .content {
  padding: 240px 20px 60px 20px;
}
.links-section .headline {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.links-section .headline span:nth-child(1) {
  font-family: "Montserrat";
  font-size: 7.4rem;
  font-weight: 200;
  font-style: italic;
  color: #1C3450;
}
.links-section .headline span:nth-child(2) {
  margin: 0 0 0 auto;
  padding-top: 12px;
  border-top: 10px solid #1C3450;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  color: #1C3450;
  text-align: right;
}

.links-section ul {
  margin: 50px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.links-section ul li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  color: #1C3450;
  width: 48%;
  margin: 4% 4% 4% 0;
  list-style-type: none;
}
.links-section ul li:nth-child(even) {
  margin: 4% 0;
}
.links-section ul li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.6rem;
  font-weight: 900;
  color: #1C3450;
}
.links-section ul li .banner {
  margin: 10px 0;
  padding: 0;
}
.links-section ul li .banner a {
  display: block;
}
.links-section ul li .banner a img {
  border: 10px solid #C3C4C5;
}
.links-section ul li .banner a:hover img {
  border: 10px solid #DDDDDD;
}
.links-section ul li .status {
  display: flex;
  gap: 10px;
}
.links-section ul li .status .label {
  margin: 0;
  padding: 2px 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #1C3450;
  border-top: 1px solid #1C3450;
  border-bottom: 1px solid #1C3450;
}
.links-section ul li .status .target {
  display: flex;
  gap: 5px;
}
.links-section ul li .status .target span {
  margin: 0;
  padding: 2px 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #838383;
  border: 1px solid #838383;
  border-radius: 4px;
}



}




/********************************************************/
/********** Responsive Contents Setting (1024) **********/
/********************************************************/

@media screen and ( min-width: 1025px ) {



/***************************************/
/********** Section SiteTitle **********/
/***************************************/

.section-sitetitle {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #FCCB1D 0%, #FDB43F 50%, #FF8D78 100%);
}
.section-sitetitle .content {
  padding: 80px 20px;
}
.section-sitetitle h2 {
  font-size: 4.0rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  line-height: 100%;
  color: #FFFFFF;
  text-align: center;
}
.section-sitetitle h2 .translate {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}



/**************************************/
/********** Section Headline **********/
/**************************************/

.section-headline {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #FCCB1D 0%, #FDB43F 50%, #FF8D78 100%);
}
.section-headline:before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #333333;
  background-image: url("../images/bg-section-headline.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
.section-headline:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-headline .content {
  padding: 120px 20px 240px 20px;
}
.section-headline p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 500%;
  color: #FFFFFF;
  text-align: center;
}
.section-headline p em {
  font-size: 4.5rem;
  font-weight: 700;
}
.section-headline .icon-scroll {
  margin: auto;
  padding: 0;
  text-align: center;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
}
.section-headline .icon-scroll img {
  filter: drop-shadow(5px 5px 5px #666666);
}
.section-headline .ex01 {
  position: absolute;
  top: -190px;
  left: calc(50% + 260px);
}
.section-headline .ex01 img {
  filter: drop-shadow(2px 2px 2px #000000);
}
.section-headline .ex02 {
  position: absolute;
  top: 360px;
  left: calc(50% - 520px);
}
.section-headline .ex02 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/************************************/
/********** Section Scroll **********/
/************************************/

.section-scroll {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-scroll:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 15%, 100% 30%, 100% 100%, 0 45%);
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
.section-scroll .content {
  padding: 140px 20px;
}
.section-scroll .icon-scroll {
  margin: auto;
  padding: 0;
  text-align: center;
  font-family: Verdana;
  font-size: 1.0rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFFFFF;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
}
.section-scroll .icon-scroll img {
  filter: drop-shadow(5px 5px 5px #666666);
}



/*************************************/
/********** Section Outline **********/
/*************************************/

.section-outline {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
.section-outline:before {
  content: "";
  position: absolute;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(23,18,15,0.8);
  background-image: url("../images/bg-section-outline.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: soft-light;
  clip-path: polygon(0 10%, 43% 1%, 100% 9%, 100% 100%, 0 100%);
}
.section-outline .content {
  padding: 200px 20px;
}
.section-outline .headline {
  margin: 0 0 40px 0;
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 160%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.section-outline .headline:after {
  content: "";
  margin: 16px 0;
  width: 210px;
  border-bottom: 10px solid #FFFFFF;
  display: inline-block;
}
.section-outline p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #FFFFFF;
  text-align: left;
}
.section-outline p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/***********************************/
/********** Section Point **********/
/***********************************/

.section-point {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-point:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: repeating-linear-gradient(135deg, #1C3450, #1C3450 5px, #FFFFFF 5px, #FFFFFF 10px);
  height: 20px;
}
.section-point:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: repeating-linear-gradient(135deg, #1C3450, #1C3450 5px, #FFFFFF 5px, #FFFFFF 10px);
  height: 20px;
}
.section-point .content {
  padding: 100px 20px;
}
.section-point .icon-point {
  position: absolute;
  top: -50px;
}



/************************************/
/********** Section Eq.(1) **********/
/************************************/

.section-eq1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
}
.section-eq1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0% 70%);
}
.section-eq1 .content {
  padding: 120px 20px 60px 20px;
}




/**************************************/
/********** Section Eq.(1-1) **********/
/**************************************/

.section-eq1-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq1-1 .content {
  padding: 0 70px 100px 70px;
}
.section-eq1-1 .block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .block01 div:nth-child(2) {
  flex-shrink: 0;
}
.section-eq1-1 .headline {
  margin: 20px 0 0 0;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
}
.section-eq1-1 .headline:after {
  content: "";
  margin: 16px 0;
  width: 210px;
  border-bottom: 10px solid #1C3450;
  display: inline-block;
}
.section-eq1-1 p {
  margin: 40px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq1-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq1-1 .block02 {
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .block02 div:nth-child(1) {
  flex-shrink: 0;
}
.section-eq1-1 .block02 div:nth-child(1) img {
  filter: drop-shadow(5px 5px 10px #999999);
}
.section-eq1-1 .block03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq1-1 .block03 div:nth-child(1) {
  order: 2;
  flex-shrink: 0;
}
.section-eq1-1 .block03 div:nth-child(1) img {
  filter: drop-shadow(5px 5px 10px #999999);
}
.section-eq1-1 .block03 div:nth-child(2) {
  order: 1;
}



/************************************/
/********** Section Select **********/
/************************************/

.section-select {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-image: url("../images/bg-section-select.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: soft-light;
  background-color: rgba(23,18,15,0.8);
}
.section-select .content {
  padding: 80px 70px;
}
.section-select .headline {
  margin: 40px auto;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 160%;
  color: #FFFFFF;
  text-align: center;
}
.section-select ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-select ul li {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 140%;
  color: #FFFFFF;
  list-style-type: none;
}
.section-select ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  width: 250px;
  height: 250px;
}
.section-select ul li:nth-child(1) a:before {
  content: "";
  background-image: url("../images/icon-book.svg");
  background-size: 83px 62px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 62px;
  margin: 20px auto;
}
.section-select ul li:nth-child(2) a:before {
  content: "";
  background-image: url("../images/icon-cap.svg");
  background-size: 93px 75px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 75px;
  margin: 20px auto;
}
.section-select ul li:nth-child(3) a:before {
  content: "";
  background-image: url("../images/icon-shirt.svg");
  background-size: 79px 79px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 79px;
  margin: 20px auto;
}
.section-select ul li a:after {
  content: "";
  background-image: url("../images/icon-arrow.svg");
  background-size: 35px 35px;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 10px auto;
}
.section-select ul li a:hover {
  text-decoration: none;
  background-color: #3C949E;
  background-blend-mode: screen;
}
.section-select .ex03 {
  position: absolute;
  top: -60px;
  left: calc(50% + 340px);
}
.section-select .ex03 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/**************************************/
/********** Section Eq.(1-2) **********/
/**************************************/

.section-eq1-2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq1-2 .content {
  padding: 120px 70px 60px 70px;
}
.section-eq1-2 .block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq1-2 .block01 div:nth-child(2) {
  flex-shrink: 0;
}
.section-eq1-2 .headline {
  margin: 20px 0 0 0;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
}
.section-eq1-2 .headline:after {
  content: "";
  margin: 16px 0;
  width: 210px;
  border-bottom: 10px solid #1C3450;
  display: inline-block;
}
.section-eq1-2 p {
  margin: 40px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq1-2 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq1-2 .ex04 {
  position: absolute;
  top: -40px;
  left: calc(50% - 620px);
}
.section-eq1-2 .ex04 img {
  filter: drop-shadow(2px 2px 2px #000000);
}



/************************************/
/********** Section Eq.(2) **********/
/************************************/

.section-eq2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
}
.section-eq2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 85%);
}
.section-eq2 .content {
  padding: 240px 20px 20px 20px;
}



/**************************************/
/********** Section Eq.(2-1) **********/
/**************************************/

.section-eq2-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq2-1 .content {
  padding: 40px 70px;
}
.section-eq2-1 .block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq2-1 .block01 div:nth-child(2) {
  flex-shrink: 0;
}
.section-eq2-1 .block02 {
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq2-1 .block02 div:nth-child(2) {
  flex-shrink: 0;
}
.section-eq2-1 .headline {
  margin: 20px 0 0 0;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
}
.section-eq2-1 .headline:after {
  content: "";
  margin: 16px 0;
  width: 210px;
  border-bottom: 10px solid #1C3450;
  display: inline-block;
}
.section-eq2-1 p {
  margin: 40px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq2-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/************************************/
/********** Section Eq.(3) **********/
/************************************/

.section-eq3 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
}
.section-eq3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url("../images/bg-section-eq.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 85%);
}
.section-eq3 .content {
  padding: 240px 20px 20px 20px;
}



/**************************************/
/********** Section Eq.(3-1) **********/
/**************************************/

.section-eq3-1 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3-1 .content {
  padding: 40px 70px;
}
.section-eq3-1 .block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq3-1 .block01 div:nth-child(2) {
  flex-shrink: 0;
}
.section-eq3-1 .headline {
  margin: 20px 0 0 0;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
}
.section-eq3-1 .headline:after {
  content: "";
  margin: 16px 0;
  width: 210px;
  border-bottom: 10px solid #1C3450;
  display: inline-block;
}
.section-eq3-1 p {
  margin: 40px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq3-1 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}



/**************************************/
/********** Section Eq.(3-2) **********/
/**************************************/

.section-eq3-2 {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.section-eq3-2 .content {
  padding: 40px 70px 180px 70px;
}
.section-eq3-2 .block01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section-eq3-2 .block01 div:nth-child(2) {
  flex-shrink: 0;
}
.section-eq3-2 .block01 .headline {
  margin: 20px 0 0 0;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  display: flex;
  flex-direction: column;
}
.section-eq3-2 .block01 .headline:after {
  content: "";
  margin: 16px 0;
  width: 210px;
  border-bottom: 10px solid #1C3450;
  display: inline-block;
}
.section-eq3-2 p {
  margin: 40px 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 260%;
  color: #1C3450;
  text-align: left;
}
.section-eq3-2 p b {
  font-size: 2.0rem;
  background: linear-gradient(transparent 84%, #F7D91E 84%);
}
.section-eq3-2 .aligncenter img {
  filter: drop-shadow(5px 5px 10px #999999);
}

.section-eq3-2 .block02 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 15px solid #6469C6;
  border-image: linear-gradient(to right, #6469C6 0, #60B8E5 100%);
  border-image-slice: 1;
  background-color: #FFFFFF;
  box-shadow: 5px 5px 5px #999999;
  padding: 30px 40px;
}
.section-eq3-2 .block02 .headline {
  margin: 0;
  padding: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
}
.section-eq3-2 .block02 .column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.section-eq3-2 .block02 ul {
  margin: 0;
  padding: 0;
}
.section-eq3-2 .block02 ul li {
  margin: 10px 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 160%;
  color: #1C3450;
  list-style-type: none;
}
.section-eq3-2 .block02 ul li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1C3450;
}
.section-eq3-2 .block02 .thumbnail {
  flex-shrink: 0;
}



/***************************************/
/********** Interview Section **********/
/***************************************/

.interview-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #FFFFFF;
}
.interview-section .content:nth-child(1) {
  padding: 20px;
}
.interview-section .headline {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.interview-section .headline span:nth-child(1) {
  font-family: "Montserrat";
  font-size: 8.4rem;
  font-weight: 200;
  font-style: italic;
  color: #1C3450;
}
.interview-section .headline span:nth-child(2) {
  margin: 0 0 0 auto;
  padding-top: 12px;
  border-top: 10px solid #1C3450;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  color: #1C3450;
  text-align: right;
}

.interview-section .content:nth-child(2) {
  padding: 20px 0;
  max-width: 1140px;
}

.interview-section .interview .title,
.interview-section .interview .thumbnail {
  display: none;
}

.interview-section .interview01 {
  position: relative;
  margin: 80px auto;
  padding: 0;
  background-image: url("../images/bg-interview01.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: auto;
  height: 785px;
}
.interview-section .interview01 .paragraph {
  position: absolute;
  top: 270px;
  left: calc(100% - 54%);
  max-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.interview-section .interview01 .paragraph .catch {
  border-top: 5px dotted #1C3450;
  border-bottom: 5px dotted #1C3450;
  padding: 30px 0;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 160%;
}
.interview-section .interview01 .paragraph .nameplate {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
}
.interview-section .interview01 .paragraph .nameplate em {
  font-size: 2.0rem;
  font-weight: 700;
}
.interview-section .interview01 .readmore {
  position: absolute;
  top: 640px;
  left: 690px;
}
.interview-section .interview01 .readmore a {
  margin: 0;
  padding: 24px 168px;
  background-color: #1C3450;
  color: #FFFFFF;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 140%;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.interview-section .interview01 .readmore a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 16px 0 0;
  font-size: 2.0rem;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 12px;
}
.interview-section .interview01 .readmore a:hover {
  background-color: #647588;
}

.interview-section .interview02 {
  position: relative;
  margin: 80px auto;
  padding: 0;
  background-image: url("../images/bg-interview02.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: auto;
  height: 785px;
}
.interview-section .interview02 .paragraph {
  position: absolute;
  top: 320px;
  left: 120px;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.interview-section .interview02 .paragraph .catch {
  border-top: 5px dotted #1C3450;
  border-bottom: 5px dotted #1C3450;
  padding: 30px 0;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 160%;
}
.interview-section .interview02 .paragraph .nameplate {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
}
.interview-section .interview02 .paragraph .nameplate em {
  font-size: 2.0rem;
  font-weight: 700;
}
.interview-section .interview02 .readmore {
  position: absolute;
  top: 680px;
  left: 290px;
}
.interview-section .interview02 .readmore a {
  margin: 0;
  padding: 24px 168px;
  background-color: #1C3450;
  color: #FFFFFF;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 140%;
  text-decoration: none;
  white-space: nowrap;
}
.interview-section .interview02 .readmore a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 16px 0 0;
  font-size: 2.0rem;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 12px;
}
.interview-section .interview02 .readmore a:hover {
  background-color: #647588;
}

.interview-section .interview03 {
  position: relative;
  margin: 80px auto;
  padding: 0;
  background-image: url("../images/bg-interview03.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  width: auto;
  height: 785px;
}
.interview-section .interview03 .paragraph {
  position: absolute;
  top: 270px;
  left: calc(100% - 54%);
  max-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.interview-section .interview03 .paragraph .catch {
  border-top: 5px dotted #1C3450;
  border-bottom: 5px dotted #1C3450;
  padding: 30px 0;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 160%;
}
.interview-section .interview03 .paragraph .nameplate {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
}
.interview-section .interview03 .paragraph .nameplate em {
  font-size: 2.0rem;
  font-weight: 700;
}
.interview-section .interview03 .readmore {
  position: absolute;
  top: 640px;
  left: 690px;
}
.interview-section .interview03 .readmore a {
  margin: 0;
  padding: 24px 168px;
  background-color: #1C3450;
  color: #FFFFFF;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 140%;
  text-decoration: none;
  white-space: nowrap;
}
.interview-section .interview03 .readmore a:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 16px 0 0;
  font-size: 2.0rem;
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  right: 12px;
}
.interview-section .interview03 .readmore a:hover {
  background-color: #647588;
}



/***********************************/
/********** Links Section **********/
/***********************************/

.links-section {
  clear: both;
  margin: auto;
  padding: 0;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 0;
  background-color: #E9E9EA;
}
.links-section:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #FFFFFF;
  clip-path: polygon(100% 0, 0 0, 0 10%);
}
.links-section .content {
  padding: 300px 20px 80px 20px;
}
.links-section .headline {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.links-section .headline span:nth-child(1) {
  font-family: "Montserrat";
  font-size: 8.4rem;
  font-weight: 200;
  font-style: italic;
  color: #1C3450;
}
.links-section .headline span:nth-child(2) {
  margin: 0 0 0 auto;
  padding-top: 12px;
  border-top: 10px solid #1C3450;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  color: #1C3450;
  text-align: right;
}

.links-section ul {
  margin: 60px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.links-section ul li {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 140%;
  color: #1C3450;
  width: 47%;
  margin: 6% 6% 6% 0;
  list-style-type: none;
}
.links-section ul li:nth-child(even) {
  margin: 6% 0;
}
.links-section ul li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.8rem;
  font-weight: 900;
  color: #1C3450;
}
.links-section ul li .banner {
  margin: 10px 0;
  padding: 0;
}
.links-section ul li .banner a {
  display: block;
}
.links-section ul li .banner a img {
  border: 10px solid #C3C4C5;
}
.links-section ul li .banner a:hover img {
  border: 10px solid #DDDDDD;
}
.links-section ul li .status {
  display: flex;
  gap: 10px;
}
.links-section ul li .status .label {
  margin: 0;
  padding: 4px 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #1C3450;
  border-top: 1px solid #1C3450;
  border-bottom: 1px solid #1C3450;
}
.links-section ul li .status .target {
  display: flex;
  gap: 5px;
}
.links-section ul li .status .target span {
  margin: 0;
  padding: 4px 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #838383;
  border: 1px solid #838383;
  border-radius: 4px;
}



}