@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy='true'] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled='true'] {
  cursor: default;
}

/* 変数設定 */
p {
  font-size: 1rem;
}

/* mixin設定 */
/* スマートフォンサイズ */
/* スマートフォンサイズ */
/* 1280px以上のPC */
/* 1150px以下のPC */
/* 基本設定 */
p {
  font-size: 1rem;
}

html {
  font-family: 'Noto Sans JP', Meiryo, 'MS Pゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Raleway', sans-serif;
  height: -webkit-fill-available;
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
}
html .sp {
  display: none;
}
@media screen and (max-width: 860px) {
  html .sp {
    display: block;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  html .sp .pc {
    display: none !important;
  }
  html .sp .sp {
    display: block !important;
  }
}
html .sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  html .sp-only {
    display: flex;
  }
  html .sp-only .pc {
    display: none !important;
  }
  html .sp-only .tablet {
    display: none !important;
  }
  html .sp-only .sp-only {
    display: flex !important;
  }
}

a {
  text-decoration: none;
  color: #fff;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-style: none;
  vertical-align: top;
}

ul {
  text-decoration: none;
}

li {
  text-decoration: none;
  list-style: none;
}

p {
  line-height: 1.5rem;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/*  ----------------------------------------------------------

base

----------------------------------------------------------  */
body {
  color: #0062ad;
  font-family: 'Noto Sans JP', Meiryo, 'MS Pゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Raleway', sans-serif;
  font-size: 1rem;
}

/*  ----------------------------------------------------------

ヘッダー

----------------------------------------------------------  */
.header {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 50px 70px 0 60px;
  position: relative;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 860px) {
  .header {
    height: 60px;
    padding: 0;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .header .pc {
    display: none !important;
  }
  .header .sp {
    display: block !important;
  }
}

.header_container {
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .header_container {
    display: none;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .header_container .pc {
    display: none !important;
  }
  .header_container .sp {
    display: block !important;
  }
}

.sp_header_container {
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 1000;
}

.header_ttl_img {
  width: 125px;
  height: auto;
}

.header_logo {
  color: #000;
  font-size: 1.375rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 860px) {
  .header_logo {
    font-size: 0.9375rem;
    font-weight: 600;
    gap: 5px;
    height: 60px;
    justify-content: flex-start;
    padding-left: 16px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .header_logo .pc {
    display: none !important;
  }
  .header_logo .sp {
    display: block !important;
  }
}

.header_logo_img {
  width: 49px;
  height: 40px;
}
@media screen and (max-width: 860px) {
  .header_logo_img {
    width: 33px;
    height: 30px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .header_logo_img .pc {
    display: none !important;
  }
  .header_logo_img .sp {
    display: block !important;
  }
}

.header_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65%
  height: 80px;
  background-color: #0062ad;
  border: 1px solid #0062ad;
  border-radius: 50px;
  gap: 50px;
  padding-left: 50px;
  overflow: hidden;
}

.h_menu_list a {
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 860px) {
  .h_menu_list a {
    margin-bottom: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .h_menu_list a .pc {
    display: none !important;
  }
  .h_menu_list a .sp {
    display: block !important;
  }
}

.h_menu_contact {
  color: #0062ad;
  background-color: #fff;
  border-radius: 50px;
  height: 80px;
  width: 208px;
  overflow: hidden;
}

.h_menu_contact a {
  color: #0062ad;
  background-color: #fff;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h_menu_list a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  /*アンダーラインがaタグの下端から現れる*/
  transform: scale(0, 1);
  /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
  transform-origin: left top;
  /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
  transition: transform 0.3s;
  /*変形の時間*/
}

.h_menu_list a:hover::after {
  transform: scale(1, 1);
  /*ホバー後、x軸方向に1（相対値）伸長*/
}

.h_menu_contact a:hover {
  opacity: 0.7;
}

/*  ----------------------------------------------------------

メイン

----------------------------------------------------------  */
.main {
  overflow: clip;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .main {
    margin-top: 60px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .main .pc {
    display: none !important;
  }
  .main .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------

ファーストビュー

----------------------------------------------------------  */
.fv_area {
  width: 100%;
  height: 845px;
  margin: 0 auto 5.625rem;
  padding: 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 860px) {
  .fv_area {
    margin: 0 auto;
    height: auto;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_area .pc {
    display: none !important;
  }
  .fv_area .sp {
    display: block !important;
  }
}

.fv_inner {
  position: relative;
  width: 100%;
}

.fv_img {
  width: 900px;
  height: 845px;
  border-radius: 30px 0 0 30px;
  position: absolute;
  right: 0;
  top: 90px;
}
@media screen and (max-width: 860px) {
  .fv_img {
    width: 100%;
    height: 496px;
    border-radius: 0;
    position: static;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_img .pc {
    display: none !important;
  }
  .fv_img .sp {
    display: block !important;
  }
}

.fv_logo_box {
  position: absolute;
  top: 300px;
  left: 88px;
  max-width: 649px;
  padding: 2.5rem 1.25rem 2.5rem 1.875rem;
  background-color: #fff;
  border-radius: 30px;
  z-index: 5;
}

.fv_logo_box_sp {
  display: none;
}
@media screen and (max-width: 860px) {
  .fv_logo_box_sp {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 2.5rem 1rem 2.1875rem 1rem;
    background-color: #fff;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_logo_box_sp .pc {
    display: none !important;
  }
  .fv_logo_box_sp .sp {
    display: block !important;
  }
}

.m_bnr {
  width: 200px;
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 860px) {
  .m_bnr {
    width: 130px;
    display: block;
    margin-bottom: 20px;
  }
}

.fv_ttl {
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 4.125rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 860px) {
  .fv_ttl {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_ttl .pc {
    display: none !important;
  }
  .fv_ttl .sp {
    display: block !important;
  }
}

.fv_ttl2 {
  margin-left: -1.875rem;
}
@media screen and (max-width: 860px) {
  .fv_ttl2 {
    margin-left: -1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_ttl2 .pc {
    display: none !important;
  }
  .fv_ttl2 .sp {
    display: block !important;
  }
}

.fv_txt {
  color: #000;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 860px) {
  .fv_txt {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 2.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .fv_txt .pc {
    display: none !important;
  }
  .fv_txt .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------

vision

----------------------------------------------------------  */
.vision {
  margin: -5.75rem auto 0;
  width: 1200px;
  height: 549px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 860px) {
  .vision {
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .vision .pc {
    display: none !important;
  }
  .vision .sp {
    display: block !important;
  }
}

.vision_container {
  width: 100%;
  height: 100%;
  background-image: url('../img/vision_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  text-align: left;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 110px;
  padding-left: 3.4375rem;
  padding-right: 4.375rem;
}
@media screen and (max-width: 860px) {
  .vision_container {
    border-radius: 0 0 20px 20px;
    display: block;
    padding: 4.375rem 1rem 5.625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .vision_container .pc {
    display: none !important;
  }
  .vision_container .sp {
    display: block !important;
  }
}

.vision_ttl {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 3.125rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .vision_ttl {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    padding-bottom: 2.5rem;
    text-align: center;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .vision_ttl .pc {
    display: none !important;
  }
  .vision_ttl .sp {
    display: block !important;
  }
}

.vision_sub_ttl {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2.375rem;
  letter-spacing: 0.04em;
  padding-bottom: 1.5625rem;
}
@media screen and (max-width: 860px) {
  .vision_sub_ttl {
    font-size: 1.125rem;
    line-height: 1.875rem;
    padding-bottom: 1.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .vision_sub_ttl .pc {
    display: none !important;
  }
  .vision_sub_ttl .sp {
    display: block !important;
  }
}

.vision_txt {
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 860px) {
  .vision_txt {
    font-size: 0.9375rem;
    line-height: 1.75rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .vision_txt .pc {
    display: none !important;
  }
  .vision_txt .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------

service

----------------------------------------------------------  */
.wrap_lightblue {
  background-color: #ebf0f7;
  border-radius: 30px 30px 0 0;
  margin: -7.9375rem auto 0;
  position: relative;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .wrap_lightblue {
    margin: -1.25rem auto 0;
    border-radius: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .wrap_lightblue .pc {
    display: none !important;
  }
  .wrap_lightblue .sp {
    display: block !important;
  }
}

.service {
  z-index: 2;
  position: relative;
  text-align: center;
}

.logo_img1 {
  position: absolute;
  left: -210px;
  top: 20px;
  max-width: 1006px;
  width: 65vw;
  height: auto;
}
@media screen and (max-width: 860px) {
  .logo_img1 {
    max-width: 700px;
    min-width: 378px;
    width: 75.6vw;
    left: 16px;
    top: 10px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .logo_img1 .pc {
    display: none !important;
  }
  .logo_img1 .sp {
    display: block !important;
  }
}

.service_ttl_area {
  text-align: center;
  padding-top: 15.4375rem;
  padding-bottom: 3.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .service_ttl_area {
    padding-top: 6.25rem;
    padding-bottom: 3.125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_ttl_area .pc {
    display: none !important;
  }
  .service_ttl_area .sp {
    display: block !important;
  }
}

.service_ttl {
  font-family: 'Roboto', sans-serif;
  color: #0062ad;
  font-size: 3.125rem;
  font-weight: bold;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 860px) {
  .service_ttl {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    padding-bottom: 2.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_ttl .pc {
    display: none !important;
  }
  .service_ttl .sp {
    display: block !important;
  }
}

.service_sub_ttl {
  color: #000;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.8125rem;
  letter-spacing: 0.04em;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 860px) {
  .service_sub_ttl {
    font-size: 1.125rem;
    line-height: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_sub_ttl .pc {
    display: none !important;
  }
  .service_sub_ttl .sp {
    display: block !important;
  }
}

.service_txt {
  color: #000;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 860px) {
  .service_txt {
    font-size: 0.9375rem;
    line-height: 1.75rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_txt .pc {
    display: none !important;
  }
  .service_txt .sp {
    display: block !important;
  }
}

.service_point {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-bottom: 5.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .service_point {
    gap: 20px;
    padding-bottom: 3.75rem;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_point .pc {
    display: none !important;
  }
  .service_point .sp {
    display: block !important;
  }
}

.service_point_txt {
  background-color: #0062ad;
  border-radius: 10px;
  padding: 0.75rem 1.25rem;
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2.375rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .service_point_txt {
    width: 276px;
    padding: 0.4375rem 1.25rem;
    font-size: 1rem;
    line-height: 2rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_point_txt .pc {
    display: none !important;
  }
  .service_point_txt .sp {
    display: block !important;
  }
}

.service_highlights {
  background-color: #0062ad;
  border-radius: 30px;
  max-width: 1200px;
  padding: 5rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 860px) {
  .service_highlights {
    padding: 4.375rem 1rem 2.5rem;
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_highlights .pc {
    display: none !important;
  }
  .service_highlights .sp {
    display: block !important;
  }
}

.service_highlights_ttl_area {
  position: relative;
  text-align: center;
  margin: 0 auto;
}

.service_highlights_ttl {
  font-family: 'Roboto', sans-serif;
  color: #004a83;
  font-size: 5rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .service_highlights_ttl {
    font-size: 2.5rem;
    line-height: 2.75rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_highlights_ttl .pc {
    display: none !important;
  }
  .service_highlights_ttl .sp {
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .ttl_number {
    font-size: 3.75rem;
    line-height: 4.375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .ttl_number .pc {
    display: none !important;
  }
  .ttl_number .sp {
    display: block !important;
  }
}

.service_highlights_ttl_jp {
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.8125rem;
  letter-spacing: 0.04em;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 860px) {
  .service_highlights_ttl_jp {
    font-size: 1.125rem;
    line-height: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_highlights_ttl_jp .pc {
    display: none !important;
  }
  .service_highlights_ttl_jp .sp {
    display: block !important;
  }
}

.service_highlights_ttl_jp_box {
  color: #fff;
  font-size: 1.375rem;
  font-weight: bold;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 860px) {
  .service_highlights_ttl_jp_box {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_highlights_ttl_jp_box .pc {
    display: none !important;
  }
  .service_highlights_ttl_jp_box .sp {
    display: block !important;
  }
}

.service_highlights_txt {
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  padding-top: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .service_highlights_txt {
    font-size: 0.9375rem;
    line-height: 1.75rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_highlights_txt .pc {
    display: none !important;
  }
  .service_highlights_txt .sp {
    display: block !important;
  }
}

.service_highlights_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1.875rem;
}
@media screen and (max-width: 860px) {
  .service_highlights_container {
    display: block;
    padding-top: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_highlights_container .pc {
    display: none !important;
  }
  .service_highlights_container .sp {
    display: block !important;
  }
}

.service_highlights_box1 {
  padding: 0.5rem 4.375rem 3.125rem 3.125rem;
  border-right: 1px solid #004a83;
  border-bottom: 1px solid #004a83;
  width: 50%;
  min-height: 350px;
}
@media screen and (max-width: 860px) {
  .service_highlights_box1 {
    border-right: none;
    padding: 2.5rem 0;
    width: 100%;
    min-height: auto;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_highlights_box1 .pc {
    display: none !important;
  }
  .service_highlights_box1 .sp {
    display: block !important;
  }
}

.service_highlights_box2 {
  padding: 0.5rem 3.125rem 3.125rem 4.375rem;
  border-bottom: 1px solid #004a83;
  width: 50%;
  min-height: 350px;
}
@media screen and (max-width: 860px) {
  .service_highlights_box2 {
    padding: 2.5rem 0;
    width: 100%;
    min-height: auto;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_highlights_box2 .pc {
    display: none !important;
  }
  .service_highlights_box2 .sp {
    display: block !important;
  }
}

.service_highlights_box3 {
  padding: 3.125rem 4.375rem 1.5rem 3.125rem;
  border-right: 1px solid #004a83;
  width: 50%;
  min-height: 350px;
}
@media screen and (max-width: 860px) {
  .service_highlights_box3 {
    border-right: none;
    padding: 2.5rem 0;
    width: 100%;
    min-height: auto;
    border-bottom: 1px solid #004a83;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_highlights_box3 .pc {
    display: none !important;
  }
  .service_highlights_box3 .sp {
    display: block !important;
  }
}

.service_highlights_box4 {
  padding: 3.125rem 3.125rem 1.5rem 4.375rem;
  width: 50%;
  min-height: 350px;
}
@media screen and (max-width: 860px) {
  .service_highlights_box4 {
    padding: 2.5rem 0;
    width: 100%;
    min-height: auto;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_highlights_box4 .pc {
    display: none !important;
  }
  .service_highlights_box4 .sp {
    display: block !important;
  }
}

.service_under {
  z-index: 5;
  position: relative;
  background-color: #fff;
}

.service_under1 {
  margin: -28.125rem auto 0;
  height: 200px;
  background-color: #ebf0f7;
  border-radius: 0 0 30px 30px;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .service_under1 {
    margin: 0 auto;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_under1 .pc {
    display: none !important;
  }
  .service_under1 .sp {
    display: block !important;
  }
}

.service_under2 {
  height: 50px;
}

/*  ----------------------------------------------------------

partners

----------------------------------------------------------  */
.partners {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 1;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 860px) {
  .partners {
    margin-top: -1.25rem;
    padding-bottom: 4.375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .partners .pc {
    display: none !important;
  }
  .partners .sp {
    display: block !important;
  }
}

.partners_ttl_area {
  text-align: center;
  padding-top: 18.75rem;
  padding-bottom: 3.125rem;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .partners_ttl_area {
    padding-top: 5rem;
    padding-bottom: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .partners_ttl_area .pc {
    display: none !important;
  }
  .partners_ttl_area .sp {
    display: block !important;
  }
}

.partners_ttl {
  font-family: 'Roboto', sans-serif;
  color: #0062ad;
  font-size: 3.125rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .partners_ttl {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .partners_ttl .pc {
    display: none !important;
  }
  .partners_ttl .sp {
    display: block !important;
  }
}

.partners_list {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  max-width: 1200px;
  height: 120px;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .partners_list {
    max-width: 100%;
    height: 100px;
    padding: 0 0.625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .partners_list .pc {
    display: none !important;
  }
  .partners_list .sp {
    display: block !important;
  }
}

@-webkit-keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
  animation: infinity-scroll-right 80s infinite linear 0.5s both;
}

.scroll-infinity__wrap {
  display: flex;
  gap: 0px;
}
@media screen and (max-width: 860px) {
  .scroll-infinity__wrap {
    gap: 0px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .scroll-infinity__wrap .pc {
    display: none !important;
  }
  .scroll-infinity__wrap .sp {
    display: block !important;
  }
}

.scroll-infinity__list {
  display: flex;
  justify-content: space-around;
  gap: 0px;
  width: 1000px;
}
@media screen and (max-width: 860px) {
  .scroll-infinity__list {
    gap: 0px;
    width: 600px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .scroll-infinity__list .pc {
    display: none !important;
  }
  .scroll-infinity__list .sp {
    display: block !important;
  }
}

.scroll-infinity__item {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 860px) {
  .scroll-infinity__item {
    height: 100px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .scroll-infinity__item .pc {
    display: none !important;
  }
  .scroll-infinity__item .sp {
    display: block !important;
  }
}

.scroll-infinity__item img {
  height: 120px;
  width: auto;
}

@media screen and (max-width: 860px) {
  .scroll-infinity__item img {
    height: 100px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .scroll-infinity__item img .pc {
    display: none !important;
  }
  .scroll-infinity__item img .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------

incubator

----------------------------------------------------------  */
.incubator {
  position: relative;
}

.incubator_container {
  background-color: #0062ad;
  margin-right: 120px;
  max-width: 1440px;
  border-radius: 0 30px 30px 0;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 860px) {
  .incubator_container {
    width: calc(100% - 85px);
    border-radius: 0 20px 20px 0;
    position: relative;
    z-index: 5;
    padding: 4.375rem 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .incubator_container .pc {
    display: none !important;
  }
  .incubator_container .sp {
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .incubator::after {
    position: absolute;
    right: 0px;
    top: 86px;
    content: '';
    width: 100%;
    height: 97%;
    background-color: #ebf0f7;
    z-index: 0;
    border-radius: 20px 20px 0 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .incubator::after .pc {
    display: none !important;
  }
  .incubator::after .sp {
    display: block !important;
  }
}

.incubator_ttl_area {
  padding-bottom: 5rem;
  max-width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .incubator_ttl_area {
    width: 100%;
    padding-bottom: 3.125rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .incubator_ttl_area .pc {
    display: none !important;
  }
  .incubator_ttl_area .sp {
    display: block !important;
  }
}

.incubator_ttl {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 3.125rem;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .incubator_ttl {
    font-size: 1.75rem;
    line-height: 2.0625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .incubator_ttl .pc {
    display: none !important;
  }
  .incubator_ttl .sp {
    display: block !important;
  }
}

.incubator_ttl_jp {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .incubator_ttl_jp {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.8125rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .incubator_ttl_jp .pc {
    display: none !important;
  }
  .incubator_ttl_jp .sp {
    display: block !important;
  }
}

.incubator_intro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 860px) {
  .incubator_intro {
    flex-wrap: wrap;
    width: 300px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .incubator_intro .pc {
    display: none !important;
  }
  .incubator_intro .sp {
    display: block !important;
  }
}

.incubator_box {
  width: 343px;
  height: 426px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .incubator_box {
    width: calc(33% - 34px);
    height: 300px;
  }
}
@media screen and (max-width: 860px) {
  .incubator_box {
    width: 300px;
    height: 370px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .incubator_box .pc {
    display: none !important;
  }
  .incubator_box .sp {
    display: block !important;
  }
}

.incubator_img_area {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.incubator_img {
  width: auto;
  height: 102%;
}
@media screen and (max-width: 860px) {
  .incubator_img {
    width: 100%;
    max-width: 450px;
    -o-object-position: 50% 10%;
    object-position: 50% 10%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .incubator_img .pc {
    display: none !important;
  }
  .incubator_img .sp {
    display: block !important;
  }
}

.incubator_name_area {
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: -14px;
  width: 323px;
  height: 130px;
  display: flex;
  justify-content: flex-start;
  padding-left: 30px;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 10px 0 10px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1150px) {
  .incubator_name_area {
    width: calc(100% - 20px);
    height: 100px;
    padding-left: 10px;
  }
}

.incubator_name_txt {
  width: 100%;
  display: inline-block;
  color: #000;
  font-size: 1.25rem;
  line-height: 2.5rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .incubator_name_txt {
    font-size: 1.125rem;
    line-height: 1.8125rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .incubator_name_txt .pc {
    display: none !important;
  }
  .incubator_name_txt .sp {
    display: block !important;
  }
}

.incubator_post {
  width: 100%;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.8125rem;
}
@media screen and (max-width: 1150px) {
  .incubator_post {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media screen and (max-width: 860px) {
  .incubator_post {
    font-size: 0.9375rem;
    line-height: 1.75rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .incubator_post .pc {
    display: none !important;
  }
  .incubator_post .sp {
    display: block !important;
  }
}

.incubator_name_area::after {
  position: absolute;
  right: 15px;
  bottom: 17px;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url('../img/arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/*  ----------------------------------------------------------

　ボタン

----------------------------------------------------------  */
.btn_wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 3.75rem;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .btn_wrapper {
    padding-top: 3.4375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .btn_wrapper .pc {
    display: none !important;
  }
  .btn_wrapper .sp {
    display: block !important;
  }
}

.btn_wrapper_2 {
  padding-top: 2.5rem;
}

.more_btn {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  margin: 0 auto;
  border-radius: 30px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s all;
  position: relative;
  border: solid 1px #0062ad;
  color: #0062ad;
  background-color: #fff;
}

.white_btn {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  margin: 0 auto;
  border-radius: 30px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s all;
  position: relative;
  border: solid 1px #fff;
  color: #fff;
}

.more_btn:hover {
  background-color: #0062ad;
  color: #fff;
  border: solid 1px #0062ad;
}

.white_btn:hover {
  background-color: #fff;
  color: #0062ad;
  border: solid 1px #fff;
}

/*  ----------------------------------------------------------

contact お問い合わせ

----------------------------------------------------------  */
.contact {
  padding-top: 8.3125rem;
  padding-bottom: 7.5rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .contact {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .contact .pc {
    display: none !important;
  }
  .contact .sp {
    display: block !important;
  }
}

.contact_container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.contact_ttl_area {
  text-align: left;
  margin: 0 auto;
  position: relative;
}

.contact_ttl_area::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -120px;
  width: 1051px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #0062ad;
}
@media screen and (max-width: 860px) {
  .contact_ttl_area::after {
    right: -40px;
    width: calc(100% - 120px);
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .contact_ttl_area::after .pc {
    display: none !important;
  }
  .contact_ttl_area::after .sp {
    display: block !important;
  }
}

.contact_ttl {
  font-family: 'Roboto', sans-serif;
  color: #0062ad;
  font-size: 3.125rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .contact_ttl {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .contact_ttl .pc {
    display: none !important;
  }
  .contact_ttl .sp {
    display: block !important;
  }
}

.contact_info {
  max-width: 1200px;
  height: 311px;
  display: flex;
  border-radius: 30px;
  border: 1px solid #0062ad;
  overflow: hidden;
  background-color: #0062ad;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 860px) {
  .contact_info {
    margin-top: 1.25rem;
    flex-wrap: wrap;
    gap: 10px;
    background-color: transparent;
    border: none;
    width: 100%;
    height: auto;
    border-radius: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .contact_info .pc {
    display: none !important;
  }
  .contact_info .sp {
    display: block !important;
  }
}

.line_area {
  width: 50%;
  background-color: #0062ad;
  color: #fff;
  padding: 4.0625rem 4.625rem;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .line_area {
    border-radius: 20px;
    width: 100%;
    padding: 2.5rem 1.25rem;
    overflow: hidden;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .line_area .pc {
    display: none !important;
  }
  .line_area .sp {
    display: block !important;
  }
}

.line_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 1.0625rem;
}
@media screen and (max-width: 860px) {
  .line_ttl {
    font-size: 1.125rem;
    padding-bottom: 1.25rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .line_ttl .pc {
    display: none !important;
  }
  .line_ttl .sp {
    display: block !important;
  }
}

.line_txt {
  font-size: 1.125rem;
  padding-bottom: 1.6875rem;
  line-height: 2.1875rem;
}
@media screen and (max-width: 860px) {
  .line_txt {
    font-size: 0.9375rem;
    line-height: 1.875rem;
    padding-bottom: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .line_txt .pc {
    display: none !important;
  }
  .line_txt .sp {
    display: block !important;
  }
}

.form_ttl {
  font-family: 'Roboto', sans-serif;
  color: #0062ad;
  font-size: 3.75rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .form_ttl {
    font-size: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .form_ttl .pc {
    display: none !important;
  }
  .form_ttl .sp {
    display: block !important;
  }
}

.form_ttl_jp {
  color: #0062ad;
  font-size: 1.125rem;
  font-weight: bold;
  width: 100%;
  display: block;
  padding-top: 1.875rem;
}
@media screen and (max-width: 860px) {
  .form_ttl_jp {
    font-size: 0.9375rem;
    font-weight: normal;
    padding-top: 0.625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .form_ttl_jp .pc {
    display: none !important;
  }
  .form_ttl_jp .sp {
    display: block !important;
  }
}

.form_area {
  width: 50%;
  border: 1px solid #0062ad;
  color: #0062ad;
  text-align: center;
  border-radius: 30px;
  background-color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.3s;
  box-sizing: content-box;
}
@media screen and (max-width: 860px) {
  .form_area {
    border-radius: 20px;
    width: 100%;
    padding: 1.875rem 1.25rem 1.5625rem;
    overflow: hidden;
    border: 2px solid #0062ad;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .form_area .pc {
    display: none !important;
  }
  .form_area .sp {
    display: block !important;
  }
}

.form_link {
  color: #0062ad;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.form_link_txt {
  color: #0062ad;
  transition: 0.3s;
}

.form_link:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

/*  ----------------------------------------------------------

footer

----------------------------------------------------------  */
.footer {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #002d50;
  color: #fff;
  padding: 4.375rem 1.25rem 5rem;
}
@media screen and (max-width: 860px) {
  .footer {
    padding: 4.375rem 1rem 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .footer .pc {
    display: none !important;
  }
  .footer .sp {
    display: block !important;
  }
}

.footer a {
  color: #fff;
}

.footer_container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 860px) {
  .footer_container {
    width: 100%;
    display: block;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .footer_container .pc {
    display: none !important;
  }
  .footer_container .sp {
    display: block !important;
  }
}

.footer_info_ttl {
  font-size: 2.1875rem;
  line-height: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .footer_info_ttl {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .footer_info_ttl .pc {
    display: none !important;
  }
  .footer_info_ttl .sp {
    display: block !important;
  }
}

.footer_info_en {
  font-size: 2.1875rem;
  line-height: 4.375rem;
  font-weight: bold;
  margin-bottom: 2.1875rem;
  margin-left: -1.25rem;
}
@media screen and (max-width: 860px) {
  .footer_info_en {
    line-height: 4.0625rem;
    font-size: 1.75rem;
    margin-left: -1rem;
    margin-bottom: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .footer_info_en .pc {
    display: none !important;
  }
  .footer_info_en .sp {
    display: block !important;
  }
}

.footer_info_name {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 860px) {
  .footer_info_name {
    font-size: 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .footer_info_name .pc {
    display: none !important;
  }
  .footer_info_name .sp {
    display: block !important;
  }
}

.footer_info_time {
  font-size: 0.875rem;
  font-weight: bold;
  border-left: solid 4px #fff;
  padding-left: 7px;
  margin-bottom: 0.9375rem;
}

.footer_info_txt {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0.625rem;
  line-height: 1.3125rem;
}

.mg {
  margin-bottom: 1.25rem;
}

.footer_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.375rem;
}

.f_menu_list {
  color: #fff;
  border-right: 1px solid #fff;
  font-size: 0.875rem;
  letter-spacing: 0;
  padding: 0 1.875rem;
  position: relative;
}

.f_menu_list:last-child {
  border-right: none;
  padding: 0 0 0 1.875rem;
}

.f_menu_list_link {
  color: #fff;
}

.f_menu_list a:hover {
  opacity: 0.7;
}

.copyright {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .copyright {
    padding-top: 2.5rem;
    text-align: center;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .copyright .pc {
    display: none !important;
  }
  .copyright .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------

SP ハンバーガーメニュー
----------------------------------------------------------  */
.c-header-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
}

.c-header-menu .is-line {
  position: absolute;
  left: 50%;
  top: 28px;
  margin: 0 auto;
  transform: translateX(-50%);
  font-weight: normal;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  width: 40px;
}

.c-header-menu a {
  display: block;
  width: 40px;
  height: 25px;
  text-decoration: none;
  color: #0062ad;
  font-size: 10px;
  margin: 18px 16px;
}

.c-header-menu a .is-line span {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}

.c-header-menu a span::before,
.c-header-menu a span::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #0062ad;
  display: inline-block;
  vertical-align: bottom;
  position: absolute;
  left: 0;
}

.c-header-menu a span::before {
  top: 0px;
}

.c-header-menu a span::after {
  vertical-align: -1px;
  top: -7px;
}

.c-header-menu a span.is-show::before {
  content: '';
  transform: rotate(-20deg);
  top: -7px;
}

.c-header-menu a span.is-show::after {
  content: '';
  transform: rotate(20deg);
  top: -7px;
}

/* メニュー内 */
@media screen and (max-width: 860px) {
  .h_menu_list {
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .h_menu_list .pc {
    display: none !important;
  }
  .h_menu_list .sp {
    display: block !important;
  }
}

.h_menu_list_sp {
  position: relative;
  margin-bottom: 1.875rem;
}

.h_menu_list_link {
  color: #0062ad;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  letter-spacing: 0.03em;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
}

.h_menu_list_sp::before {
  content: '';
  position: absolute;
  top: 15.5px;
  left: -30px;
  width: 20px;
  height: 1px;
  background-color: #0062ad;
}

.h_menu_list_sub {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  font-family: 'Noto Sans JP', Meiryo, 'MS Pゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Raleway', sans-serif;
  line-height: 1.25rem;
  margin-bottom: 0.4375rem;
  width: 100%;
  display: block;
}

.l-hamburger-navwrap {
  position: relative;
  z-index: 500;
}

.c-hamburger-nav-large {
  margin: 86px 16px 46px 54px;
}

.l-hamburger-nav {
  position: relative;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background: #fff;
  bottom: -100%; /* 初期位置を画面外に設定 */
  transition: bottom 0.5s ease-in-out; /* トランジションを bottom プロパティに適用 */
}

.l-hamburger-nav.is-show {
  bottom: 0; /* .is-show クラスがあるときに bottom を 0 にすることで表示 */
}

.c-hamburger-contactarea {
  background-color: #0062ad;
  border-radius: 20px 20px 0 0;
  padding: 2.8125rem 1rem;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.c-hamburger-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  color: #06c755;
  font-size: 1.125rem;
  font-weight: bold;
  background-color: #fff;
  margin: 0 auto 10px;
  text-align: center;
  border-radius: 10px;
  gap: 10px;
}

.c-hamburger-line:hover {
  color: #fff;
  background-color: #06c755;
}

.c-hamburger-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  color: #0062ad;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  flex-wrap: wrap;
  gap: 0;
}

.c-hamburger-contact-txt {
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1.5625rem;
}

.c-hamburger-contact span {
  font-size: 0.625rem;
  letter-spacing: 0.03em;
  font-family: 'Noto Sans JP', Meiryo, 'MS Pゴシック', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Raleway', sans-serif;
  font-weight: normal;
  width: 100%;
  display: block;
  line-height: 0.9375rem;
}

.c-hamburger-contact:hover {
  color: #fff;
  background-color: #0062ad;
  border: 1px solid #fff;
}

/*  ----------------------------------------------------------

下層ページ

----------------------------------------------------------  */
.lower_body {
  position: relative;
}

.lower_main {
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 860px) {
  .lower_main {
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_main .pc {
    display: none !important;
  }
  .lower_main .sp {
    display: block !important;
  }
}

.lower_header {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding: 50px 70px 0 60px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 860px) {
  .lower_header {
    height: 60px;
    padding: 0;
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_header .pc {
    display: none !important;
  }
  .lower_header .sp {
    display: block !important;
  }
}

.lower_contact {
  padding-bottom: 7.5rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  .lower_contact {
    padding: 0 1rem 5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_contact .pc {
    display: none !important;
  }
  .lower_contact .sp {
    display: block !important;
  }
}

.lower_section {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
  position: relative;
}
@media screen and (max-width: 860px) {
  .lower_section {
    margin-top: 5.625rem;
    margin-bottom: 5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_section .pc {
    display: none !important;
  }
  .lower_section .sp {
    display: block !important;
  }
}

.lower_section_container {
  margin: 0 auto;
}

@media screen and (max-width: 860px) {
  .service_box_wrap {
    padding-top: 20px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_box_wrap .pc {
    display: none !important;
  }
  .service_box_wrap .sp {
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .white_area {
    height: 20px;
    background-color: #fff;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .white_area .pc {
    display: none !important;
  }
  .white_area .sp {
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .service_box {
    position: relative;
    background-color: #ebf0f7;
    border-radius: 20px 20px 0 0;
    overflow: visible;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .service_box .pc {
    display: none !important;
  }
  .service_box .sp {
    display: block !important;
  }
}

.lower_section_ttl_area {
  padding-bottom: 5rem;
  max-width: 1130px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .lower_section_ttl_area {
    padding: 0rem 1rem 3.125rem;
    position: relative;
    z-index: 10;
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_section_ttl_area .pc {
    display: none !important;
  }
  .lower_section_ttl_area .sp {
    display: block !important;
  }
}

.lower_section_ttl_area_center {
  padding-bottom: 2.1875rem;
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .lower_section_ttl_area_center {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_section_ttl_area_center .pc {
    display: none !important;
  }
  .lower_section_ttl_area_center .sp {
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .pd-top {
    padding-top: 5.375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .pd-top .pc {
    display: none !important;
  }
  .pd-top .sp {
    display: block !important;
  }
}

.lower_section_sub_ttl_area {
  padding-bottom: 3.125rem;
  max-width: 1130px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .lower_section_sub_ttl_area {
    padding-bottom: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_section_sub_ttl_area .pc {
    display: none !important;
  }
  .lower_section_sub_ttl_area .sp {
    display: block !important;
  }
}

.lower_section_ttl {
  font-family: 'Roboto', sans-serif;
  color: #0062ad;
  font-size: 3.125rem;
  font-weight: bold;
  width: 100%;
  padding-bottom: 0.625rem;
  line-height: 3.75rem;
}
@media screen and (max-width: 860px) {
  .lower_section_ttl {
    font-size: 1.75rem;
    line-height: 2.0625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_section_ttl .pc {
    display: none !important;
  }
  .lower_section_ttl .sp {
    display: block !important;
  }
}

.lower_section_ttl_jp {
  color: #0062ad;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 860px) {
  .lower_section_ttl_jp {
    font-size: 1.125rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_section_ttl_jp .pc {
    display: none !important;
  }
  .lower_section_ttl_jp .sp {
    display: block !important;
  }
}

.blue {
  color: #0062ad;
}

/*  ----------------------------------------------------------

下層ページ　incubator

----------------------------------------------------------  */
.lower_incubator {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 860px) {
  .lower_incubator {
    margin-top: 5.625rem;
    margin-bottom: 5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_incubator .pc {
    display: none !important;
  }
  .lower_incubator .sp {
    display: block !important;
  }
}

.lower_incubator_container {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1150px) {
  .lower_incubator_container {
    padding: 0 1rem;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 860px) {
  .lower_incubator_container {
    padding: 0;
    box-sizing: border-box;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_incubator_container .pc {
    display: none !important;
  }
  .lower_incubator_container .sp {
    display: block !important;
  }
}

.lower_incubator_ttl_area {
  padding-bottom: 5rem;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 860px) {
  .lower_incubator_ttl_area {
    padding: 0rem 1rem 3.125rem;
    position: relative;
    z-index: 10;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_incubator_ttl_area .pc {
    display: none !important;
  }
  .lower_incubator_ttl_area .sp {
    display: block !important;
  }
}

.blue {
  color: #0062ad;
}

.lower_incubator_intro {
  width: 100%;
}
@media screen and (max-width: 860px) {
  .lower_incubator_intro {
    background-color: #ebf0f7;
    position: relative;
    padding: 6.6875rem 1rem 3.125rem;
    border-radius: 0 30px 30px 0;
    margin-top: -6.5625rem;
    z-index: 2;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_incubator_intro .pc {
    display: none !important;
  }
  .lower_incubator_intro .sp {
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .lower_incubator_intro::after {
    position: absolute;
    left: 0px;
    top: 198px;
    content: '';
    width: 80%;
    height: 92%;
    background-color: #0062ad;
    z-index: 0;
    border-radius: 0 20px 20px 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_incubator_intro::after .pc {
    display: none !important;
  }
  .lower_incubator_intro::after .sp {
    display: block !important;
  }
}

.lower_incubator_box {
  width: 100%;
  min-height: 408px;
  display: flex;
  border-radius: 30px;
  background-color: #ebf0f7;
  overflow: hidden;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 860px) {
  .lower_incubator_box {
    display: block;
    border-radius: 20px;
    background-color: transparent;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_incubator_box .pc {
    display: none !important;
  }
  .lower_incubator_box .sp {
    display: block !important;
  }
}

.lower_incubator_box:last-child {
  margin-bottom: 0;
}

.lower_incubator_img_area {
  width: 400px;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 860px) {
  .lower_incubator_img_area {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 370px;
    max-width: 450px;
    overflow: hidden;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_incubator_img_area .pc {
    display: none !important;
  }
  .lower_incubator_img_area .sp {
    display: block !important;
  }
}

.lower_incubator_name_area {
  width: 750px;
  padding: 2.875rem 3.75rem 3.125rem 3.75rem;
}
@media screen and (max-width: 860px) {
  .lower_incubator_name_area {
    width: 100%;
    padding: 1.5625rem 0.9375rem 2.1875rem;
    border-radius: 10px;
    margin-top: -10px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    max-width: 450px;
    box-sizing: border-box;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_incubator_name_area .pc {
    display: none !important;
  }
  .lower_incubator_name_area .sp {
    display: block !important;
  }
}

.lower_incubator_name_txt {
  width: 100%;
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 2.1875rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 860px) {
  .lower_incubator_name_txt {
    font-size: 1.125rem;
    line-height: 1.8125rem;
    padding-bottom: 0.3125rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_incubator_name_txt .pc {
    display: none !important;
  }
  .lower_incubator_name_txt .sp {
    display: block !important;
  }
}

.lower_incubator_post {
  color: #000;
  width: 100%;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 860px) {
  .lower_incubator_post {
    font-size: 0.9375rem;
    line-height: 1.75rem;
    letter-spacing: 0.06em;
    padding-bottom: 0.9375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_incubator_post .pc {
    display: none !important;
  }
  .lower_incubator_post .sp {
    display: block !important;
  }
}

.lower_incubator_ruby {
  color: #000;
  width: 100%;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 0.3125rem;
}

.lower_incubator_txt {
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 860px) {
  .lower_incubator_txt {
    line-height: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_incubator_txt .pc {
    display: none !important;
  }
  .lower_incubator_txt .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------

下層ページ　terms

----------------------------------------------------------  */
.lower_terms {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 860px) {
  .lower_terms {
    margin-top: 5.625rem;
    margin-bottom: 5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_terms .pc {
    display: none !important;
  }
  .lower_terms .sp {
    display: block !important;
  }
}

.lower_terms_container {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1150px) {
  .lower_terms_container {
    padding: 0 1rem;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 860px) {
  .lower_terms_container {
    padding: 0;
    box-sizing: border-box;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_terms_container .pc {
    display: none !important;
  }
  .lower_terms_container .sp {
    display: block !important;
  }
}

.lower_terms_ttl_area {
  padding-bottom: 5rem;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 860px) {
  .lower_terms_ttl_area {
    padding: 0rem 1rem 3.125rem;
    position: relative;
    z-index: 10;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_terms_ttl_area .pc {
    display: none !important;
  }
  .lower_terms_ttl_area .sp {
    display: block !important;
  }
}

.blue {
  color: #0062ad;
}

.lower_terms_intro {
  width: 100%;
}
@media screen and (max-width: 860px) {
  .lower_terms_intro {
    background-color: #ebf0f7;
    position: relative;
    padding: 6.6875rem 1rem 3.125rem;
    border-radius: 0 30px 30px 0;
    margin-top: -6.5625rem;
    z-index: 2;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_terms_intro .pc {
    display: none !important;
  }
  .lower_terms_intro .sp {
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .lower_terms_intro::after {
    position: absolute;
    left: 0px;
    top: 198px;
    content: '';
    width: 80%;
    height: 92%;
    background-color: #0062ad;
    z-index: 0;
    border-radius: 0 20px 20px 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_terms_intro::after .pc {
    display: none !important;
  }
  .lower_terms_intro::after .sp {
    display: block !important;
  }
}

.lower_terms_box {
  width: 100%;
  min-height: 408px;
  padding: 50px;
  border-radius: 30px;
  background-color: #ebf0f7;
  overflow: hidden;
  margin-bottom: 4.375rem;
  color: #000;
}

.lower_terms_box .ttl{
  font-weight: bold;
  font-size: 145%;
  color: #0062ad;
  margin: 0 0 30px;
}

.lower_terms_box .tisub{
  margin: 30px 0 10px;
  font-weight: bold;
}

.lower_terms_box .nbr1{
  padding: 0 0 0 20px;
}
.lower_terms_box .nbr1 li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  position: relative;
  padding: 0 0 0 35px;
}
.lower_terms_box .nbr1 li::before{
  display: marker;
  content: "(" counter(cnt) ") ";
  position: absolute;
  left: 0;
}

.lower_terms_box .nbr2{
  padding: 0 0 0 20px;
}
.lower_terms_box .nbr2 li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
  position: relative;
  padding: 0 0 0 55px;
}
.lower_terms_box .nbr2 li::before{
  display: marker;
  content: "第" counter(cnt) "項";
  position: absolute;
  left: 0;
}
.lower_terms_box .nbr3 li{
  padding: 0 0 0 35px;
  counter-increment: cnts;
}
.lower_terms_box .nbr3 li::before{
  display: marker;
  content: "(" counter(cnts) ") ";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 860px) {
  .lower_terms_box {
    display: block;
    border-radius: 20px;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 30px 25px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_terms_box .nbr1, .lower_terms_box .nbr2, .lower_terms_box .nbr3{
    padding: 0 0 0 10px;
  }
  .lower_terms_box .nbr2 li{
    padding: 0 0 0 50px;
  }
  .lower_terms_box .nbr1 li, .lower_terms_box .nbr3 li{
    padding: 0 0 0 23px;
  }
  .lower_terms_box .pc {
    display: none !important;
  }
  .lower_terms_box .sp {
    display: block !important;
  }
}

.lower_terms_box:last-child {
  margin-bottom: 0;
}


/*  ----------------------------------------------------------

下層ページ　company 会社概要

----------------------------------------------------------  */
.company_info {
  background-color: #0062ad;
  width: 1192px;
  border-radius: 0 30px 30px 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 860px) {
  .company_info {
    width: 80%;
    padding-top: 3.4375rem;
    padding-bottom: 4.0625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .company_info .pc {
    display: none !important;
  }
  .company_info .sp {
    display: block !important;
  }
}

.company_info_dl {
  display: flex;
  align-items: flex-start;
  margin-left: 280px;
  width: 912px;
  flex-wrap: wrap;
}
@media screen and (max-width: 860px) {
  .company_info_dl {
    width: 100%;
    margin-left: 0;
    padding-right: 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .company_info_dl .pc {
    display: none !important;
  }
  .company_info_dl .sp {
    display: block !important;
  }
}

.company_info_dt {
  width: 262px;
  padding: 1.875rem 0 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 860px) {
  .company_info_dt {
    padding: 0.9375rem 0 0.9375rem 1rem;
    border-bottom: none;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    font-weight: bold;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .company_info_dt .pc {
    display: none !important;
  }
  .company_info_dt .sp {
    display: block !important;
  }
}

.company_info_dd {
  width: 650px;
  padding: 1.875rem 0 1.875rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 860px) {
  .company_info_dd {
    padding: 0 0 0.9375rem 1rem;
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: normal;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .company_info_dd .pc {
    display: none !important;
  }
  .company_info_dd .sp {
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .officer {
    height: auto;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .officer .pc {
    display: none !important;
  }
  .officer .sp {
    display: block !important;
  }
}

.last-dtdd {
  border-bottom: none;
}

.lower_section_subttl_jp {
  color: #000;
  font-size: 1.375rem;
  letter-spacing: 0.06em;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .lower_section_subttl_jp {
    color: #0062ad;
    font-size: 1.125rem;
    font-weight: 500;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_section_subttl_jp .pc {
    display: none !important;
  }
  .lower_section_subttl_jp .sp {
    display: block !important;
  }
}

.c_partners {
  background-color: #ebf0f7;
  border-radius: 30px 0 0 30px;
  width: 1260px;
  margin: -156px 0 0 auto;
  padding-left: 6.25rem;
  position: relative;
  z-index: 0;
  text-align: right;
}
@media screen and (max-width: 860px) {
  .c_partners {
    width: 100%;
    padding-left: 2.5rem;
    margin: -75px 0 0 35px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .c_partners .pc {
    display: none !important;
  }
  .c_partners .sp {
    display: block !important;
  }
}

.c_partners_ttl_area {
  padding-top: 14.75rem;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .c_partners_ttl_area {
    padding-top: 7.8125rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .c_partners_ttl_area .pc {
    display: none !important;
  }
  .c_partners_ttl_area .sp {
    display: block !important;
  }
}

.c_partners_container {
  padding-top: 4rem;
  padding-bottom: 4.75rem;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .c_partners_container {
    padding-top: 1.875rem;
    padding-bottom: 4.0625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .c_partners_container .pc {
    display: none !important;
  }
  .c_partners_container .sp {
    display: block !important;
  }
}

.c_partners_box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 860px) {
  .c_partners_box {
    padding-bottom: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .c_partners_box .pc {
    display: none !important;
  }
  .c_partners_box .sp {
    display: block !important;
  }
}

.c_partners_txt {
  color: #000;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: 0 2.1875rem;
  border-left: 1px solid #000;
}
@media screen and (max-width: 860px) {
  .c_partners_txt {
    border-left: none;
    padding: 0 0 0.9375rem;
    font-size: 0.9375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .c_partners_txt .pc {
    display: none !important;
  }
  .c_partners_txt .sp {
    display: block !important;
  }
}

.c_partners_txt:first-child {
  padding: 0 2.1875rem 0 0;
  border-left: none;
}
@media screen and (max-width: 860px) {
  .c_partners_txt:first-child {
    padding: 0 0 0.9375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .c_partners_txt:first-child .pc {
    display: none !important;
  }
  .c_partners_txt:first-child .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------

下層ページ　SERVICE

----------------------------------------------------------  */
.lower_logo_img1 {
  position: absolute;
  right: -52px;
  top: -190px;
  max-width: 1006px;
  width: 65vw;
  height: auto;
}
@media screen and (max-width: 860px) {
  .lower_logo_img1 {
    top: 97px;
    right: -10px;
    width: 75.6vw;
    min-width: 378px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_logo_img1 .pc {
    display: none !important;
  }
  .lower_logo_img1 .sp {
    display: block !important;
  }
}

.lower_service_point {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding-bottom: 6.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .lower_service_point {
    gap: 20px;
    padding-bottom: 3.75rem;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_service_point .pc {
    display: none !important;
  }
  .lower_service_point .sp {
    display: block !important;
  }
}

.lower_service_highlights {
  background-color: #0062ad;
  border-radius: 30px;
  max-width: 1200px;
  padding: 5rem;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 860px) {
  .lower_service_highlights {
    padding: 4.375rem 1rem 2.5rem;
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_service_highlights .pc {
    display: none !important;
  }
  .lower_service_highlights .sp {
    display: block !important;
  }
}

.schedule {
  position: relative;
  background-color: #ebf0f7;
  border-radius: 30px;
  margin-top: -642px;
}

.schedule_wrap {
  padding-top: 40.125rem;
}

.schedule_container {
  position: relative;
  padding-top: 9.375rem;
  padding-bottom: 7.5rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .schedule_container {
    padding: 4.375rem 1rem 2.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .schedule_container .pc {
    display: none !important;
  }
  .schedule_container .sp {
    display: block !important;
  }
}

.schedule_ttl {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 12.5rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  position: absolute;
  top: 50px;
  left: -175px;
}

.schedule_sub_ttl {
  color: #000;
  font-size: 2.125rem;
  font-weight: bold;
  line-height: 2.8125rem;
  letter-spacing: 0.04em;
  padding-bottom: 6.25rem;
  padding-left: 4rem;
}
@media screen and (max-width: 860px) {
  .schedule_sub_ttl {
    color: #0062ad;
    font-size: 1.125rem;
    line-height: 1.6875rem;
    letter-spacing: 0.02em;
    padding-left: 0;
    padding-bottom: 3.125rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .schedule_sub_ttl .pc {
    display: none !important;
  }
  .schedule_sub_ttl .sp {
    display: block !important;
  }
}

.schedule_chart {
  max-width: 960px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 860px) {
  .schedule_chart {
    display: block;
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .schedule_chart .pc {
    display: none !important;
  }
  .schedule_chart .sp {
    display: block !important;
  }
}

.schedule_chart_1 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 860px) {
  .schedule_chart_1 {
    width: 100%;
    padding-bottom: 2.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .schedule_chart_1 .pc {
    display: none !important;
  }
  .schedule_chart_1 .sp {
    display: block !important;
  }
}

.schedule_chart_2 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 860px) {
  .schedule_chart_2 {
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .schedule_chart_2 .pc {
    display: none !important;
  }
  .schedule_chart_2 .sp {
    display: block !important;
  }
}

.chart_box_wrap {
  margin: 0 auto 0 0;
  position: relative;
}
@media screen and (max-width: 860px) {
  .chart_box_wrap {
    margin-left: 40px;
    width: 300px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_box_wrap .pc {
    display: none !important;
  }
  .chart_box_wrap .sp {
    display: block !important;
  }
}

.chart_box2_wrap {
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 860px) {
  .chart_box2_wrap {
    margin-left: 40px;
    width: 300px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_box2_wrap .pc {
    display: none !important;
  }
  .chart_box2_wrap .sp {
    display: block !important;
  }
}

.chart_box2_wrap::after {
  content: '';
  position: absolute;
  top: 55px;
  left: 0;
  width: 2px;
  height: 750px;
  background-color: #0062ad;
  z-index: 0;
}
@media screen and (max-width: 860px) {
  .chart_box2_wrap::after {
    content: '';
    position: absolute;
    top: 45px;
    left: -30px;
    width: 1px;
    height: 88%;
    background-color: #0062ad;
    z-index: 3;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_box2_wrap::after .pc {
    display: none !important;
  }
  .chart_box2_wrap::after .sp {
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .chart_box_wrap::after {
    content: '';
    position: absolute;
    top: 45px;
    left: -30px;
    width: 1px;
    height: 88%;
    background-color: #2db9b7;
    z-index: 3;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_box_wrap::after .pc {
    display: none !important;
  }
  .chart_box_wrap::after .sp {
    display: block !important;
  }
}

.chart_ttl_area {
  width: 370px;
  text-align: center;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 860px) {
  .chart_ttl_area {
    text-align: left;
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_ttl_area .pc {
    display: none !important;
  }
  .chart_ttl_area .sp {
    display: block !important;
  }
}

.chart_ttl_area2 {
  width: 370px;
  text-align: center;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 860px) {
  .chart_ttl_area2 {
    text-align: left;
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_ttl_area2 .pc {
    display: none !important;
  }
  .chart_ttl_area2 .sp {
    display: block !important;
  }
}

.chart_ttl {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.125rem;
  font-weight: bold;
  padding-bottom: 3.125rem;
}
@media screen and (max-width: 860px) {
  .chart_ttl {
    font-size: 1rem;
    padding-bottom: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_ttl .pc {
    display: none !important;
  }
  .chart_ttl .sp {
    display: block !important;
  }
}

.chart_box {
  width: 370px;
  height: 110px;
  position: relative;
  background-color: #fff;
  border: 2px solid #2db9b7;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 15px;
  margin: 0 auto 40px 0;
}
@media screen and (max-width: 860px) {
  .chart_box {
    width: 300px;
    height: auto;
    text-align: left;
    padding: 20px 20px 20px 20px;
    margin: 0 auto 40px;
    justify-content: flex-start;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_box .pc {
    display: none !important;
  }
  .chart_box .sp {
    display: block !important;
  }
}

.chart_box2 {
  width: 370px;
  height: 110px;
  position: relative;
  background-color: #fff;
  border: 2px solid #0062ad;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 15px;
  margin: 0 0 40px auto;
}
@media screen and (max-width: 860px) {
  .chart_box2 {
    width: 300px;
    height: auto;
    text-align: left;
    padding: 20px 20px 20px 20px;
    margin: 0 auto 40px;
    justify-content: flex-start;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_box2 .pc {
    display: none !important;
  }
  .chart_box2 .sp {
    display: block !important;
  }
}

.chart_box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -105px;
  width: 105px;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgba(45, 185, 183, 0.4);
}
@media screen and (max-width: 860px) {
  .chart_box::after {
    display: none;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_box::after .pc {
    display: none !important;
  }
  .chart_box::after .sp {
    display: block !important;
  }
}

.chart_box2::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -105px;
  width: 105px;
  height: 1px;
  transform: translateY(-50%);
  background-color: rgba(0, 98, 173, 0.4);
}
@media screen and (max-width: 860px) {
  .chart_box2::after {
    display: none;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_box2::after .pc {
    display: none !important;
  }
  .chart_box2::after .sp {
    display: block !important;
  }
}

.chart_box::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -123px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #2db9b7, #0062ad);
  z-index: 5;
}
@media screen and (max-width: 860px) {
  .chart_box::before {
    left: -41px;
    right: auto;
    background: #2db9b7;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_box::before .pc {
    display: none !important;
  }
  .chart_box::before .sp {
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .chart_box2::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 5;
    left: -41px;
    right: auto;
    background: #0062ad;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_box2::before .pc {
    display: none !important;
  }
  .chart_box2::before .sp {
    display: block !important;
  }
}

.chart_box_ttl {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .chart_box_ttl {
    font-size: 1rem;
    line-height: 1.125rem;
    font-weight: bold;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_box_ttl .pc {
    display: none !important;
  }
  .chart_box_ttl .sp {
    display: block !important;
  }
}

.chart_txt {
  color: #000;
  font-size: 1rem;
  line-height: 1.4375rem;
  display: inline-block;
  padding-top: 0.625rem;
  width: 100%;
  font-weight: normal;
}
@media screen and (max-width: 860px) {
  .chart_txt {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .chart_txt .pc {
    display: none !important;
  }
  .chart_txt .sp {
    display: block !important;
  }
}

/*  ----------------------------------------------------------

下層ページ　contact

----------------------------------------------------------  */
.lower_contact_section {
  margin: 0 auto;
  padding-top: 4.375rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 860px) {
  .lower_contact_section {
    padding-bottom: 0;
    padding-top: 5.625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_contact_section .pc {
    display: none !important;
  }
  .lower_contact_section .sp {
    display: block !important;
  }
}

.lower_contact_container {
  background-color: #0062ad;
  border-radius: 30px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 5.625rem 1.875rem 1.875rem;
}
@media screen and (max-width: 860px) {
  .lower_contact_container {
    padding: 4.375rem 0 0;
    border-radius: 20px 20px 0 0;
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_contact_container .pc {
    display: none !important;
  }
  .lower_contact_container .sp {
    display: block !important;
  }
}

.lower_contact_ttl_area {
  padding-bottom: 5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
}
@media screen and (max-width: 860px) {
  .lower_contact_ttl_area {
    width: 100%;
    display: block;
    padding: 0 1rem 3.125rem;
    text-align: center;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .lower_contact_ttl_area .pc {
    display: none !important;
  }
  .lower_contact_ttl_area .sp {
    display: block !important;
  }
}

.ttl_left {
  color: #fff;
}

.white {
  color: #fff;
}

.contact_info_txt {
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
}
@media screen and (max-width: 860px) {
  .contact_info_txt {
    font-size: 0.9375rem;
    padding-top: 1.875rem;
    text-align: left;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .contact_info_txt .pc {
    display: none !important;
  }
  .contact_info_txt .sp {
    display: block !important;
  }
}

.contact_form_container {
  background-color: #ebf0f7;
  border-radius: 30px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 860px) {
  .contact_form_container {
    padding: 5rem 1rem;
    border-radius: 20px 20px 0 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .contact_form_container .pc {
    display: none !important;
  }
  .contact_form_container .sp {
    display: block !important;
  }
}

.form_state {
  display: flex;
  justify-content: center;
  gap: 73px;
  padding-bottom: 4.375rem;
}

.form_state_txt {
  color: #0062ad;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  position: relative;
  padding-top: 4px;
}

.form_state_txt::after {
  content: '';
  position: absolute;
  top: -25px;
  left: 50%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 144, 255, 0.15);
  z-index: 2;
}

.form_state_txt::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: #0062ad;
  z-index: 5;
}

.state_off,
.state_off2 {
  color: #cecece;
  font-size: 1.125rem;
  line-height: 2.1875rem;
  letter-spacing: 0.02em;
  font-weight: bold;
  position: relative;
  padding-top: 4px;
}

.state_off::before,
.state_off2::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: #cecece;
  z-index: 5;
}

.state_off::after {
  content: '';
  position: absolute;
  top: -13px;
  left: -39px;
  width: 110px;
  height: 1px;
  transform: translateX(-50%);
  z-index: 0;
  border-bottom: 1px dashed #cecece;
}

.state_off2::after {
  content: '';
  position: absolute;
  top: -13px;
  left: 70px;
  width: 110px;
  height: 1px;
  transform: translateX(-50%);
  z-index: 0;
  border-bottom: 1px dashed #cecece;
}

.asterisk {
  color: #ff2c2c;
  font-size: 1rem;
  line-height: 1.8125rem;
  letter-spacing: 0.02em;
  text-align: left;
}

.contact_form_wraper {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .contact_form_wraper {
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .contact_form_wraper .pc {
    display: none !important;
  }
  .contact_form_wraper .sp {
    display: block !important;
  }
}

.contact_form {
  padding-top: 3.125rem;
  width: 800px;
}
@media screen and (max-width: 860px) {
  .contact_form {
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .contact_form .pc {
    display: none !important;
  }
  .contact_form .sp {
    display: block !important;
  }
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-bottom: 1px solid #cecece;
  padding-bottom: 1.875rem;
}

.input-form {
  border-bottom: 1px solid #fff;
}

.form_dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 860px) {
  .form_dl {
    display: block;
    text-align: left;
    padding-bottom: 1.6875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .form_dl .pc {
    display: none !important;
  }
  .form_dl .sp {
    display: block !important;
  }
}

@media screen and (max-width: 860px) {
  .form_username {
    width: 100%;
    padding-bottom: 0.625rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .form_username .pc {
    display: none !important;
  }
  .form_username .sp {
    display: block !important;
  }
}

.aster {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.375rem;
  letter-spacing: 0.02em;
  padding: 0.625rem;
}
@media screen and (max-width: 860px) {
  .aster {
    font-size: 1.125rem;
    padding: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .aster .pc {
    display: none !important;
  }
  .aster .sp {
    display: block !important;
  }
}

.input_area {
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5625rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.8125rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 860px) {
  .input_area {
    width: 100%;
    padding: 1.25rem 1.25rem 1.25rem 0.9375rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .input_area .pc {
    display: none !important;
  }
  .input_area .sp {
    display: block !important;
  }
}

.checkbox_txt_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 3.75rem;
  padding-bottom: 2.8125rem;
}
@media screen and (max-width: 860px) {
  .checkbox_txt_area {
    padding-top: 1.9375rem;
    padding-bottom: 2.5rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .checkbox_txt_area .pc {
    display: none !important;
  }
  .checkbox_txt_area .sp {
    display: block !important;
  }
}

.checkbox_txt {
  font-size: 1rem;
  line-height: 1.8125rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: left;
  color: #000;
}

input[type='checkbox'] {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid #fff;
}

/* デフォルトチェックボックス非表示 */
.checkbox_txt input {
  display: none;
}

.checkbox_txt {
  position: relative;
}

/* チェックボックスのスタイル */
.checkmark {
  position: absolute;
  top: 3px;
  left: -40px;
  height: 24px;
  width: 24px;
  border: none;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: #fff;
}

/* チェックマーク作成 */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 0px;
  width: 8px;
  height: 13px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* チェック時のスタイル */
input:checked + .checkmark {
  background-color: #0062ad;
  border: 2px solid #0062ad;
}

/* チェック時 チェックマーク表示 */
input:checked + .checkmark:after {
  display: block;
}

.form-btns {
  width: 300px;
  height: 80px;
  color: #0062ad;
  border-radius: 50px;
}
@media screen and (max-width: 860px) {
  .form-btns {
    max-width: 320px;
    height: 70px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .form-btns .pc {
    display: none !important;
  }
  .form-btns .sp {
    display: block !important;
  }
}

.c-btn-next {
  color: #0062ad;
  width: 100%;
  height: 100%;
}

.c-btn-next:hover {
  color: #fff;
}

.formTable_tr {
  padding-bottom: 30px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .formTable_tr {
    padding-bottom: 25px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .formTable_tr .pc {
    display: none !important;
  }
  .formTable_tr .sp {
    display: block !important;
  }
}

.formTable_th {
  width: 100%;
  padding-bottom: 5px;
  display: block;
  text-align: left;
  font-size: 1rem;
  line-height: 1.8125rem;
  letter-spacing: 0.02em;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .formTable_th {
    font-size: 0.9375rem;
    letter-spacing: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .formTable_th .pc {
    display: none !important;
  }
  .formTable_th .sp {
    display: block !important;
  }
}

.formTable_td {
  width: 800px;
  padding-bottom: 5px;
  display: block;
  text-align: left;
}
@media screen and (max-width: 860px) {
  .formTable_td {
    width: 100%;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .formTable_td .pc {
    display: none !important;
  }
  .formTable_td .sp {
    display: block !important;
  }
}

.check-box_wrap {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
}
@media screen and (max-width: 860px) {
  .check-box_wrap {
    width: 100%;
    flex-wrap: wrap;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .check-box_wrap .pc {
    display: none !important;
  }
  .check-box_wrap .sp {
    display: block !important;
  }
}

.check-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 68px;
  text-align: center;
  cursor: pointer;
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  .check-box {
    height: 60px;
    padding-left: 13px;
    padding-right: 13px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .check-box .pc {
    display: none !important;
  }
  .check-box .sp {
    display: block !important;
  }
}

.check-text {
  /* チェックボックスとテキストの上下を中央に */
  align-items: center;
  display: flex;
  font-size: 1rem;
  line-height: 1.8125rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  .check-text {
    font-size: 0.9375rem;
    letter-spacing: 0;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .check-text .pc {
    display: none !important;
  }
  .check-text .sp {
    display: block !important;
  }
}

.check-box input {
  display: none; /* デフォルトのチェックボックスを非表示 */
}

.check-box input + .check-text::after {
  /* チェック入れる前のチェックボックス画像 */
  content: '';
  position: relative;
  height: 24px;
  width: 24px;
  background-image: url('../img/check_off.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
}
@media screen and (max-width: 860px) {
  .check-box input + .check-text::after {
    margin-left: 10px;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .check-box input + .check-text::after .pc {
    display: none !important;
  }
  .check-box input + .check-text::after .sp {
    display: block !important;
  }
}

.check-box input:checked + .check-text::after {
  /* チェック入れた後のチェックボックス画像 */
  background-image: url('../img/check.svg');
}

.check-box.checked {
  border: 1px solid #0062ad;
}

.thanks_ttl {
  font-family: 'Roboto', sans-serif;
  color: #0062ad;
  font-size: 4.375rem;
  font-weight: 800;
  width: 100%;
  padding-bottom: 1.875rem;
}
@media screen and (max-width: 860px) {
  .thanks_ttl {
    font-size: 1.875rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .thanks_ttl .pc {
    display: none !important;
  }
  .thanks_ttl .sp {
    display: block !important;
  }
}

.thanks_subttl {
  font-size: 1.125rem;
  line-height: 2.1875rem;
  font-weight: bold;
  color: #000;
  padding-bottom: 0.625rem;
}

.thanks_txt {
  font-size: 1rem;
  color: #000;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 860px) {
  .thanks_txt {
    font-size: 0.9375rem;
    padding-bottom: 3.125rem;
    /* スマートフォン・タブレットで見たときは"sp"のclassがついた画像が表示される */
  }
  .thanks_txt .pc {
    display: none !important;
  }
  .thanks_txt .sp {
    display: block !important;
  }
}
/*# sourceMappingURL=style.css.map */
