@charset "UTF-8";
/*
Theme Name: Brighten
Author: 株式会社GYOKU
Description: 「社会保険労務士法人ブライトン」のテーマです。
*/

/*共通
---------------------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 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
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}


* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #004386;
}

a:hover {
  opacity: 0.7;
}

img {
  line-height: 0;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  vertical-align: middle;
  max-inline-size: 100%;
  max-block-size: 100%
}

body {
  color: #333;
  background-color: #EFFCFF;
  text-align: left;
  font-family: "fot-tsukubrdgothic-std", "筑紫B丸ゴシック", "Arial", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  font-size: calc(14vw / 1440 * 100);

  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: justify;
}


@media screen and (max-width: 767px) {
  body {
    font-size: calc(14vw / 390 * 100);
  }
}

/* common
------------------------------------------------ */
main {
  /* text-align: center; */
  padding-top: calc(200vw / 1440 * 100);
  overflow-x: hidden;
}

.post-type-archive main {
  overflow-x: visible;
}

.section {
  display: flex;
  width: calc(1133vw / 1440 * 100);
  justify-content: space-between;
  align-items: flex-end;
  margin-top: calc(199vw / 1440 * 100);
  margin-right: auto;
}


/* Fadein Animation */
.js-fadein {
  opacity: 0;
  transition: opacity 1.25s ease, transform 1.25s ease;
}

.js-fadein.is-visible {
  opacity: 1;
}

/* Fadein from UP */
.js-fadein-up {
  opacity: 0;
  transform: translateY(calc(20vw / 1440 * 100));
  transition: opacity 1.25s ease, transform 1.25s ease;
}

.js-fadein-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Fadein from Left */
.js-fadein-left {
  opacity: 0;
  transform: translateX(calc(-24vw / 1440 * 100));
  transition: opacity 1.25s ease, transform 1.25s ease;
}

.js-fadein-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Fadein from Right */
.js-fadein-right {
  opacity: 0;
  transform: translateX(calc(24vw / 1440 * 100));
  transition: opacity 1.25s ease, transform 1.25s ease;
}

.js-fadein-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}

/* Fadein from Delay */
.js-fadein-delay {
  opacity: 0;
  transition: opacity 1.25s ease;
  transition-delay: 0.5s;
}

.js-fadein-delay.is-visible {
  opacity: 1;
}


.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.br-pc {
  display: inline-block;
}

.br-sp {
  display: none;
}

.u-fadeUp {
  opacity: 1;
  filter: blur(0);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition-delay: opacity 0s, filter 0.3s, transform 0s;
  transform: translateY(0%);
}

.u-fadeUp.is-active {
  opacity: 0;
  transform: translateY(5%);
  filter: blur(10px);
}

.u-fadeIn {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition: opacity 1.2s, filter 1.2s, transform 1.2s;
  transition-delay: opacity 0.6s, filter 0.9s, transform 0.9s;
}

.u-fadeIn.is-active {
  transform: scale(1.05);
  opacity: 0;
  filter: blur(12px);
}

@media screen and (max-width: 767px) {
  main {
    padding-top: calc(86vw / 390 * 100);
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }


  /* Fadein from UP */
  .js-fadein-up {
    opacity: 0;
    transform: translateY(calc(15vw / 390 * 100));
    transition: opacity 1.25s ease, transform 1.25s ease;
  }

  /* Fadein from Left */
  .js-fadein-left {
    opacity: 0;
    transform: translateX(calc(-20vw / 390 * 100));
    transition: opacity 1.25s ease, transform 1.25s ease;
  }

  /* Fadein from Right */
  .js-fadein-right {
    opacity: 0;
    transform: translateX(calc(20vw / 1440 * 100));
    transition: opacity 1.25s ease, transform 1.25s ease;
  }

}

/* header
------------------------------------------------ */
.header {
  position: fixed;
  top: calc(55vw / 1440 * 100);
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 50;
  font-family: "Zen Maru Gothic", sans-serif;
  transition: all 0.25s ease-in-out;
}

.header_logo {
  margin-left: calc(56vw / 1440 * 100);
  width: calc(129vw / 1440 * 100);
  transition: all 0.25s ease-in-out;
}

.header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;

  background-color: #EFFCFF;
  background: rgba(239, 252, 255, 0.75);
  padding: calc(18.5vw / 1440 * 100) 0 calc(18.5vw / 1440 * 100) calc(30vw / 1440 * 100);
  transition: all 0.25s ease-in-out;
}

.header_nav_link {
  margin: 0 calc(17vw / 1440 * 100);
  font-size: calc(14vw / 1440 * 100);
  line-height: 1;
}

.header_nav_link-emphasis {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: calc(14vw / 1440 * 100);
  line-height: 1;
  padding: calc(10vw / 1440 * 100) calc(20vw / 1440 * 100) calc(10vw / 1440 * 100) calc(36vw / 1440 * 100);
  margin: 0 calc(17vw / 1440 * 100);
  border-radius: calc(calc(1vw / 1440 * 100) * infinity);
  color: #fff;
  background-color: #004386;
}

.header_nav_link-emphasis .icon_key {
  content: "";
  display: block;
  background-image: url(images/common/icon_key_w.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(17vw / 1440 * 100);
  height: calc(17vw / 1440 * 100);
  margin-left: calc(4vw / 1440 * 100);
}

.header_nav_link-emphasis:last-of-type {
  border-radius: calc(calc(1vw / 1440 * 100) * infinity) 0 0 calc(calc(1vw / 1440 * 100) * infinity);
  margin: 0 0 0 calc(17vw / 1440 * 100);
}

.header_button {
  display: none;
}

.header_nav_sp_menu {
  display: none;
}


@media screen and (min-width: 768px) {
  .header.is-scroll {
    top: calc(0vw / 1440 * 100);
    align-items: flex-start;
  }

  .header.is-scroll .header_logo {
    width: calc(93vw / 1440 * 100);
    margin-top: calc(31vw / 1440 * 100);
  }

  .header.is-scroll.is-show .header_nav {
    opacity: 0;
  }

  .header.is-scroll.is-show.is-up .header_nav {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {

  .header {
    top: 0;
    padding-top: calc(15vw / 390 * 100);
  }

  .header_logo {
    margin-left: calc(24vw / 390 * 100);
    width: calc(67vw / 390 * 100);
  }

  .header_nav_link {
    margin: 0 0 calc(32vw / 390 * 100);
    font-size: calc(22vw / 390 * 100);
    font-weight: 500;
  }

  .header_nav_link::before {
    content: "・";
    margin-right: calc(8vw / 390 * 100);
  }

  .header_nav_link-emphasis {
    margin: 0 0 calc(32vw / 390 * 100);
    font-size: calc(22vw / 390 * 100);
    font-weight: 500;
    color: #004386;
    background-color: unset;
    padding: 0;
    position: relative;
  }

  .header_nav_link-emphasis:last-of-type {
    border-radius: unset;
    margin: calc(30vw / 390 * 100) 0 calc(32vw / 390 * 100);
  }

  .header_nav_link-emphasis::before {
    content: "・";
    margin-right: calc(14vw / 390 * 100);
  }

  .header_nav_link-emphasis::after {
    position: absolute;
    content: "会員専用";
    font-size: calc(12vw / 390 * 100);
    font-weight: 400;
    background-color: #004386;
    color: #fff;
    width: calc(136vw / 390 * 100);
    height: auto;
    background-image: none;
    text-align: center;
    padding: calc(5vw / 390 * 100) 0;
    top: calc(-30vw / 390 * 100);
    left: 0;
    border-radius: 0 calc((1vw / 390 * 100) * infinity) calc((1vw / 390 * 100) * infinity) 0;
  }


  .header_nav_link-emphasis .icon_key {
    content: "";
    display: block;
    background-image: url(images/common/icon_key.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(22vw / 390 * 100);
    height: calc(22vw / 390 * 100);
    margin-left: calc(5vw / 390 * 100);
  }


  .header_nav_sp_menu {
    display: block;
    font-size: calc(16vw / 390 * 100);
    font-weight: 500;
    width: 100%;
  }

  .header_nav_sp_btn_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(45vw / 390 * 100);
  }

  .header_nav_btn {
    width: calc(144vw / 390 * 100);
    padding: calc(20vw / 390 * 100) 0;
    background-color: #F6D600;
    border-radius: calc((1vw / 390 * 100) * infinity);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 0vw;
    height: 0vh;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    transition: opacity 0.3s 0s;
    opacity: 0;
    z-index: 80;
    pointer-events: none;
  }

  .header_nav.is-active {
    width: 100vw;
    height: 100vh;
    background-color: #EFFCFF;
    transition: opacity 0.3s 0s;
    opacity: 1;
    pointer-events: all;

  }

  .header_nav_inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(300vw / 390 * 100);
  }

  .header_button {
    position: relative;
    display: block;
    width: calc(100vw / 390 * 100);
    height: calc(60vw / 390 * 100);
    cursor: pointer;
    z-index: 300;
  }

  .header_button_bar {
    position: absolute;
    display: inline-block;
    width: calc(55vw / 390 * 100);
    height: calc(5vw / 390 * 100);
    border-radius: 0 calc(5vw / 390 * 100) calc(5vw / 390 * 100) 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #004386;
    transform-origin: center center;
    transition: right 0.3s ease-in-out, left 0.3s ease-in-out;
  }

  .header_button_bar:nth-child(1) {
    top: calc(20vw / 390 * 100);
  }

  .is-active>.header_button_bar:nth-child(1) {
    right: calc(20vw / 390 * 100);
  }

  .header_button_bar:nth-child(2) {
    bottom: calc(20vw / 390 * 100);
  }

  .is-active>.header_button_bar:nth-child(2) {
    left: calc(20vw / 390 * 100);
  }

  .is-fixed-sp {
    height: 100%;
    overflow: hidden;
  }

}


/* footer
------------------------------------------------ */
.footer {
  border-top: calc(12vw / 1440 * 100) solid #004386;
  padding: calc(71vw / 1440 * 100) 0;
  background-color: #fff;
}

.footer_wrap {
  width: calc(1250vw / 1440 * 100);
  margin: auto;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer_logo {
  width: calc(191vw / 1440 * 100);
}

.footer_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(610vw / 1440 * 100);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.footer_nav_block {
  width: 70%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer_nav_block-special {
  width: 25.5%;
}

.footer_nav_link {
  width: 50%;
  margin-bottom: calc(20vw / 1440 * 100);
  font-size: calc(14vw / 1440 * 100);
  line-height: 1.45;
}

.footer_nav_block-wide {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer_nav_headline {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(19vw / 1440 * 100);
  font-size: calc(12vw / 1440 * 100);
  margin-bottom: calc(20vw / 1440 * 100);
  background-color: #004386;
  color: #fff;
  border-radius: calc(calc(1vw / 1440 * 100) * infinity) 0 0 calc(calc(1vw / 1440 * 100) * infinity);
}

.footer_nav_headline-strong {
  width: 100%;
  font-size: calc(20vw / 1440 * 100);
  margin-top: calc(30vw / 1440 * 100);
  margin-bottom: calc(17vw / 1440 * 100);
  color: #004386;
}

.footer_nav_link-special {
  width: 100%;
  margin-bottom: calc(20vw / 1440 * 100);
  font-size: calc(14vw / 1440 * 100);
  line-height: 1;
}

.footer_nav_link::before {
  content: "・";
}

.footer_nav_link-sub {
  display: inline-block;
  font-size: calc(14vw / 1440 * 100);
  line-height: 1;
  margin-right: calc(10vw / 1440 * 100);
  color: #3E3A39;
  font-weight: 400;
}

.footer_nav_link-sub::before {
  content: "・";
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: calc(50vw / 1440 * 100);
  width: calc(1110vw / 1440 * 100);
}

.footer_copyright {
  font-family: "Inter", sans-serif;
  font-size: calc(12vw / 1440 * 100);
  margin-bottom: calc(-10vw / 1440 * 100);
}

.footer_privacy {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(473vw / 1440 * 100);
}

.footer_privacy_logo {
  width: calc(57vw / 1440 * 100);
  margin-right: calc(17vw / 1440 * 100);
}

.footer_privacy_logo a {
  display: block;
}

.footer_privacy_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer_privacy_text {
  font-size: calc(12vw / 1440 * 100);
  line-height: 1.5;
  width: calc(372vw / 1440 * 100);
}

@media screen and (max-width: 767px) {
  .footer {
    border-top: calc(12vw / 390 * 100) solid #004386;
    padding: calc(56vw / 390 * 100) 0 calc(7vw / 390 * 100);
    background-color: #fff;
  }

  .footer_wrap {
    width: calc(320vw / 390 * 100);
    margin: auto;
  }

  .footer_top {
    flex-direction: column;

  }

  .footer_logo {
    width: calc(128vw / 390 * 100);
    margin-bottom: calc(64vw / 390 * 100);
  }

  .footer_nav {
    width: 100%;
    flex-direction: column;
  }

  .footer_nav_block {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }



  .footer_nav_block-special {
    width: 100%;
  }

  .footer_nav_link {
    width: 100%;
    margin-bottom: calc(20vw / 390 * 100);
    font-size: calc(16vw / 390 * 100);
    line-height: 1.45;
  }

  .footer_nav_block-wide {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .footer_nav_headline {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(19vw / 390 * 100);
    font-size: calc(12vw / 390 * 100);
    margin-top: calc(20vw / 390 * 100);
    margin-bottom: calc(10vw / 390 * 100);
    width: calc(150vw / 390 * 100);
  }

  .footer_nav_headline-strong {
    width: 100%;
    font-size: calc(20vw / 390 * 100);
    margin-top: calc(64vw / 390 * 100);
    margin-bottom: calc(16vw / 390 * 100);
  }

  .footer_nav_link::before {
    content: "・";
  }

  .footer_nav_link-sub {
    display: inline;
    font-size: calc(14vw / 390 * 100);
    line-height: 1.6;
    margin-right: calc(10vw / 390 * 100);
    color: #3E3A39;
    font-weight: 400;
  }

  .footer_nav_link-sub::before {
    content: "・";
  }

  .footer_nav_link:nth-child(1) {
    order: 1;
  }

  .footer_nav_link:nth-child(2) {
    order: 5;
  }

  .footer_nav_link:nth-child(3) {
    order: 2;
  }

  .footer_nav_link:nth-child(4) {
    order: 6;
  }

  .footer_nav_link:nth-child(5) {
    order: 3;
  }

  .footer_nav_link:nth-child(6) {
    order: 7;
  }

  .footer_nav_link:nth-child(7) {
    order: 4;
  }

  .footer_bottom {
    margin-top: calc(35vw / 390 * 100);
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer_copyright {
    font-family: "Inter", sans-serif;
    font-size: calc(12vw / 390 * 100);
    margin-top: calc(80vw / 390 * 100);
    margin-bottom: 0;
  }

  .footer_privacy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer_privacy_logo {
    width: calc(57vw / 390 * 100);
    margin-right: 0;
  }

  .footer_privacy_text {
    font-size: calc(12vw / 390 * 100);
    width: calc(246vw / 390 * 100);
  }
}

/* end_contact
------------------------------------------------ */

.end_contact {
  position: relative;
}


.end_contact_inner {
  position: relative;
  width: calc(895vw / 1440 * 100);
  margin: calc(130vw / 1440 * 100) auto calc(130vw / 1440 * 100);
  background-color: #004386;
  color: #fff;
  padding: calc(55vw / 1440 * 100) calc(146vw / 1440 * 100) calc(16vw / 1440 * 100);
  box-sizing: border-box;

  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
}

.end_contact_inner:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/top/top_company_bg.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(19vw / 1440 * 100);
  height: calc(65vw / 1440 * 100);
  bottom: calc(-1vw / 1440 * 100);
  left: calc(40vw / 1440 * 100);
}

.end_contac_top {}

.end_contact_title {
  font-size: calc(28vw / 1440 * 100);
  line-height: 2;
  text-align: center;
}

.end_contact_copy {
  display: block;
  font-size: calc(14vw / 1440 * 100);
  line-height: 2;
  text-align: center;
}

.end_contact_bottom {
  margin-top: calc(50vw / 1440 * 100);
}

.end_contact_block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(386vw / 1440 * 100);
  margin: 0 auto;
  margin-bottom: calc(34vw / 1440 * 100);
}

.end_contact_section+.end_contact_section {
  padding-top: calc(35vw / 1440 * 100);
  border-top: calc(1vw / 1440 * 100) solid #fff;
}

.end_contact_icon {
  width: calc(60vw / 1440 * 100);
  height: calc(60vw / 1440 * 100);
  margin-right: calc(26vw / 1440 * 100);
  object-position: center center;
  object-fit: contain;
}

.end_contact_button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(300vw / 1440 * 100);
  padding: calc(10vw / 1440 * 100) calc(20vw / 1440 * 100) calc(10vw / 1440 * 100) calc(43vw / 1440 * 100);
  border-radius: calc(8vw / 1440 * 100);
  font-size: calc(14vw / 1440 * 100);
  line-height: 2;
  background-color: #fff;
  color: #004386;
  font-weight: 700;
}

.end_contact_button_arrow {
  width: calc(14vw / 1440 * 100);
  height: calc(14vw / 1440 * 100);
}

.end_contact_info {
  font-weight: 700;
}

.end_contact_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.end_contact_list+.end_contact_list {
  margin-top: calc(25vw / 1440 * 100);
}

.end_contact_list_headline {
  width: calc(115vw / 1440 * 100);
  font-size: calc(14vw / 1440 * 100);
}

.end_contact_list_number {
  font-size: calc(22vw / 1440 * 100);
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: calc(1vw / 1440 * 100);
}

@media screen and (max-width: 767px) {

  .end_contact_inner {
    position: relative;
    width: calc(320vw / 390 * 100);
    margin: calc(103vw / 390 * 100) auto calc(74vw / 390 * 100);
    padding: calc(32vw / 390 * 100) calc(28vw / 390 * 100) calc(30vw / 390 * 100);
    box-sizing: border-box;
  }

  .end_contact_inner:before {
    width: calc(18vw / 390 * 100);
    height: calc(64vw / 390 * 100);
    bottom: calc(-1vw / 390 * 100);
    left: calc(40vw / 390 * 100);
  }

  .end_contac_top {}

  .end_contact_title {
    font-size: calc(28vw / 390 * 100);
    line-height: 2;
    text-align: center;
  }

  .end_contact_copy {
    font-size: calc(14vw / 390 * 100);
    line-height: 1.5;
    text-align: center;
    display: block;
    margin: auto;
  }

  .end_contact_bottom {
    margin-top: calc(33vw / 390 * 100);
  }

  .end_contact_block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: calc(21vw / 390 * 100);
  }

  .end_contact_section+.end_contact_section {
    padding-top: calc(20vw / 390 * 100);
    border-top: calc(1vw / 390 * 100) solid #fff;
  }

  .end_contact_section+.end_contact_section .end_contact_block {
    align-items: flex-start;
  }

  .end_contact_icon {
    width: calc(40vw / 390 * 100);
    height: calc(40vw / 390 * 100);
    margin-right: calc(19vw / 390 * 100);
    object-position: center center;
    object-fit: contain;
  }

  .end_contact_section+.end_contact_section .end_contact_icon {
    margin-top: calc(2vw / 390 * 100);
  }

  .end_contact_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(205vw / 390 * 100);
    padding: calc(10vw / 390 * 100) calc(15vw / 390 * 100) calc(10vw / 390 * 100) calc(38vw / 390 * 100);
    border-radius: calc(8vw / 390 * 100);
    font-size: calc(14vw / 390 * 100);
    line-height: 1;
    background-color: #fff;
    color: #004386;
    font-weight: 700;
  }

  .end_contact_button_arrow {
    width: calc(14vw / 390 * 100);
    height: calc(14vw / 390 * 100);
  }

  .end_contact_info {
    font-weight: 700;
  }

  .end_contact_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .end_contact_list+.end_contact_list {
    margin-top: calc(25vw / 390 * 100);
  }

  .end_contact_list_headline {
    width: calc(205vw / 390 * 100);
    font-size: calc(14vw / 390 * 100);
    margin-bottom: calc(8vw / 390 * 100);
  }

  .end_contact_list_number {
    font-size: calc(22vw / 390 * 100);
    color: #fff;
    text-decoration-thickness: calc(1vw / 390 * 100);
  }
}





.floating-bnr {
  background-color: #F6D600;
  border-radius: 1em 0 0 1em;
  top: 50%;
  right: 0;
  position: fixed;
  z-index: 10;
  transform: translateY(-50%);
}

.floating-bnr-ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  color: #004386;
  font-size: calc(16vw / 1440 * 100);
  writing-mode: vertical-rl;
  font-weight: 500;

  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(48vw / 1440 * 100);
  height: calc(184vw / 1440 * 100);
  top: calc(-14vw / 1440 * 100);
}

.floating-bnr-ttl::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/common/icon_arrow_right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(14vw / 1440 * 100);
  height: calc(14vw / 1440 * 100);
  bottom: 2em;
  right: 1.1em;
  /*transform: translateY(-50%);*/
}


@media screen and (max-width: 767px) {

  .floating-bnr {
    top: auto;
    bottom: calc(30vw / 390 * 100);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2em;
    width: calc(266vw / 390 * 100);
    height: calc(60vw / 390 * 100);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .floating-bnr-ttl {
    padding: 0;
    font-size: calc(20vw / 390 * 100);
    writing-mode: unset;
    width: auto;
    height: auto;
    top: auto;
  }

  .floating-bnr-ttl::after {
    width: calc(16vw / 390 * 100);
    height: calc(16vw / 390 * 100);
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: calc(-40vw / 390 * 100);
  }

}

/* top
------------------------------------------------ */
.top {}


/* mv-section */
.mv-slide {
  margin-right: auto;
  width: calc(1340vw /1440*100);
}

/* ズーム */
.splide__slide img {
  aspect-ratio: 5/2;
  object-fit: cover;
  transition: 11.0s ease-out;
}

.splide__slide.is-active img {
  transform: scale(1.15);
  transition-delay: 0s;
}

/* スライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}

/* スライドのページネーション */
.splide__pagination__page {
  width: calc(53vw / 1440 * 100);
  height: calc(6vw / 1440 * 100);
  border-radius: 0 calc(6vw / 1440 * 100) calc(6vw / 1440 * 100) 0;
  border: none;
  background-color: #D9D9D9;
  margin: calc(25vw / 1440 * 100) calc(20vw / 1440 * 100);
}

.splide__pagination__page.is-active {
  background-color: #AAAAAA;
}

.splide_sp {
  position: relative;
  visibility: hidden;
}


@media screen and (max-width: 767px) {

  /* mv-section */
  .mv-slide {
    margin-right: auto;
    width: calc(366vw / 390 * 100);
  }

  .splide__slide img {
    aspect-ratio: 73 / 107;
  }


  .splide__pagination__page {
    width: calc(45vw / 390 * 100);
    height: calc(6vw / 390 * 100);
    border-radius: 0 calc(6vw / 390 * 100) calc(6vw / 390 * 100) 0;
    margin: calc(20vw / 390 * 100) calc(17vw / 390 * 100) calc(14vw / 390 * 100);
  }

}


.top_title {
  width: calc(1200vw / 1440 * 100);
  margin: calc(80vw / 1440 * 100) auto calc(85vw / 1440 * 100);
  font-size: calc(56vw / 1440 * 100);
  line-height: 1.4;
  color: #204583;
  text-align: center;
}


@media screen and (max-width: 767px) {
  .top_title {
    width: 85%;
    padding: 0;
    margin: calc(38vw / 390 * 100) auto calc(24vw / 390 * 100);
    font-size: calc(32vw / 390 * 100);
    text-align: left;
  }

}


.top_message {
  width: calc(983vw / 1440 * 100);
  margin-top: calc(76vw / 1440 * 100);
  margin-right: auto;
  padding: calc(65vw / 1440 * 100) 0 calc(60vw / 1440 * 100) calc(160vw / 1440 * 100);
  font-size: calc(28vw / 1440 * 100);
  font-weight: 600;
  line-height: 1.75;
  border-radius: 0 calc(calc(1vw / 1440 * 100) * infinity) calc(calc(1vw / 1440 * 100) * infinity) 0;
  box-sizing: content-box;
  color: #004386;
  background-color: #F6D600;
  letter-spacing: 0.1111em;

}

.top_message2 {
  width: calc(983vw / 1440 * 100);
  margin-right: auto;
  padding: calc(84vw / 1440 * 100) 0 calc(86vw / 1440 * 100) calc(160vw / 1440 * 100);
  font-size: calc(28vw / 1440 * 100);
  font-weight: 600;
  line-height: 1.75;
  border-radius: 0 calc(calc(1vw / 1440 * 100) * infinity) calc(calc(1vw / 1440 * 100) * infinity) 0;
  box-sizing: content-box;
  color: #fff;
  background-color: #004386;
  letter-spacing: 0.1111em;
}

@media screen and (max-width: 767px) {
  .top_message {
    width: calc(311vw / 390 * 100);
    margin-top: 0;
    margin-right: auto;
    padding: calc(32vw / 390 * 100) 0 calc(30vw / 390 * 100) calc(50vw / 390 * 100);
    font-size: calc(14vw / 390 * 100);
    line-height: 1.8;
    letter-spacing: 0.06666666em;
  }

  .top_message2 {
    width: calc(311vw / 390 * 100);
    margin-top: 0;
    margin-right: auto;
    padding: calc(70vw / 390 * 100) 0 calc(67vw / 390 * 100) calc(50vw / 390 * 100);
    font-size: calc(14vw / 390 * 100);
    line-height: 1.8;
    letter-spacing: 0.06666666em;
  }
}

.top_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(749vw / 1440 * 100);
  padding: calc(70vw / 1440 * 100) calc(247vw / 1440 * 100) calc(70vw / 1440 * 100) calc(257vw / 1440 * 100);
  margin-top: calc(143vw / 1440 * 100);
  margin-left: auto;
  background-color: #fff;
  border-radius: calc(calc(1vw / 1440 * 100) * infinity) 0 0 calc(calc(1vw / 1440 * 100) * infinity);
}

.top_logo_image01 {
  display: block;
  width: calc(209vw / 1440 * 100);
  height: calc(174vw / 1440 * 100);
  object-fit: contain;
  object-position: center center;
}

.top_logo_text {
  width: calc(306vw / 1440 * 100);
  font-size: calc(18vw / 1440 * 100);
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0.022222em;
}

.top_logo_image02 {
  display: block;
  width: calc(128vw / 1440 * 100);
  height: calc(100vw / 1440 * 100);
  object-fit: contain;
  object-position: center center;
}

@media screen and (max-width: 767px) {
  .top_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: calc(252vw / 390 * 100);
    padding: calc(55vw / 390 * 100) calc(40vw / 390 * 100) calc(55vw / 390 * 100);
    margin: calc(46vw / 390 * 100) auto 0;
    border-radius: 1em;
  }

  .top_logo_image01 {
    display: block;
    width: calc(164vw / 390 * 100);
    height: calc(137vw / 390 * 100);
    margin-bottom: calc(43vw / 390 * 100);
  }

  .top_logo_text {
    width: 100%;
    font-size: calc(14vw / 390 * 100);
    line-height: 1.6;
    margin-bottom: calc(55vw / 390 * 100);
    letter-spacing: 0.03333em;
  }

  .top_logo_image02 {
    width: calc(100vw / 390 * 100);
    height: calc(77vw / 390 * 100);
  }
}

.top_headline {
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(1240vw / 1440 * 100);
  margin: auto;
  margin-top: calc(150vw / 1440 * 100);
  padding-top: 0;
}

.top_headline_main {
  font-size: calc(66vw / 1440 * 100);
  font-weight: 400;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

:has(.top_headline_sub) .top_headline_main::after {
  content: "";
  display: block;
  width: calc(137vw / 1440 * 100);
  margin: 0 calc(35vw / 1440 * 100) 0 calc(21vw / 1440 * 100);
  height: calc(2vw / 1440 * 100);
  background-color: #3E3A39;
}

.top_headline_sub {
  font-size: calc(28vw / 1440 * 100);
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(4.5vw / 1440 * 100);
}


@media screen and (max-width: 767px) {
  .top_headline {
    width: calc(330vw / 390 * 100);
    margin-top: calc(50vw / 390 * 100);
    padding-top: calc(50vw / 390 * 100);
    flex-direction: column;
    align-items: flex-start;
  }

  .top_headline_main {
    font-size: calc(40vw / 390 * 100);
    line-height: 1.6;
  }

  :has(.top_headline_sub) .top_headline_main::after {
    content: "";
    display: block;
    width: calc(48vw / 390 * 100);
    margin: calc(5vw / 390 * 100) calc(16vw / 390 * 100) 0;
    height: calc(1vw / 390 * 100);
  }

  .top_headline_sub {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: calc(18vw / 390 * 100);
    letter-spacing: 0;
  }

}

.top_strengths {
  width: calc(935vw / 1440 * 100);
  margin-top: calc(70vw / 1440 * 100);
  margin-right: auto;
  margin-bottom: calc(110vw / 1440 * 100);
  padding: calc(67vw / 1440 * 100) calc(145vw / 1440 * 100) calc(62vw / 1440 * 100) calc(208vw / 1440 * 100);
  font-size: calc(24vw / 1440 * 100);
  line-height: 1.9;
  font-weight: 700;
  border-radius: 0 calc(calc(1vw / 1440 * 100) * infinity) calc(calc(1vw / 1440 * 100) * infinity) 0;
  box-sizing: content-box;
  color: #004386;
  background-color: #F6D600;
  letter-spacing: 0.0133333em;
}

.top_strengths span {
  display: block;
  font-size: calc(36vw / 1440 * 100);
  margin-bottom: calc(24vw / 1440 * 100);
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .top_strengths {
    position: relative;
    width: auto;
    margin-top: calc(38vw / 390 * 100);
    margin-right: auto;
    padding: calc(68vw / 390 * 100) calc(53vw / 390 * 100) calc(54vw / 390 * 100);
    font-size: calc(14vw / 390 * 100);
    line-height: 1.8;
    border-radius: unset;
    background-color: unset;
    background-image: url(images/top/top_strengths_bg_sp.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    letter-spacing: 0.033333em;
  }

  .top_strengths span {
    font-size: calc(16vw / 390 * 100);
    margin-bottom: calc(20vw / 390 * 100);
    line-height: 1.4;
  }

}

.top_headline_can_do {
  display: block;
  font-size: calc(22vw / 1440 * 100);
  font-weight: 700;
  line-height: 1.9;
  color: #004386;
  width: calc(960vw / 1440 * 100);
  margin: calc(110vw / 1440 * 100) auto calc(53vw / 1440 * 100);
  text-align: left;
}

.top_cando {
  width: calc(1100vw / 1440 * 100);
  margin: auto;
}

.top_cando_bg {
  position: relative;
}

/*
.top_cando_bg::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/top/top_cando_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(810vw / 1440 * 100);
  height: calc(750vw / 1440 * 100);
  top: calc(90vw / 1440 * 100);
  right: 0;
  z-index: -1;
}*/

/* Safari専用 */
/*
@supports (-webkit-hyphens:none) {
  .top_cando_bg::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(images/top/top_cando_bg.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(810vw / 1440 * 100);
    height: calc(750vw / 1440 * 100);
    top: calc(90vw / 1440 * 100);
    right: 0;
    z-index: -1;
  }
}*/

.top_cando_container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(960vw / 1440 * 100);
  margin: 0 auto calc(42vw / 1440 * 100);
}

.top_cando_block {
  font-family: "zen maru gothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(280vw / 1440 * 100);
  height: calc(109vw / 1440 * 100);
  font-size: calc(24vw / 1440 * 100);
  font-weight: 500;
  margin-right: calc(40vw / 1440 * 100);
  margin-bottom: calc(40vw / 1440 * 100);
  line-height: 1;
  color: #004386;
  background-color: #F6D600;
  border-radius: 0 calc(calc(1vw / 1440 * 100) * infinity) calc(calc(1vw / 1440 * 100) * infinity) 0;
}

@media screen and (max-width: 767px) {

  .top_headline_can_do {
    font-size: calc(14vw / 390 * 100);
    line-height: 1.6;
    width: calc(330vw / 390 * 100);
    margin: calc(27vw / 390 * 100) auto calc(37vw / 390 * 100);
    text-align: left;
  }

  .top_cando {
    width: calc(344vw / 390 * 100);
    margin: auto;
  }

  /*
  .top_cando_bg::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(images/top/top_cando_bg_sp.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(265vw / 390 * 100);
    height: calc(289vw / 390 * 100);
    top: calc(340vw / 390 * 100);
    right: 0;
    z-index: -1;
  }*/

  /* Safari専用 */
  /*
  @supports (-webkit-hyphens:none) {
    .top_cando_bg::before {
      position: absolute;
      content: "";
      display: block;
      background-image: url(images/top/top_cando_bg_sp.svg);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      width: calc(265vw / 390 * 100);
      height: calc(289vw / 390 * 100);
      top: calc(340vw / 390 * 100);
      right: 0;
      z-index: -1;
    }
  }
  */

  .top_cando_container {
    width: 100%;
    margin: 0 auto calc(25vw / 390 * 100);
    justify-content: space-between;
  }

  .top_cando_block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(160vw / 390 * 100);
    height: calc(56vw / 390 * 100);
    font-size: calc(16vw / 390 * 100);
    margin-right: 0;
    margin-bottom: calc(24vw / 390 * 100);
  }
}

.top_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: calc(280vw / 1440 * 100);
  height: calc(57vw / 1440 * 100);
  color: #fff;
  font-size: calc(20vw / 1440 * 100);
  font-family: "zen maru gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
  background-color: #004386;
  border-radius: calc(calc(1vw / 1440 * 100) * infinity);
}

.top_button img {
  display: inline-block;
  width: calc(24vw / 1440 * 100);
  height: calc(24vw / 1440 * 100);
  margin-left: calc(43vw / 1440 * 100);
  margin-right: calc(-43vw / 1440 * 100);
}

@media screen and (max-width: 767px) {
  .top_button {
    margin-right: auto;
    width: calc(280vw / 390 * 100);
    height: calc(57vw / 390 * 100);
    font-size: calc(20vw / 390 * 100);
  }

  .top_button img {
    display: inline-block;
    width: calc(24vw / 390 * 100);
    height: calc(24vw / 390 * 100);
    margin-left: calc(40vw / 390 * 100);
    margin-right: calc(-40vw / 390 * 100);
  }
}

.top_blog {
  width: calc(923vw / 1440 * 100);
  margin: calc(100vw / 1440 * 100) calc(155vw / 1440 * 100) calc(130vw / 1440 * 100) auto;
}

.top_blog_bg {
  position: relative;
}

/*
.top_blog_bg::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/top/top_blog_bg.svg);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  bottom: calc(-35vw / 1440 * 100);
  right: 0;
  z-index: -1;
}*/

/* Safari専用 */
/*
@supports (-webkit-hyphens:none) {
  .top_blog_bg::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(images/top/top_blog_bg.svg);
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    bottom: calc(-35vw / 1440 * 100);
    right: 0;
    z-index: -1;
  }
}*/

.top_blog_container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: calc(80vw / 1440 * 100);
}

.top_blog_article {
  width: calc(281vw / 1440 * 100);
  height: auto;
  padding-bottom: calc(48vw / 1440 * 100);
}

.top_blog_inner {
  position: relative;
  display: block;
  height: calc(100% + calc(48vw / 1440 * 100));
}

.top_blog_thumb {
  width: 100%;
  height: calc(160vw / 1440 * 100);
  margin-bottom: calc(24vw / 1440 * 100);
  object-fit: cover;
  object-position: center center;
  border-radius: calc(4vw / 1440 * 100);
}

.top_blog_date {
  font-size: calc(16vw / 1440 * 100);
  margin-bottom: calc(16vw / 1440 * 100);
  font-weight: 700;
}

.top_blog_ttl {
  font-weight: 500;
  font-size: calc(16vw / 1440 * 100);
  line-height: 1.5;
  color: #000;

  display: -webkit-box;
  height: 3lh;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}

.top_blog_icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: calc(24vw / 1440 * 100);
  height: calc(24vw / 1440 * 100);
}

.top_blog_icon img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .top_blog {
    width: calc(280vw / 390 * 100);
    margin: calc(45vw / 390 * 100) auto calc(20vw / 390 * 100);
  }

  /*
  .top_blog_bg::before {
    background-image: url(images/top/top_blog_bg_sp.svg);
    bottom: calc(-55vw / 390 * 100);
  }*/
  /* Safari専用 */
  /*
  @supports (-webkit-hyphens:none) {
    .top_blog_bg::before {
      background-image: url(images/top/top_blog_bg_sp.svg);
      bottom: calc(-55vw / 390 * 100);
    }
  }*/

  .top_blog_container {
    margin-bottom: calc(44vw / 390 * 100);
    flex-direction: column;
  }

  .top_blog_article {
    width: 100%;
    height: auto;
    padding-bottom: calc(60vw / 390 * 100);
  }

  .top_blog_inner {
    height: auto;
  }

  .top_blog_thumb {
    width: 100%;
    height: calc(160vw / 390 * 100);
    margin-bottom: calc(24vw / 390 * 100);
    border-radius: calc(4vw / 390 * 100);
  }

  .top_blog_date {
    font-size: calc(14vw / 390 * 100);
    margin-bottom: calc(16vw / 390 * 100);
  }

  .top_blog_ttl {
    font-size: calc(14vw / 390 * 100);
    display: -webkit-box;
    height: 2lh;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
  }

  .top_blog_icon {
    position: absolute;
    right: 0;
    bottom: calc(-24vw / 390 * 100);
    display: block;
    width: calc(24vw / 390 * 100);
    height: calc(24vw / 390 * 100);
  }
}

.top_news {
  width: calc(1132vw / 1440 * 100);
  margin: calc(94vw / 1440 * 100) auto 0;
  padding: calc(80vw / 1440 * 100) calc(106vw / 1440 * 100);
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 1em;
}

.top_news_container {
  width: calc(920vw / 1440 * 100);
  margin: 0 auto calc(30vw / 1440 * 100);
}

.top_news_article {
  width: 100%;
  height: auto;
  border-top: calc(1vw / 1440 * 100) solid #000;
  padding: calc(32vw / 1440 * 100) 0;
}

.top_news_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.top_news_date {
  font-size: calc(16vw / 1440 * 100);
  margin-top: calc(3vw / 1440 * 100);
  font-weight: 700;
}

.top_news_ttl {
  font-size: calc(16vw / 1440 * 100);
  font-weight: 500;
  width: calc(600vw / 1440 * 100);
  margin-left: calc(85vw / 1440 * 100);
  line-height: 1.5;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.top_news_icon {
  width: calc(25vw / 1440 * 100);
  height: calc(25vw / 1440 * 100);
  margin-right: calc(40vw / 1440 * 100);
}

.top_news_icon img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .top_news {
    width: calc(340vw / 390 * 100);
    margin: calc(27vw / 390 * 100) auto 0;
    border-radius: calc(24vw / 390 * 100);
    padding: calc(56vw / 390 * 100) calc(33.5vw / 390 * 100);
    box-sizing: border-box;
    background-color: #fff;
  }

  .top_news_container {
    width: 100%;
    margin: 0 auto calc(32vw / 390 * 100);
  }

  .top_news_article {
    width: 100%;
    height: auto;
    border-top: calc(1vw / 390 * 100) solid #000;
    padding: calc(18vw / 390 * 100) 0 calc(34vw / 390 * 100);
  }

  .top_news_inner {
    flex-direction: column;
  }

  .top_news_date {
    font-size: calc(14vw / 390 * 100);
    margin-top: 0;
  }

  .top_news_ttl {
    font-size: calc(14vw / 390 * 100);
    width: 100%;
    margin-top: calc(10vw / 390 * 100);
    margin-left: 0;
  }

  .top_news_icon {
    width: calc(24vw / 390 * 100);
    height: calc(24vw / 390 * 100);
    margin-top: calc(8vw / 390 * 100);
    margin-right: 0;
    margin-left: auto;
  }
}


.top_banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: calc(100vw / 1440 * 100) auto calc(110vw / 1440 * 100);
  width: calc(915vw / 1440 * 100);
  padding: calc(49vw / 1440 * 100) calc(45vw / 1440 * 100) calc(49vw / 1440 * 100) calc(87vw / 1440 * 100);
  border-radius: calc(8vw / 1440 * 100);
  background-color: #004386;
  color: #fff;
}

.top_banner_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top_banner_headline {
  font-size: calc(32vw / 1440 * 100);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.top_banner_message {
  font-size: calc(16vw / 1440 * 100);
  line-height: 1.5;
  margin-left: calc(36vw / 1440 * 100);
  letter-spacing: 0.044444em;
}

.top_banner_icon {
  display: block;
  width: calc(35vw / 1440 * 100);
  height: calc(35vw / 1440 * 100);
}

@media screen and (max-width: 767px) {
  .top_banner {
    width: calc(284vw / 390 * 100);
    padding: calc(24vw / 390 * 100) calc(28vw / 390 * 100);
    margin: calc(45vw / 390 * 100) auto calc(45vw / 390 * 100);
    border-radius: 0;
  }

  .top_banner_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .top_banner_headline {
    font-size: calc(24vw / 390 * 100);
    text-align: left;
  }

  .top_banner_message {
    font-size: calc(12vw / 390 * 100);
    margin-left: 0;
    margin-top: calc(11vw / 390 * 100);
    text-align: left;
  }

  .top_banner_icon {
    width: calc(16vw / 390 * 100);
    height: calc(16vw / 390 * 100);
    margin-top: 0;
  }
}


.top_company {
  width: calc(1240vw / 1440 * 100);
  padding: calc(41vw / 1440 * 100) calc(86vw / 1440 * 100) calc(50vw / 1440 * 100) calc(112vw / 1440 * 100);
  margin: calc(89vw / 1440 * 100) auto calc(120vw / 1440 * 100);
  background-color: #004386;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
}

.top_company::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/top/top_company_bg.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(27vw / 1440 * 100);
  height: calc(95vw / 1440 * 100);
  bottom: calc(-1vw / 1440 * 100);
  left: calc(28vw / 1440 * 100);
}

.top_company_top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.top_company_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(500vw / 1440 * 100);
  border-top: calc(1vw / 1440 * 100) solid #fff;
  padding: calc(25vw / 1440 * 100) 0 calc(42vw / 1440 * 100);
  box-sizing: border-box;
  font-size: calc(18vw / 1440 * 100);
  font-weight: 700;
}

.top_company_item-wide {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  border-top: calc(1vw / 1440 * 100) solid #fff;
  padding: calc(24vw / 1440 * 100) 0 0;
  box-sizing: border-box;
}

.top_company_item_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: calc(3vw / 1440 * 100);
}

.top_company_item_headline {
  width: calc(100vw / 1440 * 100);
  margin-right: 1.3em;
  font-size: calc(18vw / 1440 * 100);
  font-weight: 700;
}

.top_company_item_details {
  font-weight: 500;
  font-size: calc(18vw / 1440 * 100);
}

.top_company_bottom {
  width: 100%;
}

.top_company_location {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: calc(22vw / 1440 * 100);
  width: calc(408vw / 1440 * 100);
}

.top_company_location:not(:last-child) {
  margin-right: calc(77vw / 1440 * 100);
}

.top_company_location_name {
  font-size: calc(18vw / 1440 * 100);
  font-weight: 700;
  line-height: 1;
}

.top_company_location_name::before {
  content: "■";
}

.top_company_location_details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  margin-top: calc(17vw / 1440 * 100);
  padding-left: calc(28vw / 1440 * 100);
}

.top_company_location_block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.top_company_location_block:first-child {
  margin-bottom: calc(4vw / 1440 * 100);
}

.top_company_location_headline {
  width: calc(69vw / 1440 * 100);
  font-size: calc(18vw / 1440 * 100);
  line-height: 1.5;
}

.top_company_location_item {
  font-size: calc(18vw / 1440 * 100);
  line-height: 1.5;
}

a.top_company_location_item {
  text-decoration: underline;
  color: unset;
}

.top_company_location_map {
  width: calc(325vw / 1440 * 100);
  height: calc(243vw / 1440 * 100);
  border-radius: calc(16vw / 1440 * 100);
  margin-top: calc(20vw / 1440 * 100);
  margin-left: calc(27vw / 1440 * 100);
  overflow: hidden;
}

.top_company_location_map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .top_company {
    width: calc(340vw / 390 * 100);
    padding: calc(49vw / 390 * 100) calc(20vw / 390 * 100) calc(105vw / 390 * 100);
    margin: calc(37vw / 390 * 100) auto 0;
  }

  .top_company::before {
    width: calc(18vw / 390 * 100);
    height: calc(64vw / 390 * 100);
    bottom: calc(-1vw / 390 * 100);
    left: calc(20vw / 390 * 100);
  }

  .top_company_top {
    flex-direction: column;
  }

  .top_company_item {
    width: 100%;
    padding: calc(24vw / 390 * 100) 0 calc(39vw / 390 * 100);
    border-top-width: calc(1vw / 390 * 100);
  }

  .top_company_item-wide {
    padding: calc(24vw / 390 * 100) 0 0;
    border-top-width: calc(1vw / 390 * 100);
    flex-direction: column;
  }

  .top_company_item_headline {
    width: auto;
    margin-right: calc(29vw / 390 * 100);
    font-size: calc(14vw / 390 * 100);
  }

  .top_company_item_details {
    font-size: calc(14vw / 390 * 100);
  }


  .top_company_location {
    width: 100%;
    margin-bottom: 0;
  }

  .top_company_location:not(:last-child) {
    margin-right: 0;
    margin-bottom: calc(32vw / 390 * 100);
  }

  .top_company_location_info {
    width: calc(227vw / 390 * 100);
    margin-top: calc(8vw / 390 * 100);
    margin-right: 0;
    margin-left: auto;
  }

  .top_company_location_details {
    margin-top: calc(16vw / 390 * 100);
    padding-left: 0;
  }

  .top_company_location_block:first-child {
    margin-bottom: 0;
  }

  .top_company_location_name {
    font-size: calc(14vw / 390 * 100);
  }

  .top_company_location_headline {
    width: calc(48vw / 390 * 100);
  }

  .top_company_location_headline,
  .top_company_location_item {
    font-size: calc(14vw / 390 * 100);
  }

  .top_company_location_map {
    width: 100%;
    height: calc(224vw / 390 * 100);
    margin-left: 0;
    margin-top: calc(18vw / 390 * 100);
    border-radius: calc(16vw / 390 * 100);
  }
}

.top_contact_bg {
  position: relative;
}

/*
.top_contact_bg::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/top/top_cando_bg.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(780vw / 1440 * 100);
  height: calc(760vw / 1440 * 100);
  top: calc(-2vw / 1440 * 100);
  left: calc(-70vw / 1440 * 100);
  z-index: -1;
  transform: rotate(180deg);
}*/

/* Safari専用 */
/*
@supports (-webkit-hyphens:none) {
  .top_contact_bg::before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(images/top/top_cando_bg.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(780vw / 1440 * 100);
    height: calc(760vw / 1440 * 100);
    top: calc(-2vw / 1440 * 100);
    left: calc(-70vw / 1440 * 100);
    z-index: -1;
    transform: rotate(180deg);
  }
}*/

.top_form {
  width: calc(860vw / 1440 * 100);
  margin: calc(65vw / 1440 * 100) auto calc(130vw / 1440 * 100);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.top_form .form_text_box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: calc(25vw / 1440 * 100);
}

.top_form .form_text_box.last {
  margin-bottom: calc(3vw / 1440 * 100);
}

.top_form .form_ttl {
  display: inline-block;
  display: flex;
  width: calc(245vw / 1440 * 100);
  font-size: calc(14vw / 1440 * 100);
  line-height: 1.5;
  margin: calc(10vw / 1440 * 100) 0;
}

.top_form .form_ttl span {
  color: #FF0000;
  margin-left: auto;
}

.form_check_wrap {
  display: flex;
  margin-bottom: calc(43vw / 1440 * 100);
  justify-content: flex-start;
  align-items: flex-start;
}

.top_form .wpcf7-checkbox {
  display: flex;
  width: calc(612vw / 1440 * 100);
  flex-wrap: wrap;
}

.top_form .wpcf7-list-item {
  font-size: calc(14vw / 1440 * 100);
  margin-top: calc(16vw / 1440 * 100);
  margin-right: calc(30vw / 1440 * 100);
}

.top_form .wpcf7-list-item span {
  margin-left: 0;
}

.top_form .wpcf7-list-item .required {
  color: #FF0000;
  margin-left: calc(15vw / 1440 * 100);
}

.top_form .form_check_wrap .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.top_form .form_check_wrap .wpcf7-list-item span {
  margin-left: calc(10vw / 1440 * 100);
}

.top_form .form_text_box select {
  width: calc(600vw / 1440 * 100);
  font-size: calc(14vw / 1440 * 100);
  line-height: 1.5;
  padding: calc(10vw / 1440 * 100);
  border-radius: calc(8vw / 1440 * 100);
  border: calc(1vw / 1440 * 100) solid #000;
}

.top_form .form_text_box input {
  width: calc(600vw / 1440 * 100);
  font-size: calc(14vw / 1440 * 100);
  line-height: 1.5;
  padding: calc(10vw / 1440 * 100) calc(15vw / 1440 * 100);
  box-sizing: border-box;
  border-radius: calc(8vw / 1440 * 100);
  border: calc(1vw / 1440 * 100) solid #000;
  margin-left: calc(13vw / 1440 * 100);
}

.top_form .form_text_box input.form_text_box_zip {
  width: calc(200vw / 1440 * 100);
}

.top_form .form_text_box textarea {
  width: calc(577vw / 1440 * 100);
  height: calc(167vw / 1440 * 100);
  margin-left: calc(13vw / 1440 * 100);
  font-size: calc(14vw / 1440 * 100);
  line-height: 1.5;
  padding: calc(10vw / 1440 * 100);
  border-radius: calc(8vw / 1440 * 100);
  border: calc(1vw / 1440 * 100) solid #000;
  resize: vertical;
}

.form_text_area_caution_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(14vw / 1440 * 100);
  margin-top: calc(12vw / 1440 * 100);
  margin-left: calc(13vw / 1440 * 100);
  color: #6D6D6D;
}

/*デフォルトのスタイルを無効化する*/
.top_form input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 500;
  width: calc(381vw / 1440 * 100);
  height: calc(91vw / 1440 * 100);
  font-size: calc(32vw / 1440 * 100);
  padding-right: 1em;
  border-radius: calc(calc(1vw / 1440 * 100) * infinity);
  background-color: #004386;
  border: none;
  color: #fff;
  cursor: pointer;
}

span.wpcf7-spinner {
  display: none;
}

.submit-btn-wrapper {
  text-align: center;
}

.submit-btn {
  display: inline-block;
  position: relative;
}

.submit-btn .wpcf7-submit {
  position: relative;
  font-weight: 500;
  width: calc(381vw / 1440 * 100);
  height: calc(91vw / 1440 * 100);
  font-size: calc(32vw / 1440 * 100);
  padding-right: 1em;
  border-radius: calc(calc(1vw / 1440 * 100) * infinity);
  background-color: #004386;
  opacity: 1;
  border: none;
  color: #fff;
  cursor: pointer;
}

.submit-btn .wpcf7-submit::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/common/icon_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(35vw / 1440 * 100);
  height: calc(35vw / 1440 * 100);
  top: 50%;
  right: 3em;
  transform: translateY(-50%);
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.65;
}

.wpcf7-not-valid-tip {
  font-size: calc(14vw / 1440 * 100) !important;
  padding-top: calc(5vw / 1440 * 100);
  padding-left: calc(16vw / 1440 * 100);
}

.top_form .wpcf7-response-output {
  display: block;
  padding: 5em;
  text-align: center;
}

.top_form .form_acceptance {
  text-align: left;
  margin-top: calc(-5vw / 1440 * 100);
  margin-bottom: calc(55vw / 1440 * 100);
  padding-left: calc(282vw / 1440 * 100);
}

.top_form .form_acceptance.first {
  margin-top: calc(10vw / 1440 * 100);
  margin-bottom: 0;
}

.top_form .form_acceptance a {
  color: #000;
  text-decoration: underline;
}

.top_form .form_acceptance input[type='checkbox'] {
  appearance: none;
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: calc(24vw / 1440 * 100);
  height: calc(24vw / 1440 * 100);
  margin: 0 auto 0 0;
  top: calc(19vw / 1440 * 100);
  left: calc(-40vw / 1440 * 100);
}

.top_form .form_acceptance input[type='checkbox']::before {
  display: block;
  position: absolute;
  content: '';
  width: calc(21vw / 1440 * 100);
  height: calc(21vw / 1440 * 100);
  background: #fff;
  border: solid calc(2vw / 1440 * 100) #3E3A39;
  border-radius: calc(5vw / 1440 * 100);
}

.top_form .form_acceptance input[type='checkbox']:checked::before {
  background-color: #01a2c1;
}

.top_form .form_acceptance input[type='checkbox']::after {
  display: block;
  content: '';
  position: absolute;
  left: calc(8vw / 1440 * 100);
  top: calc(1vw / 1440 * 100);
  width: calc(6vw / 1440 * 100);
  height: calc(14vw / 1440 * 100);
  border-right: calc(3vw / 1440 * 100) solid #fff;
  border-bottom: calc(3vw / 1440 * 100) solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}

.top_form .form_acceptance input[type='checkbox']:checked::after {
  opacity: 1;
}

.top_form_announce {
  font-size: calc(12vw / 1440 * 100);
  line-height: 1.5;
  margin-bottom: calc(46vw / 1440 * 100);
}

/* 内容確認 */
.form-confirm-content {
  margin: calc(100vw / 1440 * 100) auto calc(50vw / 1440 * 100);
  background-color: #fff;
  padding: 5em 6em;
  box-sizing: border-box;
  border-radius: 1em;
  width: 100%;
}

.form-confirm-content h3 {
  font-size: calc(27vw / 1440 * 100);
  margin-bottom: calc(50vw / 1440 * 100);
  text-align: center;
  color: #204583;
  font-weight: 500;
}

.form-confirm-list {
  font-size: calc(14vw / 1440 * 100);
  line-height: 1.5;
  margin-bottom: calc(55vw / 1440 * 100);
}

.confirm_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: calc(30vw / 1440 * 100);
  border-top: solid calc(1vw / 1440 * 100) #000;
  padding-top: calc(15vw / 1440 * 100);
}

.confirm_wrap dt {
  width: 17.5em;
}

.confirm_wrap dd {
  width: 32em;
  word-break: break-word;
}

.form-confirm-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-back,
.btn-send {
  position: relative;
  display: inline-block;
  width: calc(200vw / 1440 * 100);
  height: calc(60vw / 1440 * 100);
  font-size: calc(20vw / 1440 * 100);
  line-height: 1;
  text-align: center;
  border-radius: calc(35vw / 1440 * 100);
  cursor: pointer;
  margin: 0 calc(20vw / 1440 * 100);
  box-sizing: border-box;
  border: none;
  color: #fff;
}

.btn-back {
  background-color: #6D6D6D;
  padding-left: 1em;
}

.btn-send {
  background-color: #004386;
  padding-right: 1em;
}


.btn-back:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/common/icon_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(25vw / 1440 * 100);
  height: calc(25vw / 1440 * 100);
  top: 50%;
  left: 2em;
  transform: translateY(-50%) rotate(180deg);
}

.btn-send:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/common/icon_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(25vw / 1440 * 100);
  height: calc(25vw / 1440 * 100);
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}



@media screen and (max-width: 767px) {
  .top_contact_bg {
    position: relative;
  }

  /*
  .top_contact_bg::before {
    background-image: url(images/top/top_cando_bg_sp.svg);
    width: calc(265vw / 390 * 100);
    height: calc(289vw / 390 * 100);
    top: calc(10vw / 390 * 100);
    left: 0;
    z-index: -1;
    transform: rotate(180deg);
  }*/

  /* Safari専用 */
  /*
  @supports (-webkit-hyphens:none) {
    .top_contact_bg::before {
      background-image: url(images/top/top_cando_bg_sp.svg);
      width: calc(265vw / 390 * 100);
      height: calc(289vw / 390 * 100);
      top: calc(10vw / 390 * 100);
      left: 0;
      z-index: -1;
      transform: rotate(180deg);
    }
  }*/

  .top_form {
    width: calc(340vw / 390 * 100);
    margin: calc(46vw / 390 * 100) auto calc(90vw / 390 * 100);
  }

  .top_form .form_text_box {
    margin-bottom: calc(26vw / 390 * 100);
    flex-direction: column;
  }

  .top_form .form_text_box.last {
    margin-bottom: calc(50vw / 390 * 100);
  }

  .top_form .form_text_box.last div {
    width: 100%;
  }

  .top_form .form_ttl {
    width: 100%;
    font-size: calc(14vw / 390 * 100);
    line-height: 1.5;
    margin: 0 0;
  }

  .form_check_wrap {
    display: flex;
    margin-bottom: calc(17vw / 390 * 100);
    flex-direction: column;
  }

  .top_form .wpcf7-checkbox {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: calc(20vw / 390 * 100);
    margin-left: calc(15vw / 390 * 100);
  }

  .top_form .wpcf7-list-item {
    font-size: calc(18vw / 390 * 100);
    margin-top: calc(11vw / 390 * 100);
    margin-right: 0;
    margin-left: 0;
    text-align: left;
  }

  .top_form .wpcf7-list-item label {
    display: flex;
    align-items: center;
  }

  .top_form .wpcf7-list-item span {
    margin-left: calc(32vw / 390 * 100);
    padding-bottom: 0;
    font-size: calc(16vw / 390 * 100);
    line-height: 1.6;
  }

  .top_form .wpcf7-list-item .required {
    margin-left: calc(15vw / 390 * 100);
  }

  .top_form .form_check_wrap .wpcf7-list-item span {
    font-size: calc(18vw / 390 * 100);
    margin-left: calc(10vw / 390 * 100);
  }

  [type=checkbox] {
    width: calc(18vw / 390 * 100);
    height: calc(18vw / 390 * 100);
  }

  .top_form .form_text_box p {
    width: 100%;
  }

  .top_form .form_text_box select {
    width: 100%;
    font-size: calc(14vw / 390 * 100);
    padding: calc(10vw / 390 * 100);
    border-radius: calc(8vw / 390 * 100);
    border: calc(1vw / 390 * 100) solid #000;
  }

  .top_form .form_text_box input {
    width: 100%;
    font-size: calc(14vw / 390 * 100);
    padding: calc(10vw / 390 * 100);
    border-radius: calc(8vw / 390 * 100);
    border: calc(1vw / 390 * 100) solid #000;
    margin-left: 0;
    margin-top: calc(7vw / 390 * 100);
  }

  .top_form .form_text_box input.form_text_box_zip {
    width: calc(178vw / 390 * 100);
  }

  .top_form .form_text_box input,
  .top_form .form_text_box textarea {
    box-sizing: border-box;
  }

  .top_form .form_text_box textarea {
    width: 100%;
    height: calc(166vw / 390 * 100);
    margin-left: 0;
    font-size: calc(14vw / 390 * 100);
    padding: calc(10vw / 390 * 100);
    border-radius: calc(8vw / 390 * 100);
    border: calc(1vw / 390 * 100) solid #000;
    margin-top: calc(8vw / 390 * 100);
  }

  .form_text_area_caution_wrap {
    font-size: calc(14vw / 390 * 100);
    margin-top: calc(12vw / 390 * 100);
    margin-left: 0;
    width: 100%;
  }

  .top_form .form_text_box .form_text_area_caution_wrap p {
    display: inline;
    width: auto;
  }

  .submit-btn-wrapper {
    padding-right: 0;
  }

  /*デフォルトのスタイルを無効化する*/
  .top_form input[type="submit"] {
    font-weight: 500;
    width: calc(320vw / 390 * 100);
    height: calc(76vw / 390 * 100);
    font-size: calc(28vw / 390 * 100);
    padding-right: calc(15vw / 390 * 100);
  }

  .submit-btn::after {
    width: calc(24vw / 390 * 100);
    height: calc(24vw / 390 * 100);
    right: 4.5em;
  }

  .wpcf7-not-valid-tip {
    font-size: calc(12vw / 390 * 100) !important;
    padding-top: calc(5vw / 390 * 100);
    padding-left: calc(16vw / 390 * 100);
  }

  .top_form .wpcf7-response-output {
    display: block;
    padding: 5em;
    text-align: center;
  }

  .top_form .form_acceptance.first {
    margin-top: calc(10vw / 390 * 100);
    margin-bottom: 0;
  }

  .top_form .form_acceptance {
    text-align: left;
    margin-top: calc(5vw / 390 * 100);
    margin-bottom: calc(50vw / 390 * 100);
    padding-left: 0;
  }

  .top_form .form_acceptance input[type='checkbox'] {
    appearance: none;
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: calc(16vw / 390 * 100);
    height: calc(16vw / 390 * 100);
    margin: 0 auto;
    top: calc(-3vw / 390 * 100);
    left: calc(10vw / 390 * 100);
  }

  .top_form .form_acceptance input[type='checkbox']::before {
    display: block;
    position: absolute;
    content: '';
    width: calc(16vw / 390 * 100);
    height: calc(16vw / 390 * 100);
    background: #fff;
    border: solid calc(2vw / 390 * 100) #3E3A39;
    border-radius: calc(5vw / 390 * 100);
  }

  .top_form .form_acceptance input[type='checkbox']::after {
    display: block;
    content: '';
    position: absolute;
    left: calc(7vw / 390 * 100);
    top: calc(2vw / 390 * 100);
    width: calc(3vw / 390 * 100);
    height: calc(10vw / 390 * 100);
    border-right: calc(3vw / 390 * 100) solid #fff;
    border-bottom: calc(3vw / 390 * 100) solid #fff;
    transform: rotate(45deg);
    opacity: 0;
  }

  .top_form_announce {
    font-size: calc(12vw / 390 * 100);
    line-height: 1.5;
    margin-bottom: calc(41vw / 390 * 100);
  }

  .top_form .form_ttl span {
    margin-left: 1em;
  }


  /* 内容確認 */
  .form-confirm-content {
    margin: calc(70vw / 390 * 100) auto calc(50vw / 390 * 100);
    padding: 4em 2.4em;
    border-radius: 1em;
    width: 100%;
  }

  .form-confirm-content h3 {
    font-size: calc(22vw / 390 * 100);
    margin-bottom: calc(50vw / 390 * 100);
    line-height: 1.5;
  }

  .form-confirm-list {
    font-size: calc(14vw / 390 * 100);
    line-height: 1.5;
    margin-bottom: calc(45vw / 390 * 100);
  }

  .confirm_wrap {
    margin-bottom: calc(30vw / 390 * 100);
    flex-direction: column;
    border-top: solid calc(1vw / 390 * 100) #000;
    padding-top: calc(10vw / 390 * 100);
  }

  .confirm_wrap dt {
    width: auto;
    margin-bottom: 0.5em;
  }

  .confirm_wrap dd {
    width: auto;
    padding-left: 2em;
  }

  .form-confirm-buttons {
    flex-direction: column;
  }

  .btn-back,
  .btn-send {
    position: relative;
    display: inline-block;
    width: calc(200vw / 390 * 100);
    height: calc(60vw / 390 * 100);
    font-size: calc(20vw / 390 * 100);
    line-height: 1;
    text-align: center;
    border-radius: 2em;
    cursor: pointer;
    margin: 0.5em auto;
    box-sizing: border-box;
    border: none;
    color: #fff;
  }

  .btn-back {
    padding-left: 1.0em;
  }

  .btn-send {
    padding-right: 1.0em;
  }

  .btn-back:after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(images/common/icon_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(25vw / 390 * 100);
    height: calc(25vw / 390 * 100);
    top: 50%;
    left: 2.2em;
    transform: translateY(-50%) rotate(180deg);
  }

  .btn-send:after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(images/common/icon_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(25vw / 390 * 100);
    height: calc(25vw / 390 * 100);
    top: 50%;
    right: 2.2em;
    transform: translateY(-50%);
  }

  .submit-btn .wpcf7-submit {
    position: relative;
    font-weight: 500;
    width: calc(320vw / 390 * 100);
    height: calc(76vw / 390 * 100);
    font-size: calc(28vw / 390 * 100);
    padding-right: 0;
    border-radius: calc(calc(1vw / 390 * 100) * infinity);
    background-color: #004386;
    opacity: 1;
    border: none;
    color: #fff;
    cursor: pointer;
  }

  .submit-btn .wpcf7-submit::after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(images/common/icon_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(27vw / 390 * 100);
    height: calc(27vw / 390 * 100);
    top: 50%;
    right: 3em;
    transform: translateY(-50%);
  }

}


/* confirm
------------------------------------------------ */

.top_form.confirm_ver .form_check_wrap,
.top_form.confirm_ver .form_text_box {
  padding-top: calc(10vw / 1440 * 100);
  margin-bottom: calc(30vw / 1440 * 100);
}

.confirm_txt p {
  display: inline-block;
  width: calc(200vw / 1440 * 100);
  font-size: calc(14vw / 1440 * 100);
  line-height: 1.5;
  margin: calc(10vw / 1440 * 100) 0;
}

.confirm_line {
  border-top: solid calc(1vw / 1440 * 100) #000;
}

.confirm_ver .submit-btn-wrapper {
  padding: 0;
  margin-top: calc(110vw / 1440 * 100);
}

.confirm_ver .submit-btn p {
  display: flex;
  width: calc(700vw / 1440 * 100);
  margin: 0 auto 0;
  justify-content: space-between;
  align-items: center;
}

.top_form.confirm_ver input[type="submit"] {
  width: calc(325vw / 1440 * 100);
  height: calc(77vw / 1440 * 100);
  font-size: calc(32vw / 1440 * 100);
  padding-right: 0;
}

.top_form.confirm_ver .submit-btn::after {
  content: none;
}

.top_form.confirm_ver .wpcf7-previous {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  width: calc(325vw / 1440 * 100);
  height: calc(77vw / 1440 * 100);
  font-size: calc(32vw / 1440 * 100);
  padding-left: 1em;
  border-radius: calc(calc(1vw / 1440 * 100) * infinity);
  background-color: #8D8D8D;
  border: none;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}


.top_form.confirm_ver .submit-btn::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/common/icon_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(35vw / 1440 * 100);
  height: calc(35vw / 1440 * 100);
  top: 50%;
  left: 3.5em;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 767px) {

  .top_form.confirm_ver .form_check_wrap,
  .top_form.confirm_ver .form_text_box {
    padding-top: calc(10vw / 390 * 100);
    margin-bottom: calc(20vw / 390 * 100);
  }

  .confirm_txt p {
    width: 100%;
    font-size: calc(14vw / 390 * 100);
    line-height: 1.5;
    margin: calc(10vw / 390 * 100) 0;
  }

  .confirm_line {
    border-top: solid calc(1vw / 390 * 100) #000;
  }


  .confirm_ver .submit-btn-wrapper {
    padding: 0;
    margin-top: calc(70vw / 390 * 100);
  }

  .confirm_ver .submit-btn p {
    display: flex;
    width: calc(320vw / 390 * 100);
    margin: 0 auto 0;
    justify-content: space-between;
    align-items: center;
  }

  .top_form.confirm_ver input[type="submit"] {
    width: calc(150vw / 390 * 100);
    height: calc(60vw / 390 * 100);
    font-size: calc(22vw / 390 * 100);
    padding-right: 0;
  }

  .top_form.confirm_ver .submit-btn::after {
    content: none;
  }

  .top_form.confirm_ver .wpcf7-previous {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    width: calc(150vw / 390 * 100);
    height: calc(60vw / 390 * 100);
    font-size: calc(22vw / 390 * 100);
    padding-left: 1em;
    border-radius: calc(calc(1vw / 390 * 100) * infinity);
    background-color: #8D8D8D;
    border: none;
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
  }


  .top_form.confirm_ver .submit-btn::after {
    position: absolute;
    content: "";
    display: block;
    background-image: url(images/common/icon_arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(25vw / 390 * 100);
    height: calc(25vw / 390 * 100);
    top: 50%;
    left: 1.5em;
    transform: translateY(-50%) rotate(180deg);
  }
}

/* thanks
------------------------------------------------ */

/* 送信完了 */
.form-thanks-content {
  margin: calc(100vw / 1440 * 100) auto calc(50vw / 1440 * 100);
  background-color: #fff;
  padding: 5em 6em;
  box-sizing: border-box;
  border-radius: 1em;
  width: 100%;
  text-align: center;
}

.form-thanks-content h3 {
  font-size: calc(27vw / 1440 * 100);
  margin-bottom: calc(30vw / 1440 * 100);
  text-align: center;
  color: #204583;
  font-weight: 500;
}

.thanks_ttl {
  text-align: center;
  color: #004386;
  font-weight: 700;
  line-height: 1.5;
  font-size: calc(32vw / 1440 * 100);
  margin-bottom: calc(30vw / 1440 * 100);
}

.thanks_text {
  text-align: center;
  font-size: calc(21vw / 1440 * 100);
  line-height: 1.5;
  margin-bottom: calc(30vw / 1440 * 100);
}

.thanks_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: calc(50vw / 1440 * 100);
  margin-bottom: calc(15vw / 1440 * 100);
  font-weight: 500;
  width: calc(325vw / 1440 * 100);
  height: calc(77vw / 1440 * 100);
  font-size: calc(32vw / 1440 * 100);
  padding-left: 1em;
  border-radius: calc(calc(1vw / 1440 * 100) * infinity);
  background-color: #004386;
  border: none;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}

.thanks_btn::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(images/common/icon_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(35vw / 1440 * 100);
  height: calc(35vw / 1440 * 100);
  top: 50%;
  left: 3.0em;
  transform: translateY(-50%) rotate(180deg);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  font-size: calc(24vw / 1440 * 100);
}


@media screen and (max-width: 767px) {

  .form-thanks-content {
    margin: calc(100vw / 390 * 100) auto calc(50vw / 390 * 100);
    padding: 4em 1em;
  }

  .form-thanks-content h3 {
    font-size: calc(22vw / 390 * 100);
    margin-bottom: calc(30vw / 390 * 100);
  }

  .thanks_ttl {
    font-size: calc(23vw / 390 * 100);
    margin-bottom: calc(30vw / 390 * 100);
  }

  .thanks_text {
    font-size: calc(15vw / 390 * 100);
    margin-bottom: calc(20vw / 390 * 100);
  }

  .thanks_btn {
    margin-top: calc(40vw / 390 * 100);
    margin-bottom: calc(10vw / 390 * 100);
    width: calc(280vw / 390 * 100);
    height: calc(76vw / 390 * 100);
    font-size: calc(28vw / 390 * 100);
    padding-left: calc(15vw / 390 * 100);
    border-radius: calc(calc(1vw / 390 * 100) * infinity);
  }

  .thanks_btn::after {
    width: calc(35vw / 390 * 100);
    height: calc(35vw / 390 * 100);
    top: 50%;
    left: 3em;
  }

  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: calc(20vw / 390 * 100);
    line-height: 1.5;
    padding: 0;
  }

}


.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  font-size: calc(25vw / 1440 * 100);
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: calc(17vw / 390 * 100);
    line-height: 1.5;
    padding: 0;
  }
}



/* ローディング
------------------------------------------------ */

.loading_logo {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EFFCFF;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;

  animation-name: screenlogo;
  animation-delay: 0s;
  animation-duration: 2.7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}


@keyframes screenlogo {
  0% {
    opacity: 1;
    filter: blur(10px);
  }

  20% {
    opacity: 1;
    filter: blur(0px);
  }

  80% {
    opacity: 1;
    filter: blur(0px);
  }

  99% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 0;
    display: none;
    pointer-events: none;
  }
}

.loading_logo_zoom {
  width: calc(223vw / 1440 * 100);
  height: auto;
  animation-name: screenlogo_zoom;
  animation-delay: 0s;
  animation-duration: 2.7s;
  animation-timing-function: linear;
  transform-origin: 27.25% 40%;

}

@keyframes screenlogo_zoom {
  0% {
    transform: scale(1);
  }

  /*
  35% {
    transform: scale(1);
  }
  60% {
    transform: scale(75);
  }
  90% {
    transform: scale(150.2);
  }
  100% {
    transform: scale(180);
  }
  */
  100% {
    transform: scale(1);
  }
}


@media screen and (max-width: 767px) {

  .loading_logo {
    animation-duration: 2.7s;
  }

  .loading_logo_zoom {
    width: calc(179vw / 390 * 100);
    transform-origin: 26.66% 40%;
    animation-duration: 2.7s;
  }

  @keyframes screenlogo_zoom {
    0% {
      transform: scale(1);
    }

    /*
    30% {
      transform: scale(1);
    }
    60% {
      transform: scale(35);
    }
    90% {
      transform: scale(65);
    }
    100% {
      transform: scale(85);
    }*/
    100% {
      transform: scale(1);
    }
  }

}



/* SVGアニメーション
------------------------------------------------ */


.animation_line {
  stroke-dasharray: 300%;
  stroke-dashoffset: 270%;
  transition: stroke-dashoffset 5.5s ease-out, opacity 0.75s ease;
  opacity: 0;
}

.animation_line.is-drawn {
  stroke-dashoffset: 0%;
  opacity: 0.05;
}


/* TOPページCAN_DO用デコレーション */

.top_cando_deco .animation_line {
  stroke-dasharray: 240%;
  stroke-dashoffset: 190%;
  transition: stroke-dashoffset 5.5s ease-out, opacity 0.75s ease;
  opacity: 0;
}

.top_cando_deco .animation_line.is-drawn {
  stroke-dashoffset: 0%;
  opacity: 0.05;
}

.top_cando_deco {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top_cando_deco svg {
  position: absolute;
  top: min(calc(5vw / 1440 * 100), 5px);
  width: min(calc(840vw / 1440 * 100), 840px);
  right: 0;
}

@media screen and (max-width: 767px) {
  .top_cando_deco svg {
    top: calc(120vw / 390 * 100);
    width: calc(267vw / 390 * 100);
  }

}

/* TOPページblog用デコレーション */

.top_blog_deco .animation_line {
  stroke-dasharray: 240%;
  stroke-dashoffset: 210%;
  transition: stroke-dashoffset 5.5s ease-out, opacity 0.75s ease;
  opacity: 0;
}

.top_blog_deco .animation_line.is-drawn {
  stroke-dashoffset: 0%;
  opacity: 0.05;
}

.top_blog_deco {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.top_blog_deco svg {
  position: absolute;
  top: calc(120vw / 1440 * 100);
  width: 100%;
  height: calc(550vw / 1440 * 100);
  right: 0;
}

@media screen and (max-width: 767px) {
  .top_blog_deco svg {
    top: calc(920vw / 390 * 100);
    height: calc(550vw / 390 * 100);
  }

}

/* TOPページcontact用デコレーション */
.contact_deco .animation_line {
  stroke-dasharray: 240%;
  stroke-dashoffset: 190%;
  transition: stroke-dashoffset 5.5s ease-out, opacity 0.75s ease;
  opacity: 0;
}

.contact_deco .animation_line.is-drawn {
  stroke-dashoffset: 0%;
  opacity: 0.05;
}

.contact_deco {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.contact_deco svg {
  position: absolute;
  top: max(calc(-80vw / 1440 * 100), -80px);
  width: min(calc(750vw / 1440 * 100), 750px);
  left: 0;
}

@media screen and (max-width: 767px) {
  .contact_deco svg {
    top: calc(-150vw / 390 * 100);
    width: calc(267vw / 390 * 100);
  }

}

/* 事業所概要ページ用デコレーション */

.about_deco .animation_line,
.about_deco2 .animation_line {
  stroke-dasharray: 240%;
  stroke-dashoffset: 190%;
  transition: stroke-dashoffset 5.5s ease-out, opacity 0.75s ease;
  opacity: 0;
}

.about_deco .animation_line.is-drawn,
.about_deco2 .animation_line.is-drawn {
  stroke-dashoffset: 0%;
  opacity: 0.05;
}

.about_deco,
.about_deco2 {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.about_deco svg {
  position: absolute;
  top: calc(100vw / 1440 * 100);
  width: min(calc(670vw / 1440 * 100), 670px);
  right: 0;
}

.about_deco2 svg {
  position: absolute;
  top: calc(-20vw / 1440 * 100);
  width: min(calc(670vw / 1440 * 100), 670px);
  left: 0;
}

@media screen and (max-width: 767px) {
  .about_deco svg {
    top: calc(-180vw / 390 * 100);
    width: calc(267vw / 390 * 100);
  }

  .about_deco2 svg {
    top: calc(-200vw / 390 * 100);
    width: calc(267vw / 390 * 100);
  }

}

/* link_groupページ用デコレーション */
.link_group_wrapper_deco,
.link_group_wrapper_deco2 {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.link_group_wrapper_deco svg {
  position: absolute;
  top: calc(210vw / 1440 * 100);
  width: calc(370vw / 1440 * 100);
  right: 0;
}

.link_group_wrapper_deco2 svg {
  position: absolute;
  top: calc(-190vw / 1440 * 100);
  width: min(calc(370vw / 1440 * 100), 370px);
  left: 0;
}

@media screen and (max-width: 767px) {
  .link_group_wrapper_deco svg {
    top: calc(-140vw / 390 * 100);
    width: calc(170vw / 390 * 100);
  }

  .link_group_wrapper_deco2 svg {
    top: calc(-300vw / 390 * 100);
    width: calc(170vw / 390 * 100);
  }

}

/* privacy_policyページ用デコレーション */
.privacy_deco,
.privacy_deco2 {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 100%;
  z-index: -1;
}

.privacy_deco svg {
  position: absolute;
  top: calc(-1720vw / 1440 * 100);
  width: calc(370vw / 1440 * 100);
  right: 0;
}

.privacy_deco2 svg {
  position: absolute;
  top: calc(-720vw / 1440 * 100);
  width: min(calc(380vw / 1440 * 100), 380px);
  left: 0;
}

.privacy_deco.first-item {
  display: none;
}

.privacy_deco2.first-item {
  display: none;
}

@media screen and (max-width: 767px) {
  .privacy_deco svg {
    top: calc(-2150vw / 390 * 100);
    width: calc(170vw / 390 * 100);
  }

  .privacy_deco2 svg {
    top: calc(-460vw / 390 * 100);
    width: calc(170vw / 390 * 100);
  }

}


.wpcf7 form.sent .wpcf7-response-output{
  border: none;
  font-size: calc(25vw / 1440 * 100);
  line-height: 1.6;
}

@media screen and (max-width: 767px) {}
  .wpcf7 form.sent .wpcf7-response-output{
    font-size: calc(17vw / 390 * 100);
    line-height: 1.5;
    padding: 0;
  }