@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: break-all;
}

body {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN";
  font-size: 1.6rem;
  line-height: 1.3;
  color: #000;
  font-weight: 300;
  overflow: auto;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  padding: 0;
  margin: 0;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.SiteWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-wrap1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.c-wrap1024 {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.c-wrap900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.c-wrap765 {
  width: 100%;
  max-width: 765px;
  margin: 0 auto;
}

.c-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-flex_jc {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-flex_al {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex_wp {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-mb135 {
  margin-bottom: 135px;
}

.c-mb120 {
  margin-bottom: 120px;
}

.c-mb100 {
  margin-bottom: 100px;
}

.c-mb90 {
  margin-bottom: 90px;
}

.c-mb62 {
  margin-bottom: 62px;
}

.c-mb24 {
  margin-bottom: 24px;
}

.c-mb16 {
  margin-bottom: 16px;
}

.sp {
  display: none;
}

.c-txt {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #333333;
}

.c-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.c-bold {
  font-weight: bold;
}

.c-btn {
  display: inline-block;
}
.c-btn a {
  position: relative;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #333333;
  color: #333333;
  font-size: 1.5rem;
}
.c-btn a::before {
  content: "";
  position: absolute;
  -webkit-transform: scaleY(-50%);
          transform: scaleY(-50%);
  top: 50%;
  right: -20px;
  width: 40px;
  height: 1px;
  background-color: #333333;
}

.c-primary_ttl {
  text-align: center;
  margin-bottom: 42px;
}
.c-primary_ttl span {
  color: #1d5b90;
  font-size: 4.8rem;
  margin-bottom: 6px;
}
.c-primary_ttl h2 {
  color: #333333;
  font-size: 1.4rem;
}

.c-secondary_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 42px;
}
.c-secondary_ttl span {
  color: #1d5b90;
  font-size: 4.8rem;
  margin-right: 6px;
}
.c-secondary_ttl h2 {
  color: #1d5b90;
  font-size: 1.4rem;
}

.f-bold {
  font-weight: bold;
}
/* --------------------------------
c-header
----------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 70px;
  background-color: #fff;
}
.l-header_wrap {
  height: 100%;
}
.l-header_logo {
  margin-left: 16px;
  width: 220px;
}
.l-header_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header_nav {
  margin-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.l-header_nav_btn {
  background-color: #1d5b90;
  padding: 10px 20px;
  text-align: center;
}
.l-header_nav_btn a {
  color: #fff;
  font-size: 1.4rem;
}
.l-header_nav_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.l-header_nav_item {
  position: relative;
  font-size: 1.4rem;
}
.l-header_nav_item_sub {
  position: relative;
}
.l-header_nav_item_sub:hover .l-header_nav_sub {
  display: block;
}
.l-header_nav_sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.l-header_nav_sub_item {
  margin-bottom: 10px;
}
.l-header_nav_sub_item:last-child {
  margin-bottom: 0;
}
.l-header_nav_sub_item a {
  color: #333;
  text-decoration: none;
}
.l-header_nav_sub_item a:hover {
  color: #1d5b90;
}
.l-header_nav_btn_sp {
  display: none;
  position: relative;
  width: 30px;
  height: 20px;
  margin-right: 16px;
  cursor: pointer;
  z-index: 100;
}
.l-header_nav_btn_sp_icon {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header_nav_btn_sp_icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1d5b90;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header_nav_btn_sp.active .l-header_nav_btn_sp_icon span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
.l-header_nav_btn_sp.active .l-header_nav_btn_sp_icon span:nth-child(2) {
  opacity: 0;
}
.l-header_nav_btn_sp.active .l-header_nav_btn_sp_icon span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}
.l-header_nav_btn_sp_list {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background-color: #fff;
  padding: 20px;
  overflow-y: auto;
  z-index: 99;
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header_nav_btn_sp_list.active {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header_nav_btn_sp_list ul li {
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header_nav_btn_sp_list ul li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.l-header_nav_btn_sp_list ul li:nth-child(2) {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.l-header_nav_btn_sp_list ul li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.l-header_nav_btn_sp_list ul li:nth-child(4) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.l-header_nav_btn_sp_list ul li:nth-child(5) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.l-header_nav_btn_sp_list ul li:nth-child(6) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.l-header_nav_btn_sp_list ul li:nth-child(7) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.l-header_nav_btn_sp_list ul li:nth-child(8) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.l-header_nav_btn_sp_list ul li:nth-child(9) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.l-header_nav_btn_sp_list ul li:nth-child(10) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.l-header_nav_btn_sp_list ul li:nth-child(11) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.l-header_nav_btn_sp_list ul li:nth-child(12) {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.l-header_nav_btn_sp_list ul li a {
  display: block;
  color: #333;
  font-size: 1.4rem;
  padding: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.l-header_nav_btn_sp_list ul li a:hover {
  color: #1d5b90;
  background-color: #f5f5f5;
}
.l-header_nav_btn_sp_list.active ul li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
/* --------------------------------
l-footer
----------------------------------- */
.l-footer {
  position: relative;
  top: 70px;
  left: 0;
  background: #1f231f;
  padding: 40px 0;
}
.l-footer_wrap {
  margin-bottom: 90px;
}
.l-footer_logo {
  margin-bottom: 36px;
  padding: 4px;
}
.l-footer_logo img {
  width: 220px;
}
.l-footer_address {
  font-size: 1.4rem;
  color: #fff;
}
.l-footer_nav ul {
  font-size: 1.4rem;
}
.l-footer_nav ul li {
  margin-left: 36px;
}
.l-footer_nav ul li a {
  color: #fff;
}
.l-footer_nav ul li ul li {
  margin-top: 16px;
  margin-left: 0;
}
.l-footer small {
  font-size: 12px;
  color: #fff;
}
/* --------------------------------
First view
----------------------------------- */
.fv {
  position: relative;
  width: 100%;
  height: 730px;
  max-height: 100vh;
  top: 70px;
  left: 0;
  overflow: hidden;
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1d5b90;
}
.fv_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  height: 100%;
}
.fv_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv_title {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 5%;
  bottom: 40%;
  max-width: 600px;
}
.fv_title h1 {
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.fv_title p {
  font-size: 16px;
  line-height: 1.6;
}

.fv-under {
  position: relative;
  width: 100%;
  height: 270px;
  top: 70px;
  left: 0;
}
.fv-under_img {
  width: 100%;
  height: 100%;
}
.fv-under_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv-under_title {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 5%;
  bottom: 20%;
}
.fv-under_title h1 {
  font-size: 4.2rem;
  line-height: 1.4;
}
.fv-under_title p {
  font-size: 1.5rem;
  line-height: 1.6;
}
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* --------------------------------
Common
----------------------------------- */
.p-common {
  position: relative;
  top: 160px;
  left: 0;
}
.p-common_cta_container {
  width: calc(50% - 20px);
  background-color: #1d5b90;
  padding: 40px;
  text-align: center;
}
.p-common_cta_container_title {
  margin-bottom: 62px;
}
.p-common_cta_container_title span {
  font-size: 4.2rem;
  color: #fff;
}
.p-common_cta_container_title h3 {
  color: #fff;
}
.p-common_cta_container_link {
  margin-bottom: 62px;
}
.p-common_cta_container_link a {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border: 1px solid #fff;
}
.p-common_cta_container_txt {
  color: #fff;
  text-align: left;
}
.p-common_policy dl {
  margin-bottom: 32px;
}
.p-common_policy dl dt {
  font-size: 1.8rem;
  margin-bottom: 24px;
}
.p-common_policy dl dd p {
  font-size: 1.5rem;
  margin-bottom: 8px;
  line-height: 1.7;
}
.p-common_policy dl dd ul {
  list-style: disc;
  padding-left: 1em;
  font-size: 1.5rem;
}
.p-common_policy dl dd ul li {
  font-size: 1.5rem;
  line-height: 1.7;
}
.p-common_feature_container {
  padding: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.p-common-content .c-btn {
  margin-top: 90px;
}
.p-common-content h2 {
  font-size: 2.4rem;
  margin-bottom: 36px;
}
.p-common-content_item h3 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}
.p-common-content_item p {
  font-size: 1.5rem;
}
.p-common-content_item ul {
  list-style: disc;
  padding-left: 1em;
}
.p-common-content_item ul li {
  font-size: 1.5rem;
}
/* --------------------------------
Home
----------------------------------- */
.p-home_movie {
  text-align: center;
}
.p-home_about_ttl {
  width: 45%;
}
.p-home_about_ttl h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-home_about_txt {
  width: 50%;
}
.p-home_about_txt p {
  font-size: 1.4rem;
  color: #333333;
  margin-bottom: 42px;
}
.p-home_about_btn {
  text-align: right;
}
.p-home_about_img {
  width: 85%;
  margin-left: auto;
}
.p-home_about_img img {
  width: 100%;
}
.p-home_menu {
  position: relative;
}
.p-home_menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 450px;
  background-color: #1d5b90;
  z-index: -1;
}
.p-home_menu_wrap {
  position: relative;
  padding-top: 40px;
}
.p-home_menu_ttl {
  position: relative;
  width: 35%;
  margin-left: 5%;
  margin-bottom: 2.5%;
  z-index: 1;
}
.p-home_menu_ttl .c-primary_ttl {
  text-align: left;
}
.p-home_menu_ttl .c-primary_ttl h2,
.p-home_menu_ttl .c-primary_ttl span {
  color: #fff;
}
.p-home_menu_ttl .c-txt {
  color: #fff;
}
.p-home_menu_list {
  width: 55%;
  margin-left: auto;
}
.p-home_menu_list ul {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.p-home_menu_list ul li {
  position: relative;
  width: 50%;
}
.p-home_menu_list ul li:nth-child(1), .p-home_menu_list ul li:nth-child(2) {
  border-bottom: 1px solid #dddddd;
}
.p-home_menu_list ul li:nth-child(2n) {
  border-left: 1px solid #dddddd;
}
.p-home_menu_list ul li .p-home_menu_list_item {
  padding: 16px;
}
.p-home_menu_list ul li .p-home_menu_list_ttl {
  display: block;
  text-align: left;
  margin-bottom: 24px;
}
.p-home_menu_list ul li .p-home_menu_list_ttl span {
  font-size: 1.2rem;
  color: #3f4444;
}
.p-home_menu_list ul li .p-home_menu_list_ttl h4 {
  font-size: 3rem;
  color: #3f4444;
}
.p-home_menu_list ul li img {
  width: 115px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.p-home_menu_list ul li h3 {
  text-align: center;
  margin-bottom: 24px;
}
.p-home_menu_list ul li a {
  position: relative;
  display: block;
  text-align: right;
}
.p-home_menu_list ul li a:after {
  content: "＞";
}
.p-home_strength_wrap {
  position: relative;
}
.p-home_strength_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: 450px;
  background-color: #1d5b90;
  z-index: -1;
}
.p-home_strength_wrap:after {
  content: "Strengths";
  position: absolute;
  top: 0;
  right: 0;
  color: #939393;
  font-size: 10rem;
  font-weight: bold;
  z-index: 0;
}
.p-home_strength_list {
  position: relative;
  padding-top: 160px;
  width: 85%;
  margin-left: auto;
  z-index: 10;
}
.p-home_strength_list_item {
  width: calc((100% - 40px) / 3);
  padding: 46px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.p-home_strength_list_item img {
  display: block;
  width: 115px;
  margin-bottom: 36px;
  margin-left: auto;
  margin-right: auto;
}
.p-home_strength_list_item h3 {
  text-align: center;
  margin-bottom: 42px;
}
.p-home_strength_list_item p {
  margin-bottom: 42px;
}
.p-home_strength_list_item a {
  position: relative;
  display: block;
  text-align: right;
  color: #3f4444;
  font-size: 1.4rem;
}
.p-home_strength_list_item a:after {
  content: "＞";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: -16px;
}
.p-home_strength_btn {
  text-align: center;
}
.p-home_voice_list_item {
  padding: 46px 32px;
  margin-bottom: 62px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.p-home_voice_list_item_img {
  width: 40%;
}
.p-home_voice_list_item_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 55%;
}
.p-home_voice_list_item_txt h3 {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
.p-home_voice_list_item_txt p {
  margin-bottom: 24px;
}
.p-home_voice_list_item_txt a {
  margin-top: auto;
  position: relative;
  display: block;
  text-align: right;
}
.p-home_voice_list_item_txt a:after {
  content: "＞";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: -16px;
}
.p-home_howto {
  position: relative;
}
.p-home_howto_img {
  position: relative;
  width: 65%;
  margin-left: auto;
  z-index: -1;
}
.p-home_howto_txt {
  position: absolute;
  top: 180px;
  padding: 54px 82px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 45%;
  z-index: 1;
}
.p-home_howto_txt span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 24px;
}
.p-home_howto_txt h3 {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
.p-home_howto_txt p {
  margin-bottom: 24px;
}
/* --------------------------------
Greeting
----------------------------------- */
.p-greeting_img {
  position: relative;
  z-index: 0;
  max-height: 500px;
  margin-left: 10%;
}
.p-greeting_img img {
  width: 100%;
}
.p-greeting_content {
  position: relative;
  margin-left: 15%;
  padding: 72px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  margin-top: -120px;
  z-index: 10;
}
.p-greeting_content .c-flex {
  margin-bottom: 62px;
}
.p-greeting_content_ttl {
  width: 100%;
}
.p-greeting_content_ttl h3 {
  font-size: 2rem;
}
.p-greeting_content_txt {
  padding: 0 24px;
  width: 50%;
}
.p-greeting_content_box img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* --------------------------------
Flow
----------------------------------- */
.p-flow {
  position: relative;
  top: 70px;
  padding-top: 90px;
  left: 0;
  background-color: #f8f9ff;
}
.p-flow .p-flow_item_left {
  width: 55px;
  position: relative;
}
.p-flow .p-flow_item_left div {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #1d5b90;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  z-index: 1;
}
.p-flow .p-flow_item_left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #1d5b90;
  z-index: 0;
}
.p-flow .p-flow_item_right {
  padding-bottom: 62px;
  width: calc(100% - 75px);
}
.p-flow .p-flow_item_right h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-flow .p-flow_item_right_flex p {
  width: 67%;
}
.p-flow .p-flow_item_right_flex img {
  width: 30%;
}
/* --------------------------------
Feature
----------------------------------- */
.p-feature .under_flex_two_column ul {
  margin-top: 16px;
  list-style: disc;
  padding-left: 1em;
}
.p-feature .under_flex_two_column ul li {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
  color: #333333;
}
.p-feature .under_shadow_container {
  padding: 24px 12px;
}
.p-feature .under_shadow_container img {
  margin-bottom: 24px;
}
.p-feature__under_flex_two_column_item {
  background-color: #fff;
  padding: 12px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* --------------------------------
FAQ
----------------------------------- */
.p-faq {
  position: relative;
  top: 70px;
  left: 0;
  background-color: #f8f9ff;
}
.p-faq_list {
  padding: 62px 0;
}
.p-faq_list_item {
  background-color: #fff;
  padding: 24px;
  margin-bottom: 24px;
}
.p-faq_list_item h3 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 16px;
  border-bottom: 1px solid #707070;
}
.p-faq_list_item h3 span {
  font-size: 4rem;
  font-weight: 600;
  margin-right: 16px;
  color: #707070;
}
.p-faq_list_item p {
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 16px;
}
.p-faq_list_item p span {
  font-size: 4rem;
  font-weight: 600;
  margin-right: 16px;
  color: #707070;
}
/* --------------------------------
Contact
----------------------------------- */
.p-contact_wrap .your-number {
  display: inline !important;
}
.p-contact_wrap form {
  margin-bottom: 80px;
  font-size: 1.8rem;
}
.p-contact_wrap table {
  width: 100%;
}
.p-contact_wrap tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}
.p-contact_wrap th {
  color: #2d3a4c;
  padding: 20px 10px;
  font-size: 1em !important;
  line-height: 1.4;
  width: 37%;
  text-align: left;
  vertical-align: middle;
  float: left;
}
.p-contact_wrap th p {
  font-size: 1.6rem;
}
.p-contact_wrap td {
  width: 60%;
  padding: 20px 10px;
  margin: 10px 10px 10px 0;
  vertical-align: middle;
  float: left;
}
.p-contact_wrap .verticallist .wpcf7-list-item {
  display: block;
}
.p-contact_wrap input,
.p-contact_wrap select {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 10px 2%;
  outline: 0;
  font-size: 18px;
  width: 100%;
}
.p-contact_wrap textarea {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 10px 2%;
  outline: 0;
  font-size: 18px;
  width: 100%;
}
.p-contact_wrap .haveto {
  font-size: 15px;
  padding: 3px;
  margin-left: 10px;
  position: relative;
  bottom: 1px;
  color: #fff;
  background-color: #f65556;
}
.p-contact_wrap .wpcf7-form-control.wpcf7-checkbox {
  display: block;
}
.p-contact_wrap span.wpcf7-list-item {
  position: relative;
  margin: 0 0 0 0 !important;
  display: block;
  /*項目ごとの余白を調整*/
}
.p-contact_wrap .wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  position: relative;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  padding-top: 15px;
  margin-left: 15px;
  display: block;
}
.p-contact_wrap input[type=checkbox] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}
.p-contact_wrap .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: "";
  border: 1px solid #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}
.p-contact_wrap input[type=checkbox]:checked + .wpcf7-list-item-label:after, .p-contact_wrap input[type=radio]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: url("../img/common/check.svg") no-repeat center;
  background-size: contain;
}
.p-contact_wrap input[type=radio i] {
  position: absolute;
  top: 12px;
  opacity: 1;
}
.p-contact_wrap .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.p-contact_wrap input[type=radio] {
  position: absolute;
  opacity: 0;
}
.p-contact_wrap .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.p-contact_wrap .pv-position::before {
  position: relative;
}
.p-contact_wrap .submit {
  padding-top: 35px;
  text-align: center;
}
.p-contact_wrap .submit .wpcf7-list-item-label {
  display: inherit;
  margin-left: 0;
}
.p-contact_wrap .submit .btn {
  max-width: 271px;
  margin-top: 20px;
  display: block;
  margin: 0 auto;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #1d5b90 !important;
  color: #fff !important;
  padding: 10px 20px;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
  -o-border-image: none;
  border-image: none;
  text-decoration: none;
  cursor: pointer;
}
.p-contact_wrap .submit a {
  display: block;
  margin-top: 12px;
}
.p-contact_wrap .wpcf7-form-control-wrap {
  display: block;
}
.p-contact_wrap .wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  text-align: center;
}
.p-contact_wrap .wpcf7 .ajax-loader {
  width: 0;
  margin: 0;
}
/* --------------------------------
Company
----------------------------------- */
.p-company {
  position: relative;
  top: 70px;
  left: 0;
}
.p-company_about {
  padding: 62px 0;
  background-color: #f0f1f5;
}
.p-company_info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #000;
}
.p-company_info table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 10px;
  border-bottom: 1px solid #000;
}
.p-company_info table tr th {
  width: 20%;
}
.p-company_info table tr td {
  width: 80%;
}
.p-company_info iframe {
  display: block;
  width: 100% !important;
  height: 450px !important;
}
/* --------------------------------
Merit
----------------------------------- */
.p-merit_container {
  position: relative;
}
.p-merit_container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: 105%;
  background-image: url(../img/under/slash.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.1;
}
.p-merit_container .under_flex_two_column_reverse {
  padding: 42px;
  background-color: #fff;
  border: 1px solid #414141;
}
/* --------------------------------
Recruit
----------------------------------- */
.p-recruit_list_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 42px;
  padding-top: 42px;
  border-top: 1px solid #333333;
}

.p-recruit_list_item {
  margin-bottom: 42px;
}

.p-recruit_list_item_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: #333333;
  border-left: 1px solid #333333;
  padding-left: 4px;
}
/* --------------------------------
Risk
----------------------------------- */
/* --------------------------------
Strengths
----------------------------------- */
.p-strengths #feature01,
.p-strengths #feature02,
.p-strengths #feature03 {
  padding-top: 62px;
}
.p-strengths_item {
  width: calc((100% - 20px) / 3);
  background-color: #fff;
  padding: 62px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-strengths_item img {
  display: block;
  width: 136px;
}
.p-strengths_item p {
  text-align: center;
}
.p-strengths_item_arrow {
  position: relative;
  width: 30px;
  height: 20px;
}
.p-strengths_item_arrow::before, .p-strengths_item_arrow::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.p-strengths_item_arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 3px;
  top: calc(50% - 1px);
}
.p-strengths_item_arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 3px;
  top: calc(50% - 1px);
}
/* --------------------------------
Under
----------------------------------- */
.under {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.under .c-secondary_ttl,
.under .p-home_about_ttl h3 {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN";
}
.under_info_ttl {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 42px;
}
.under_info_ttl span {
  display: inline-block;
  color: #1d5b90;
  font-size: 4.5rem;
}
.under_info_ttl h2 {
  color: #1d5b90;
}
.under_info_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under_info_item h3 {
  font-size: 2.6rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN";
}
.under_primary_ttl {
  margin-bottom: 72px;
}
.under_primary_ttl h2 {
  font-size: 4.2rem;
  color: #1d5b90;
  font-weight: bold;
}
.under_primary_ttl h2 div {
  display: inline-block;
}
.under_secondary_ttl {
  position: relative;
  padding-left: 45px;
  margin-bottom: 62px;
}
.under_secondary_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 1px;
  background-color: #1d5b90;
}
.under_secondary_ttl span {
  color: #1d5b90;
  font-size: 1.6rem;
  display: block;
}
.under_secondary_ttl h2 {
  font-weight: bold;
  font-size: 3.6rem;
  color: #414141;
}
.under_secondary_ttl h2 div {
  display: inline-block;
}
.under_tertiary_ttl {
  text-align: center;
  margin-bottom: 42px;
}
.under_tertiary_ttl span {
  display: block;
  font-size: 1.6rem;
  color: #414141;
}
.under_tertiary_ttl h3 {
  font-size: 3.6rem;
  color: #1d5b90;
  font-weight: bold;
}
.under_tertiary_ttl h3 div {
  display: inline-block;
}
.under_quaternary_ttl {
  position: relative;
  margin-bottom: 24px;
  padding-left: 16px;
}
.under_quaternary_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #1d5b90;
}
.under_quaternary_ttl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #414141;
}
.under_quaternary_ttl h3 {
  font-size: 1.8rem;
  color: #414141;
}
.under_ttl_32 {
  font-weight: bold;
  font-size: 3.2rem;
  color: #414141;
  margin-bottom: 24px;
}
.under_ttl_24 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #414141;
  margin-bottom: 24px;
}
.under_ttl_18 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #414141;
  margin-bottom: 24px;
}
.under_border_dashed {
  border: 1px dashed #414141;
}
.under_bg_container {
  padding: 62px 0;
  background-color: #f8f9ff;
}
.under_shadow_container {
  height: 100%;
  padding: 62px 32px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.15);
}
.under_blue_shadow_container {
  padding: 62px 32px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 36px 0 rgba(29, 91, 144, 0.55);
          box-shadow: 0 0 36px 0 rgba(29, 91, 144, 0.55);
}
.under_gray_box {
  padding: 50px 0;
  background-color: #f8f8f8;
}
.under_gray_box_item {
  -webkit-box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.15);
}
.under_gray_box_item_ttl {
  text-align: center;
  color: #fff;
  background-color: #1d5b90;
  padding: 16px 24px;
}
.under_gray_box_item_ttl span {
  display: block;
  font-size: 1.5rem;
}
.under_gray_box_item_ttl h3 {
  font-size: 2.4rem;
}
.under_gray_box_item_txt {
  padding: 24px;
  background-color: #fff;
}
.under_flex_two_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under_flex_two_column_left {
  width: 47%;
}
.under_flex_two_column_right {
  width: 47%;
}
.under_flex_two_column_right video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; /* 16:9の場合 */
}
.under_flex_two_column_reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.under_flex_two_column_reverse_left {
  width: 47%;
}
.under_flex_two_column_reverse_right {
  width: 47%;
}
.under_flex_three_column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under_flex_three_column_item {
  width: calc((100% - 40px) / 3);
}
.under_slash_container {
  background-image: url(../img/under/slash.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 16px;
}
.under_slash_container_box {
  background-color: #fff;
  padding: 62px;
}
/* --------------------------------
Voice
----------------------------------- */
.p-voice_list_item_ttl {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 24px;
  color: #333333;
  border-left: 1px solid #333333;
  padding-left: 4px;
}
.p-voice_list_item_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}
.p-voice_list_item_box_img {
  width: 45%;
}
.p-voice_list_item_box_img img {
  width: 100%;
}
.p-voice_list_item_box_txt {
  width: 50%;
}
.p-voice_list_item_box_txt ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 42px;
}
.p-voice_list_item_box_txt ul li {
  display: inline-block;
  background-color: #c7e5ff;
  margin-right: 16px;
  padding: 6px;
  color: #1d5b90;
}
.p-voice_list_item_box_txt table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #333333;
}
.p-voice_list_item_box_txt table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border-bottom: 1px solid #333333;
}
.p-voice_list_item_box_txt table tr th {
  text-align: left;
  width: 20%;
}
.p-voice_list_item_box_txt table tr td {
  width: 80%;
}
@media only screen and (max-width: 1200px) {
  .c-wrap1200 {
    width: 95%;
  }
  .l-header_logo {
    width: 200px;
  }
  .l-header_nav {
    gap: 15px;
  }
  .l-header_nav_btn {
    padding: 8px 16px;
  }
  .l-footer {
    padding: 35px 0;
  }
  .l-footer_wrap {
    margin-bottom: 80px;
  }
  .l-footer_logo {
    margin-bottom: 32px;
  }
  .l-footer_logo img {
    width: 200px;
  }
  .l-footer_nav ul li {
    margin-left: 32px;
  }
  .fv {
    height: 600px;
  }
  .fv_title {
    max-width: 500px;
  }
  .fv_title h1 {
    font-size: 40px;
  }
  .p-home_about_ttl {
    width: 40%;
  }
  .p-home_about_ttl h3 {
    font-size: 2.4rem;
  }
  .p-home_about_txt {
    width: 55%;
  }
  .p-home_about_img {
    width: 80%;
  }
  .p-home_menu:before {
    height: 400px;
    width: 80%;
  }
  .p-home_menu_ttl {
    width: 30%;
    margin-left: 8%;
  }
  .p-home_menu_list {
    width: 60%;
  }
  .p-home_menu_list ul {
    padding: 25px;
  }
  .p-home_menu_list ul li .p-home_menu_list_ttl h4 {
    font-size: 2.8rem;
  }
  .p-home_menu_list ul li img {
    width: 100px;
  }
  .p-home_strength_wrap:before {
    height: 400px;
  }
  .p-home_strength_wrap:after {
    font-size: 9rem;
    right: 5%;
  }
  .p-home_strength_list {
    padding-top: 140px;
    width: 80%;
  }
  .p-home_strength_list_item {
    width: calc((100% - 30px) / 3);
    padding: 40px;
  }
  .p-home_strength_list_item img {
    width: 100px;
  }
  .p-faq {
    top: 60px;
  }
  .p-faq_list {
    padding: 52px 0;
  }
  .p-faq_list_item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .p-faq_list_item h3 {
    font-size: 1.8rem;
    padding-bottom: 14px;
  }
  .p-faq_list_item h3 span {
    font-size: 3.6rem;
    margin-right: 14px;
  }
  .p-faq_list_item p {
    padding-top: 14px;
  }
  .p-faq_list_item p span {
    font-size: 3.6rem;
    margin-right: 14px;
  }
  .p-recruit_list_ttl {
    font-size: 2.2rem;
    margin-bottom: 36px;
    padding-top: 36px;
  }
  .p-recruit_list_item {
    margin-bottom: 36px;
  }
  .p-recruit_list_item_ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .under_info_ttl {
    margin-bottom: 32px;
  }
  .under_info_ttl span {
    font-size: 3.8rem;
  }
  .under_info_item h3 {
    font-size: 2.2rem;
  }
  .under_primary_ttl {
    margin-bottom: 52px;
  }
  .under_primary_ttl h2 {
    font-size: 3.6rem;
  }
  .under_secondary_ttl {
    margin-bottom: 42px;
  }
  .under_secondary_ttl h2 {
    font-size: 3rem;
  }
  .under_tertiary_ttl {
    margin-bottom: 32px;
  }
  .under_tertiary_ttl h3 {
    font-size: 3rem;
  }
  .under_ttl_32 {
    font-size: 2.8rem;
  }
  .under_ttl_24 {
    font-size: 2rem;
  }
  .under_ttl_18 {
    font-size: 1.6rem;
  }
  .under_bg_container,
  .under_shadow_container,
  .under_blue_shadow_container,
  .under_slash_container {
    padding: 42px 32px;
  }
  .under_gray_box {
    padding: 40px 32px;
  }
  .p-voice_list_item_ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .p-voice_list_item_box {
    margin-bottom: 36px;
  }
  .p-voice_list_item_box_img {
    width: 42%;
  }
  .p-voice_list_item_box_txt {
    width: 55%;
  }
  .p-voice_list_item_box_txt ul {
    margin-bottom: 36px;
  }
  .p-voice_list_item_box_txt ul li {
    margin-right: 14px;
    padding: 5px;
  }
  .p-voice_list_item_box_txt table tr {
    padding: 14px;
  }
  .p-voice_list_item_box_txt table tr th {
    width: 22%;
  }
  .p-voice_list_item_box_txt table tr td {
    width: 78%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-wrap1024 {
    width: 95%;
  }
  .l-header_logo {
    width: 180px;
  }
  .l-header_nav {
    gap: 12px;
  }
  .l-header_nav_btn {
    padding: 6px 14px;
  }
  .l-footer {
    padding: 30px 0;
  }
  .l-footer_wrap {
    margin-bottom: 70px;
  }
  .l-footer_logo {
    margin-bottom: 28px;
  }
  .l-footer_logo img {
    width: 180px;
  }
  .l-footer_nav ul li {
    margin-left: 28px;
  }
  .fv {
    height: 500px;
  }
  .fv_title {
    max-width: 450px;
  }
  .fv_title h1 {
    font-size: 36px;
  }
  .fv_title p {
    font-size: 15px;
  }
  .p-home_about_ttl {
    width: 45%;
  }
  .p-home_about_ttl h3 {
    font-size: 2.2rem;
  }
  .p-home_about_txt {
    width: 50%;
  }
  .p-home_about_img {
    width: 85%;
  }
  .p-home_menu:before {
    height: 350px;
    width: 85%;
  }
  .p-home_menu_ttl {
    width: 35%;
    margin-left: 5%;
  }
  .p-home_menu_list {
    width: 60%;
  }
  .p-home_menu_list ul {
    padding: 20px;
  }
  .p-home_menu_list ul li .p-home_menu_list_ttl h4 {
    font-size: 2.6rem;
  }
  .p-home_menu_list ul li img {
    width: 90px;
  }
  .p-home_strength_wrap:before {
    height: 350px;
    width: 97%;
  }
  .p-home_strength_wrap:after {
    font-size: 8rem;
    right: 3%;
  }
  .p-home_strength_list {
    padding-top: 120px;
    width: 85%;
  }
  .p-home_strength_list_item {
    width: calc((100% - 20px) / 3);
    padding: 35px;
  }
  .p-home_strength_list_item img {
    width: 90px;
  }
  .p-home_strength_list {
    width: 95%;
  }
  .p-home_howto_txt {
    top: 60px;
    width: 70%;
  }
  .p-faq {
    top: 50px;
  }
  .p-faq_list {
    padding: 42px 0;
  }
  .p-faq_list_item {
    padding: 18px;
    margin-bottom: 18px;
  }
  .p-faq_list_item h3 {
    font-size: 1.6rem;
    padding-bottom: 12px;
  }
  .p-faq_list_item h3 span {
    font-size: 3.2rem;
    margin-right: 12px;
  }
  .p-faq_list_item p {
    padding-top: 12px;
  }
  .p-faq_list_item p span {
    font-size: 3.2rem;
    margin-right: 12px;
  }
  .p-recruit_list_ttl {
    font-size: 2rem;
    margin-bottom: 32px;
    padding-top: 32px;
  }
  .p-recruit_list_item {
    margin-bottom: 32px;
  }
  .p-recruit_list_item_ttl {
    font-size: 2rem;
    margin-bottom: 18px;
  }
  .under_info_ttl {
    margin-bottom: 28px;
  }
  .under_info_ttl span {
    font-size: 3.2rem;
  }
  .under_info_item h3 {
    font-size: 2rem;
  }
  .under_primary_ttl {
    margin-bottom: 42px;
  }
  .under_primary_ttl h2 {
    font-size: 3rem;
  }
  .under_secondary_ttl {
    margin-bottom: 32px;
  }
  .under_secondary_ttl h2 {
    font-size: 2.6rem;
  }
  .under_tertiary_ttl {
    margin-bottom: 28px;
  }
  .under_tertiary_ttl h3 {
    font-size: 2.6rem;
  }
  .under_ttl_32 {
    font-size: 2.4rem;
  }
  .under_ttl_24 {
    font-size: 1.8rem;
  }
  .under_ttl_18 {
    font-size: 1.5rem;
  }
  .under_bg_container,
  .under_shadow_container,
  .under_blue_shadow_container,
  .under_slash_container {
    padding: 32px 32px;
  }
  .under_gray_box {
    padding: 32px 32px;
  }
  .p-voice_list_item_ttl {
    font-size: 2rem;
    margin-bottom: 18px;
  }
  .p-voice_list_item_box {
    margin-bottom: 32px;
  }
  .p-voice_list_item_box_img {
    width: 40%;
  }
  .p-voice_list_item_box_txt {
    width: 57%;
  }
  .p-voice_list_item_box_txt ul {
    margin-bottom: 32px;
  }
  .p-voice_list_item_box_txt ul li {
    margin-right: 12px;
    padding: 4px;
  }
  .p-voice_list_item_box_txt table tr {
    padding: 12px;
  }
  .p-voice_list_item_box_txt table tr th {
    width: 25%;
  }
  .p-voice_list_item_box_txt table tr td {
    width: 75%;
  }
}
@media only screen and (max-width: 900px) {
  .c-wrap900 {
    width: 95%;
  }
  .l-footer {
    padding: 25px 0;
  }
  .l-footer_wrap {
    margin-bottom: 60px;
  }
  .l-footer_logo {
    margin-bottom: 24px;
  }
  .l-footer_logo img {
    width: 160px;
  }
  .l-footer_nav ul li {
    margin-left: 24px;
  }
  .p-greeting_img {
    margin-left: 5%;
  }
  .p-greeting_content {
    margin-left: 7%;
    padding: 40px;
  }
  .p-strengths_item {
    padding: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .c-wrap765 {
    width: 95%;
  }
  .c-mb135 {
    margin-bottom: 100px;
  }
  .c-mb120 {
    margin-bottom: 100px;
  }
  .c-mb100 {
    margin-bottom: 90px;
  }
  .c-mb90 {
    margin-bottom: 75px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .c-primary_ttl {
    margin-bottom: 36px;
  }
  .c-primary_ttl span {
    font-size: 3.2rem;
  }
  .c-secondary_ttl {
    margin-bottom: 36px;
  }
  .c-secondary_ttl span {
    font-size: 3.2rem;
  }
  .l-header {
    height: 60px;
  }
  .l-header_logo {
    width: 160px;
  }
  .l-header_nav {
    gap: 10px;
  }
  .l-header_nav_btn {
    padding: 5px 12px;
  }
  .l-footer {
    padding: 20px 0;
  }
  .l-footer_wrap {
    margin-bottom: 50px;
  }
  .l-footer_logo {
    margin-bottom: 20px;
  }
  .l-footer_logo img {
    width: 140px;
  }
  .l-footer_logo {
    display: inline-block;
  }
  .l-footer_info {
    margin-bottom: 36px;
  }
  .l-footer_wrap {
    display: block;
  }
  .l-footer_nav_list {
    display: block;
  }
  .l-footer_nav ul li {
    margin-left: 0;
    margin-bottom: 12px;
  }
  .l-footer_nav ul li ul li a {
    margin-top: 0;
  }
  .fv {
    top: 60px;
    height: 400px;
  }
  .fv_title {
    bottom: 30%;
  }
  .fv_title h1 {
    font-size: 32px;
  }
  .fv_title p {
    font-size: 14px;
  }
  .fv-under {
    top: 60px;
    height: 255px;
  }
  .fv-under .fv-under_title h1 {
    font-size: 3.2rem;
  }
  .p-common {
    position: relative;
    top: 132px;
  }
  .p-common_cta .c-wrap1024 {
    display: block;
  }
  .p-common_cta_container {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-common_cta_container_title span {
    font-size: 3.2rem;
  }
  .p-common_cta_container_link {
    margin-bottom: 36px;
  }
  .p-common-content h2 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .p-common-content h3 {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .p-home_about_ttl {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-home_about_ttl h3 {
    font-size: 2rem;
  }
  .p-home_about_txt {
    width: 100%;
  }
  .p-home_about_img {
    width: 100%;
    margin-left: 0;
  }
  .p-home_menu:before {
    height: 300px;
    width: 100%;
  }
  .p-home_menu_ttl {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .p-home_menu_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-home_menu_list ul {
    padding: 0;
  }
  .p-home_menu_list ul li {
    width: 49%;
    border-left: none !important;
  }
  .p-home_menu_list ul li:not(:last-child) {
    border-bottom: 1px solid #dddddd;
  }
  .p-home_menu_list ul li .p-home_menu_list_ttl h4 {
    font-size: 2.4rem;
  }
  .p-home_menu_list ul li img {
    width: 80px;
  }
  .p-home_strength_wrap:before {
    height: 450px;
    width: 100%;
  }
  .p-home_strength_wrap:after {
    font-size: 7rem;
    right: 0;
  }
  .p-home_strength_list {
    padding-top: 100px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-home_strength_list_item {
    width: 100%;
    margin-bottom: 16px;
    padding: 16px;
  }
  .p-home_strength_list_item img {
    width: 80px;
  }
  .p-home_about_flex {
    display: block;
  }
  .p-home_menu_flex {
    display: block;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-home_menu_list ul {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    z-index: 10;
  }
  .p-home_menu_list ul li {
    margin-bottom: 42px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .p-home_strength_list {
    display: block;
  }
  .p-home_strength_list_item img {
    margin-bottom: 16px;
  }
  .p-home_strength_list_item h3 {
    margin-bottom: 16px;
  }
  .p-home_strength_list_item p {
    margin-bottom: 24px;
  }
  .p-home_voice_list_item {
    display: block;
  }
  .p-home_voice_list_item_img {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-home_voice_list_item_txt {
    width: 100%;
  }
  .p-home_howto_img {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-home_howto_txt {
    position: relative;
    top: 0;
    width: 95%;
    padding: 24px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-home_menu:before {
    height: 100%;
  }
  .p-home_strength_wrap:before {
    height: 105%;
  }
  .p-home_menu_list ul li .p-home_menu_list_item {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-home_menu_list ul li a {
    margin-top: auto;
  }
  .p-home_movie video {
    width: 95%;
    height: auto;
  }
  .p-greeting_img {
    margin-left: 24px;
  }
  .p-greeting_content {
    margin-left: 36px;
    padding: 32px 16px;
  }
  .p-greeting_content .c-flex {
    display: block;
    margin-bottom: 42px;
  }
  .p-greeting_content_ttl {
    width: 100%;
    border-right: none;
    margin-bottom: 24px;
  }
  .p-greeting_content_txt {
    width: 100%;
    padding: 0;
  }
  .p-greeting_content_box {
    margin-top: 24px;
  }
  .p-flow .p-flow_item_left {
    width: 45px;
  }
  .p-flow .p-flow_item_left div {
    width: 30px;
    height: 30px;
    font-size: 2.2rem;
  }
  .p-flow .p-flow_item_right {
    padding-bottom: 40px;
    width: calc(100% - 55px);
  }
  .p-flow .p-flow_item_right h3 {
    font-size: 2rem;
  }
  .p-flow_item_right_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-flow .p-flow_item_right_flex p {
    width: 100%;
    margin-bottom: 24px;
  }
  .p-flow .p-flow_item_right_flex img {
    width: 75%;
  }
  .p-flow {
    position: relative;
    top: 60px;
    padding-top: 60px;
  }
  .p-faq {
    top: 40px;
  }
  .p-faq_list {
    padding: 32px 0;
  }
  .p-faq_list_item {
    padding: 16px;
    margin-bottom: 16px;
  }
  .p-faq_list_item h3 {
    padding-bottom: 10px;
  }
  .p-faq_list_item h3 span {
    font-size: 2.8rem;
    margin-right: 10px;
  }
  .p-faq_list_item p {
    padding-top: 10px;
  }
  .p-faq_list_item p span {
    font-size: 2.8rem;
    margin-right: 10px;
  }
  .p-contact_wrap tr,
  .p-contact_wrap tr,
  .p-contact_wrap tr {
    display: block;
  }
  .p-contact_wrap th,
  .p-contact_wrap th,
  .p-contact_wrap th {
    width: 100%;
  }
  .p-contact_wrap th p,
  .p-contact_wrap th p,
  .p-contact_wrap th p {
    margin-bottom: 0;
  }
  .p-contact_wrap td,
  .p-contact_wrap td,
  .p-contact_wrap td {
    width: 100%;
    display: block;
  }
  .p-contact_wrap td p,
  .p-contact_wrap td p,
  .p-contact_wrap td p {
    margin-bottom: 0;
  }
  .p-company_info table tr {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #000;
  }
  .p-company_info table tr th {
    width: 100%;
    display: block;
    text-align: left;
    margin-bottom: 16px;
  }
  .p-company_info table tr td {
    width: 100%;
    display: block;
    text-align: left;
  }
  .p-company_info iframe {
    height: 300px !important;
  }
  .p-merit_container .under_flex_two_column_reverse {
    padding: 24px 16px;
  }
  .p-recruit_list_ttl {
    font-size: 1.8rem;
    margin-bottom: 28px;
    padding-top: 28px;
  }
  .p-recruit_list_item {
    margin-bottom: 28px;
  }
  .p-recruit_list_item_ttl {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .p-strengths_item_container {
    display: block;
  }
  .p-strengths_item {
    width: 100%;
    margin-bottom: 42px;
  }
  .under_info_ttl {
    margin-bottom: 24px;
  }
  .under_info_ttl span {
    font-size: 2.8rem;
  }
  .under_info_item h3 {
    font-size: 1.8rem;
  }
  .under_primary_ttl {
    margin-bottom: 32px;
  }
  .under_primary_ttl h2 {
    font-size: 2.6rem;
  }
  .under_secondary_ttl {
    margin-bottom: 28px;
  }
  .under_secondary_ttl h2 {
    font-size: 2.2rem;
  }
  .under_tertiary_ttl {
    margin-bottom: 24px;
  }
  .under_tertiary_ttl h3 {
    font-size: 2.2rem;
  }
  .under_ttl_32 {
    font-size: 2rem;
  }
  .under_ttl_24 {
    font-size: 1.6rem;
  }
  .under_bg_container,
  .under_shadow_container,
  .under_blue_shadow_container,
  .under_slash_container {
    padding: 24px 16px;
  }
  .under_gray_box {
    padding: 24px 16px;
  }
  .under_flex_two_column,
  .under_flex_two_column_reverse,
  .under_flex_three_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .under_flex_two_column_left,
  .under_flex_two_column_right,
  .under_flex_three_column_item {
    width: 100%;
    margin-bottom: 24px;
  }
  .under_slash_container_box {
    padding: 32px 16px;
  }
  .under_secondary_ttl {
    padding-left: 24px;
  }
  .under_secondary_ttl::before {
    width: 20px;
  }
  .under_gray_box_item_ttl h3 {
    font-size: 2rem;
  }
  .p-voice_list_item_ttl {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .p-voice_list_item_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 28px;
  }
  .p-voice_list_item_box_img {
    width: 100%;
    margin-bottom: 16px;
  }
  .p-voice_list_item_box_txt {
    width: 100%;
  }
  .p-voice_list_item_box_txt ul {
    margin-bottom: 28px;
  }
  .p-voice_list_item_box_txt ul li {
    margin-right: 10px;
    padding: 3px;
  }
  .p-voice_list_item_box_txt table tr {
    padding: 10px;
  }
  .p-voice_list_item_box_txt table tr th {
    width: 30%;
  }
  .p-voice_list_item_box_txt table tr td {
    width: 70%;
  }
}
@media only screen and (max-width: 430px) {
  .c-mb135 {
    margin-bottom: 90px;
  }
  .c-mb120 {
    margin-bottom: 90px;
  }
  .c-mb100 {
    margin-bottom: 75px;
  }
  .c-mb90 {
    margin-bottom: 60px;
  }
  .l-header {
    height: 50px;
  }
  .l-header_logo {
    width: 140px;
  }
  .l-header_nav {
    display: none;
  }
  .l-header_nav_btn_sp {
    display: block;
    margin-right: 16px;
  }
  .l-header_nav_btn_sp_list {
    top: 50px;
    height: calc(100vh - 50px);
  }
  .l-header_nav_btn_sp_list {
    top: 50px;
  }
  .l-footer {
    padding: 15px 0;
  }
  .l-footer_wrap {
    margin-bottom: 40px;
  }
  .l-footer_logo {
    margin-bottom: 16px;
  }
  .l-footer_logo img {
    width: 120px;
  }
  .l-footer_nav ul li {
    margin-left: 16px;
  }
  .fv {
    top: 50px;
    height: 300px;
  }
  .fv_title {
    bottom: 25%;
  }
  .fv_title h1 {
    font-size: 8.7vw;
  }
  .fv_title p {
    font-size: 13px;
  }
  .fv-under {
    top: 50px;
  }
  .p-home_about_ttl h3 {
    font-size: 1.8rem;
  }
  .p-home_strength_wrap:before {
    height: 250px;
  }
  .p-home_strength_wrap:after {
    font-size: 6rem;
  }
  .p-home_strength_list {
    padding-top: 80px;
  }
  .p-home_strength_list_item {
    padding: 25px;
  }
  .p-home_strength_list_item img {
    width: 70px;
  }
  .p-home_menu_list ul li {
    margin-bottom: 6px;
  }
  .p-home_strength_wrap:before {
    height: 105%;
  }
  .p-greeting_content {
    margin-top: -50px;
    margin-left: 24px;
    padding: 24px 16px;
  }
  .p-greeting_content_ttl {
    margin-bottom: 16px;
  }
  .p-greeting_content_box {
    margin-top: 16px;
  }
  .p-faq {
    top: 30px;
  }
  .p-faq_list {
    padding: 24px 0;
  }
  .p-faq_list_item {
    padding: 14px;
    margin-bottom: 14px;
  }
  .p-faq_list_item h3 {
    padding-bottom: 8px;
  }
  .p-faq_list_item h3 span {
    font-size: 2.4rem;
    margin-right: 8px;
  }
  .p-faq_list_item p {
    padding-top: 8px;
  }
  .p-faq_list_item p span {
    font-size: 2.4rem;
    margin-right: 8px;
  }
  .p-company_info iframe {
    height: 200px !important;
  }
  .p-recruit_list_ttl {
    font-size: 1.6rem;
    margin-bottom: 24px;
    padding-top: 24px;
  }
  .p-recruit_list_item {
    margin-bottom: 24px;
  }
  .p-recruit_list_item_ttl {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  .under_info_ttl {
    margin-bottom: 20px;
  }
  .under_info_ttl span {
    font-size: 2.4rem;
  }
  .under_info_ttl h2 {
    font-size: 1rem;
  }
  .under_info_item h3 {
    font-size: 1.6rem;
  }
  .under_primary_ttl {
    margin-bottom: 24px;
  }
  .under_primary_ttl h2 {
    font-size: 2.2rem;
  }
  .under_secondary_ttl {
    margin-bottom: 24px;
  }
  .under_secondary_ttl h2 {
    font-size: 1.8rem;
  }
  .under_tertiary_ttl {
    margin-bottom: 20px;
  }
  .under_tertiary_ttl h3 {
    font-size: 1.8rem;
  }
  .under_ttl_32 {
    font-size: 1.8rem;
  }
  .under_bg_container,
  .under_shadow_container,
  .under_blue_shadow_container,
  .under_slash_container {
    padding: 20px 16px;
  }
  .under_gray_box {
    padding: 20px 16px;
  }
  .p-voice_list_item_ttl {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  .p-voice_list_item_box {
    margin-bottom: 24px;
  }
  .p-voice_list_item_box_img {
    margin-bottom: 14px;
  }
  .p-voice_list_item_box_txt ul {
    margin-bottom: 24px;
  }
  .p-voice_list_item_box_txt ul li {
    margin-right: 8px;
    padding: 2px;
  }
  .p-voice_list_item_box_txt table tr {
    padding: 8px;
  }
  .p-voice_list_item_box_txt table tr th {
    width: 35%;
  }
  .p-voice_list_item_box_txt table tr td {
    width: 65%;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */