@charset "utf-8";

body {
  font-size: 16px;
}
.br_pc::before {
  content: "\A" ;
  white-space: pre ;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}



.header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header_01 {
  height: 80px;
  border-bottom: 1px solid #eee;
}
.header_01--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header_01--ttl {
  display: flex;
  align-items: center;
  padding: 5px 15px;
}
.header_01--ttl .logo {
  margin-right: 10px;
}
.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 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 450px;
  text-align: center;
  height: 100%;
}
.header_01--entry .text {
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
}
.header_01--entry .entry_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 100%;
  background: linear-gradient(#ad8932,#d5b260);
  color: #fff;
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: 0.3s ease;
}
.header_01--entry .entry_btn span {
  position: relative;
  padding-left: 4px;
  transition: 0.3s ease;
}
.header_01--entry .entry_btn span:after {
  content: '\f105';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
}
.header_01--entry .entry_btn:hover span {
  transform: scale(1.05);
}
.header_02 {
  border-bottom: 1px solid #eee;
}
.header_02 ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 960px;
  min-width: 900px;
  height: 70px;
  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%;
  padding: 10px 0;
  color: #333;
}
.header_02 ul li a:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  bottom: 6px;
  margin-left: -6px;
  color: #d1ae5c;
  font-size: 20px;
  transition: 0.3s ease;
}
.header_02 ul li a:hover::after {
  bottom: 3px;
}

.main_wrapper {
  padding-top: 150px;
}
.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: -22px;
  left: 50%;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background: #022b74;
}
.content h2 .ttl-02 {
  margin: 40px 0;
  font-size: 20px;
  font-family: 'Noto Serif JP', serif;
}
.content--inner {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 60px 10px;
}

.cta {
  color: #fff;
  background: #ebfefe url(../image/bg_content_cta_pc.jpg) no-repeat;
  background-size: cover;
}
.cta--inner {}
.cta--main_text,
.faq_cta--main_text {
  font-size: 24px;
  line-height: 180%;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}
.cta--link_btn,
.faq_cta--link_btn {
  position: relative;
  display: block;
  width: 500px;
  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;
  transition: 0.3s ease;
}
.cta--link_btn:hover,
.faq_cta--link_btn:hover {
  color: #fff;
  transform: scale(1.05);
}
.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: 30px;
  margin-top: -14px;
}

.first {
  height: 600px;
  background: #fff url(../image/main_image_pc.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 0;
}
.first--inner {
  max-width: none;
  padding: 0;
}
.first_message {
  padding: 200px 30px 0 5%;
  color: #022b73;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "pwid";
  transition: 1s ease;
  transform: translateY(60%);
  opacity: 0;
}
.first_message.on {
  transform: translateY(0);
  opacity: 1;
}
.first_message--main {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 140%;
}
.first_message--sub {
  margin-top: 30px;
  font-size: 1.4vw;
  line-height: 180%;
}

.message {
  height: 500px;
  color: #fff;
  background: #000051 url(../image/bg_content01.jpg) no-repeat;
  background-size: 100%;
  background-position: 50% 50%;
}
.message--inner {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  height: 100%;
}
.message h2 {
  width: 100%;
}
.message h2 .ttl-01:after {
  background: #fff;
}
.message h2 .ttl-01 img {
  width: auto;
  height: 40px;
}
.message h2 .ttl-02 {
  margin: 50px 0 30px 0;
  color: #ffecbf;
  font-weight: bold;
  font-size: 24px;
}
.message--main_text {
  width: 800px;
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "pwid";
  font-size: 20px;
  line-height: 200%;
}

.about {
  position: relative;
  min-height: 650px;
  color: #022b74;
  background-color: #eee;
  background-image:
    none,
    none,
    url(../image/bg_about_pc.jpg);
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat;
  background-size:
    175px,
    175px,
    cover;
  background-position:
    0 -35px,
    100% 100%,
    0 0;
  background-blend-mode: multiply;
  transition: 0.8s ease;
  opacity: 0;
}
.on.about {
  background-image:
    url(../image/bg_side01.png),
    url(../image/bg_side02.png),
    url(../image/bg_about_pc.jpg);
  background-position:
    0 -35px,
    100% 100%,
    0 0;
  opacity: 1;
}
.about--inner {}
.about h2 .ttl-01 img {
  height: 30px;
}
.about--box {
  position: absolute;
  top: 100px;
  left: 5%;
  width: 600px;
  min-height: 448px;
  padding: 40px 30px 85px 30px;
  background: #fff;
  box-shadow: 0 3px 7px rgb(170 170 170 / 0.8);
  transition: 1s ease-out;
  transform: translateY(100px);
  opacity: 0;
}
.on.about--inner .about--box {
  transform: translateY(0);
  opacity: 1;
}
.about--main_text {
  font-size: 18px;
  line-height: 220%;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "pwid";
}
.about--deco {
  position: absolute;
  bottom: -40px;
  right: -23px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.4s;
}
.on .about--deco {
  opacity: 1;
}
.about--deco img {
  width: 370px;
}

.credo {
  color: #022b74;
  background: #ebfefe url(../image/bg_content02_pc.jpg) no-repeat;
  background-size: cover;
}
.credo--inner {}
.credo h2 .ttl-01 img {
  height: 35px;
}
.credo h2 .ttl-02 {
  font-weight: bold;
}
.credo--box {}
.credo--main_text {
  width: 800px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  line-height: 170%;
  font-feature-settings: "palt";
}
.credo--list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  color: #444;
}
.credo--list--item {
  width: 31%;
  margin: 35px 0;
  transform: translateY(80px);
  transition: 0.8s;
  opacity: 0;
}
.on .credo--list--item {
  transform: translateY(0);
  opacity: 1;
}
.credo--list--item:nth-child(1) {}
.credo--list--item:nth-child(2) {
  transition-delay: calc(0.1s * 1);
}
.credo--list--item:nth-child(3) {
  transition-delay: calc(0.1s * 2);
}
.credo--list--item:nth-child(4) {
  transition-delay: calc(0.1s * 3);
}
.credo--list--item:nth-child(5) {
  transition-delay: calc(0.1s * 4);
}
.credo--list--item:nth-child(6) {
  transition-delay: calc(0.1s * 5);
}
.credo--list--item--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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;
  margin-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 {
  height: 150px;
  margin-top: 40px;
}

.work {
  color: #022b74;
  background: #fff url(../image/bg_content03_pc.jpg) no-repeat;
  background-size: cover;
}
.work--inner {}
.work--list {
  transition: 0.3s ease-in;
  transform: translateY(40px);
  opacity: 0;
}
.on.work--list {
  transform: translateY(0);
  opacity: 1;
}
.work--list--item {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto 40px auto;
}
.work--list--item--content {
  padding: 40px 35px 60px 35px;
  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--text {
  width: 90%;
  margin: 0 auto;
}
.work--list--item--body-01 {}
.work--list--item--body-01--list {
  padding-left: 1.5em;
  display: flex;
  flex-flow: column wrap;
  max-height: 250px;
}
.work--list--item--body-01--list li {
  width: 46%;
  padding: 10px 0;
  line-height: 120%;
}
.work--list--item--body-01--list_box {}
.work--list--item--body-02 {}
.work--list--item--body-02--list_box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.work--list--item--body-02--list--item {
  width: 31%;
}
.work--list--item--body-02--image {}
.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: 100px 20px;
  color: #022b74;
  background: #bfeeff;
  background-image:
    url(../image/bg_side01.png),
    url(../image/bg_side02.png),
    url(../image/bg_interview.jpg);
  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat;
  background-size:
    175px,
    175px,
    cover;
  background-position:
    0 -35px,
    100% 100%,
    0 0;
  background-blend-mode: multiply;
}
.interview h3 {
  color: #ad8933;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 150%;
  font-family: 'Noto Serif JP', serif;
  font-feature-settings: "pwid";
}
.interview--inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  background: #fff;
  color: #444;
  box-shadow: 0 3px 7px rgb(170 170 170 / 0.8);
  transform: translateY(80px);
  opacity: 0;
  transition: 0.8s ease;
}
.on .interview--inner {
  transform: translateY(0);
  opacity: 1;
}
.interview h2 .ttl-01 img {
  height: 25px;
}
.interview--box {}
.interview--01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}
.interview--image {
  position: relative;
  width: 350px;
}
.interview--image .photo {}
.interview--image .deco {
  position: absolute;
  bottom: -10px;
  right: 3px;
  width: 270px;
  z-index: 5;
}
.interview--main {
  margin-right: 20px;
}
.interview--main h3 {
  text-align: left;
}
.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: 20px;
}
.interview--profile--name {
  margin-top: 10px;
  font-size: 24px;
}
.interview--profile p {
  margin-top: 20px;
  font-size: 16px;
  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 {
  width: 96%;
  margin: 20px auto 0 auto;
}

.recruit {
  color: #022b74;
  background: #fff url(../image/bg_content03_pc.jpg) no-repeat;
  background-size: contain;
}
.recruit--inner {}
.recruit h2 .ttl-01 img {
  height: 25px;
}
.recruit--main_text {
  width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
.recruit--box {
  max-width: 1000px;
  margin: 30px auto;
  padding: 30px;
  background: #fff;
  color: #444;
  box-shadow: 0 3px 7px rgb(170 170 170 / 0.8);
}
.recruit--box h3 {
  color: #ad8933;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: 'Noto Serif JP', serif;
}
.recruit--box table {
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  border-top: 1px solid #ae8a34;
  border-spacing: 0;
}
.recruit--box table th,
.recruit--box table td {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.recruit--box table tr {}
.recruit--box table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.recruit--box table td {}

.data {
  color: #022b74;
  background: #fff url(../image/bg_content03_pc.jpg) no-repeat;
  background-size: cover;
}
.data--inner {}
.data h2 .ttl-01 img {
  height: 25px;
}
.data--list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.data--list--item {
  width: 31%;
  min-width: 350px;
  margin: 0 0 3% 0;
  transition: 0.8s ease;
  transform: translateY(80px);
  opacity: 0;
}
.data--list--item:nth-child(1) {}
.data--list--item:nth-child(2) {
  transition-delay: calc(0.1s * 1);
}
.data--list--item:nth-child(3) {
  transition-delay: calc(0.1s * 2);
}
.data--list--item:nth-child(4) {
  transition-delay: calc(0.1s * 3);
}
.data--list--item:nth-child(5) {
  transition-delay: calc(0.1s * 4);
}
.data--list--item:nth-child(6) {
  transition-delay: calc(0.1s * 5);
}
.on .data--list--item {
  transform: translateY(0);
  opacity: 1;
}
.data--list--item--inner {
  background: #fff;
  border: 8px solid #d0ad5a;
  padding: 25px;
  min-height: 360px;
}
.data--list--item--inner .ttl {
  height: 48px;
  color: #ad8933;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.data--list--item--inner .ttl_sub {
  margin-top: -14px;
  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;
  width: auto;
  height: 200px;
  margin: 0 auto;
}
.data--list--item-06 .data--list--item--inner .icon img {
  margin-top: -14px;
}

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

.footer {
  padding: 30px 10px 10px 10px;
  font-size: 14px;
}
.footer_link {
  padding-bottom: 30px;
}
.footer_link ul {
  list-style-type: none;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.footer_link ul li {
  margin-right: 30px;
}
.footer_link ul li:last-child {
  margin-right: 0;
}
.footer_link ul li a {
  color: #222;
}
.footer_copy {
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: right;
}
.footer_copy p {
  max-width: 1000px;
  margin: 0 auto;
}



