@charset "utf-8";

.br_sp::before {
  content: "\A" ;
  white-space: pre ;
}
.forPc {
  display: none;
}


.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header_01 {
  height: 70px;
  border-bottom: 1px solid #eee;
}
.header_01--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header_01--ttl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  padding: 5px;
}
.header_01--ttl .logo {}
.header_01--ttl .logo h1 {}
.header_01--ttl .logo h1 img {
  width: 170px;
}
.header_01--ttl .text {
  font-size: 14px;
  line-height: 1;
}
.header_01--entry {
  flex-basis: 130px;
  text-align: center;
  height: 100%;
}
.header_01--entry .text {
  display: none;
}
.header_01--entry .entry_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: linear-gradient(#ad8932,#d5b260);
  color: #fff;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.header_01--entry .entry_btn span {
  position: relative;
  padding-left: 4px;
}
.header_01--entry .entry_btn span:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}
.header_02 {
  border-bottom: 1px solid #eee;
  overflow-y: auto;
}
.header_02 ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 640px;
  height: 50px;
  margin: 0 auto;
}
.header_02 ul li {
  width: 80px;
  text-align: center;
}
.header_02 ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
.header_02 ul li a:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  bottom: 4px;
  margin-left: -9px;
  color: #d1ae5c;
  font-size: 18px;
  transition: 0.3s ease;
}
.header_02 ul li a:hover::after {
  bottom: 1px;
}

.main_wrapper {
  padding-top: 120px;
}
.content {}
.content h2 {
  font-weight: normal;
  text-align: center;
}
.content h2 .ttl-01,
.content h2 .ttl-02 {
  display: block;
}
.content h2 .ttl-01 {
  position: relative;
}
.content h2 .ttl-01 img {
  width: auto;
  height: 40px;
}
.content h2 .ttl-01:after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background: #022b74;
}
.content h2 .ttl-02 {
  margin: 30px 0;
  font-size: 18px;
  font-family: 'Noto Serif JP', serif;
}
.content--inner {
  padding: 40px 10px;
}

.cta {
  color: #fff;
  background: #ebfefe url(../image/bg_content_cta_sp.jpg) no-repeat;
  background-size: cover;
}
.cta--inner {}
.cta--main_text,
.faq_cta--main_text {
  margin-bottom: 15px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.cta--link_btn,
.faq_cta--link_btn {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
  background: linear-gradient(#d5b260,#ad8932);
  color: #fff;
  font-size: 110%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.03em;
  border-radius: 5px;
}
.cta--link_btn::after,
.faq_cta--link_btn::after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}

.first {
  height: calc(100vh - 120px);
  background: #fff url(../image/main_image_sp.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 0;
}
.first--inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
.first_message {
  margin-top: auto;
  padding: 0 8px 20px 8px;
  color: #022b73;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "pwid";
  transition: 0.4s ease-out;
  transform: translateY(30%);
  opacity: 0;
}
.first_message.on {
  transform: translateY(0);
  opacity: 1;
}
.first_message--main {
  font-size: 21px;
  font-weight: bold;
  line-height: 150%;
}
.first_message--sub {
  margin-top: 10px;
  font-size: 12.3px;
  line-height: 150%;
}

.message {
  color: #fff;
  background: #000051 url(../image/bg_content01.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.message--inner {}
.message h2 .ttl-01:after {
  background: #fff;
}
.message h2 .ttl-01 img {
  width: auto;
  height: 40px;
}
.message h2 .ttl-02 {
  color: #ffecbf;
  font-weight: bold;
}
.message--main_text {
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "pwid";
  line-height: 170%;
}

.about {
  display: flex;
  flex-direction: column;
  min-height: 850px;
  color: #022b74;
  background-color: #eee;
  background-image:
    none,
    none,
    url(../image/bg_about_sp.jpg);
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat;
  background-size:
    175px,
    175px,
    contain;
  background-position:
    0 0,
    50% 100%,
    56% 0;
  background-blend-mode: multiply;
  transition: 0.4s ease;
  opacity: 0;
}
.on.about {
  background-image:
    url(../image/bg_side01.png),
    url(../image/bg_side02.png),
    url(../image/bg_about_sp.jpg);
  background-position:
    0 -35px,
    100% 100%,
    56% 0;
  opacity: 1;
}
.about--inner {
  margin-top: auto;
}
.about h2 .ttl-01 img {
  height: 30px;
}
.about--box {
  position: relative;
  width: 98%;
  padding: 30px 20px 85px 20px;
  background: #fff;
  margin: 0 auto 0 auto;
  box-shadow: 0 3px 7px rgb(170 170 170 / 0.8);
  transition: 0.5s ease-out;
  transform: translateY(50%);
  opacity: 0;
}
.on.about--inner .about--box {
  transform: translateY(0);
  opacity: 1;
}
.about--main_text {
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "pwid";
  line-height: 220%;
}
.about--deco {
  position: absolute;
  bottom: -30px;
  right: -10px;
}
.about--deco img {
  width: 270px;
}

.credo {
  color: #022b74;
  background: #ebfefe url(../image/bg_content02_sp.jpg) no-repeat;
  background-size: contain;
}
.credo--inner {}
.credo h2 .ttl-01 img {
  height: 35px;
}
.credo h2 .ttl-02 {
  font-weight: bold;
}
.credo--box {}
.credo--main_text {
  padding: 0 10px;
  line-height: 170%;
  font-feature-settings: "palt";
}
.credo--list {
  margin-top: 40px;
  color: #444;
}
.credo--list--item {
  margin: 35px 0;
  transition: 0.3s ease-in;
  transform: translateY(40px);
  opacity: 0;
}
.credo--list--item:first-of-type,
.on.credo--list--item {
  transform: translateY(0);
  opacity: 1;
}
.credo--list--item:last-of-type {
  margin-bottom: 0;
}
.credo--list--item--content {
  padding: 20px 20px 40px 20px;
  background: #fff;
  box-shadow: 0 3px 7px rgb(170 170 170 / 0.8);
}
.credo--list--item--ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: -40px;
  text-align: center;
}
.credo--list--item--ttl .ttl-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  background: linear-gradient(#ad8932,#d5b260);
  border-radius: 82px;
}
.credo--list--item--ttl .ttl-01 img {
  width: 30px;
}
.credo--list--item--ttl .ttl-02 {
  position: relative;
  flex: 0 0 100%;
  padding: 20px 0;
  color: #ad8933;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
}
.credo--list--item--ttl .ttl-02::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background: #ad8933;
}
.credo--list--item--text {
  /* margin-top: 40px; */
}

.work {
  color: #022b74;
  background: #fff url(../image/bg_content03_sp.jpg) no-repeat;
  background-size: contain;
}
.work--inner {}
.work--list {
  transition: 0.3s ease-in;
  transform: translateY(60px);
  opacity: 0;
}
.on.work--list {
  transform: translateY(0);
  opacity: 1;
}
.work--list--item {
  margin: 20px 0;
}
.work--list--item--content {
  padding: 20px 20px 40px 20px;
  background: #fff;
  color: #444;
  box-shadow: 0 3px 7px rgb(170 170 170 / 0.8);
}
.work--list--item--ttl {
  margin-bottom: 15px;
  padding: 0 0 10px 0;
  color: #ad8933;
  border-bottom: 1px solid #ad8933;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
}
.work--list--item--body {}
.work--list--item--body-01 {}
.work--list--item--body-01--list {
  padding-left: 1em;
}
.work--list--item--body-01--list_box {}
.work--list--item--body-02 {}
.work--list--item--body-02--list_box {}
.work--list--item--body-02--list--item {}
.work--list--item--body-02--image {
  margin-top: 20px;
}
.work--list--item--body-02--ttl {
  margin-top: 5px;
  color: #ad8933;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
}
.work--list--item--body-02--text {
  margin-top: 5px;
}

.interview {
  padding: 40px 10px;
  color: #022b74;
  background: #bfeeff;
  background-image:
    url(../image/bg_side01.png),
    url(../image/bg_side02.png);
  background-repeat:
    no-repeat,
    no-repeat;
  background-size:
    175px,
    175px;
  background-position:
    0 -35px,
    100% 100%;
  background-blend-mode: multiply;
}
.interview h3 {
  color: #ad8933;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "pwid";
}
.interview--inner {
  padding: 20px 20px 40px 20px;
  background: #fff;
  color: #444;
  box-shadow: 0 3px 7px rgb(170 170 170 / 0.8);
}
.interview h2 .ttl-01 img {
  height: 25px;
}
.interview--box {}
.interview--01 {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}
.interview--image {
  position: relative;
  margin-bottom: 25px;
  transform: scale(1.1);
  opacity: 0;
}
.on.interview--image {
  transition: 1s;
  transform: scale(1);
  opacity: 1;
}
.interview--image .photo {}
.interview--image .deco {
  position: absolute;
  bottom: -10px;
  right: 3px;
  width: 270px;
  z-index: 5;
}
.interview--main {}
.interview--main h3 {
  color: #ad8933;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "pwid";
}
.interview--main p {
  margin-top: 15px;
  line-height: 180%;
}
.interview--profile {
  margin-top: 10px;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "pwid";
}
.interview--profile--title,
.interview--profile--name {
  display: block;
}
.interview--profile--title {
  margin-top: 10px;
}
.interview--profile--name {
  margin-top: 5px;
  font-size: 24px;
}
.interview--profile p {
  margin-top: 15px;
  font-size: 14px;
  line-height: 150%;
}
.interview--02 {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.interview--03 {
  padding: 20px 0 0 0;
}
.interview--02 p,
.interview--03 p {
  margin-top: 10px;
}

.recruit {
  color: #022b74;
  background: #fff url(../image/bg_content03_sp.jpg) no-repeat;
  background-size: contain;
}
.recruit--inner {}
.recruit h2 .ttl-01 img {
  height: 25px;
}
.recruit--main_text {
  padding: 0 15px;
}
.recruit--box {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  color: #444;
  box-shadow: 0 3px 7px rgb(170 170 170 / 0.8);
}
.recruit--box h3 {
  color: #ad8933;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
}
.recruit--box table {
  width: 100%;
  margin-top: 15px;
  font-size: 14px;
}
.recruit--box table tr,
.recruit--box table th,
.recruit--box table td {
  display: block;
}
.recruit--box table tr {}
.recruit--box table th {
  padding: 5px 10px;
  text-align: left;
  background: #004681;
  color: #fff;
}
.recruit--box table td {
  padding: 5px 10px 10px 10px;
}

.data {
  color: #022b74;
  background: #fff url(../image/bg_content03_sp.jpg) no-repeat;
  background-size: contain;
}
.data--inner {}
.data h2 .ttl-01 img {
  height: 25px;
}
.data--list {}
.data--list--item {
  margin: 20px 10px;
  transition: 0.4s ease;
  transform: translateY(40px);
  opacity: 0;
}
.on.data--list--item {
  transform: translateY(0);
  opacity: 1;
}
.data--list--item--inner {
  background: #fff;
  border: 8px solid #d0ad5a;
  padding: 20px;
}
.data--list--item--inner .ttl {
  color: #ad8933;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.data--list--item--inner .ttl_sub {
  font-size: 14px;
  text-align: center;
  color: #444;
}
.data--list--item--inner .icon {
  width: 70%;
  margin: 25px auto 0 auto;
}
.data--list--item--inner .icon img {
  display: block;
}

.faq {
  color: #fff;
  background: #000060 url(../image/bg_faq.jpg) no-repeat;
}
.faq--inner {}
.faq h2 .ttl-01:after {
  background: #fff;
}
.faq--list {
  color: #444;
}
.faq--list--item {
  margin-top: 20px;
  padding: 12px;
  background: #fff;
}
.faq--question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  font-weight: bold;
}
.faq--question .faq--text {
  margin-right: 10px;
  line-height: 130%;
}
.faq--answer--wrap {
  display: none;
}
.faq_open .faq--answer--wrap {}
.faq--answer {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #ae8a34;
}
.faq--icon {
  margin-right: 15px;
}
.faq--icon img {
  width: 40px;
}
.faq--status {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}
.faq--status::after {
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.faq_open .faq--status::after {
  content: '\f068';
}
.faq_cta {
  margin-top: 30px;
}

.footer {
  padding: 30px 10px 10px 10px
}
.footer_link {
  padding-bottom: 30px;
}
.footer_link ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}
.footer_link ul li {
  margin: 3px 10px 3px 10px;
  padding: 0 10px 0 0;
  border-right: 1px solid #ccc;
}
.footer_link ul li:first-child,
.footer_link ul li:last-child {
  padding-left: 10px;
  border-left: 1px solid #ccc;
}
.footer_link ul li a {
  color: #222;
}
.footer_copy {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  text-align: right;
}






