@charset "UTF-8";
.mincho {
  font-family: "Noto Serif JP", serif;
}

/*===============================================
# font-size
=================================================*/
/*===============================================
# pxをvwに
=================================================*/
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

header {
  z-index: 15;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type="submit"] {
  -webkit-appearance: none;
}

iframe {
  border: none;
}

/*===============================================
# common
=================================================*/
html {
  scroll-behavior: initial !important;
}

body {
  display: none;
  font-size: 16px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #333333;
}

@media screen and (max-width: 560px) {
  body {
    font-size: 14px;
  }
}

* {
  padding: 0;
  margin: 0;
}

#wrap {
  overflow: hidden;
  width: 100%;
}

img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.container {
  max-width: 1500px;
  width: 76%;
  margin-left: auto;
  margin-right: 180px;
  box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (min-width: 1700px) {
  .container {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 1450px) {
  .container {
    max-width: 1200px;
    margin-right: 150px;
  }
}

@media screen and (max-width: 1279px) {
  .container {
    max-width: 1100px;
    padding: 0 20px;
    margin-right: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .container {
    margin: 0 auto;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin: 0 auto;
    padding: 0 15px;
  }
}

.container_s {
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1450px) {
  .container_s {
    max-width: 1100px;
  }
}

@media screen and (max-width: 1279px) {
  .container_s {
    max-width: 1000px;
  }
}

.container_center {
  max-width: 1280px;
  width: 66%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
  .container_center {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1023px) {
  .container_center {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container_center {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

a {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .header-mt {
    margin-top: 55px;
  }
}

/* color
================================*/
.main-color {
  color: #6C8FCD;
}

/*===============================================
# mv
=================================================*/
#mv {
  margin-right: 180px;
}

@media screen and (min-width: 1920px) {
  #mv {
    margin-right: 180px;
  }
}

@media screen and (min-width: 1920px) and (min-width: 1024px) {
  #mv {
    margin-right: 9.375vw;
  }
}

@media screen and (max-width: 1450px) {
  #mv {
    margin-right: 150px;
  }
}

@media screen and (max-width: 1279px) {
  #mv {
    margin-right: 150px;
  }
}

@media screen and (max-width: 1023px) {
  #mv {
    margin: 0;
  }
}

/*===============================================
# section
=================================================*/
/* btn
================================*/
.btn01 {
  font-family: "Noto Serif JP", serif;
  border: 1px solid #FFFFFF;
  display: block;
  width: 370px;
  text-align: center;
  padding: 15px 0px;
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
}

@media screen and (max-width: 767px) {
  .btn01 {
    width: 300px;
    background-color: #fff;
  }
}

.btn01 p {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}

@media (min-width: 1024px) {
  .btn01 p {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 767px) {
  .btn01 p {
    color: #6C8FCD;
  }
}

@media screen and (min-width: 768px) {
  .btn01::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background-color: #fff;
    transition-duration: .2s;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .btn01:hover p {
    color: #6C8FCD;
    position: relative;
    z-index: 5;
  }
  .btn01:hover::before {
    width: 100%;
  }
}

.btn02 {
  font-family: "Noto Serif JP", serif;
  border: 1px solid #707070;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
}

@media screen and (max-width: 767px) {
  .btn02 {
    background-color: #6C8FCD;
    border: 1px solid #6C8FCD;
  }
}

.btn02 p {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .btn02 p {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .btn02::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background-color: #6C8FCD;
    transition-duration: .2s;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .btn02:hover {
    border: 1px solid #6C8FCD;
  }
  .btn02:hover p {
    color: #fff;
    position: relative;
    z-index: 5;
  }
  .btn02:hover::before {
    height: 100%;
  }
}

.btn03 {
  font-family: "Noto Serif JP", serif;
  border: 1px solid #707070;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition-duration: .3s;
}

@media screen and (max-width: 767px) {
  .btn03 {
    background-color: #6C8FCD;
    border: 1px solid #6C8FCD;
  }
}

.btn03 p {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .btn03 p {
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .btn03::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background-color: #6C8FCD;
    transition-duration: .2s;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .btn03:hover {
    border: 1px solid #6C8FCD;
  }
  .btn03:hover p {
    color: #fff;
    position: relative;
    z-index: 5;
  }
  .btn03:hover::before {
    width: 100%;
  }
}

/*===============================================
# header
=================================================*/
.wrap {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  width: 180px;
  height: 100vh;
  padding: 50px 15px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  z-index: 50;
}

@media screen and (min-width: 1920px) {
  .header {
    width: 180px;
  }
}

@media screen and (min-width: 1920px) and (min-width: 1024px) {
  .header {
    width: 9.375vw;
  }
}

@media screen and (max-width: 1450px) {
  .header {
    width: 150px;
    padding: 50px 10px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    height: 60px;
    width: 100%;
    top: 0;
    right: 0;
    background: none;
    padding: 0px 10px;
  }
}

.header_top {
  width: 100%;
}

.header_logo {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .header_logo {
    display: none;
    width: 250px;
  }
}

@media screen and (max-width: 1023px) {
  .header_menu {
    padding: 60px 15px;
  }
}

.header_menu_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 890px) {
  .header_menu_inner {
    flex-direction: column;
  }
}

.header_menu_inner a {
  cursor: pointer;
}

.header_btn {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
}

@media (min-width: 1024px) {
  .header_btn {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 1450px) {
  .header_btn {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .header_btn {
    font-size: 0.83333vw;
  }
}

.header_btn._small {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .header_btn._small {
    font-size: 0.72917vw;
  }
}

@media screen and (max-width: 1450px) {
  .header_btn._small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .header_btn._small {
    font-size: 0.625vw;
  }
}

@media screen and (max-width: 1023px) {
  .header_btn._small {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .header_btn._small {
    font-size: 0.78125vw;
  }
}

.header_btn::after {
  background-color: #6C8FCD;
  bottom: -2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
  width: 100%;
}

.header_btn:hover::after {
  transform: scale(1, 1);
}

.header_contact_btn {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  .header_contact_btn {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 1450px) {
  .header_contact_btn {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .header_contact_btn {
    font-size: 0.83333vw;
  }
}

@media screen and (max-width: 1279px) {
  .header_contact_btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .header_contact_btn {
    font-size: 0.72917vw;
  }
}

.header_contact_btn a {
  padding: 5px 0;
}

.header_toppage {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header_toppage {
    display: block;
  }
}

.totop {
  width: 70px;
  width: 70px;
  position: fixed;
  bottom: 0px;
  right: 50px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 1024px) {
  .totop {
    width: 3.64583vw;
  }
}

@media screen and (max-width: 1023px) {
  .totop {
    bottom: 0px;
    right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .totop {
    width: 50px;
  }
}

.totop a {
  display: block;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1023px) {
  .drawer-hamburger {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
  }
  .drawer-hamburger,
  .drawer-hamburger:hover {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .drawer-hamburger-icon {
    background-color: #fff;
    width: 30px;
    height: 2px;
    top: -5px;
    left: 50%;
    transform: translate(-50%);
  }
  .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
    background-color: #fff;
    width: 30px;
    height: 2px;
  }
  .drawer-hamburger-icon::after {
    top: 8px;
  }
  .drawer-hamburger-icon::before {
    top: -8px;
  }
  header.scrolled {
    background-color: #fff;
    padding: 8px 10px;
  }
  header.scrolled .header_logo {
    display: block;
    width: 150px;
  }
  header.scrolled .drawer-hamburger-icon {
    background-color: #333333;
  }
  header.scrolled .drawer-hamburger-icon::before, header.scrolled .drawer-hamburger-icon::after {
    background-color: #333333;
  }
  .drawer-open header.scrolled .drawer-hamburger-icon {
    background: transparent;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    position: absolute;
    z-index: 50;
  }
  .drawer-open .drawer-hamburger-icon {
    background: transparent;
  }
  .drawer-open .drawer-hamburger-icon:after,
  .drawer-open .drawer-hamburger-icon:before {
    position: absolute;
    right: 0;
    background: #fff;
  }
  .drawer-nav {
    z-index: 30;
  }
}

/*===============================================
# footer
=================================================*/
.footer {
  padding-top: 40px;
  padding-bottom: 32px;
  text-align: center;
  background-color: #6C8FCD;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 26px 0;
  }
}

.footer p {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
}

@media (min-width: 1024px) {
  .footer p {
    font-size: 0.78125vw;
  }
}

@media screen and (max-width: 767px) {
  .footer p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .footer p {
    font-size: 0.625vw;
  }
}

/*===============================================
# トップページ
=================================================*/
/* mv
================================*/
.top_mv {
  position: relative;
  background: url(../img/top/mv.png) center center/cover no-repeat;
  margin-right: 180px;
  height: 100vh;
  padding: 100px 0;
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 1450px) {
  .top_mv {
    margin-right: 150px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1279px) {
  .top_mv {
    margin-right: 120px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .top_mv {
    margin: 0;
    padding: 100px 15px;
  }
}

.top_mv_logo {
  max-width: 530px;
  width: 100%;
}

@media screen and (max-width: 1450px) {
  .top_mv_logo {
    max-width: 450px;
  }
}

@media screen and (max-width: 1023px) {
  .top_mv_logo {
    margin: 0 auto;
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .top_mv_logo {
    max-width: 250px;
  }
}

.top_mv_catch {
  font-family: "Noto Serif JP", serif;
  font-size: 43px;
  font-size: 2.6875rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.25em;
  color: #FFFFFF;
}

@media (min-width: 1024px) {
  .top_mv_catch {
    font-size: 2.23958vw;
  }
}

@media screen and (max-width: 1450px) {
  .top_mv_catch {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .top_mv_catch {
    font-size: 1.82292vw;
  }
}

@media screen and (max-width: 1279px) {
  .top_mv_catch {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .top_mv_catch {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 1023px) {
  .top_mv_catch {
    text-align: center;
  }
}

@media screen and (max-width: 560px) {
  .top_mv_catch {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 560px) and (min-width: 1024px) {
  .top_mv_catch {
    font-size: 1.14583vw;
  }
}

.top_mv_btn a {
  margin: auto;
}

/* top_reason
================================*/
.top_reason {
  padding-top: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_reason {
    padding-top: 60px;
  }
}

.top_reason_img {
  position: absolute;
  width: 45vw;
  top: 270px;
  left: 0;
  max-width: 840px;
}

@media screen and (max-width: 1800px) {
  .top_reason_img {
    width: 40vw;
    top: 330px;
  }
}

@media screen and (max-width: 767px) {
  .top_reason_img {
    display: none;
  }
}

.top_reason_img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_reason_img-sp {
    display: block;
    margin-top: 8px;
    width: 92%;
    margin-left: -15px;
  }
}

.top_reason_wrap {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .top_reason_wrap {
    margin-top: 0;
  }
}

.top_reason_contents {
  width: 50%;
  margin-left: auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 70px;
  border-left: #6C8FCD 5px solid;
}

@media screen and (max-width: 1279px) {
  .top_reason_contents {
    gap: 50px;
  }
}

@media screen and (max-width: 767px) {
  .top_reason_contents {
    width: 95%;
    gap: 25px;
    border-left: #6C8FCD 3px solid;
    padding: 0 15px;
  }
}

.top_reason_contents_item h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .top_reason_contents_item h3 {
    font-size: 1.82292vw;
  }
}

@media screen and (max-width: 1279px) {
  .top_reason_contents_item h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .top_reason_contents_item h3 {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 767px) {
  .top_reason_contents_item h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .top_reason_contents_item h3 {
    font-size: 0.9375vw;
  }
}

.top_reason_contents_item p {
  margin-top: 30px;
  padding-left: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .top_reason_contents_item p {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 1279px) {
  .top_reason_contents_item p {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 25px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .top_reason_contents_item p {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 767px) {
  .top_reason_contents_item p {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 7px;
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .top_reason_contents_item p {
    font-size: 0.72917vw;
  }
}

.top_reason_btn {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .top_reason_btn {
    margin-top: 20px;
  }
}

.top_reason_btn a {
  width: 360px;
  padding: 11px 0;
  margin: auto;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .top_reason_btn a {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 767px) {
  .top_reason_btn a {
    width: 270px;
  }
}

/* service
================================*/
.top_service {
  padding-top: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_service {
    padding-top: 60px;
  }
}

.top_service_img {
  position: absolute;
  width: 45vw;
  bottom: -100px;
  right: 70px;
  max-width: 840px;
}

@media screen and (max-width: 1800px) {
  .top_service_img {
    top: 330px;
  }
}

@media screen and (max-width: 1279px) {
  .top_service_img {
    width: 50vw;
  }
}

@media screen and (max-width: 1023px) {
  .top_service_img {
    width: 50vw;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_service_img {
    display: none;
  }
}

.top_service_img-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .top_service_img-sp {
    display: block;
    margin-top: 8px;
    width: 100%;
    margin-left: auto;
    margin-right: -15px;
  }
}

.top_service_wrap {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .top_service_wrap {
    margin-top: 0;
  }
}

.top_service_contents {
  position: relative;
  width: 100%;
  margin-right: auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 65px;
  border-left: #6C8FCD 5px solid;
  z-index: 5;
}

@media screen and (max-width: 1279px) {
  .top_service_contents {
    gap: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .top_service_contents {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .top_service_contents {
    width: 95%;
    gap: 25px;
    border-left: #6C8FCD 3px solid;
    padding: 0 15px;
  }
}

.top_service_contents_item h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .top_service_contents_item h3 {
    font-size: 1.82292vw;
  }
}

@media screen and (max-width: 1279px) {
  .top_service_contents_item h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .top_service_contents_item h3 {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 767px) {
  .top_service_contents_item h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .top_service_contents_item h3 {
    font-size: 0.9375vw;
  }
}

.top_service_contents_item > p {
  margin-top: 30px;
  padding-left: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .top_service_contents_item > p {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 1279px) {
  .top_service_contents_item > p {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 25px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .top_service_contents_item > p {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 767px) {
  .top_service_contents_item > p {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 7px;
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .top_service_contents_item > p {
    font-size: 0.72917vw;
  }
}

.top_service_contents_item a {
  display: block;
  margin-top: 20px;
  width: 215px;
  margin-left: 40px;
  padding: 9px 0;
}

@media screen and (max-width: 767px) {
  .top_service_contents_item a {
    padding: 13px 0;
  }
}

/*===============================================
# page_common
=================================================*/
.section_title p {
  color: #EBF1FC;
  font-size: 150px;
  font-size: 9.375rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .section_title p {
    font-size: 7.8125vw;
  }
}

@media screen and (max-width: 1450px) {
  .section_title p {
    font-size: 120px;
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .section_title p {
    font-size: 6.25vw;
  }
}

@media screen and (max-width: 1023px) {
  .section_title p {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .section_title p {
    font-size: 5.20833vw;
  }
}

@media screen and (max-width: 767px) {
  .section_title p {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .section_title p {
    font-size: 4.6875vw;
  }
}

@media screen and (max-width: 560px) {
  .section_title p {
    font-size: 80px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 560px) and (min-width: 1024px) {
  .section_title p {
    font-size: 4.16667vw;
  }
}

.section_title h2 {
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-right: 300px;
  position: relative;
  transform: translateX(450px);
}

@media (min-width: 1024px) {
  .section_title h2 {
    font-size: 2.08333vw;
  }
}

@media screen and (max-width: 1450px) {
  .section_title h2 {
    padding-right: 250px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .section_title h2 {
    font-size: 1.82292vw;
  }
}

@media screen and (max-width: 1279px) {
  .section_title h2 {
    transform: translateX(300px);
  }
}

@media screen and (max-width: 1023px) {
  .section_title h2 {
    transform: translateX(200px);
    padding-right: 165px;
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .section_title h2 {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .section_title h2 {
    transform: translateY(-80%);
    font-size: 16px;
    font-size: 1rem;
    padding-right: 78px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .section_title h2 {
    font-size: 0.83333vw;
  }
}

.section_title h2::after {
  position: absolute;
  content: "";
  background: #333333;
  height: 1px;
  width: 260px;
  right: 0;
  bottom: 20px;
}

@media screen and (max-width: 1450px) {
  .section_title h2::after {
    width: 220px;
  }
}

@media screen and (max-width: 1023px) {
  .section_title h2::after {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .section_title h2::after {
    width: 68px;
    bottom: 10px;
  }
}

.section_title._short h2 {
  transform: translateX(290px);
}

@media screen and (max-width: 1450px) {
  .section_title._short h2 {
    padding-right: 250px;
  }
}

@media screen and (max-width: 1279px) {
  .section_title._short h2 {
    transform: translateX(200px);
  }
}

@media screen and (max-width: 1023px) {
  .section_title._short h2 {
    transform: translateX(150px);
  }
}

@media screen and (max-width: 767px) {
  .section_title._short h2 {
    transform: translateY(-80%);
  }
}

.section_title02 p {
  display: inline-block;
  position: relative;
  color: #EBF1FC;
  font-size: 150px;
  font-size: 9.375rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .section_title02 p {
    font-size: 7.8125vw;
  }
}

@media screen and (max-width: 1450px) {
  .section_title02 p {
    font-size: 120px;
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .section_title02 p {
    font-size: 6.25vw;
  }
}

@media screen and (max-width: 1023px) {
  .section_title02 p {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .section_title02 p {
    font-size: 5.20833vw;
  }
}

@media screen and (max-width: 767px) {
  .section_title02 p {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .section_title02 p {
    font-size: 4.6875vw;
  }
}

@media screen and (max-width: 560px) {
  .section_title02 p {
    font-size: 80px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 560px) and (min-width: 1024px) {
  .section_title02 p {
    font-size: 4.16667vw;
  }
}

.section_title02 p::after {
  position: absolute;
  content: "";
  background: #6C8FCD;
  height: 5px;
  width: 100%;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .section_title02 p::after {
    height: 3px;
    bottom: -20px;
  }
}

.section_title02 h2 {
  display: block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .section_title02 h2 {
    font-size: 2.08333vw;
  }
}

@media screen and (max-width: 1450px) {
  .section_title02 h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .section_title02 h2 {
    font-size: 1.82292vw;
  }
}

@media screen and (max-width: 1023px) {
  .section_title02 h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .section_title02 h2 {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .section_title02 h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .section_title02 h2 {
    font-size: 1.04167vw;
  }
}

.section_title02._center {
  text-align: center;
}

.section_title03 {
  text-align: center;
}

.section_title03 p {
  display: block;
  position: relative;
  color: #EBF1FC;
  font-size: 150px;
  font-size: 9.375rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: left;
}

@media (min-width: 1024px) {
  .section_title03 p {
    font-size: 7.8125vw;
  }
}

@media screen and (max-width: 1450px) {
  .section_title03 p {
    font-size: 120px;
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .section_title03 p {
    font-size: 6.25vw;
  }
}

@media screen and (max-width: 1023px) {
  .section_title03 p {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .section_title03 p {
    font-size: 5.20833vw;
  }
}

@media screen and (max-width: 767px) {
  .section_title03 p {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .section_title03 p {
    font-size: 4.6875vw;
  }
}

@media screen and (max-width: 560px) {
  .section_title03 p {
    font-size: 58px;
    font-size: 3.625rem;
  }
}

@media screen and (max-width: 560px) and (min-width: 1024px) {
  .section_title03 p {
    font-size: 3.02083vw;
  }
}

.section_title03 h2 {
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  transform: translateY(-50%);
}

@media (min-width: 1024px) {
  .section_title03 h2 {
    font-size: 2.08333vw;
  }
}

.section_title03 h2::after {
  position: absolute;
  content: "";
  background: #6C8FCD;
  height: 5px;
  width: 110%;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .section_title03 h2::after {
    height: 3px;
    bottom: -20px;
  }
}

@media screen and (max-width: 1450px) {
  .section_title03 h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .section_title03 h2 {
    font-size: 1.82292vw;
  }
}

@media screen and (max-width: 1023px) {
  .section_title03 h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .section_title03 h2 {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .section_title03 h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .section_title03 h2 {
    font-size: 1.04167vw;
  }
}

/*===============================================
# contact_part
=================================================*/
.contact_part {
  margin-top: 200px;
  background-color: #FBFBFB;
  padding: 88px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact_part {
    margin-top: 70px;
    padding: 40px 0;
  }
}

.contact_part h2 {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
}

@media (min-width: 1024px) {
  .contact_part h2 {
    font-size: 1.97917vw;
  }
}

@media screen and (max-width: 1023px) {
  .contact_part h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .contact_part h2 {
    font-size: 1.30208vw;
  }
}

.contact_part a {
  width: 447px;
  margin: auto;
  display: block;
  margin-top: 40px;
  padding: 11px 0;
}

@media screen and (max-width: 767px) {
  .contact_part a {
    width: 245px;
    margin-top: 35px;
    padding: 14px 0;
  }
}

/*===============================================
# 会社概要
=================================================*/
.company_mv {
  background: url(../img/company/mv.png) center center/cover no-repeat;
  padding: 0 20px;
  padding-top: 180px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .company_mv {
    background: url(../img/company/sp/mv.png) center center/cover no-repeat;
  }
}

.company_mv_logo {
  max-width: 650px;
  margin: auto;
}

@media screen and (max-width: 1450px) {
  .company_mv_logo {
    max-width: 500px;
  }
}

@media screen and (max-width: 1279px) {
  .company_mv_logo {
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .company_mv_logo {
    max-width: 400px;
  }
}

.company_mv_catch {
  margin-top: 35px;
}

.company_mv_catch p {
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff;
  text-align: center;
}

@media (min-width: 1024px) {
  .company_mv_catch p {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 1023px) {
  .company_mv_catch p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .company_mv_catch p {
    font-size: 1.35417vw;
  }
}

.company_mv_btn {
  margin-top: 200px;
}

@media screen and (max-width: 1450px) {
  .company_mv_btn {
    margin-top: 180px;
  }
}

.company_mv_btn a {
  margin: auto;
}

/* company_message
================================*/
.company_message {
  padding-top: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .company_message {
    padding-top: 70px;
  }
}

.company_message .section_title h2 {
  transform: translateX(550px);
}

@media screen and (max-width: 1450px) {
  .company_message .section_title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .company_message .section_title h2 {
    font-size: 1.82292vw;
  }
}

@media screen and (max-width: 1279px) {
  .company_message .section_title h2 {
    transform: translateX(350px);
  }
}

@media screen and (max-width: 1023px) {
  .company_message .section_title h2 {
    transform: translateX(220px);
  }
}

@media screen and (max-width: 767px) {
  .company_message .section_title h2 {
    transform: translateY(-80%);
  }
}

.company_message_cir {
  position: absolute;
  width: 38%;
  right: 0;
  bottom: -100px;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .company_message_cir {
    width: 90%;
    bottom: 300px;
  }
}

@media screen and (max-width: 767px) {
  .company_message_cir {
    width: 120%;
    right: -50%;
  }
}

.company_message_body {
  transform: translateY(-70px);
  max-width: 1535px;
  margin-right: 185px;
}

@media screen and (max-width: 1450px) {
  .company_message_body {
    margin-right: 155px;
  }
}

@media screen and (max-width: 1279px) {
  .company_message_body {
    margin-right: 155px;
  }
}

@media screen and (max-width: 1023px) {
  .company_message_body {
    margin: auto;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .company_message_body {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1775px) {
  .company_message_body {
    transform: translateY(0px);
  }
}

.company_message_wrap {
  display: grid;
  grid-template-columns: 45% auto;
  gap: 40px;
}

@media screen and (max-width: 1279px) {
  .company_message_wrap {
    align-items: flex-end;
  }
}

@media screen and (max-width: 1023px) {
  .company_message_wrap {
    grid-template-columns: 1fr;
  }
}

.company_message_contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}

@media screen and (max-width: 1023px) {
  .company_message_contents {
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .company_message_contents {
    gap: 40px;
  }
}

.company_message_name {
  max-width: 280px;
  margin-left: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.company_message_name_text small {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (min-width: 1024px) {
  .company_message_name_text small {
    font-size: 0.78125vw;
  }
}

.company_message_name_text p {
  margin-top: 7px;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media (min-width: 1024px) {
  .company_message_name_text p {
    font-size: 1.30208vw;
  }
}

.company_message_name_image {
  width: 135px;
}

.company_message_text h3 {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .company_message_text h3 {
    font-size: 1.82292vw;
  }
}

@media screen and (max-width: 1775px) {
  .company_message_text h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1775px) and (min-width: 1024px) {
  .company_message_text h3 {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 1279px) {
  .company_message_text h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .company_message_text h3 {
    font-size: 1.45833vw;
  }
}

@media screen and (max-width: 767px) {
  .company_message_text h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .company_message_text h3 {
    font-size: 1.25vw;
  }
}

.company_message_text p {
  margin-top: 60px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .company_message_text p {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 1775px) {
  .company_message_text p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1775px) and (min-width: 1024px) {
  .company_message_text p {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 1279px) {
  .company_message_text p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .company_message_text p {
    font-size: 0.83333vw;
  }
}

@media screen and (max-width: 767px) {
  .company_message_text p {
    margin-top: 30px;
  }
}

/* company_mvv
================================*/
.company_mvv {
  padding-top: 300px;
  padding-bottom: 45px;
  position: relative;
}

@media screen and (max-width: 1450px) {
  .company_mvv {
    padding-bottom: 145px;
  }
}

@media screen and (max-width: 1279px) {
  .company_mvv {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .company_mvv {
    padding-top: 70px;
    padding-bottom: 0;
  }
}

.company_mvv_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 1450px) {
  .company_mvv_bg {
    width: 1700px;
    bottom: 70px;
  }
}

@media screen and (max-width: 1279px) {
  .company_mvv_bg {
    width: 1600px;
  }
}

@media screen and (max-width: 1023px) {
  .company_mvv_bg {
    width: 1400px;
  }
}

@media screen and (max-width: 767px) {
  .company_mvv_bg {
    width: 150%;
  }
}

.section_title_mvv {
  position: relative;
}

@media screen and (max-width: 767px) {
  .section_title_mvv {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.section_title_mvv p {
  position: absolute;
  right: 0;
  top: -120px;
  color: #EBF1FC;
  font-size: 140px;
  font-size: 8.75rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .section_title_mvv p {
    font-size: 7.29167vw;
  }
}

@media screen and (max-width: 1450px) {
  .section_title_mvv p {
    font-size: 120px;
    font-size: 7.5rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .section_title_mvv p {
    font-size: 6.25vw;
  }
}

@media screen and (max-width: 1023px) {
  .section_title_mvv p {
    font-size: 100px;
    font-size: 6.25rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .section_title_mvv p {
    font-size: 5.20833vw;
  }
}

@media screen and (max-width: 767px) {
  .section_title_mvv p {
    font-size: 50px;
    font-size: 3.125rem;
    position: static;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .section_title_mvv p {
    font-size: 2.60417vw;
  }
}

@media screen and (max-width: 560px) {
  .section_title_mvv p {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 560px) and (min-width: 1024px) {
  .section_title_mvv p {
    font-size: 2.08333vw;
  }
}

.section_title_mvv h2 {
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-right: 300px;
  position: relative;
}

@media (min-width: 1024px) {
  .section_title_mvv h2 {
    font-size: 2.08333vw;
  }
}

@media screen and (max-width: 1450px) {
  .section_title_mvv h2 {
    padding-right: 250px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .section_title_mvv h2 {
    font-size: 1.82292vw;
  }
}

@media screen and (max-width: 1023px) {
  .section_title_mvv h2 {
    padding-right: 165px;
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .section_title_mvv h2 {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .section_title_mvv h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    padding-right: 78px;
    margin-left: 15px;
    order: -1;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .section_title_mvv h2 {
    font-size: 1.30208vw;
  }
}

.section_title_mvv h2::after {
  position: absolute;
  content: "";
  background: #333333;
  height: 1px;
  width: 260px;
  right: 0;
  bottom: 20px;
}

@media screen and (max-width: 1450px) {
  .section_title_mvv h2::after {
    width: 220px;
  }
}

@media screen and (max-width: 1023px) {
  .section_title_mvv h2::after {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .section_title_mvv h2::after {
    width: 68px;
    bottom: 10px;
  }
}

.company_mvv_body {
  margin-top: 30px;
  max-width: 970px;
  width: 100%;
}

@media (min-width: 1024px) {
  .company_mvv_body {
    max-width: 50.52083vw;
  }
}

@media screen and (max-width: 1450px) {
  .company_mvv_body {
    max-width: 780px;
  }
}

@media screen and (max-width: 1279px) {
  .company_mvv_body {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .company_mvv_body {
    width: 100%;
  }
}

.company_mvv_body img {
  transition: all .3s;
}

.company_mvv_body img:hover {
  transform: scale(1.05);
  transition: all .3s;
}

/* company_about
================================*/
.company_about {
  margin-right: 180px;
  padding: 0 20px;
  padding-top: 220px;
}

@media screen and (max-width: 1450px) {
  .company_about {
    margin-right: 150px;
  }
}

@media screen and (max-width: 1279px) {
  .company_about {
    margin-right: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .company_about {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .company_about {
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 70px;
  }
}

.company_about_body {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .company_about_body {
    margin-top: 50px;
  }
}

.company_about_item {
  padding: 30px 60px;
  border-top: 1px solid #333333;
  display: grid;
  grid-template-columns: 210px auto;
  font-family: "Noto Serif JP", serif;
  align-items: baseline;
}

@media (min-width: 1024px) {
  .company_about_item {
    padding: 1.5625vw 3.125vw;
  }
}

@media (min-width: 1024px) {
  .company_about_item {
    grid-template-columns: 10.9375vw auto;
  }
}

@media screen and (max-width: 1023px) {
  .company_about_item {
    padding: 20px 20px;
    grid-template-columns: 100px auto;
  }
}

@media screen and (max-width: 767px) {
  .company_about_item {
    grid-template-columns: 100px auto;
    padding: 20px 10px;
  }
}

.company_about_item:last-child {
  border-bottom: 1px solid #333333;
}

.company_about_item dt {
  padding: 10px 0;
  border-right: #6C8FCD solid 3px;
}

@media screen and (max-width: 767px) {
  .company_about_item dt {
    border-right: #6C8FCD solid 2px;
  }
}

.company_about_item dt p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.45;
}

@media (min-width: 1024px) {
  .company_about_item dt p {
    font-size: 1.14583vw;
  }
}

@media screen and (max-width: 1023px) {
  .company_about_item dt p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .company_about_item dt p {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 767px) {
  .company_about_item dt p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .company_about_item dt p {
    font-size: 0.78125vw;
  }
}

.company_about_item dd {
  padding-left: 120px;
}

@media (min-width: 1024px) {
  .company_about_item dd {
    padding-left: 6.25vw;
  }
}

@media screen and (max-width: 1023px) {
  .company_about_item dd {
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .company_about_item dd {
    padding-left: 20px;
  }
}

.company_about_item dd p {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  line-height: 1.45;
}

@media (min-width: 1024px) {
  .company_about_item dd p {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 1023px) {
  .company_about_item dd p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .company_about_item dd p {
    font-size: 0.83333vw;
  }
}

@media screen and (max-width: 767px) {
  .company_about_item dd p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .company_about_item dd p {
    font-size: 0.72917vw;
  }
}

/*===============================================
# サービスページ
=================================================*/
/* mv
================================*/
.service_mv {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 90px;
  padding-bottom: 130px;
  padding-left: 100px;
  color: #fff;
}

@media screen and (max-width: 1279px) {
  .service_mv {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .service_mv {
    padding: 100px 15px;
  }
}

.service_mv._upstream {
  background: url(../img/upstream/mv.png) center center/cover no-repeat;
}

.service_mv._contracted {
  background: url(../img/contracted/mv.png) center center/cover no-repeat;
}

.service_mv._vietnam {
  background: url(../img/vietnam/mv.png) center center/cover no-repeat;
}

.service_mv_title {
  padding-left: 50px;
}

@media screen and (max-width: 1279px) {
  .service_mv_title {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .service_mv_title {
    padding-left: 5px;
  }
}

.service_mv_title p {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-size: 1.875rem;
  letter-spacing: 0.25em;
  line-height: 1;
  padding-right: 110px;
}

@media (min-width: 1024px) {
  .service_mv_title p {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 1450px) {
  .service_mv_title p {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .service_mv_title p {
    font-size: 1.40625vw;
  }
}

@media screen and (max-width: 1023px) {
  .service_mv_title p {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .service_mv_title p {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .service_mv_title p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .service_mv_title p {
    font-size: 1.04167vw;
  }
}

.service_mv_title p::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 1px;
  background: #fff;
}

.service_mv_catch p {
  font-size: 70px;
  font-size: 4.375rem;
  letter-spacing: 0.25em;
  line-height: 1.85;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .service_mv_catch p {
    font-size: 3.64583vw;
  }
}

@media screen and (max-width: 1450px) {
  .service_mv_catch p {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .service_mv_catch p {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 1279px) {
  .service_mv_catch p {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .service_mv_catch p {
    font-size: 2.60417vw;
  }
}

@media screen and (max-width: 1023px) {
  .service_mv_catch p {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .service_mv_catch p {
    font-size: 2.08333vw;
  }
}

@media screen and (max-width: 767px) {
  .service_mv_catch p {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .service_mv_catch p {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 560px) {
  .service_mv_catch p {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 560px) and (min-width: 1024px) {
  .service_mv_catch p {
    font-size: 1.30208vw;
  }
}

/* service_intro
================================*/
.service_intro_container {
  max-width: 1555px;
  margin: auto;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .service_intro_container {
    max-width: 80.98958vw;
  }
}

@media screen and (max-width: 1023px) {
  .service_intro_container {
    margin: auto;
  }
}

.service_intro_top {
  padding: 130px 10px;
  padding: 130px 10px;
  text-align: center;
  background: #EBF1FC;
  position: relative;
}

@media (min-width: 1024px) {
  .service_intro_top {
    padding: 6.77083vw 0.52083vw;
  }
}

@media screen and (max-width: 1279px) {
  .service_intro_top {
    padding: 120px 10px;
    padding: 120px 10px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .service_intro_top {
    padding: 6.25vw 0.52083vw;
  }
}

@media screen and (max-width: 1023px) {
  .service_intro_top {
    padding: 100px 10px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .service_intro_top {
    padding: 50px 0;
  }
}

@media screen and (max-width: 560px) {
  .service_intro_top {
    padding: 30px 0;
  }
}

.service_intro_top::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  border-top: 40px solid #ebf1fc;
  border-bottom: 0;
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .service_intro_top::after {
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 25px solid #ebf1fc;
    bottom: -24px;
  }
}

.service_intro_top h2 {
  display: inline-block;
  position: relative;
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: bold;
  line-height: 1;
  padding: 0 415px;
  padding: 0px 415px;
}

@media (min-width: 1024px) {
  .service_intro_top h2 {
    font-size: 2.34375vw;
  }
}

@media (min-width: 1024px) {
  .service_intro_top h2 {
    padding: 0vw 21.61458vw;
  }
}

@media screen and (max-width: 1600px) {
  .service_intro_top h2 {
    padding: 0 340px;
    padding: 0px 340px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1024px) {
  .service_intro_top h2 {
    padding: 0vw 17.70833vw;
  }
}

@media screen and (max-width: 1450px) {
  .service_intro_top h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    padding: 0 335px;
    padding: 0px 335px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .service_intro_top h2 {
    font-size: 1.82292vw;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .service_intro_top h2 {
    padding: 0vw 17.44792vw;
  }
}

@media screen and (max-width: 1279px) {
  .service_intro_top h2 {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 0 235px;
    padding: 0px 235px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .service_intro_top h2 {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .service_intro_top h2 {
    padding: 0vw 12.23958vw;
  }
}

@media screen and (max-width: 1023px) {
  .service_intro_top h2 {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0 185px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .service_intro_top h2 {
    font-size: 1.45833vw;
  }
}

@media screen and (max-width: 767px) {
  .service_intro_top h2 {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .service_intro_top h2 {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 560px) {
  .service_intro_top h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 560px) and (min-width: 1024px) {
  .service_intro_top h2 {
    font-size: 1.04167vw;
  }
}

.service_intro_top h2::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .service_intro_top h2::after {
    display: none;
  }
}

.service_intro_top._upstream h2::after {
  background: url(../img/upstream/intro.png) center center/contain no-repeat;
  width: 240px;
  width: 240px;
  height: 220px;
  height: 220px;
  left: 0;
}

@media (min-width: 1024px) {
  .service_intro_top._upstream h2::after {
    width: 12.5vw;
  }
}

@media (min-width: 1024px) {
  .service_intro_top._upstream h2::after {
    height: 11.45833vw;
  }
}

@media screen and (max-width: 1450px) {
  .service_intro_top._upstream h2::after {
    width: 200px;
    width: 200px;
    height: 150px;
    height: 150px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .service_intro_top._upstream h2::after {
    width: 10.41667vw;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .service_intro_top._upstream h2::after {
    height: 7.8125vw;
  }
}

@media screen and (max-width: 1023px) {
  .service_intro_top._upstream h2::after {
    width: 160px;
    height: 100px;
  }
}

.service_intro_top._contracted h2::after {
  background: url(../img/contracted/intro.png) center center/contain no-repeat;
  width: 180px;
  width: 180px;
  height: 180px;
  max-height: 180px;
  right: 100px;
}

@media (min-width: 1024px) {
  .service_intro_top._contracted h2::after {
    width: 9.375vw;
  }
}

@media (min-width: 1024px) {
  .service_intro_top._contracted h2::after {
    max-height: 9.375vw;
  }
}

@media screen and (max-width: 1450px) {
  .service_intro_top._contracted h2::after {
    width: 140px;
    width: 140px;
    height: 140px;
    max-height: 140px;
    right: 100px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .service_intro_top._contracted h2::after {
    width: 7.29167vw;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .service_intro_top._contracted h2::after {
    max-height: 7.29167vw;
  }
}

@media screen and (max-width: 1279px) {
  .service_intro_top._contracted h2::after {
    right: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .service_intro_top._contracted h2::after {
    width: 120px;
    height: 120px;
  }
}

.service_intro_top._vietnam h2::after {
  background: url(../img/vietnam/intro.png) center center/contain no-repeat;
  width: 280px;
  width: 280px;
  height: 220px;
  max-height: 220px;
  left: 0;
}

@media (min-width: 1024px) {
  .service_intro_top._vietnam h2::after {
    width: 14.58333vw;
  }
}

@media (min-width: 1024px) {
  .service_intro_top._vietnam h2::after {
    max-height: 11.45833vw;
  }
}

@media screen and (max-width: 1450px) {
  .service_intro_top._vietnam h2::after {
    width: 220px;
    width: 220px;
    height: 150px;
    max-height: 150px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .service_intro_top._vietnam h2::after {
    width: 11.45833vw;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .service_intro_top._vietnam h2::after {
    max-height: 7.8125vw;
  }
}

@media screen and (max-width: 1023px) {
  .service_intro_top._vietnam h2::after {
    width: 170px;
    height: 100px;
  }
}

.service_intro_wrap {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

@media screen and (max-width: 1450px) {
  .service_intro_wrap {
    gap: 30px;
  }
}

@media screen and (max-width: 1279px) {
  .service_intro_wrap {
    gap: 15px;
  }
}

@media screen and (max-width: 1023px) {
  .service_intro_wrap {
    grid-template-columns: 1fr;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .service_intro_wrap {
    margin-top: 50px;
  }
}

.service_intro_item {
  border: #6C8FCD 3px solid;
  padding: 50px 25px;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .service_intro_item {
    padding: 2.60417vw 1.04167vw;
  }
}

@media screen and (max-width: 1450px) {
  .service_intro_item {
    padding: 30px 15px;
    padding: 30px 15px;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .service_intro_item {
    padding: 1.5625vw 0.78125vw;
  }
}

@media screen and (max-width: 767px) {
  .service_intro_item {
    border: #6C8FCD 2px solid;
    padding: 20px 15px;
  }
}

.service_intro_item p {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 1024px) {
  .service_intro_item p {
    font-size: 1.30208vw;
  }
}

@media screen and (max-width: 1450px) {
  .service_intro_item p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 1450px) and (min-width: 1024px) {
  .service_intro_item p {
    font-size: 1.14583vw;
  }
}

@media screen and (max-width: 1279px) {
  .service_intro_item p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .service_intro_item p {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 767px) {
  .service_intro_item p {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .service_intro_item p {
    font-size: 0.88542vw;
  }
}

/* service_contents
================================*/
.service_contents {
  margin-top: 220px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .service_contents {
    margin-top: 90px;
  }
}

.service_contents_bg {
  position: absolute;
  top: 130px;
  z-index: -1;
}

.service_contents_bg._upstream {
  width: 100%;
  height: 100%;
  left: 0;
}

.service_contents_bg._upstream img {
  height: 100%;
}

@media screen and (max-width: 1279px) {
  .service_contents_bg._contracted {
    width: 140%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1023px) {
  .service_contents_bg._contracted {
    width: 160%;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .service_contents_bg._contracted {
    width: 200%;
  }
}

.service_contents_bg._contracted img {
  height: 100%;
}

.service_contents_bg._vietnam {
  width: 140%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .service_contents_bg._vietnam {
    width: 240%;
  }
}

.service_contents_bg._vietnam img {
  height: 100%;
}

.service_contents_body {
  position: relative;
}

.service_contents_body._contracted {
  padding-bottom: 110px;
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .service_contents_body._contracted {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .service_contents_body._contracted {
    padding-bottom: 30px;
    margin-top: 15px;
  }
}

.service_contents_body._vietnam {
  padding-bottom: 120px;
  margin-top: 35px;
}

@media screen and (max-width: 1023px) {
  .service_contents_body._vietnam {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .service_contents_body._vietnam {
    padding-bottom: 30px;
    margin-top: 15px;
  }
}

.service_contents_body._vietnam .service_contents_body_img01 {
  top: -180px;
}

.service_contents_body_img01 {
  position: absolute;
  width: 40%;
  top: -130px;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .service_contents_body_img01 {
    position: static;
    width: 100%;
  }
}

.service_contents_body_img02 {
  position: absolute;
  width: 40%;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .service_contents_body_img02 {
    position: static;
    width: 100%;
  }
}

.service_contents_body_img {
  display: none;
}

@media screen and (max-width: 767px) {
  .service_contents_body_img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .service_contents_body_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.service_contents_wrap {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 3;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .service_contents_wrap {
    padding-top: 40px;
  }
}

.service_contents_wrap._upstream {
  gap: 30px;
}

.service_contents_wrap._contracted {
  gap: 100px;
}

@media screen and (max-width: 1279px) {
  .service_contents_wrap._contracted {
    gap: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .service_contents_wrap._contracted {
    gap: 40px;
  }
}

.service_contents_wrap._vietnam {
  gap: 100px;
}

@media screen and (max-width: 1279px) {
  .service_contents_wrap._vietnam {
    gap: 80px;
  }
}

@media screen and (max-width: 1023px) {
  .service_contents_wrap._vietnam {
    gap: 40px;
  }
}

.service_contents_item {
  display: inline-block;
  position: relative;
  padding: 40px 35px 40px 65px;
  padding: 40px 35px 40px 65px;
  background: #FFFFFF;
  box-shadow: 3px 3px 6px rgba(74, 98, 139, 0.15);
}

@media (min-width: 1024px) {
  .service_contents_item {
    padding: 2.08333vw 1.82292vw 2.08333vw 3.38542vw;
  }
}

@media screen and (max-width: 1023px) {
  .service_contents_item {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .service_contents_item {
    padding: 20px 15px 20px 55px;
  }
}

.service_contents_item p {
  letter-spacing: 0.2em;
  font-weight: bold;
  line-height: 1.6;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .service_contents_item p {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 767px) {
  .service_contents_item p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .service_contents_item p {
    font-size: 0.83333vw;
  }
}

.service_contents_item::before {
  position: absolute;
  content: "";
  font-size: 75px;
  font-size: 4.6875rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  top: -30px;
  left: -30px;
  color: #6C8FCD;
}

@media (min-width: 1024px) {
  .service_contents_item::before {
    font-size: 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .service_contents_item::before {
    font-size: 50px;
    font-size: 3.125rem;
    top: -15px;
    left: -15px;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .service_contents_item::before {
    font-size: 2.60417vw;
  }
}

.service_contents_item._one::before {
  content: "01";
}

.service_contents_item._two::before {
  content: "02";
}

.service_contents_item._three::before {
  content: "03";
}

.service_contents_item._four::before {
  content: "04";
}

.service_contents_wrap._upstream .service_contents_item {
  width: 320px;
  width: 320px;
}

@media (min-width: 1024px) {
  .service_contents_wrap._upstream .service_contents_item {
    width: 16.66667vw;
  }
}

.service_contents_wrap._upstream .service_contents_item._two {
  transform: translateX(17vw);
}

@media screen and (max-width: 1450px) {
  .service_contents_wrap._upstream .service_contents_item._two {
    transform: translateX(16vw);
  }
}

@media screen and (max-width: 1279px) {
  .service_contents_wrap._upstream .service_contents_item._two {
    transform: translateX(16vw);
  }
}

@media screen and (max-width: 767px) {
  .service_contents_wrap._upstream .service_contents_item._two {
    transform: translateX(0);
  }
}

.service_contents_wrap._upstream .service_contents_item._three {
  transform: translateX(35vw);
}

@media screen and (max-width: 1450px) {
  .service_contents_wrap._upstream .service_contents_item._three {
    transform: translateX(36vw);
  }
}

@media screen and (max-width: 1279px) {
  .service_contents_wrap._upstream .service_contents_item._three {
    transform: translateX(32vw);
  }
}

@media screen and (max-width: 767px) {
  .service_contents_wrap._upstream .service_contents_item._three {
    transform: translateX(0);
  }
}

.service_contents_wrap._upstream .service_contents_item._four {
  transform: translateX(54vw);
}

@media screen and (max-width: 1450px) {
  .service_contents_wrap._upstream .service_contents_item._four {
    transform: translateX(52vw);
  }
}

@media screen and (max-width: 1279px) {
  .service_contents_wrap._upstream .service_contents_item._four {
    transform: translateX(48vw);
  }
}

@media screen and (max-width: 767px) {
  .service_contents_wrap._upstream .service_contents_item._four {
    transform: translateX(0);
  }
}

.service_contents_wrap._contracted .service_contents_item {
  min-width: 634px;
}

@media (min-width: 1024px) {
  .service_contents_wrap._contracted .service_contents_item {
    min-width: 33.02083vw;
  }
}

.service_contents_wrap._contracted .service_contents_item._two {
  transform: translateX(20vw);
}

@media screen and (max-width: 1450px) {
  .service_contents_wrap._contracted .service_contents_item._two {
    transform: translateX(13vw);
  }
}

@media screen and (max-width: 1279px) {
  .service_contents_wrap._contracted .service_contents_item._two {
    transform: translateX(5vw);
  }
}

@media screen and (max-width: 1023px) {
  .service_contents_wrap._contracted .service_contents_item._two {
    transform: translateX(0);
  }
}

.service_contents_wrap._contracted .service_contents_item._three {
  transform: translateX(31vw);
}

@media screen and (max-width: 1600px) {
  .service_contents_wrap._contracted .service_contents_item._three {
    transform: translateX(30vw);
  }
}

@media screen and (max-width: 1279px) {
  .service_contents_wrap._contracted .service_contents_item._three {
    transform: translateX(29vw);
  }
}

@media screen and (max-width: 1023px) {
  .service_contents_wrap._contracted .service_contents_item._three {
    transform: translateX(0);
  }
}

.service_contents_wrap._vietnam .service_contents_item {
  width: 720px;
  width: 720px;
}

@media (min-width: 1024px) {
  .service_contents_wrap._vietnam .service_contents_item {
    width: 37.5vw;
  }
}

@media screen and (max-width: 767px) {
  .service_contents_wrap._vietnam .service_contents_item {
    width: initial;
  }
}

.service_contents_wrap._vietnam .service_contents_item._two {
  transform: translateX(18vw);
}

@media screen and (max-width: 1450px) {
  .service_contents_wrap._vietnam .service_contents_item._two {
    transform: translateX(13vw);
  }
}

@media screen and (max-width: 1279px) {
  .service_contents_wrap._vietnam .service_contents_item._two {
    transform: translateX(5vw);
  }
}

@media screen and (max-width: 1023px) {
  .service_contents_wrap._vietnam .service_contents_item._two {
    transform: translateX(0);
  }
}

.service_contents_wrap._vietnam .service_contents_item._three {
  transform: translateX(37vw);
}

@media screen and (max-width: 1450px) {
  .service_contents_wrap._vietnam .service_contents_item._three {
    transform: translateX(20vw);
  }
}

@media screen and (max-width: 1279px) {
  .service_contents_wrap._vietnam .service_contents_item._three {
    transform: translateX(7vw);
  }
}

@media screen and (max-width: 1023px) {
  .service_contents_wrap._vietnam .service_contents_item._three {
    transform: translateX(0);
  }
}

/* service_achievements
================================*/
.service_achievements {
  margin-top: 220px;
}

@media screen and (max-width: 767px) {
  .service_achievements {
    margin-top: 140px;
  }
}

.service_achievements_body {
  position: relative;
  margin-top: 140px;
  padding-bottom: 200px;
}

@media screen and (max-width: 1450px) {
  .service_achievements_body {
    padding-bottom: 230px;
  }
}

@media screen and (max-width: 1279px) {
  .service_achievements_body {
    padding-bottom: 250px;
  }
}

@media screen and (max-width: 767px) {
  .service_achievements_body {
    padding-bottom: 270px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 560px) {
  .service_achievements_body {
    padding-bottom: 140px;
    margin-top: 60px;
  }
}

.service_achievements_bottom_img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: -1;
}

@media screen and (max-width: 560px) {
  .service_achievements_bottom_img {
    gap: 15px;
  }
}

.service_achievements_bottom_img01 img {
  width: initial;
}

@media screen and (max-width: 560px) {
  .service_achievements_bottom_img01 img {
    width: 100%;
  }
}

.service_achievements_bottom_img02 {
  width: 430px;
}

.service_achievements_contents {
  top: 140px;
}

.service_achievements_title {
  padding-left: 30px;
  position: relative;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 1.875;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .service_achievements_title {
    font-size: 1.82292vw;
  }
}

@media screen and (max-width: 1279px) {
  .service_achievements_title {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .service_achievements_title {
    font-size: 1.66667vw;
  }
}

@media screen and (max-width: 1023px) {
  .service_achievements_title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .service_achievements_title {
    font-size: 1.5625vw;
  }
}

@media screen and (max-width: 767px) {
  .service_achievements_title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .service_achievements_title {
    font-size: 1.35417vw;
  }
}

.service_achievements_title::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 25px;
  background: #6C8FCD;
}

@media screen and (max-width: 767px) {
  .service_achievements_title::before {
    width: 13px;
    height: 13px;
    top: 17px;
  }
}

.service_achievements_wrap {
  position: relative;
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}

.service_achievements_wrap_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .service_achievements_wrap_bg {
    width: 200%;
  }
}

.service_achievements_wrap_bg img {
  height: 100%;
}

.service_achievements_wrap_bg._contracted {
  width: 95%;
}

.service_achievements_item {
  display: grid;
  grid-template-columns: 140px auto;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .service_achievements_item {
    grid-template-columns: 1fr;
  }
}

.service_achievements_item._two {
  transform: translateX(10vw);
}

@media screen and (max-width: 1450px) {
  .service_achievements_item._two {
    transform: translateX(5vw);
  }
}

@media screen and (max-width: 1279px) {
  .service_achievements_item._two {
    transform: translateX(0vw);
  }
}

.service_achievements_item._three {
  transform: translateX(20vw);
}

@media screen and (max-width: 1450px) {
  .service_achievements_item._three {
    transform: translateX(10vw);
  }
}

@media screen and (max-width: 1279px) {
  .service_achievements_item._three {
    transform: translateX(0vw);
  }
}

.service_achievements_item_left {
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .service_achievements_item_left {
    height: 120px;
    width: 120px;
    margin: auto;
  }
}

.service_achievements_item_left p {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 1024px) {
  .service_achievements_item_left p {
    font-size: 1.30208vw;
  }
}

@media screen and (max-width: 1023px) {
  .service_achievements_item_left p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 1023px) and (min-width: 1024px) {
  .service_achievements_item_left p {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 767px) {
  .service_achievements_item_left p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .service_achievements_item_left p {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 560px) {
  .service_achievements_item_left p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 560px) and (min-width: 1024px) {
  .service_achievements_item_left p {
    font-size: 0.83333vw;
  }
}

.service_achievements_item_left._one {
  background: #82A6E5;
}

.service_achievements_item_left._two {
  background: #6C8FCD;
}

.service_achievements_item_left._three {
  background: #1B4081;
}

.service_achievements_item_right {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.service_achievements_item_right p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
}

@media (min-width: 1024px) {
  .service_achievements_item_right p {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 1279px) {
  .service_achievements_item_right p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .service_achievements_item_right p {
    font-size: 0.9375vw;
  }
}

.service_achievements_item_right p:nth-child(2) {
  padding-left: 40px;
}

@media screen and (max-width: 1450px) {
  .service_achievements_item_right p:nth-child(2) {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1279px) {
  .service_achievements_item_right p:nth-child(2) {
    padding-left: 0;
  }
}

/* service_system
================================*/
.service_system {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .service_system {
    margin-top: 100px;
  }
}

.system_title h2 {
  display: inline-block;
  padding: 0 15px;
  padding-bottom: 18px;
  border-bottom: solid 5px #6C8FCD;
  font-size: 40px;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
}

@media (min-width: 1024px) {
  .system_title h2 {
    font-size: 2.08333vw;
  }
}

@media screen and (max-width: 1279px) {
  .system_title h2 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .system_title h2 {
    font-size: 1.82292vw;
  }
}

@media screen and (max-width: 767px) {
  .system_title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .system_title h2 {
    font-size: 1.5625vw;
  }
}

.system_title._center {
  text-align: center;
}

.system_title._center h2 {
  padding: 0;
  padding-bottom: 18px;
}

.service_system_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .service_system_wrap {
    margin-top: 60px;
    flex-direction: column;
  }
}

.service_system_map {
  width: 100%;
}

.service_system_map._upstream {
  max-width: 550px;
  max-width: 550px;
}

@media (min-width: 1024px) {
  .service_system_map._upstream {
    max-width: 28.64583vw;
  }
}

@media screen and (max-width: 1279px) {
  .service_system_map._upstream {
    max-width: 450px;
    max-width: 450px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .service_system_map._upstream {
    max-width: 23.4375vw;
  }
}

@media screen and (max-width: 767px) {
  .service_system_map._upstream {
    margin: auto;
  }
}

.service_system_map._contracted {
  max-width: 600px;
  max-width: 600px;
}

@media (min-width: 1024px) {
  .service_system_map._contracted {
    max-width: 31.25vw;
  }
}

@media screen and (max-width: 1279px) {
  .service_system_map._contracted {
    max-width: 460px;
    max-width: 460px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .service_system_map._contracted {
    max-width: 23.95833vw;
  }
}

@media screen and (max-width: 767px) {
  .service_system_map._contracted {
    margin: auto;
  }
}

.service_system_map._vietnam {
  max-width: 730px;
  max-width: 730px;
}

@media (min-width: 1024px) {
  .service_system_map._vietnam {
    max-width: 38.02083vw;
  }
}

@media screen and (max-width: 1279px) {
  .service_system_map._vietnam {
    max-width: 550px;
    max-width: 550px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .service_system_map._vietnam {
    max-width: 28.64583vw;
  }
}

@media screen and (max-width: 767px) {
  .service_system_map._vietnam {
    margin: auto;
  }
}

.service_system_contents {
  max-width: 675px;
  position: relative;
}

.service_system_contents p {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.2em;
  line-height: 2.3;
}

@media (min-width: 1024px) {
  .service_system_contents p {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 1279px) {
  .service_system_contents p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .service_system_contents p {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 560px) {
  .service_system_contents p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
}

@media screen and (max-width: 560px) and (min-width: 1024px) {
  .service_system_contents p {
    font-size: 0.83333vw;
  }
}

.service_system_contents_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
  z-index: -1;
}

/* service_qa
================================*/
.service_qa {
  margin-top: 200px;
}

@media screen and (max-width: 767px) {
  .service_qa {
    margin-top: 90px;
  }
}

.service_qa_body {
  max-width: 930px;
  margin: auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.service_qa_item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.service_qa_item_list {
  padding: 0 13px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #333333;
}

@media screen and (max-width: 767px) {
  .service_qa_item_list {
    padding: 0 5px;
    padding-bottom: 10px;
  }
}

.service_qa_item_list p {
  padding-left: 35px;
  position: relative;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .service_qa_item_list p {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 767px) {
  .service_qa_item_list p {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .service_qa_item_list p {
    font-size: 0.9375vw;
  }
}

.service_qa_item_list p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
}

.service_qa_question p::before {
  content: "Q.";
  color: #1B4081;
}

.service_qa_answer p::before {
  content: "A.";
  color: #B90000;
}

/*===============================================
# contact
=================================================*/
.contact_body {
  padding-top: 170px;
  padding-bottom: 200px;
  background: url(../img/contact/contact_bg.png) center center/cover no-repeat;
  margin-right: 180px;
}

@media screen and (min-width: 1920px) {
  .contact_body {
    margin-right: 180px;
  }
}

@media screen and (min-width: 1920px) and (min-width: 1024px) {
  .contact_body {
    margin-right: 9.375vw;
  }
}

@media screen and (max-width: 1450px) {
  .contact_body {
    margin-right: 150px;
  }
}

@media screen and (max-width: 1279px) {
  .contact_body {
    margin-right: 150px;
  }
}

@media screen and (max-width: 1023px) {
  .contact_body {
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .contact_body {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.contact_head_text {
  margin: auto;
  margin-top: 50px;
  max-width: 760px;
}

@media screen and (max-width: 767px) {
  .contact_head_text {
    margin-top: 30px;
  }
}

.contact_head_text h3 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}

@media (min-width: 1024px) {
  .contact_head_text h3 {
    font-size: 1.45833vw;
  }
}

@media screen and (max-width: 1279px) {
  .contact_head_text h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .contact_head_text h3 {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  .contact_head_text h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .contact_head_text h3 {
    font-size: 0.9375vw;
  }
}

.contact_head_text p {
  margin-top: 50px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
}

@media (min-width: 1024px) {
  .contact_head_text p {
    font-size: 1.04167vw;
  }
}

@media screen and (max-width: 1279px) {
  .contact_head_text p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .contact_head_text p {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 767px) {
  .contact_head_text p {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .contact_head_text p {
    font-size: 0.83333vw;
  }
}

.contact_form {
  max-width: 1078px;
  margin: auto;
}

.contact_title {
  display: flex;
  align-items: center;
}

.contact_title h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  padding-right: 25px;
  border-right: 2px solid #6C8FCD;
}

@media (min-width: 1024px) {
  .contact_title h2 {
    font-size: 2.08333vw;
  }
}

@media screen and (max-width: 767px) {
  .contact_title h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .contact_title h2 {
    font-size: 1.5625vw;
  }
}

.contact_title p {
  padding-left: 20px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-weight: 500;
}

.contact_text {
  margin-top: 35px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
}

@media (min-width: 1024px) {
  .contact_text {
    font-size: 0.78125vw;
  }
}

@media screen and (max-width: 767px) {
  .contact_text {
    margin-top: 25px;
    line-height: 1.5;
  }
}

.contact_form {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .contact_form {
    margin-top: 45px;
  }
}

.contact_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 55px;
}

@media screen and (max-width: 767px) {
  .contact_list {
    gap: 30px;
  }
}

.contact_item {
  display: grid;
  grid-template-columns: 290px auto;
  gap: 20px;
  align-items: flex-start;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 1279px) {
  .contact_item {
    grid-template-columns: 230px auto;
  }
}

@media screen and (max-width: 767px) {
  .contact_item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.contact_item_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
}

@media screen and (max-width: 767px) {
  .contact_item_title {
    padding-top: 0;
  }
}

.contact_item_title .contact_item_title_main {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .contact_item_title .contact_item_title_main {
    font-size: 1.04167vw;
  }
}

@media screen and (min-width: 1920px) {
  .contact_item_title .contact_item_title_main {
    font-size: 25px;
  }
}

@media screen and (max-width: 1279px) {
  .contact_item_title .contact_item_title_main {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .contact_item_title .contact_item_title_main {
    font-size: 0.9375vw;
  }
}

.contact_item_title_inline {
  width: 60px;
  background-color: #B90000;
  text-align: center;
  color: #fff;
  padding: 4px 7px;
  vertical-align: middle;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (min-width: 1024px) {
  .contact_item_title_inline {
    font-size: 0.78125vw;
  }
}

@media screen and (min-width: 1920px) {
  .contact_item_title_inline {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .contact_item_title_inline {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .contact_item_title_inline {
    font-size: 0.72917vw;
  }
}

.contact_item_title_inline02 {
  width: 60px;
  background-color: #1B4081;
  text-align: center;
  color: #fff;
  padding: 4px 7px;
  vertical-align: middle;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (min-width: 1024px) {
  .contact_item_title_inline02 {
    font-size: 0.78125vw;
  }
}

@media screen and (min-width: 1920px) {
  .contact_item_title_inline02 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .contact_item_title_inline02 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .contact_item_title_inline02 {
    font-size: 0.72917vw;
  }
}

@media screen and (max-width: 767px) {
  .contact_item_input {
    padding: 0;
    margin-top: 10px;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  border: 0;
  font-size: 18px;
  font-size: 1.125rem;
  width: 100%;
  background-color: #FFF;
  border: 1px solid #707070;
}

@media (min-width: 1024px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  select,
  textarea {
    font-size: 0.83333vw;
  }
}

input[type="text"],
input[type="email"],
select,
input[type="tel"] {
  padding: 10px 10px;
}

select {
  max-width: 410px;
  appearance: none;
  background-image: url(../img/contact/arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 18px 15px;
}

textarea {
  min-height: 250px;
  resize: vertical;
  padding: 5px 5px;
}

.contact_item_input_select {
  position: relative;
  width: 250px;
}

.contact_item_input_select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #414141 transparent transparent transparent;
  right: 15px;
  top: 20px;
  pointer-events: none;
}

.contact_item_input_select select {
  appearance: none;
  padding-left: 10px;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.contact_footer {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contact_footer {
    margin-top: 30px;
  }
}

.contact_footer-text {
  font-size: 16px;
  line-height: 1;
}

.contact_footer_text {
  display: flex;
  margin-top: 40px;
  font-weight: bold;
}

.wpcf7-form-control-wrap {
  display: block;
}

span.wpcf7-list-item {
  position: relative;
}

@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.wpcf7-list-item-label::before {
  content: '';
  border: 2px solid #b5b5b5;
  border-radius: 2px;
  display: inline-block;
  top: -2px;
  left: 0;
  width: 17px;
  height: 17px;
  cursor: pointer;
  position: relative;
  margin-right: 12px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .wpcf7-list-item-label::before {
    margin-right: 7px;
    width: 14px;
    height: 14px;
  }
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  /*チェックアイコン*/
  position: absolute;
  content: "";
  width: 8px;
  height: 15px;
  border: 2px solid #6C8FCD;
  border-top: 0;
  border-left: 0;
  transform: rotate(40deg);
  top: 4px;
  left: 6px;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    left: 10px;
    top: 2px;
    width: 7px;
    height: 13px;
  }
}

.contact_privacy a {
  color: #2460C1;
  text-decoration: underline;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .contact_privacy a {
    font-size: 0.78125vw;
  }
}

.contact_privacy_link {
  margin-top: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .contact_privacy_link {
    font-size: 0.72917vw;
  }
}

.contact_privacy_link a {
  color: #0B3E8F;
  text-decoration: underline;
  padding-bottom: 2px;
}

.contact_footer_submit {
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact_footer_submit {
    margin-top: 40px;
  }
}

.contact_link {
  position: relative;
  margin: auto;
  width: 260px;
  height: 60px;
}

@media screen and (max-width: 767px) {
  .contact_link {
    width: 220px;
    height: 50px;
  }
}

.wpcf7 input[type="submit"] {
  display: block;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #6C8FCD;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1;
  background-color: #6C8FCD;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

@media (min-width: 1024px) {
  .wpcf7 input[type="submit"] {
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 767px) {
  .wpcf7 input[type="submit"] {
    padding-right: 25px;
    width: 220px;
    padding: 15px 0;
  }
}

.attend-box {
  margin: 0 auto;
  margin-top: 40px;
  width: 86.5%;
  height: 205px;
  overflow-y: scroll;
  text-align: left;
  padding: 30px 35px;
  padding-top: 0;
  border: 1px solid #b5b5b5;
}

@media screen and (max-width: 767px) {
  .attend-box {
    padding: 15px 18px;
    padding-top: 0;
    width: 95%;
    margin-top: 10px;
  }
}

.attend-box p {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .attend-box p {
    font-size: 12px;
  }
}

#scroll::-webkit-scrollbar {
  width: 20px;
}

#scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-left: solid 1px #ececec;
}

#scroll::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
  border: 3px solid #f2f2f2;
}

.contact_radio {
  margin-bottom: 5px;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
  }
}

.contact_radio_wrap {
  margin-top: -5px;
}

.contact_radio_wrap_top {
  margin-top: -35px;
}

@media screen and (max-width: 767px) {
  .contact_radio_wrap_top {
    margin-top: -20px;
  }
}

/* recruit
================================*/
.contact_item_input_file {
  display: flex;
}

@media screen and (max-width: 767px) {
  .contact_item_input_file {
    margin-top: 20px;
    flex-direction: column;
    gap: 5px;
  }
}

.contact_item_input_file_bottom {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .contact_item_input_file_bottom {
    font-size: 0.72917vw;
  }
}

@media screen and (max-width: 767px) {
  .contact_item_input_file_bottom {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .contact_item_input_file_bottom {
    font-size: 0.625vw;
  }
}

/* thanks
================================*/
.thanks-btn {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .thanks-btn {
    margin-top: 60px;
  }
}

.thanks-btn a {
  margin: auto;
}

/*===============================================
# recaptcha
=================================================*/
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (min-width: 1024px) {
  .recaptcha {
    font-size: 0.625vw;
  }
}

/*===============================================
# tel
=================================================*/
.contact_tel {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .contact_tel {
    margin-top: 80px;
  }
}

.contact_tel_body {
  margin-top: 40px;
  background-color: #F6F8F8;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
}

.contact_tel_body a {
  width: 500px;
}

@media screen and (max-width: 1023px) {
  .contact_tel_body a {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .contact_tel_body a {
    width: 370px;
  }
}

@media screen and (max-width: 560px) {
  .contact_tel_body a {
    width: 280px;
  }
}

/*===============================================
# 404
=================================================*/
#content > .inner {
  display: block;
  padding-top: 40px;
  background: url(../img/common/bg03.png) center center/cover no-repeat;
}

.entry-404 {
  padding-bottom: 85px;
  text-align: center;
  margin-top: 160px;
}

.entry-404-head {
  color: #6C8FCD;
  font-family: "Lato", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .entry-404-head {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .entry-404-head {
    font-size: 2.34375vw;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #808080;
  font-family: "HiraKakuPro-W6", "ヒラギノ角ゴ Pro W6", "Meiryo", "Meiryo", "Noto Sans Japanese", sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .entry-404-lead {
    font-size: 1.04167vw;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #808080;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn a {
  margin: auto;
}

.entry-404-btn .btn {
  background: #ebebeb;
  color: #8d8d8d;
}

.entry-404-btn .btn:hover {
  background: #ccc;
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */