@charset "utf-8";



/*******************************************************/
/********** Responsive Contents Setting (320) **********/
/*******************************************************/

@media screen and ( max-width: 320px ) {



/************************************/
/********** Content Header **********/
/************************************/

#site-catch {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #FF8D78 0%, #FDB43F 50%, #FCCB1D 100%);
}
#site-catch:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 calc(100% - 1vw), 100% 100%, 100% 100%, 0 100%);
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
#site-catch h2 {
  margin: auto;
  padding: 10px 20px 15px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
}
#page-title {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
#page-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 100%, 100% calc(100% - 3vw), 100% 100%, 0 100%);
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
#page-title h3 {
  margin: auto;
  padding: 5px 20px 10px 20px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  width: 100%;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: auto;
  padding: 40px 20px;
  width: 100%;
}
.content h4 {
  margin: 30px 0 20px 0;
  padding: 0 0 0 10px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #1C3450;
  border-left: 8px solid #1C3450;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content h4 img {
  margin: auto;
  max-width: 160px;
  height: auto;
}
.content .block {
  margin: 0 0 40px 0;
  padding: 10px;
  border: 1px solid #BBC2CA;
}
.content .block p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
#breadcrumbs ul {
  margin: 0 0 0 auto;
  padding: 0 20px 5px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 180%;
  list-style-type: none;
}
#breadcrumbs ul li+li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 8px;
  font-size: 1.0rem;
  font-weight: 900;
  color: #000000;
}
#breadcrumbs ul li a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000000;
}



/*******************************/
/********** Interview **********/
/*******************************/

.profile {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.profile .paragraph {
  order: 1;
}
.profile .paragraph .catch {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 160%;
}
.profile .paragraph hr {
  background: linear-gradient(to right, #6469C6 0%, #60B8E5 100%);
  height: 10px;
  margin: 10px 0;
}
.profile .paragraph .nameplate {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
}
.profile .paragraph .nameplate em {
  font-size: 2.0rem;
  font-weight: 700;
}
.profile .thumbnail {
  order: 2;
  margin: auto;
  width: 100%;
  height: auto;
}
.profile .thumbnail img {
  border-radius: 4px;
}



.interview {
  margin: auto;
  padding: 0;
  width: 100%;
}
.interview .qa {
  margin: 40px 0 20px 0;
  padding: 8px 24px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #1C3450;
  color: #FFFFFF;
}
.interview .qa:before {
  content: "Q :";
  margin: 0 12px 0 0;
}



.interview-list {
  clear: both;
  margin: 20px 0;
  padding: 0;
  width: 100%;
}
.interview-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.interview-list ul li {
  margin: 0 0 -1px 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  list-style-type: none;
  background-color: #3C949E;
  color: #FFFFFF;
  width: 100%;
  border: 1px solid #FFFFFF;
}
.interview-list ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  height: 100%;
  text-decoration: none;
  margin: 0;
  padding: 8px 24px;
  color: #FFFFFF;
}
.interview-list a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f075";
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 6px 0 0;
  display: inline-block;
}
.interview-list ul li a:hover {
  text-decoration: none;
  background-color: #F7D91E;
  color: #1C3450;
}
.interview-list ul li a:hover:before {
  color: #1C3450;
}



/*****************************/
/********** Listing **********/
/*****************************/

.listing {
  clear: both;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
}
.listing dl {
  margin: 0;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid #D6D7D7;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #000000;
  display: flex;
  align-items: center;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  text-align: left;
}



}



/************************************************************/
/********** Responsive Contents Setting (320-480) ***********/
/************************************************************/

@media screen and ( min-width: 321px ) and ( max-width: 480px ) {



/************************************/
/********** Content Header **********/
/************************************/

#site-catch {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #FF8D78 0%, #FDB43F 50%, #FCCB1D 100%);
}
#site-catch:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 calc(100% - 1vw), 100% 100%, 100% 100%, 0 100%);
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
#site-catch h2 {
  margin: auto;
  padding: 10px 20px 15px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
}
#page-title {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
#page-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 100%, 100% calc(100% - 3vw), 100% 100%, 0 100%);
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
#page-title h3 {
  margin: auto;
  padding: 5px 20px 10px 20px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  width: 100%;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: auto;
  padding: 50px 20px;
  width: 100%;
}
.content h4 {
  margin: 30px 0 20px 0;
  padding: 0 0 0 15px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #1C3450;
  border-left: 10px solid #1C3450;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content h4 img {
  margin: auto;
  max-width: 200px;
  height: auto;
}
.content .block {
  margin: 0 0 50px 0;
  padding: 20px;
  border: 1px solid #BBC2CA;
}
.content .block p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
#breadcrumbs ul {
  margin: 0 0 0 auto;
  padding: 0 20px 5px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 180%;
  list-style-type: none;
}
#breadcrumbs ul li+li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 10px;
  font-size: 1.0rem;
  font-weight: 900;
  color: #000000;
}
#breadcrumbs ul li a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #000000;
}



/*******************************/
/********** Interview **********/
/*******************************/

.profile {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.profile .paragraph {
  order: 1;
}
.profile .paragraph .catch {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 160%;
}
.profile .paragraph hr {
  background: linear-gradient(to right, #6469C6 0%, #60B8E5 100%);
  height: 10px;
  margin: 20px 0;
}
.profile .paragraph .nameplate {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
}
.profile .paragraph .nameplate em {
  font-size: 2.0rem;
  font-weight: 700;
}
.profile .thumbnail {
  order: 2;
  margin: auto;
  width: 100%;
  height: auto;
}
.profile .thumbnail img {
  border-radius: 4px;
}



.interview {
  margin: auto;
  padding: 0;
  width: 100%;
}
.interview .qa {
  margin: 50px 0 30px 0;
  padding: 10px 26px;
  font-size: 2.0rem;
  font-weight: 700;
  background-color: #1C3450;
  color: #FFFFFF;
}
.interview .qa:before {
  content: "Q :";
  margin: 0 12px 0 0;
}



.interview-list {
  clear: both;
  margin: 30px 0;
  padding: 0;
  width: 100%;
}
.interview-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.interview-list ul li {
  margin: 0 0 -1px 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  list-style-type: none;
  background-color: #3C949E;
  color: #FFFFFF;
  width: 100%;
  border: 1px solid #FFFFFF;
}
.interview-list ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  height: 100%;
  text-decoration: none;
  margin: 0;
  padding: 10px 26px;
  color: #FFFFFF;
}
.interview-list a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f075";
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 6px 0 0;
  display: inline-block;
}
.interview-list ul li a:hover {
  text-decoration: none;
  background-color: #F7D91E;
  color: #1C3450;
}
.interview-list ul li a:hover:before {
  color: #1C3450;
}



/*****************************/
/********** Listing **********/
/*****************************/

.listing {
  clear: both;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
}
.listing dl {
  margin: 0;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid #D6D7D7;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #000000;
  display: flex;
  align-items: center;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  text-align: left;
}



}



/***********************************************************/
/********** Responsive Contents Setting (480-768) **********/
/***********************************************************/

@media screen and ( min-width: 481px ) and ( max-width: 768px ) {



/************************************/
/********** Content Header **********/
/************************************/

#site-catch {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #FF8D78 0%, #FDB43F 50%, #FCCB1D 100%);
}
#site-catch:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 calc(100% - 1vw), 100% 100%, 100% 100%, 0 100%);
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
#site-catch h2 {
  margin: auto;
  padding: 15px 20px 20px 20px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
}
#page-title {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
#page-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 100%, 100% calc(100% - 3vw), 100% 100%, 0 100%);
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
#page-title h3 {
  margin: auto;
  padding: 5px 20px 15px 20px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  width: 100%;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: auto;
  padding: 60px 20px;
  width: 100%;
}
.content h4 {
  margin: 30px 0 20px 0;
  padding: 0 0 0 20px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #1C3450;
  border-left: 12px solid #1C3450;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content h4 img {
  margin: auto;
  max-width: 240px;
  height: auto;
}
.content .block {
  margin: 0 0 60px 0;
  padding: 20px;
  border: 1px solid #BBC2CA;
}
.content .block p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
#breadcrumbs ul {
  margin: 0 0 0 auto;
  padding: 0 20px 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 180%;
  list-style-type: none;
}
#breadcrumbs ul li+li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 12px;
  font-size: 1.1rem;
  font-weight: 900;
  color: #000000;
}
#breadcrumbs ul li a {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
}



/*******************************/
/********** Interview **********/
/*******************************/

.profile {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.profile .paragraph {
  order: 1;
}
.profile .paragraph .catch {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 160%;
}
.profile .paragraph hr {
  background: linear-gradient(to right, #6469C6 0%, #60B8E5 100%);
  height: 10px;
  margin: 20px 0;
}
.profile .paragraph .nameplate {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
}
.profile .paragraph .nameplate em {
  font-size: 2.0rem;
  font-weight: 700;
}
.profile .thumbnail {
  order: 2;
  margin: auto;
  width: 100%;
  height: auto;
}
.profile .thumbnail img {
  border-radius: 4px;
}



.interview {
  margin: auto;
  padding: 0;
  width: 100%;
}
.interview .qa {
  margin: 60px 0 40px 0;
  padding: 12px 28px;
  font-size: 2.2rem;
  font-weight: 700;
  background-color: #1C3450;
  color: #FFFFFF;
}
.interview .qa:before {
  content: "Q :";
  margin: 0 12px 0 0;
}



.interview-list {
  clear: both;
  margin: 40px 0;
  padding: 0;
  width: 100%;
}
.interview-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.interview-list ul li {
  margin: 0 0 -1px 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  list-style-type: none;
  background-color: #3C949E;
  color: #FFFFFF;
  width: 100%;
  border: 1px solid #FFFFFF;
}
.interview-list ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  height: 100%;
  text-decoration: none;
  margin: 0;
  padding: 12px 28px;
  color: #FFFFFF;
}
.interview-list a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f075";
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 6px 0 0;
  display: inline-block;
}
.interview-list ul li a:hover {
  text-decoration: none;
  background-color: #F7D91E;
  color: #1C3450;
}
.interview-list ul li a:hover:before {
  color: #1C3450;
}



/*****************************/
/********** Listing **********/
/*****************************/

.listing {
  clear: both;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
}
.listing dl {
  margin: 0;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid #D6D7D7;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #000000;
  display: flex;
  align-items: center;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  text-align: left;
}



}




/************************************************************/
/********** Responsive Contents Setting (768-1024) **********/
/************************************************************/

@media print, screen and ( min-width: 769px ) and ( max-width: 1024px ) {



/************************************/
/********** Content Header **********/
/************************************/

#site-catch {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #FF8D78 0%, #FDB43F 50%, #FCCB1D 100%);
}
#site-catch:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 calc(100% - 1vw), 100% 100%, 100% 100%, 0 100%);
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
#site-catch h2 {
  margin: auto;
  padding: 15px 20px 25px 20px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
}
#page-title {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
#page-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 100%, 100% calc(100% - 3vw), 100% 100%, 0 100%);
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
#page-title h3 {
  margin: auto;
  padding: 5px 20px 20px 20px;
  font-size: 3.0rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  width: 100%;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: auto;
  padding: 70px 20px;
  width: 100%;
}
.content h4 {
  margin: 30px 0 20px 0;
  padding: 0 0 0 25px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #1C3450;
  border-left: 14px solid #1C3450;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content h4 img {
  margin: auto;
  max-width: 280px;
  height: auto;
}
.content .block {
  margin: 0 0 70px 0;
  padding: 20px;
  border: 1px solid #BBC2CA;
}
.content .block p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
#breadcrumbs ul {
  margin: 0 0 0 auto;
  padding: 0 20px 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  list-style-type: none;
}
#breadcrumbs ul li+li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 14px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #000000;
}
#breadcrumbs ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}



/*******************************/
/********** Interview **********/
/*******************************/

.profile {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.profile .paragraph {
  order: 1;
}
.profile .paragraph .catch {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 160%;
}
.profile .paragraph hr {
  background: linear-gradient(to right, #6469C6 0%, #60B8E5 100%);
  height: 10px;
  margin: 30px 0;
}
.profile .paragraph .nameplate {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
}
.profile .paragraph .nameplate em {
  font-size: 2.0rem;
  font-weight: 700;
}
.profile .thumbnail {
  order: 2;
  margin: auto;
  width: 100%;
  height: auto;
}
.profile .thumbnail img {
  border-radius: 4px;
}



.interview {
  margin: auto;
  padding: 0;
  width: 100%;
}
.interview .qa {
  margin: 70px 0 40px 0;
  padding: 14px 30px;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #1C3450;
  color: #FFFFFF;
}
.interview .qa:before {
  content: "Q :";
  margin: 0 12px 0 0;
}



.interview-list {
  clear: both;
  margin: 50px 0;
  padding: 0;
  width: 100%;
}
.interview-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.interview-list ul li {
  margin: 0 -1px -1px 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  list-style-type: none;
  background-color: #3C949E;
  color: #FFFFFF;
  width: 50%;
  border: 1px solid #FFFFFF;
}
.interview-list ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  height: 100%;
  text-decoration: none;
  margin: 0;
  padding: 16px 22px;
  color: #FFFFFF;
}
.interview-list ul li:nth-child(even) {
  margin: 0 0 -1px 0;
}
.interview-list a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f075";
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 6px 0 0;
  display: inline-block;
}
.interview-list ul li a:hover {
  text-decoration: none;
  background-color: #F7D91E;
  color: #1C3450;
}
.interview-list ul li a:hover:before {
  color: #1C3450;
}



/*****************************/
/********** Listing **********/
/*****************************/

.listing {
  clear: both;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
}
.listing dl {
  margin: 0;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-bottom: 1px solid #D6D7D7;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #000000;
  display: flex;
  align-items: center;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  text-align: left;
}



}



/********************************************************/
/********** Responsive Contents Setting (1024) **********/
/********************************************************/

@media screen and ( min-width: 1025px ) {



/************************************/
/********** Content Header **********/
/************************************/

#site-catch {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #FF8D78 0%, #FDB43F 50%, #FCCB1D 100%);
}
#site-catch:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 calc(100% - 1vw), 100% 100%, 100% 100%, 0 100%);
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
#site-catch h2 {
  margin: auto;
  padding: 15px 20px 25px 20px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFFFFF;
  width: 100%;
  max-width: 1280px;
}
#page-title {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #3C949E 0%, #5AA8A3 20%, #97C733 100%);
}
#page-title:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(0 100%, 100% calc(100% - 3vw), 100% 100%, 0 100%);
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
#page-title h3 {
  margin: auto;
  padding: 5px 20px 20px 20px;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
  width: 100%;
  max-width: 1280px;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: auto;
  padding: 80px 20px;
  width: 100%;
}
.content h4 {
  margin: 30px 0 20px 0;
  padding: 0 0 0 30px;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #1C3450;
  border-left: 16px solid #1C3450;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.content h4 img {
  margin: 0 0 0 auto;
}
.content .block {
  margin: 0 0 80px 0;
  padding: 20px;
  border: 1px solid #BBC2CA;
}
.content .block p:first-of-type {
  margin-top: 0;
  padding-top: 0;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin: auto;
  padding: 0;
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  background: linear-gradient(to right, #60B8E5 0%, #67C8D2 50%, #6ED8C0 100%);
}
#breadcrumbs ul {
  margin: 0 0 0 auto;
  padding: 0 20px 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 1280px;
}
#breadcrumbs ul li {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 180%;
  list-style-type: none;
}
#breadcrumbs ul li+li:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f0da";
  margin: 0 16px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #000000;
}
#breadcrumbs ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
}



/*******************************/
/********** Interview **********/
/*******************************/

.profile {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.profile .paragraph {
  order: 1;
}
.profile .paragraph .catch {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 160%;
}
.profile .paragraph hr {
  background: linear-gradient(to right, #6469C6 0%, #60B8E5 100%);
  height: 10px;
  margin: 30px 0;
}
.profile .paragraph .nameplate {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 180%;
}
.profile .paragraph .nameplate em {
  font-size: 2.0rem;
  font-weight: 700;
}
.profile .thumbnail {
  order: 2;
  margin: auto;
  width: 512px;
  height: auto;
  flex-shrink: 0;
}
.profile .thumbnail img {
  border-radius: 4px;
}



.interview {
  margin: auto;
  padding: 0 50px;
  width: 100%;
}
.interview .qa {
  margin: 80px 0 40px 0;
  padding: 16px 32px;
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #1C3450;
  color: #FFFFFF;
}
.interview .qa:before {
  content: "Q :";
  margin: 0 12px 0 0;
}



.interview-list {
  clear: both;
  margin: 60px 0;
  padding: 0;
}
.interview-list ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.interview-list ul li {
  margin: 0 -1px -1px 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  list-style-type: none;
  background-color: #3C949E;
  color: #FFFFFF;
  width: 50%;
  border: 1px solid #FFFFFF;
}
.interview-list ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
  height: 100%;
  text-decoration: none;
  margin: 0;
  padding: 18px 24px;
  color: #FFFFFF;
}
.interview-list ul li:nth-child(even) {
  margin: 0 0 -1px 0;
}
.interview-list a:before {
  font-family: 'Font Awesome 6 Free';
  content: "\f075";
  font-size: 1.4rem;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 6px 0 0;
  display: inline-block;
}
.interview-list ul li a:hover {
  text-decoration: none;
  background-color: #F7D91E;
  color: #1C3450;
}
.interview-list ul li a:hover:before {
  color: #1C3450;
}



/*****************************/
/********** Listing **********/
/*****************************/

.listing {
  clear: both;
  position: relative;
  margin: auto;
  padding: 0;
  width: 100%;
}
.listing dl {
  margin: 0;
  padding: 12px 0;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #D6D7D7;
}
.listing dl dt {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 160%;
  color: #000000;
  display: flex;
  align-items: center;
}
.listing dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  text-align: left;
}



}