@charset "UTF-8";
/*!
Theme Name:   DVERZ THEMES
Theme URI:    http://dverz.co.jp/
Author:       DVERZ Inc.
Author URI:   https://dverz.co.jp/
Description:  DVERZ WP theme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  dverz
Tags:         企業サイト
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  opacity: 0.7 !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  /*  font-size: 2em;	*/
  /*  margin: 0.67em 0;	*/
}

mark {
  background: #ff0;
  color: #000;
}

small {
  /*  font-size: 80%;	*/
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow: hidden;
  background: #fff;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.font-size-small body {
  font-size: 8px;
  font-size: 0.8rem;
}
.font-size-large body {
  font-size: 12px;
  font-size: 1.2rem;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: rgb(159.375, 159.375, 159.375);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
}

p, span, address, th, td, a, li, em {
  font-feature-settings: "palt";
}

p {
  margin-bottom: 1.5rem;
  line-height: 2;
}

dfn, cite, i {
  font-style: italic;
}

em {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0;
  font-style: normal;
}

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: rgb(243.525, 243.525, 243.525);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code, kbd, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

abbr, acronym {
  border-bottom: dotted 1px #333333;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.link-hover-inverse {
  text-decoration: none;
}
.link-hover-inverse:hover {
  text-decoration: underline;
}

.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .monospace {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .monospace {
  font-size: 18px;
  font-size: 1.8rem;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.list-inline > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .list-inline > li {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .list-inline > li {
  font-size: 18px;
  font-size: 1.8rem;
}

.list-table {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.list-table > li {
  display: table-cell;
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #82cddb;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: rgb(189.3944099379, 228.7577639752, 236.1055900621);
  color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #82cddb;
  color: #666;
  -webkit-appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #82cddb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  vertical-align: middle;
}

#wrapper {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}
.font-size-small #wrapper {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large #wrapper {
  font-size: 18px;
  font-size: 1.8rem;
}

.container {
  margin: 0 auto;
  width: calc(100% - 200px);
  max-width: 1400px;
  min-width: 1000px;
  padding: 7rem 0;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5rem;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075rem 0;
}

.wp-caption-text {
  text-align: center;
}

.gallery {
  margin-bottom: 1.5rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.grecaptcha-badge {
  z-index: 1000;
}

*:focus {
  outline: none;
}

.btn_entry {
  color: white;
  background: #d0111b;
  border-radius: 100px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  width: 160px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.btn_entry:before {
  content: "";
  width: 22px;
  height: 39px;
  background-image: url("images/common/icon_entry.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 15px;
}

.btn_app {
  background: white;
  border-radius: 100px;
  font-weight: 700;
  font-size: 17px;
  width: 160px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
  justify-content: center;
}

.btn_contact {
  background: black;
  color: #82cddb;
  border-radius: 100px;
  font-weight: 700;
  font-size: 17px;
  width: 160px;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
  justify-content: center;
}

.btn_2 {
  display: inline-block;
  border-radius: 100px;
  font-weight: 700;
  font-size: 17px;
  padding: 15px;
  text-align: center;
  background: black;
  color: white;
  min-width: 270px;
}
.btn_2.color_red {
  background: #d0111b;
}

.sec_head {
  width: 950px;
  margin: 0 auto 80px;
}
.sec_head .head_ttl {
  text-align: center;
  margin-bottom: 50px;
}
.sec_head .head_ttl .sec_title1 {
  display: inline-block;
}
.sec_head .head_ttl .sec_title1 img {
  object-fit: contain;
  object-position: center;
  widows: auto;
  height: 69px;
}
.sec_head p {
  text-align: left !important;
}

.sec_title1 {
  text-align: center;
  margin-bottom: 35px;
}
.sec_title1 h3 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 1.5;
}
.sec_title1 h2 {
  color: white;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
}

.youtube_wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.table_type_app table {
  border-top: 1px solid black;
}
.table_type_app table tr {
  border-bottom: 1px solid black;
}
.table_type_app table tr th, .table_type_app table tr td {
  line-height: 1.8;
  padding: 25px 30px;
}
.table_type_app table tr th {
  background: rgb(243.525, 243.525, 243.525);
  width: 150px;
}
.table_type_app table tr td {
  background: white;
}
.table_type_app table tr td > article {
  margin-bottom: 15px;
}
.table_type_app table tr td > article:last-of-type {
  margin-bottom: 0;
}
.table_type_app table tr td > article > h3:before {
  content: "■";
  display: inline-block;
  color: #d0111b;
  margin-right: 3px;
}
.table_type_app table tr td > article > p {
  padding-left: 18px;
  margin: 0;
}
.table_type_app table tr td p {
  line-height: 1.5;
}
.table_type_app table tr td ul li {
  padding-left: 18px;
  position: relative;
  margin: 8px 0;
}
.table_type_app table tr td ul li:before {
  content: "●";
  display: inline-block;
  margin-right: 3px;
  color: #d0111b;
  position: absolute;
  left: 0;
  top: 0;
}

#pankuzu {
  text-align: right;
}
#pankuzu .container {
  padding: 1rem 2rem;
}
#pankuzu #breadcrumb ul > li {
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
}
#pankuzu #breadcrumb ul > li:before {
  display: inline-block;
  margin-right: 10px;
  content: ">";
}
#pankuzu #breadcrumb ul > li:first-of-type:before {
  display: none;
}
#pankuzu #breadcrumb ul > li > a {
  text-decoration: underline;
}

#menu_btn {
  display: none;
}

#wrapper {
  background: #82cddb;
}

#header {
  position: relative;
  z-index: 100;
}
#header .container {
  padding: 25px 0;
  width: calc(100% - 100px);
  max-width: 1500px;
}
#header .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#header .container .content .head_logo {
  width: 190px;
}
#header .container .content .head_logo a {
  display: block;
}
#header .container .content #gnav {
  width: calc(100% - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
}
#header .container .content #gnav nav#main-nav {
  width: calc(100% - 330px - 15px - 48px - 50px);
}
#header .container .content #gnav nav#main-nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: white;
  border-radius: 50px;
  padding: 0 25px;
  width: auto;
  height: 60px;
}
#header .container .content #gnav nav#main-nav .inner a {
  display: block;
  margin-right: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 19px;
  position: relative;
  padding-right: 14px;
}
#header .container .content #gnav nav#main-nav .inner a em {
  display: block;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
#header .container .content #gnav nav#main-nav .inner a:last-of-type {
  margin-right: 0;
}
#header .container .content #gnav nav#main-nav .inner a:after {
  content: "\f054";
  font-family: fontawesome;
  display: inline-block;
  font-size: 13px;
  position: absolute;
  top: 1px;
  right: 0;
}
#header .container .content #gnav nav#sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
}
#header .container .content #gnav nav#sub-nav a.btn_entry {
  margin-right: 10px;
}
#header .container .content #gnav nav#sns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
}
#header .container .content #gnav nav#sns-nav a {
  display: block;
  width: 28px;
  margin-right: 20px;
  line-height: 1;
}
#header .container .content #gnav nav#sns-nav a:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1500px) {
  #header .container .content {
    align-items: flex-start;
  }
  #header .container .content #gnav nav#main-nav {
    width: calc(100% - 40px);
    margin-bottom: 17px;
  }
  #header .container .content #gnav nav#main-nav .inner {
    height: 60px;
    margin-top: 5px;
    justify-content: center;
  }
  #header .container .content #gnav nav#sub-nav > a {
    height: 40px;
    font-size: 15px;
  }
  #header .container .content #gnav nav#sns-nav > a {
    margin-right: 15px;
    width: 20px;
  }
  #header .container .content #gnav nav#sns-nav > a:last-of-type {
    margin-right: 0;
  }
}
#foot-pagetop-section {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 110px;
  z-index: 9000;
}
#foot-pagetop-section img {
  vertical-align: middle;
}

footer#footer {
  background: white;
}
footer#footer .container {
  padding: 5rem 0;
}
footer#footer .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
footer#footer .container .foot_logo {
  width: 200px;
  margin-right: 120px;
}
footer#footer .container .foot_nav {
  margin-right: 20px;
}
footer#footer .container .foot_nav > a {
  line-height: 1.2;
  padding: 7px 0;
  display: block;
  margin: 15px 0;
}
footer#footer .container .foot_nav > a h3 {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  position: relative;
}
footer#footer .container .foot_nav > a h3:before {
  content: "－";
  position: absolute;
  left: -20px;
  top: 0;
}
footer#footer .container .foot_nav_sns {
  margin-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
footer#footer .container .foot_nav_sns .btn_contact {
  margin-right: 25px;
}
footer#footer .container .foot_nav_sns .icon_sns {
  display: block;
  width: 25px;
  margin: 0 6px;
  line-height: 1;
}
@media screen and (max-width: 1290px) {
  footer#footer .container .foot_nav_sns {
    margin-left: 303px;
    margin-top: 20px;
  }
}
footer#footer .container .foot_clane {
  width: 337px;
  position: absolute;
  bottom: 0;
  right: 150px;
}

footer#credit-section {
  background: #808080;
}
footer#credit-section .container {
  padding: 0;
}
footer#credit-section .container p {
  color: white;
  text-align: center;
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
}

#foot-fix-btn-section {
  display: none;
}

body.home #loading-images {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100vw;
  height: 100dvh;
  background-color: #82cddb;
  align-items: center;
  justify-content: center;
}
body.home #loading-images .logo {
  width: 300px;
}
body.home #loading-images.is-active {
  display: flex;
}

body.home #page {
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}
body.home #page .splide__track {
  overflow: visible;
}
body.home #page .splide__arrows {
  position: absolute;
  top: 35px;
  left: calc((100% - 600px) / 2);
  width: 600px;
}
body.home #page .splide__arrow {
  background: black;
  opacity: 1;
}
body.home #page .splide__arrow svg {
  fill: white;
  height: 12px;
  width: 12px;
}
body.home #page #vi-section .container {
  width: 100%;
  padding: 0;
}
body.home #page #vi-section .container .inner .pic {
  width: min(100%, 1170px);
  margin: 0 auto;
}
body.home #page #what-section .container .inner .head {
  position: relative;
  margin-bottom: 50px;
}
body.home #page #what-section .container .inner .head .ttl {
  width: min(750px, 60%);
}
body.home #page #what-section .container .inner .head .clane {
  position: absolute;
  left: min(840px, 65%);
  bottom: 0;
  width: min(530px, 37%);
}
body.home #page #what-section .container .inner .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.home #page #what-section .container .inner .txt h2 {
  width: 450px;
  font-size: 40px;
  font-weight: 700;
  color: white;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.home #page #what-section .container .inner .txt p {
  width: calc(100% - 450px);
  margin: 0;
  font-size: 17px;
}
body.home #page #products-section .splide a {
  display: block;
  position: relative;
}
body.home #page #products-section .splide a:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("images/common/plus_type1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 25px;
  top: 25px;
  transition: all 0.2s;
}
body.home #page #products-section .splide a:hover {
  opacity: 1 !important;
}
body.home #page #products-section .splide a:hover:after {
  transform: scale(110%);
}
body.home #page #products-section .splide a:hover .p {
  transform: scale(105%);
}
body.home #page #products-section .splide a .inner {
  background: white;
  border-radius: 40px;
  position: relative;
  padding: 70px 35px 35px;
}
body.home #page #products-section .splide a .inner .h {
  position: absolute;
  left: 35px;
  top: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: flex-end;
}
body.home #page #products-section .splide a .inner .h .num {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 120px;
  line-height: 120px;
  margin-right: 25px;
  margin-bottom: -8px;
}
body.home #page #products-section .splide a .inner .h .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
body.home #page #products-section .splide a .inner .p {
  margin-top: 20px;
  transition: all 0.3s;
}
body.home #page #business-section .step_list {
  margin-bottom: 70px;
}
body.home #page #business-section .step_list .inner {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 146px);
  position: relative;
}
body.home #page #business-section .step_list .inner:after {
  content: "";
  width: 146px;
  height: 100%;
  background-image: url("images/top/step_b.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  position: absolute;
  right: -146px;
  right: -136px;
  z-index: 1;
  top: 0px;
}
body.home #page #business-section .step_list .inner article {
  padding: 30px;
  width: 25%;
  position: relative;
  z-index: 10;
  text-align: right;
}
body.home #page #business-section .step_list .inner article:after {
  content: "";
  width: 29px;
  height: 245px;
  background-image: url("images/top/business_step_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -29px;
  top: 30px;
}
body.home #page #business-section .step_list .inner article:last-of-type {
  padding-right: 0;
}
body.home #page #business-section .step_list .inner article:last-of-type:after {
  content: none;
}
body.home #page #business-section .step_list .inner article .h {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  text-align: left;
}
body.home #page #business-section .step_list .inner article .h .num {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-size: 40px;
  line-height: 1;
  margin-right: 10px;
  letter-spacing: 0;
}
body.home #page #business-section .step_list .inner article .h .num strong {
  font-weight: 800;
  display: inline-block;
}
body.home #page #business-section .step_list .inner article .h h2 {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.3;
}
body.home #page #business-section .step_list .inner article h3 {
  position: absolute;
  left: 27px;
  top: 80px;
  text-align: left;
  line-height: 1.4;
}
body.home #page #business-section .step_list .inner article h3 strong {
  color: #82cddb;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  display: inline-block;
  background: black;
  padding: 3px;
}
body.home #page #business-section .step_list .inner article .pic {
  width: 180px;
  display: inline-block;
}
body.home #page #business-section #business-slider-wrap .splide > .head {
  text-align: center;
  margin-bottom: 50px;
}
body.home #page #business-section #business-slider-wrap .splide > .head h2 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -2px;
}
body.home #page #business-section #business-slider-wrap .splide > .head h2 strong {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
}
body.home #page #business-section #business-slider-wrap .splide > .head h3 {
  font-weight: 700;
  font-size: 18px;
}
body.home #page #business-section #business-slider-wrap .splide a {
  display: block;
  position: relative;
}
body.home #page #business-section #business-slider-wrap .splide a:after {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url("images/common/plus_type2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.2s;
}
body.home #page #business-section #business-slider-wrap .splide a:hover {
  opacity: 1 !important;
}
body.home #page #business-section #business-slider-wrap .splide a:hover:after {
  transform: scale(110%);
}
body.home #page #business-section #business-slider-wrap .splide a:hover .p {
  transform: scale(103%);
}
body.home #page #business-section #business-slider-wrap .splide a .inner {
  position: relative;
}
body.home #page #business-section #business-slider-wrap .splide a .inner .p {
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 0.3s;
}
body.home #page #business-section #business-slider-wrap .splide a .inner h3 {
  font-size: 20px;
  font-weight: 700;
}
body.home #page #business-section #business-slider-wrap .splide a .inner h3 em {
  font-size: 15px;
  display: inline-block;
}
body.home #page #voice-section {
  position: relative;
}
body.home #page #voice-section .sec_head {
  position: relative;
  z-index: 100;
  margin-bottom: 30px;
}
body.home #page #voice-section .sec_head .hukidasi {
  position: absolute;
  top: 6px;
  right: -40px;
}
body.home #page #voice-section .sec_head .hukidasi h3 {
  color: white;
  line-height: 1.3;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}
body.home #page #voice-section .sec_head .hukidasi h3:after {
  content: "";
  width: 223px;
  height: 122px;
  background-image: url("images/top/hukidasi.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -130px;
  top: -34px;
}
body.home #page #voice-section .container {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
body.home #page #voice-section .voice_list {
  position: relative;
  width: 100vw;
  padding-bottom: 50px;
}
body.home #page #voice-section .voice_list:after {
  content: "";
  background-image: url("images/top/voice_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.home #page #voice-section .voice_list .pic {
  position: relative;
  z-index: 10;
  width: calc(100% - 200px);
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
}
body.home #page #recruit-section {
  background-image: url("images/top/recruit_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
body.home #page #recruit-section .sec_head {
  color: white;
  margin-bottom: 40px;
}
body.home #page #recruit-section .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  margin-bottom: 140px;
}
body.home #page #recruit-section .btn a {
  margin: 0 35px;
  width: 290px;
  height: 90px;
  font-size: 17px !important;
}
body.home #page #recruit-section .btn a.entry {
  font-family: "Noto Sans JP", sans-serif;
}
body.home #page #recruit-section .caption {
  width: 757px;
  position: absolute;
  bottom: -10px;
  left: 0;
}

/*------------------------------------------------------------------*/
.popup_content_wrap {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  overflow: scroll;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  display: none;
}
.popup_content_wrap .inner {
  width: 910px;
  background: black;
  border-radius: 40px;
  padding: 50px 50px;
  position: relative;
}
.popup_content_wrap .closeBtn {
  width: 85px;
  height: 85px;
  z-index: 555;
  display: inline-block;
  background-image: url("images/common/close.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 80px;
  right: 80px;
  right: calc((100% - 910px) / 2 + 30px);
  background-color: transparent;
  border: none;
  transition: all 0.2s;
}
.popup_content_wrap .closeBtn:hover {
  transform: scale(115%);
}

.popup_content_wrap.popup_type_1 {
  color: white;
}
.popup_content_wrap.popup_type_1 .inner {
  padding: 60px 90px;
}
.popup_content_wrap.popup_type_1 .head {
  position: relative;
  margin-bottom: 35px;
  width: 90%;
}
.popup_content_wrap.popup_type_1 .head .num {
  color: #82cddb;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-size: 180px;
  line-height: 180px;
  position: absolute;
  left: -20px;
  top: -120px;
}
.popup_content_wrap.popup_type_1 .head > .txt {
  padding-left: 90px;
}
.popup_content_wrap.popup_type_1 .head > .txt h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
.popup_content_wrap.popup_type_1 .head > .txt p {
  font-size: 16px;
  line-height: 1.5;
}
.popup_content_wrap.popup_type_1 .vi {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popup_content_wrap.popup_type_1 .vi .vi_pic {
  width: 66%;
}
.popup_content_wrap.popup_type_1 .vi .pic {
  width: calc(34% - 25px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.popup_content_wrap.popup_type_1 .content article {
  margin-bottom: 25px;
}
.popup_content_wrap.popup_type_1 .content article:last-of-type {
  margin-bottom: 0;
}
.popup_content_wrap.popup_type_1 .content article h3 {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.popup_content_wrap.popup_type_1 .content article h3:before {
  content: "●";
  color: #82cddb;
  display: inline-block;
}
.popup_content_wrap.popup_type_1 .content article p {
  margin: 0;
  font-size: 15px;
}

.popup_content_wrap.popup_type_2 .head {
  margin-bottom: 35px;
  color: white;
}
.popup_content_wrap.popup_type_2 .head h3 {
  font-size: 25px;
  line-height: 1;
  font-weight: 200;
  font-family: "Barlow Condensed", sans-serif;
}
.popup_content_wrap.popup_type_2 .head h3 strong {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  color: #82cddb;
}
.popup_content_wrap.popup_type_2 .head h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
}
.popup_content_wrap.popup_type_2 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  position: relative;
}
.popup_content_wrap.popup_type_2 .content .l {
  width: calc(40% - 25px);
  color: white;
}
.popup_content_wrap.popup_type_2 .content .l .vi {
  margin-bottom: 30px;
}
.popup_content_wrap.popup_type_2 .content .l .vi .pic {
  margin-bottom: 15px;
}
.popup_content_wrap.popup_type_2 .content .l .vi .name {
  color: #82cddb;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
.popup_content_wrap.popup_type_2 .content .l .comment {
  position: absolute;
  top: 0;
  left: calc(40% + 25px);
}
.popup_content_wrap.popup_type_2 .content .l .comment h7 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
}
.popup_content_wrap.popup_type_2 .content .l .job_list article {
  margin-bottom: 35px;
}
.popup_content_wrap.popup_type_2 .content .l .job_list article h5 {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
  padding: 10px;
  background: #82cddb;
  border-radius: 50px;
  color: black;
}
.popup_content_wrap.popup_type_2 .content .l .job_list article table.schedule_list {
  margin-top: 15px;
}
.popup_content_wrap.popup_type_2 .content .l .job_list article table.schedule_list th, .popup_content_wrap.popup_type_2 .content .l .job_list article table.schedule_list td {
  color: #82cddb;
  font-weight: 700;
  line-height: 1.5;
}
.popup_content_wrap.popup_type_2 .content .l .job_list article table.schedule_list th {
  text-align: right;
}
.popup_content_wrap.popup_type_2 .content .l .job_list article table.schedule_list td {
  padding-left: 15px;
}
.popup_content_wrap.popup_type_2 .content .r {
  width: calc(60% - 25px);
  padding-top: 130px;
}
.popup_content_wrap.popup_type_2 .content .r .interview_list {
  background: #82cddb;
  border-radius: 20px;
  padding: 20px 25px;
}
.popup_content_wrap.popup_type_2 .content .r .interview_list > h2 {
  font-size: 50px;
  line-height: 1.5;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 30px;
}
.popup_content_wrap.popup_type_2 .content .r .interview_list > h2 strong {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
}
.popup_content_wrap.popup_type_2 .content .r .interview_list article {
  margin-bottom: 25px;
}
.popup_content_wrap.popup_type_2 .content .r .interview_list article:last-of-type {
  margin-bottom: 0;
}
.popup_content_wrap.popup_type_2 .content .r .interview_list article > h3 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 50px;
  position: relative;
}
.popup_content_wrap.popup_type_2 .content .r .interview_list article > h3:before {
  content: "Q";
  width: 40px;
  height: 40px;
  background: black;
  border-radius: 50%;
  color: #82cddb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
  position: absolute;
  left: 0;
  top: -5px;
}
.popup_content_wrap.popup_type_2 .content .r .interview_list article > .pic img {
  border-radius: 20px;
}

#page-404 .container {
  width: 820px;
  margin: 0 auto;
  text-align: center;
}
#page-404 .container .sec_title1 {
  text-align: left;
}

/*------------------------------------------------------------------*/
#page-application #intro-section .container {
  width: 1000px;
}
#page-application #intro-section .container .head {
  width: 700px;
  margin: 0 auto;
}
#page-application #intro-section .container .head h2 {
  color: #d0111b;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: center;
}
#page-application #intro-section .container .head p {
  font-weight: 700;
  font-size: 17px;
  text-align: center;
}
#page-application #intro-section .container .head p span.strong {
  display: inline;
  background: yellow;
  font-weight: 700;
}
#page-application #intro-section .container .btn {
  text-align: center;
  margin: 50px 0 0;
}
#page-application #intro-section .container .btn a.btn_entry {
  width: 620px;
  height: 90px;
  font-size: 35px;
  margin: 0 auto;
}
#page-application #intro-section .container .btn a.btn_entry:before {
  width: 30px;
  height: 50px;
  margin-right: 20px;
}
#page-application #app-section .container {
  width: 1000px;
}
#page-application #app-section .container .app_list_section {
  margin-bottom: 70px;
}
#page-application #app-section .container .app_list_section:last-of-type {
  margin-bottom: 0;
}
#page-application #app-section .container .app_list_section > h3 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 25px;
}
#page-application #app-section .container .flow > h3 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 25px;
}
#page-application #app-section .container .flow .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-application #app-section .container .flow .flow_list article {
  width: calc(33.3333333333% - 20px);
  text-align: center;
  position: relative;
}
#page-application #app-section .container .flow .flow_list article:after {
  content: "\f054";
  font-family: fontawesome;
  color: #d0111b;
  font-size: 30px;
  position: absolute;
  top: calc((100% - 60px) / 2);
  right: -21px;
}
#page-application #app-section .container .flow .flow_list article:last-of-type:after {
  content: none;
}
#page-application #app-section .container .flow .flow_list article .h {
  background: #d0111b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
  height: 60px;
}
#page-application #app-section .container .flow .flow_list article .c {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
  height: 160px;
}
#page-application #app-section .container .flow .flow_list article .all {
  background: #d0111b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
  height: 220px;
}
#page-application #app-section .container .flow .flow_list article h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
}
#page-application #app-section .container .flow .flow_list article h3 em {
  display: block;
  font-size: 18px;
}
#page-application #app-section .container .flow .flow_list article h4 {
  color: white;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
#page-application #app-section .container .btn {
  text-align: center;
  margin: 50px 0 70px;
}
#page-application #app-section .container .btn a.btn_entry {
  width: 620px;
  height: 90px;
  font-size: 35px;
  margin: 0 auto;
}
#page-application #app-section .container .btn a.btn_entry:before {
  width: 30px;
  height: 50px;
  margin-right: 20px;
}
#page-application #app-section .container .memo {
  width: 850px;
  margin: 0 auto;
}
#page-application #app-section .container .memo h2 {
  color: #d0111b;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: center;
}
#page-application #app-section .container .memo p {
  text-align: center;
}
#page-application #app-section .container .memo p span.strong {
  display: inline;
  background: yellow;
  font-weight: 700;
}

#page-entry #contact-form-section .container .message {
  text-align: center;
  margin-bottom: 60px;
}
#page-entry #contact-form-section .container .message p a {
  text-decoration: underline;
  font-weight: bold;
}
#page-entry #contact-form-section .container .message .btn {
  text-align: center;
}
#page-entry #contact-form-section .container .inner_white_wrap {
  padding: 50px;
  border-radius: 15px;
  background: white;
}
#page-entry #privacy-policy-section .container {
  width: 1000px;
}
#page-entry #privacy-policy-section .intro {
  text-align: center;
  margin-bottom: 40px;
}
#page-entry #privacy-policy-section .policy_list article {
  margin-bottom: 35px;
}
#page-entry #privacy-policy-section .policy_list article > h2 {
  font-size: 25px;
  font-weight: bold;
  color: white;
  margin-bottom: 5px;
}
#page-entry #privacy-policy-section .policy_list article > h3 {
  font-weight: bold;
}
#page-entry #privacy-policy-section .policy_list article p {
  margin: 5px 0;
}

.form-wrap > .head {
  margin-bottom: 20px;
}
.form-wrap > .head h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.form-wrap div.wpcf7 .ajax-loader {
  min-width: 24px !important;
}
.form-wrap form {
  width: 100%;
  width: auto;
  box-sizing: border-box;
  margin: 2rem auto;
}
.form-wrap form .form_check_btn > span {
  display: inline-block;
  background: red;
  padding: 25px 35px;
}
.form-wrap form .form_check_btn > span .wpcf7-list-item {
  margin-left: 0;
}
.form-wrap form .form_input_list.recaptcha {
  text-align: center;
  color: gray;
}
.form-wrap form .form_input_list.recaptcha a {
  text-decoration: underline;
}
.form-wrap form .form_bl {
  padding: 25px 30px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
}
.form-wrap form .form_bl > .h {
  width: 200px;
}
.form-wrap form .form_bl > .h > span {
  display: inline-block;
  line-height: 1.5;
}
.form-wrap form .form_bl > .h > span em {
  background: #82cddb;
  background: #d0111b;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-style: normal;
  color: white;
}
.form-wrap form .form_bl > .h.fullwide {
  width: 100%;
  text-align: left;
}
.form-wrap form .form_bl > .h.w40 {
  width: 40%;
  text-align: left;
}
.form-wrap form .form_bl > .c {
  width: calc(100% - 200px - 20px);
}
.form-wrap form .form_bl > .c.w60 {
  width: calc(60% - 20px);
}
.form-wrap form .form_bl > dl.c {
  margin: 0;
}
.form-wrap form .form_bl > dl.c dd {
  margin-left: 0;
}
.form-wrap form .form_bl > dl.c dd em {
  display: inline-block;
  width: 100px;
  margin-right: 1rem;
}
.form-wrap form .form_bl > dl.c dd > span {
  display: inline-block;
  width: calc(100% - 110px);
}
.form-wrap form .form_bl > dl.c dd:last-of-type {
  margin-bottom: 0;
}
.form-wrap form .checkbox label {
  margin-right: 15px;
}
.form-wrap form .checkbox input {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  padding: 0;
}
.form-wrap form .form_check_btn {
  display: block;
  width: 800px;
  margin: 25px auto;
  padding: 15px;
  text-align: center;
}
.form-wrap form .form_check_btn a {
  color: #82cddb;
  text-decoration: underline;
}
.form-wrap form .form_check_btn input {
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
.form-wrap form .submit_btn_wrap {
  text-align: center;
}
.form-wrap form .submit_btn_wrap input[type=submit] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: white;
  border: none;
}
.form-wrap form .submit_btn_wrap input[type=button] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: gray;
  background: rgb(216.75, 216.75, 216.75);
  border: none;
  margin-right: 15px;
}
.form-wrap form .submit_btn_wrap .wpcf7-spinner {
  min-width: 2.5rem !important;
}
.form-wrap form input,
.form-wrap form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 2rem;
}
.form-wrap form input :placeholder-shown,
.form-wrap form input ::-webkit-input-placeholder,
.form-wrap form input :-ms-input-placeholder,
.form-wrap form input :-moz-placeholder,
.form-wrap form input ::-moz-placeholder,
.form-wrap form textarea :placeholder-shown,
.form-wrap form textarea ::-webkit-input-placeholder,
.form-wrap form textarea :-ms-input-placeholder,
.form-wrap form textarea :-moz-placeholder,
.form-wrap form textarea ::-moz-placeholder {
  color: rgb(243.525, 243.525, 243.525);
}
.form-wrap form input[type=radio] {
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.form-wrap form input[type=button],
.form-wrap form input[type=submit] {
  background: #d0111b;
  border-radius: 50px;
  color: white;
  box-sizing: border-box;
  padding: 1rem 0;
  display: block;
  margin: 1rem 0;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.form-wrap form select,
.form-wrap form .wpcf7-select {
  outline: none;
  text-overflow: "";
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 2rem 2rem;
  margin-right: 15px;
  background: #fff;
}
.form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
  z-index: 1;
  content: "\f054";
  font-family: FontAwesome;
  color: #82cddb;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.form-wrap form .birth select {
  min-width: 100px;
  display: inline-block;
  margin-right: 1.5rem;
}

@media screen and (max-width: 732px) {
  html {
    scroll-padding-top: 60px; /* ヘッダーの高さ */
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .grecaptcha-badge {
    bottom: 5px !important;
  }
  .container {
    padding: 4rem 0;
    width: 90%;
    min-width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
  }
  .btn_entry {
    color: white;
    background: #d0111b;
    border-radius: 100px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 20px;
    width: 160px;
    height: 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .btn_entry:before {
    content: "";
    width: 22px;
    height: 39px;
    background-image: url("images/common/icon_entry.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 15px;
  }
  .btn_app {
    background: white;
    border-radius: 100px;
    font-weight: 700;
    font-size: 17px;
    width: 160px;
    height: 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
    justify-content: center;
  }
  .btn_contact {
    background: black;
    color: #82cddb;
    border-radius: 100px;
    font-weight: 700;
    font-size: 17px;
    width: 160px;
    height: 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
    justify-content: center;
  }
  .btn_2 {
    display: inline-block;
    border-radius: 100px;
    font-weight: 700;
    font-size: 17px;
    padding: 15px;
    text-align: center;
    background: black;
    color: white;
    min-width: 270px;
  }
  .btn_2.color_red {
    background: #d0111b;
  }
  .sec_head {
    width: 100%;
    margin: 0 auto 50px;
  }
  .sec_head .head_ttl {
    margin-bottom: 20px;
  }
  .sec_head .head_ttl .sec_title1 img {
    height: 40px;
  }
  .sec_head p {
    text-align: left !important;
  }
  .sec_title1 {
    margin-bottom: 20px;
  }
  .sec_title1 h3 {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 1.5;
  }
  .sec_title1 h2 {
    color: white;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.5;
  }
  .table_type_app table tr th, .table_type_app table tr td {
    padding: 15px 0px;
  }
  .table_type_app table tr th {
    width: 80px;
  }
  .table_type_app table tr td {
    padding: 15px 15px;
  }
  .table_type_app table tr td > article {
    margin-bottom: 10px;
  }
  .table_type_app table tr td > article > h3:before {
    margin-right: 2px;
  }
  .table_type_app table tr td > article > p {
    padding-left: 15px;
  }
  .table_type_app table tr td ul li {
    padding-left: 15px;
    margin: 8px 0;
  }
  .table_type_app table tr td ul li:before {
    margin-right: 2px;
  }
  #pankuzu {
    text-align: right;
  }
  #pankuzu .container {
    padding: 1.5rem 0 !important;
  }
  #pankuzu #breadcrumb ul > li {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #pankuzu #breadcrumb ul > li:before {
    display: inline-block;
    margin-right: 10px;
    content: ">";
  }
  #pankuzu #breadcrumb ul > li:first-of-type:before {
    display: none;
  }
  #pankuzu #breadcrumb ul > li > a {
    text-decoration: underline;
  }
  #menu_btn {
    position: absolute;
    width: 35px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    right: 20px;
    top: 24px;
    z-index: 10;
  }
  #menu_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.1s;
    box-sizing: border-box;
    z-index: 2;
  }
  #menu_btn span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn span:nth-of-type(2) {
    top: 9px;
  }
  #menu_btn span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.close:before {
    content: none;
    transition: all 0.2s;
  }
  #menu_btn.close span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  #menu_btn.close span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.close span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  #header .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  #header .container .content {
    position: relative;
  }
  #header .container .content .head_logo {
    width: 110px;
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  #header .container .content #gnav {
    display: none;
    width: 100%;
    background: white;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
  }
  #header .container .content #gnav nav#main-nav {
    width: 100%;
    margin: 0;
  }
  #header .container .content #gnav nav#main-nav .inner {
    display: block;
    background: none;
    border-radius: none;
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #header .container .content #gnav nav#main-nav .inner a {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    padding: 15px 20px;
    border-bottom: 1px solid black;
    position: relative;
  }
  #header .container .content #gnav nav#main-nav .inner a:after {
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 27px;
  }
  #header .container .content #gnav nav#sub-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 20px;
  }
  #header .container .content #gnav nav#sub-nav a {
    width: calc(50% - 5px);
  }
  #header .container .content #gnav nav#sub-nav a.btn_entry {
    margin: 0;
  }
  #header .container .content #gnav nav#sub-nav a.btn_app {
    border: 1px solid black;
  }
  #header .container .content #gnav nav#sns-nav {
    justify-content: center;
    margin: 0 0 20px;
  }
  #header .container .content #gnav nav#sns-nav a {
    width: 26px;
    margin-right: 20px;
  }
  #foot-pagetop-section {
    right: 5px;
    bottom: 70px;
    width: 65px;
  }
  footer#footer .container {
    padding: 35px 0 0;
  }
  footer#footer .container .content {
    display: block;
  }
  footer#footer .container .foot_logo {
    width: 150px;
    margin: 0 auto 35px;
  }
  footer#footer .container .foot_nav {
    display: none;
  }
  footer#footer .container .foot_nav_sns {
    margin: 0 auto;
    width: 160px;
    justify-content: center;
  }
  footer#footer .container .foot_nav_sns .btn_contact {
    margin: 0 0 30px;
  }
  footer#footer .container .foot_nav_sns .icon_sns {
    width: 25px;
    margin: 0 13px;
  }
  footer#footer .container .foot_clane {
    width: 210px;
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 35px;
    margin-left: calc(100% - 210px);
  }
  footer#credit-section {
    background: #808080;
  }
  footer#credit-section .container {
    padding: 0;
  }
  footer#credit-section .container p {
    color: white;
    text-align: center;
    font-size: 14px;
    font-family: "Barlow Condensed", sans-serif;
  }
  #foot-fix-btn-section {
    display: none;
  }
}
@media screen and (max-width: 732px) {
  body.home #loading-images .logo {
    width: 70%;
  }
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page .splide__track {
    overflow: visible;
  }
  body.home #page .splide__arrows {
    top: 20px;
    left: 0;
    width: 100%;
  }
  body.home #page .splide__arrows .splide__arrow--prev {
    left: 0;
  }
  body.home #page .splide__arrows .splide__arrow--next {
    right: 0;
  }
  body.home #page .splide__arrow svg {
    fill: white;
    height: 12px;
    width: 12px;
  }
  body.home #page #vi-section .container .inner .pic {
    width: 100%;
  }
  body.home #page #what-section .container .inner .head {
    margin-bottom: 30px;
  }
  body.home #page #what-section .container .inner .head .ttl {
    width: 70%;
  }
  body.home #page #what-section .container .inner .head .clane {
    left: auto;
    right: 0;
    bottom: auto;
    top: 25px;
    width: calc(100% - 160px + 10px);
  }
  body.home #page #what-section .container .inner .txt h2 {
    width: 160px;
    font-size: 24px;
    margin-bottom: 20px;
  }
  body.home #page #what-section .container .inner .txt p {
    width: 100%;
    font-size: 13px;
  }
  body.home #page #products-section .splide a {
    display: block;
    position: relative;
  }
  body.home #page #products-section .splide a:after {
    width: 25px;
    height: 25px;
    right: 20px;
    top: 20px;
  }
  body.home #page #products-section .splide a .inner {
    border-radius: 35px;
    padding: 60px 35px 35px;
  }
  body.home #page #products-section .splide a .inner .h {
    left: 35px;
    top: -30px;
  }
  body.home #page #products-section .splide a .inner .h .num {
    font-size: 100px;
    line-height: 100px;
    margin-right: 17px;
    margin-bottom: -8px;
  }
  body.home #page #products-section .splide a .inner .h .name {
    font-size: 18px;
    min-height: 47px;
  }
  body.home #page #products-section .splide a .inner .p {
    margin-top: 20px;
  }
  body.home #page #business-section .sec_head .head_ttl .sec_title1 img {
    height: 85px;
  }
  body.home #page #business-section .step_list {
    padding: 0;
    margin-bottom: 70px;
  }
  body.home #page #business-section .step_list .inner {
    background: none;
    width: 100%;
    padding: 11px 13px;
    overflow: hidden;
    border-bottom-right-radius: 80px;
  }
  body.home #page #business-section .step_list .inner:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("images/top/step_b_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
  }
  body.home #page #business-section .step_list .inner article {
    padding: 14px 14px !important;
    width: 50%;
    position: relative;
    z-index: 10;
    text-align: right;
  }
  body.home #page #business-section .step_list .inner article:after {
    width: 19px;
    height: 100%;
    right: -12px;
    top: 20px;
    background-position: top center;
  }
  body.home #page #business-section .step_list .inner article:nth-of-type(even):after {
    content: none;
  }
  body.home #page #business-section .step_list .inner article .h {
    margin-bottom: 12px;
  }
  body.home #page #business-section .step_list .inner article .h .num {
    font-size: 19px;
    margin-right: 11px;
  }
  body.home #page #business-section .step_list .inner article .h .num strong {
    margin-left: 6px;
  }
  body.home #page #business-section .step_list .inner article .h h2 {
    font-size: 19px;
  }
  body.home #page #business-section .step_list .inner article h3 {
    left: 13px;
    top: 44px;
  }
  body.home #page #business-section .step_list .inner article h3 strong {
    font-size: 15px;
    line-height: 14px;
    padding: 3px 0;
  }
  body.home #page #business-section .step_list .inner article .pic {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  body.home #page #business-section #business-slider-wrap .splide > .head {
    margin-bottom: 20px;
  }
  body.home #page #business-section #business-slider-wrap .splide > .head h2 {
    font-size: 35px;
  }
  body.home #page #business-section #business-slider-wrap .splide > .head h3 {
    font-size: 15px;
  }
  body.home #page #business-section #business-slider-wrap .splide a {
    display: block;
    position: relative;
  }
  body.home #page #business-section #business-slider-wrap .splide a:after {
    width: 45px;
    height: 45px;
    right: 10px;
    top: 10px;
  }
  body.home #page #business-section #business-slider-wrap .splide a .inner .p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  body.home #page #business-section #business-slider-wrap .splide a .inner h3 {
    font-size: 17px;
  }
  body.home #page #business-section #business-slider-wrap .splide a .inner h3 em {
    font-size: 13px;
  }
  body.home #page #voice-section {
    position: relative;
  }
  body.home #page #voice-section .sec_head {
    position: relative;
    z-index: 100;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
  }
  body.home #page #voice-section .sec_head .head_ttl {
    text-align: left;
  }
  body.home #page #voice-section .sec_head .hukidasi {
    position: absolute;
    top: -7px;
    right: 0;
  }
  body.home #page #voice-section .sec_head .hukidasi h3 {
    font-size: 13px;
  }
  body.home #page #voice-section .sec_head .hukidasi h3:after {
    width: 60px;
    height: 88px;
    background-image: url("images/top/hukidasi_sp.png");
    left: -50px;
    top: -17px;
  }
  body.home #page #voice-section .container {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  body.home #page #voice-section .voice_list {
    width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  body.home #page #voice-section .voice_list:after {
    background-image: url("images/top/voice_bg_sp.png");
    background-position: top right -450px;
    background-size: cover;
  }
  body.home #page #voice-section .voice_list .pic {
    width: 85%;
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  body.home #page #recruit-section {
    background-position: top left -240px;
  }
  body.home #page #recruit-section .sec_head {
    margin-bottom: 35px;
  }
  body.home #page #recruit-section .btn {
    margin-bottom: 40px;
  }
  body.home #page #recruit-section .btn a {
    margin: 0 0 20px;
    width: 250px;
  }
  body.home #page #recruit-section .caption {
    width: 100%;
    bottom: -2px;
  }
  .popup_content_wrap {
    width: 100%;
    padding: 25px;
  }
  .popup_content_wrap .inner {
    padding: 30px 20px;
  }
  .popup_content_wrap .closeBtn {
    width: 45px;
    height: 45px;
    top: 15px;
    right: 15px;
  }
  .popup_content_wrap.popup_type_1 .inner {
    padding: 30px 30px;
  }
  .popup_content_wrap.popup_type_1 .head {
    margin-bottom: 35px;
    width: 100%;
  }
  .popup_content_wrap.popup_type_1 .head .num {
    font-size: 80px;
    line-height: 80px;
    left: 0px;
    top: -60px;
  }
  .popup_content_wrap.popup_type_1 .head > .txt {
    padding-left: 0;
    padding-top: 30px;
  }
  .popup_content_wrap.popup_type_1 .head > .txt h2 {
    font-size: 20px;
  }
  .popup_content_wrap.popup_type_1 .head > .txt p {
    font-size: 13px;
  }
  .popup_content_wrap.popup_type_1 .vi {
    margin-bottom: 35px;
  }
  .popup_content_wrap.popup_type_1 .vi .vi_pic {
    width: 100%;
    margin-bottom: 10px;
  }
  .popup_content_wrap.popup_type_1 .vi .pic {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row;
  }
  .popup_content_wrap.popup_type_1 .vi .pic img {
    width: calc(50% - 5px);
  }
  .popup_content_wrap.popup_type_1 .content article {
    margin-bottom: 25px;
  }
  .popup_content_wrap.popup_type_1 .content article h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .popup_content_wrap.popup_type_1 .content article p {
    font-size: 13px;
  }
  .popup_content_wrap.popup_type_2 .head {
    margin-bottom: 25px;
  }
  .popup_content_wrap.popup_type_2 .head h2 {
    font-size: 25px;
  }
  .popup_content_wrap.popup_type_2 .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
  }
  .popup_content_wrap.popup_type_2 .content .l {
    width: 100%;
  }
  .popup_content_wrap.popup_type_2 .content .l .vi {
    width: 80%;
    margin: 0 auto 30px;
  }
  .popup_content_wrap.popup_type_2 .content .l .vi .name {
    font-size: 14px;
  }
  .popup_content_wrap.popup_type_2 .content .l .comment {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 30px;
  }
  .popup_content_wrap.popup_type_2 .content .l .comment h7 {
    font-size: 22px;
  }
  .popup_content_wrap.popup_type_2 .content .l .job_list {
    margin-bottom: 35px;
  }
  .popup_content_wrap.popup_type_2 .content .l .job_list article {
    margin-bottom: 25px;
  }
  .popup_content_wrap.popup_type_2 .content .l .job_list article h5 {
    font-size: 15px;
    padding: 7px;
  }
  .popup_content_wrap.popup_type_2 .content .l .job_list article table.schedule_list th {
    text-align: right;
  }
  .popup_content_wrap.popup_type_2 .content .l .job_list article table.schedule_list td {
    padding-left: 15px;
  }
  .popup_content_wrap.popup_type_2 .content .r {
    width: 100%;
    padding-top: 0;
  }
  .popup_content_wrap.popup_type_2 .content .r .interview_list {
    padding: 20px 20px;
  }
  .popup_content_wrap.popup_type_2 .content .r .interview_list > h2 {
    font-size: 35px;
    margin-bottom: 25px;
  }
  .popup_content_wrap.popup_type_2 .content .r .interview_list article {
    margin-bottom: 25px;
  }
  .popup_content_wrap.popup_type_2 .content .r .interview_list article > h3 {
    font-size: 14px;
    padding-left: 30px;
  }
  .popup_content_wrap.popup_type_2 .content .r .interview_list article > h3:before {
    width: 30px;
    height: 30px;
    left: -10px;
    top: -4px;
    font-size: 14px;
  }
  .popup_content_wrap.popup_type_2 .content .r .interview_list article > .pic img {
    border-radius: 15px;
  }
  #page-404 .container {
    width: 90%;
  }
  /*------------------------------------------------------------------*/
  #page article[id^=page-] > section > .container {
    padding: 2em 0 3.5rem;
  }
  #page-application #intro-section .container {
    width: 90%;
  }
  #page-application #intro-section .container .head {
    width: 100%;
  }
  #page-application #intro-section .container .head h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #page-application #intro-section .container .head p {
    font-size: 14px;
    text-align: left;
  }
  #page-application #intro-section .container .btn {
    margin: 20px 0 0;
  }
  #page-application #intro-section .container .btn a.btn_entry {
    width: 100%;
    height: 80px;
    font-size: 20px;
  }
  #page-application #app-section .container {
    width: 90%;
  }
  #page-application #app-section .container .flow .flow_list article {
    width: 100%;
    margin-bottom: 50px;
  }
  #page-application #app-section .container .flow .flow_list article:after {
    content: "\f107";
    font-size: 30px;
    top: auto;
    bottom: -56px;
    right: calc((100% - 30px) / 2);
  }
  #page-application #app-section .container .flow .flow_list article .h {
    height: 40px;
  }
  #page-application #app-section .container .flow .flow_list article .c {
    height: 100px;
  }
  #page-application #app-section .container .flow .flow_list article .all {
    height: 140px;
  }
  #page-application #app-section .container .flow .flow_list article h3 {
    font-size: 18px;
  }
  #page-application #app-section .container .flow .flow_list article h3 em {
    font-size: 15px;
  }
  #page-application #app-section .container .flow .flow_list article h4 {
    font-size: 20px;
  }
  #page-application #app-section .container .btn {
    margin: 40px 0 70px;
  }
  #page-application #app-section .container .btn a.btn_entry {
    width: 100%;
    font-size: 20px;
  }
  #page-application #app-section .container .btn a.btn_entry:before {
    width: 30px;
    height: 50px;
    margin-right: 20px;
  }
  #page-application #app-section .container .memo {
    width: 100%;
  }
  #page-application #app-section .container .memo h2 {
    font-size: 20px;
  }
  #page-application #app-section .container .memo p {
    text-align: left;
  }
  #page-entry #contact-form-section .container .inner_white_wrap {
    padding: 20px;
    border-radius: 10px;
  }
  #page-entry #privacy-policy-section .container {
    width: 90%;
  }
  #page-entry #privacy-policy-section .head .sec_title1 h3 {
    font-size: 36px;
  }
  #page-entry #privacy-policy-section .intro {
    text-align: center;
    margin-bottom: 40px;
  }
  #page-entry #privacy-policy-section .policy_list article {
    margin-bottom: 35px;
  }
  #page-entry #privacy-policy-section .policy_list article > h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #page-entry #privacy-policy-section .policy_list article > h3 {
    font-weight: bold;
  }
  #page-entry #privacy-policy-section .policy_list article p {
    margin: 5px 0;
  }
  .form-wrap > .head {
    margin-bottom: 20px;
  }
  .form-wrap > .head h3 {
    font-size: 14px;
    line-height: 1.5;
  }
  .form-wrap div.wpcf7 .ajax-loader {
    min-width: 24px !important;
  }
  .form-wrap form {
    width: 100%;
  }
  .form-wrap form > h3 {
    text-align: center;
  }
  .form-wrap form > h4 {
    text-align: left;
  }
  .form-wrap form > p {
    text-align: left;
  }
  .form-wrap form .privacy {
    width: 100%;
    height: 350px;
    overflow: scroll;
    border: 1px solid rgb(159.375, 159.375, 159.375);
    background: rgb(243.525, 243.525, 243.525);
    border-radius: 7px;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span {
    display: inline-block;
    background: red;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span .wpcf7-list-item {
    margin-left: 0;
  }
  .form-wrap form .form_input_list.recaptcha {
    text-align: center;
    color: gray;
  }
  .form-wrap form .form_input_list.recaptcha a {
    text-decoration: underline;
  }
  .form-wrap form .form_bl {
    padding: 15px 0;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form .form_bl > .h {
    width: 100%;
  }
  .form-wrap form .form_bl > .h > span {
    display: block;
    margin-bottom: 5px;
  }
  .form-wrap form .form_bl > .h.fullwide {
    width: 100%;
    text-align: left;
  }
  .form-wrap form .form_bl > .h.w40 {
    width: 100%;
  }
  .form-wrap form .form_bl > .c {
    width: 100%;
  }
  .form-wrap form .form_bl > .c.w60 {
    width: 100%;
  }
  .form-wrap form .form_bl > dl.c {
    margin: 0;
  }
  .form-wrap form .form_bl > dl.c dd {
    margin-left: 0;
  }
  .form-wrap form .form_bl > dl.c dd em {
    display: inline-block;
    width: 100px;
  }
  .form-wrap form .form_bl > dl.c dd > span {
    display: inline-block;
    width: calc(100% - 110px);
  }
  .form-wrap form .form_bl > dl.c dd:last-of-type {
    margin-bottom: 0;
  }
  .form-wrap form .checkbox label {
    margin-right: 15px;
  }
  .form-wrap form .checkbox input {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
  }
  .form-wrap form .form_check_btn {
    display: block;
    width: 100%;
    margin: 25px auto;
    padding: 15px;
    text-align: center;
  }
  .form-wrap form .form_check_btn a {
    color: #82cddb;
    text-decoration: underline;
  }
  .form-wrap form .form_check_btn input {
    width: auto;
    display: inline-block;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap {
    text-align: center;
  }
  .form-wrap form .submit_btn_wrap input[type=submit] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: white;
    border: none;
  }
  .form-wrap form .submit_btn_wrap input[type=button] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: gray;
    background: rgb(216.75, 216.75, 216.75);
    border: none;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap .wpcf7-spinner {
    min-width: 2.5rem !important;
  }
  .form-wrap form input,
  .form-wrap form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
  }
  .form-wrap form input :placeholder-shown,
  .form-wrap form input ::-webkit-input-placeholder,
  .form-wrap form input :-ms-input-placeholder,
  .form-wrap form input :-moz-placeholder,
  .form-wrap form input ::-moz-placeholder,
  .form-wrap form textarea :placeholder-shown,
  .form-wrap form textarea ::-webkit-input-placeholder,
  .form-wrap form textarea :-ms-input-placeholder,
  .form-wrap form textarea :-moz-placeholder,
  .form-wrap form textarea ::-moz-placeholder {
    color: rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form input[type=radio] {
    width: 2rem;
    display: inline-block;
    margin-right: 1rem;
  }
  .form-wrap form input[type=button],
  .form-wrap form input[type=submit] {
    border-radius: 50px;
    color: white;
    box-sizing: border-box;
    padding: 1rem 0;
    display: block;
    margin: 1rem 0;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .form-wrap form select,
  .form-wrap form .wpcf7-select {
    width: 100% !important;
    outline: none;
    text-overflow: "";
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 1.5rem 2rem;
    margin-right: 15px;
    background: #fff;
  }
  .form-wrap form select:before,
  .form-wrap form .wpcf7-select:before {
    z-index: 1;
    content: "\f054";
    font-family: FontAwesome;
    color: #82cddb;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth select {
    min-width: 100px;
    display: inline-block;
    margin-right: 1.5rem;
  }
}
