@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: #00afcc;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: rgb(25.5, 222.375, 255);
  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 #00afcc;
  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 #00afcc;
}

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: 1500px;
  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 {
  visibility: hidden;
}

*:focus {
  outline: none;
}

/*primary--ボタンスタイル-------*/
/*more btn*/
.btn_1 {
  padding: 15px 16px;
  min-width: 250px;
  padding-right: 40px;
  line-height: 1.3;
  display: inline-block;
  text-align: left;
  position: relative;
  background-color: white;
  border-bottom: 1px solid #00afcc;
}

.btn_2 {
  display: inline-block;
  color: white;
  background: #00afcc;
  padding: 15px;
  line-height: 1.3;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  min-width: 250px;
  border-radius: 100px;
}

/*共通見出し*/
.sec_title1 {
  margin-bottom: 60px;
  text-align: center;
}
.sec_title1 .inner {
  display: inline-block;
  padding: 10px 55px;
  background-color: white;
  border-radius: 100px;
  position: relative;
  z-index: 3;
  min-width: 600px;
}
.sec_title1 .inner:before {
  content: "";
  background: #FFFFFF;
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#C2DA69", GradientType=1);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  left: -10px;
  top: -10px;
  border-radius: 100px;
  z-index: -1;
}
.sec_title1 .inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 100px;
  z-index: -1;
}
.sec_title1 .inner h3 {
  font-family: "Roboto", serif;
  font-weight: 600;
  font-size: 50px;
  color: #00afcc;
  line-height: 1;
  position: relative;
  font-style: italic;
}
.sec_title1 .inner h2 {
  font-size: 16px;
  line-height: 1;
}

.cards {
  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;
}

.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_1 > table > tbody > tr > th, .table_type_1 > table > tbody > tr > td {
  padding: 8px 15px;
  line-height: 1.5;
  border: 1px solid #00afcc;
}
.table_type_1 > table > tbody > tr > th {
  background: #185c88;
  color: white;
}
.table_type_1 > table table.sub_table {
  margin: 0;
}
.table_type_1 > table table.sub_table tr {
  vertical-align: baseline;
}
.table_type_1 > table table.sub_table th, .table_type_1 > table table.sub_table td {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.5;
  text-align: left;
}
.table_type_1 > table table.sub_table th {
  width: 40px;
}

.table_type_interview > table > tbody > tr > th, .table_type_interview > table > tbody > tr > td {
  line-height: 1.5;
  font-weight: bold;
}
.table_type_interview > table > tbody > tr > th {
  text-align: right;
  padding-right: 10px;
}

.list_type_bar ul li {
  display: flex;
  align-items: center;
  padding: 0.5rem 0;
}
.list_type_bar ul li:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #00afcc;
  display: inline-block;
  margin-right: 1rem;
}
.list_type_bar ul li a {
  color: #00afcc;
  font-weight: bold;
}

.sp-buttons .sp-button {
  border: none;
  background: rgb(216.75, 216.75, 216.75);
  width: 20px;
  height: 20px;
  margin: 5px 15px;
}
.sp-buttons .sp-selected-button {
  background-color: #00afcc;
}

.sp-arrows {
  top: -125px !important;
  margin: 0 !important;
}
.sp-arrows .sp-arrow {
  width: 46px;
  height: 46px;
  transform: none;
  left: auto;
  right: auto;
}
.sp-arrows .sp-arrow:before {
  transform: none;
  content: "";
  width: 46px;
  height: 46px;
  display: inline-block;
  background-color: transparent;
  background-image: url("images/common/arrow_l.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: auto;
  right: auto;
}
.sp-arrows .sp-arrow:after {
  content: none;
}
.sp-arrows .sp-arrow.sp-previous-arrow {
  left: 50px;
  left: calc((100% - 600px) / 2 - 90px);
}
.sp-arrows .sp-arrow.sp-next-arrow {
  right: 50px;
  right: calc((100% - 600px) / 2 - 90px);
}
.sp-arrows .sp-arrow.sp-next-arrow:before {
  transform: rotate(180deg);
}

#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;
}

@media screen and (max-width: 1400px) {
  #menu_btn {
    display: block;
    position: absolute;
    width: 50px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    right: 30px;
    top: 30px;
  }
  #menu_btn:before {
    position: absolute;
    right: 0;
    top: 30px;
    width: 50px;
    text-align: center;
    content: "MENU";
    color: #00afcc;
    font-size: 16px;
    font-weight: bold;
  }
  #menu_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #00afcc;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
  }
  #menu_btn span:nth-of-type(1) {
    top: 0px;
  }
  #menu_btn span:nth-of-type(2) {
    top: 14px;
  }
  #menu_btn span:nth-of-type(3) {
    bottom: 0px;
  }
  #menu_btn.close:before {
    content: "CLOSE";
    transition: all 0.2s;
  }
  #menu_btn.close span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  #menu_btn.close span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.close span:nth-of-type(3) {
    -webkit-transform: translateY(-19px) rotate(45deg);
    transform: translateY(-19px) rotate(45deg);
  }
  #menu_btn.btn_re:before {
    color: white;
  }
  #menu_btn.btn_re span {
    background-color: white;
  }
}
#wrapper {
  background: #FFFFFF;
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#C2DA69", GradientType=1);
}

#header .container {
  padding: 15px 0;
  width: calc(100% - 100px);
  max-width: 1650px;
}
#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: 250px;
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
}
#header .container .content .head_logo a {
  display: block;
  padding: 17px 40px;
}
#header .container .content .head_logo a h2 {
  text-align: center;
  line-height: 1;
  font-size: 15px;
  border-top: 1px solid black;
  padding-top: 5px;
  margin-top: 5px;
}
#header .container .content #gnav {
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  background: white;
  width: calc(100% - 250px - 30px);
  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 #gnav nav#main-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;
  padding: 17px 40px;
}
#header .container .content #gnav nav#main-nav a {
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}
#header .container .content #gnav nav#main-nav a:last-of-type {
  margin-right: 0;
}
#header .container .content #gnav nav#main-nav a h3, #header .container .content #gnav nav#main-nav a h2 {
  line-height: 1;
}
#header .container .content #gnav nav#main-nav a h3 {
  color: #00afcc;
  margin-bottom: 5px;
  font-family: "Roboto", serif;
  font-weight: 700;
  font-size: 17px;
}
#header .container .content #gnav nav#main-nav a h2 {
  font-size: 14px;
}
#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;
  margin-right: 40px;
}
#header .container .content #gnav nav#sub-nav a {
  display: block;
  width: 25px;
  margin: 0 6px;
}

#gnav-side {
  display: none;
}

@media screen and (max-width: 1400px) {
  #gnav {
    display: none !important;
  }
  #gnav-side {
    display: none;
    border: 0;
    border-radius: 0;
    width: 100%;
    position: fixed;
    right: 0;
    top: 110px;
    width: 400px;
    z-index: 99999;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    background: white;
    overflow: hidden;
    box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.1);
  }
  #gnav-side nav#main-nav-side {
    display: block;
    padding: 15px 25px 0;
  }
  #gnav-side nav#main-nav-side a {
    display: block;
    margin: 0;
    padding: 15px 25px;
    border-bottom: 1px solid #00afcc;
    text-align: left;
    position: relative;
  }
  #gnav-side nav#main-nav-side a:after {
    content: "\f054";
    font-family: fontawesome;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  #gnav-side nav#main-nav-side a h3, #gnav-side nav#main-nav-side a h2 {
    line-height: 1.3;
    display: inline-block;
  }
  #gnav-side nav#main-nav-side a h3 {
    color: #00afcc;
    margin-bottom: 5px;
    font-size: 17px;
    margin-right: 15px;
    font-family: "Roboto", serif;
    font-weight: 700;
  }
  #gnav-side nav#main-nav-side a h2 {
    font-size: 14px;
  }
  #gnav-side nav#sub-nav-side {
    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;
    margin-right: 0;
    padding: 15px 0;
  }
  #gnav-side nav#sub-nav-side a {
    width: 40px;
    margin: 10px 5px;
    padding: 5px;
  }
}
#main-content img.size-full {
  margin-bottom: 2.5rem;
}

#main-content article[class^=post-] > .content table {
  width: 100%;
  margin-bottom: 3rem;
}
#main-content article[class^=post-] > .content table tr {
  border-bottom: 1px solid #494949;
}
#main-content article[class^=post-] > .content table tr th, #main-content article[class^=post-] > .content table tr td {
  line-height: 1;
  padding: 15px 23px;
  font-size: 1.5rem;
  color: #5f5f5f;
  letter-spacing: 3px;
}
#main-content article[class^=post-] > .content table tr th {
  width: 30%;
  text-align: center;
  font-weight: normal;
}
#main-content article[class^=post-] > .content table tr td {
  line-height: 1.5em;
}
#main-content article[class^=post-] > .content table tr td > p {
  margin-bottom: 1rem;
}
#main-content article[class^=post-] > .content table tr td em {
  font-size: 1.3rem;
  color: #8a8a8a;
  display: block;
  line-height: 1.2;
}
#main-content article[class^=post-] > .content h1 {
  margin-bottom: 10px;
  padding-left: 30px;
  font-size: 25px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  display: inline-block;
  position: relative;
}
#main-content article[class^=post-] > .content h1:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #00afcc;
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 0;
}
#main-content article[class^=post-] > .content h2 {
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 1.5;
  display: inline-block;
  background-image: url("images/common/sec_title_3_bg.png");
  background-size: 1500px;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  padding-right: 15px;
  letter-spacing: 0.05em;
}
#main-content article[class^=post-] > .content h3 {
  color: #00afcc;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 5px;
  display: inline-block;
  min-width: 50%;
  background: white;
  letter-spacing: 0.05em;
}
#main-content article[class^=post-] > .content h4 {
  color: white;
  line-height: 1.5;
  padding: 8px 15px;
  margin-bottom: 5px;
  background: #00afcc;
  letter-spacing: 0.05em;
}
#main-content article[class^=post-] > .content h5 {
  color: #00afcc;
  background: white;
  line-height: 1.5;
  padding: 8px 15px;
  margin-bottom: 5px;
  border: 2px solid #00afcc;
  letter-spacing: 0.05em;
}
#main-content article[class^=post-] > .content p {
  font-size: 15px;
  margin: 10px 0 25px;
  letter-spacing: 0.05em;
}
#main-content article[class^=post-] > .content a {
  text-decoration: underline;
  color: #00afcc;
}
#main-content article[class^=post-] > .content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.1rem;
  line-height: 1.5;
  padding: 2rem !important;
  border-bottom: 2px solid red;
  border-left: 0px !important;
  border-radius: 0;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
#main-content article[class^=post-] > .content h2.caption:before {
  content: "\f068";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 2rem;
  color: #00afcc;
}
#main-content article[class^=post-] > .content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 4rem;
}
#main-content article[class^=post-] > .content ul li {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-style: normal;
}
#main-content article[class^=post-] > .content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
#main-content article[class^=post-] > .content .btn > a {
  text-decoration: none !important;
  min-width: 300px;
}
#main-content article[class^=post-] > .content .gallery_card article {
  width: calc(50% - 1rem);
  box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}
#main-content article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}
#main-content article[class^=post-] > .content .gallery_card article .pic {
  line-height: 0.5;
}
#main-content article[class^=post-] > .content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}
#main-content article[class^=post-] > .content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}
#main-content article[class^=post-] > .content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}
#main-content article[class^=post-] > .content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
#main-content article[class^=post-] > .content img {
  clear: both;
}
#main-content article[class^=post-] > .content img.size-full {
  width: auto;
  margin-bottom: 0px;
}
#main-content article[class^=post-] > .content img.size-large {
  margin-bottom: 0rem;
}
#main-content article[class^=post-] > .content img.aligncenter {
  text-align: center;
  margin: 0 auto;
}
#main-content article[class^=post-] > .content .aligncenter {
  text-align: center;
  display: block;
}
#main-content article[class^=post-] > .content .alignleft {
  text-align: left;
}
#main-content article[class^=post-] > .content .alignright {
  text-align: right;
}

#pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}
#pagination ul {
  text-align: center;
}
#pagination ul > li > a {
  vertical-align: middle;
}
#pagination ul > li > a.page {
  display: inline-block;
  margin: 0 8px;
  width: 27px;
  height: 27px;
  border: solid 2px #00afcc;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 2px 2px 0px 0px rgb(216.75, 216.75, 216.75);
  color: #00afcc;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 24px;
}
.font-size-small #pagination ul > li > a.page {
  font-size: 10.4px;
  font-size: 1.04rem;
}
.font-size-large #pagination ul > li > a.page {
  font-size: 15.6px;
  font-size: 1.56rem;
}
#pagination ul > li > a.page.current {
  background-color: #00afcc;
  color: #fff;
}
#pagination ul > li > a.arrow {
  display: inline-block;
  margin: 0 8px;
  width: 15px;
  height: 27px;
  border: none 0 transparent;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#pagination ul > li > a.arrow.prev {
  background-image: url(images/pagination/icon-arrow-left.png);
}
#pagination ul > li > a.arrow.next {
  background-image: url(images/pagination/icon-arrow-right.png);
}

#pager {
  position: relative;
  margin: 6rem auto 0;
  text-align: center;
  min-height: 70px;
  width: 90%;
}
#pager .prev > a,
#pager .next > a,
#pager .list > a {
  display: inline-block;
  box-sizing: border-box;
  width: 140px;
  height: 27px;
  border: solid 1px #00afcc;
  border-radius: 3px;
  background-color: #fff;
  color: #00afcc;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  line-height: 24px;
}
.font-size-small #pager .prev > a,
.font-size-small #pager .next > a,
.font-size-small #pager .list > a {
  font-size: 10.4px;
  font-size: 1.04rem;
}
.font-size-large #pager .prev > a,
.font-size-large #pager .next > a,
.font-size-large #pager .list > a {
  font-size: 15.6px;
  font-size: 1.56rem;
}
#pager .prev {
  position: absolute;
  top: 0;
  left: 0;
}
#pager .prev > a:before {
  display: inline-block;
  vertical-align: top;
  content: "\f053";
  margin-right: 1rem;
  font-family: FontAwesome;
}
#pager .next {
  position: absolute;
  top: 0;
  right: 0;
}
#pager .next > a:after {
  display: inline-block;
  vertical-align: top;
  content: "\f054";
  margin-left: 1rem;
  font-family: FontAwesome;
}
#pager .list {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -70px;
}

#foot-pagetop-section {
  position: fixed;
  right: 40px;
  bottom: 80px;
  width: 110px;
  z-index: 9999;
}
#foot-pagetop-section img {
  vertical-align: middle;
}

#foot-contact-btn-section {
  position: fixed;
  right: 40px;
  bottom: 200px;
  z-index: 9999;
}
#foot-contact-btn-section a {
  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;
  width: 110px;
  height: 110px;
  background: red;
  background: #FFFFFF;
  background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#54C3F1", GradientType=0);
  background: #fc68a8;
  color: white;
  border-radius: 500px;
}
#foot-contact-btn-section a h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size: 13px;
  margin-top: -5px;
}
#foot-contact-btn-section a h2:before {
  content: "\f0e0";
  font-family: fontawesome;
  display: block;
  margin: 0 auto 2px;
  font-size: 50px;
  font-weight: normal;
}

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_info {
  width: 200px;
  margin-right: 60px;
}
footer#footer .container .foot_info h2 {
  line-height: 1;
  text-align: center;
  border-top: 1px solid black;
  margin-top: 5px;
  padding-top: 5px;
}
footer#footer .container .lead {
  border-bottom: 1px solid #00afcc;
  margin-bottom: 10px;
}
footer#footer .container .lead a {
  color: #00afcc;
  font-size: 16px;
  font-weight: bold;
}
footer#footer .container .foot_nav_1 {
  width: 220px;
  margin-right: 50px;
}
footer#footer .container .foot_nav_1 > a {
  line-height: 1.2;
  padding: 7px 0;
  display: block;
}
footer#footer .container .foot_nav_1 > a h3 {
  color: #00afcc;
  font-family: "Roboto", serif;
  font-weight: 700;
}
footer#footer .container .foot_nav_1 > a h3:before {
  content: "－";
  display: inline-block;
  margin-right: 3px;
}
footer#footer .container .foot_nav_1 > a h2 {
  font-weight: bold;
}
footer#footer .container .foot_nav_2 {
  width: 200px;
  margin-right: 50px;
}
footer#footer .container .foot_nav_2 .icon_link {
  position: relative;
}
footer#footer .container .foot_nav_2 .icon_link:after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("images/common/icon_link.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 5px;
}
footer#footer .container .foot_nav_sns {
  width: 150px;
  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_nav_sns a {
  display: block;
  width: 25px;
  margin: 0 6px;
}

footer#credit-section {
  background: #00afcc;
}
footer#credit-section .container {
  padding: 0;
}
footer#credit-section .container p {
  color: white;
  text-align: center;
  font-size: 14px;
}

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

body.home #page {
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}
body.home #page #vi-section {
  position: relative;
  z-index: 100;
}
body.home #page #vi-section .container {
  width: 100%;
  padding: 0;
}
body.home #page #vi-section .container:after {
  content: "";
  width: 1818px;
  height: 773px;
  display: inline-block;
  background-image: url("images/top/vi_bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: calc((100% - 1818px) / 2 + 10px);
  top: 10px;
}
body.home #page #vi-section .container .vi_wrap {
  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;
  position: relative;
}
body.home #page #vi-section .container .vi_wrap .vi {
  position: relative;
}
body.home #page #vi-section .container .vi_wrap .vi.vi_center {
  width: 440px;
  z-index: 10;
}
body.home #page #vi-section .container .vi_wrap .vi.vi_txt {
  width: 719px;
  z-index: 11;
  position: absolute;
  left: calc((100% - 719px) / 2);
  top: 275px;
}
body.home #page #vi-section .container .vi_wrap .vi.vi_left {
  width: 725px;
  position: absolute;
  right: calc(50% + 220px + 50px);
  top: 40px;
}
body.home #page #vi-section .container .vi_wrap .vi.vi_right {
  width: 660px;
  position: absolute;
  left: calc(50% + 220px + 50px);
  top: 20px;
}
body.home #page #vi-section .container .vi_wrap .vi.vi_sp_t, body.home #page #vi-section .container .vi_wrap .vi.vi_sp_b {
  display: none;
}
body.home #page #what-section {
  margin-top: -50px;
}
body.home #page #what-section .container > .inner {
  background: white;
  border-radius: 100px;
  padding: 100px 0;
}
body.home #page #what-section .container > .inner .head {
  margin-bottom: 20px;
}
body.home #page #what-section .container > .inner .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;
  position: relative;
}
body.home #page #what-section .container > .inner .content .txt {
  width: 50%;
  padding: 0 80px 0 100px;
  position: relative;
  background-image: url("images/top/what_bg.png");
  background-size: calc((100% - 200px) * 0.8);
  background-repeat: no-repeat;
  background-position: center;
}
body.home #page #what-section .container > .inner .content .txt h2 {
  font-weight: bold;
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 25px;
}
body.home #page #what-section .container > .inner .content .txt p {
  line-height: 2.2;
}
body.home #page #what-section .container > .inner .content .pic {
  width: calc(50% + 40px);
  margin-right: -40px;
}
body.home #page #what-section .container > .inner .content .pic img:nth-of-type(2) {
  margin-top: -25px;
}
body.home #page #what-section .container > .inner .staff {
  position: absolute;
  width: 180px;
  left: -110px;
  bottom: -20px;
  z-index: 10;
}
body.home #page #business-list-section .container .sp-slide .inner {
  min-height: 420px;
  background: #FFFFFF;
  background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#54C3F1", GradientType=0);
  border-radius: 25px;
  padding: 10px;
}
body.home #page #business-list-section .container .sp-slide .inner a.pop_up_btn {
  overflow: hidden;
  display: block;
}
body.home #page #business-list-section .container .sp-slide .inner a.pop_up_btn .pic {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}
body.home #page #business-list-section .container .sp-slide .inner a.pop_up_btn h2 {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background: white;
  line-height: 1.2;
  padding: 15px;
  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: 100px;
  position: relative;
}
body.home #page #business-list-section .container .sp-slide .inner a.pop_up_btn h2:after {
  content: "";
  width: 46px;
  height: 46px;
  background-image: url("images/common/icon_plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 27px;
}
body.home #page #job-list-section .container .job_list .sp-slides {
  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 #job-list-section .container .job_list .sp-slides .sp-slide {
  width: calc(25% - 15px);
  position: relative;
}
body.home #page #job-list-section .container .job_list .sp-slides .inner {
  background: #FFFFFF;
  background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#54C3F1", GradientType=0);
  border-radius: 25px;
  padding: 10px;
}
body.home #page #job-list-section .container .job_list .sp-slides .inner a.pop_up_btn {
  border-radius: 25px;
  display: block;
  position: relative;
}
body.home #page #job-list-section .container .job_list .sp-slides .inner a.pop_up_btn .pic {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  overflow: hidden;
}
body.home #page #job-list-section .container .job_list .sp-slides .inner a.pop_up_btn .staff {
  position: absolute;
  top: -5%;
  left: 27.5%;
  z-index: 10;
  width: 45%;
  height: 76%;
}
body.home #page #job-list-section .container .job_list .sp-slides .inner a.pop_up_btn .staff img {
  object-fit: contain;
  object-position: center bottom;
  width: auto;
  height: 100%;
}
body.home #page #job-list-section .container .job_list .sp-slides .inner a.pop_up_btn h2 {
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: white;
  line-height: 1.2;
  padding: 15px;
  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: 100px;
  position: relative;
}
body.home #page #job-list-section .container .job_list .sp-slides .inner a.pop_up_btn h2:after {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("images/common/icon_plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 33px;
}
body.home #page #interview-section {
  position: relative;
}
body.home #page #interview-section:before {
  content: "";
  width: 100%;
  height: calc(100% - 113px);
  background: #00afcc;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.home #page #interview-section .container .interview_list .sp-slides {
  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 #interview-section .container .interview_list .sp-slides .sp-slide {
  width: calc(25% - 15px);
  position: relative;
}
body.home #page #interview-section .container .interview_list .sp-slides .inner {
  background: #FFFFFF;
  background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#54C3F1", GradientType=0);
  border-radius: 500px;
  padding: 20px;
}
body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn {
  display: block;
  position: relative;
  background: #00afcc;
  border-radius: 500px;
}
body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn:hover:after {
  opacity: 1 !important;
}
body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn:after {
  content: "";
  width: 66px;
  height: 66px;
  background-image: url("images/common/icon_plus_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -9px;
  top: -6px;
}
body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn .cont {
  position: relative;
  overflow: hidden;
  border-radius: 500px;
  padding: 65px 0 0;
}
body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn .pic {
  margin-bottom: -20px;
}
body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn h2 {
  font-size: 25px;
  color: #f0eb45;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn p {
  font-size: 15px;
  color: white;
  text-align: center;
  padding: 0 20px;
  margin: 0;
  line-height: 1.5;
  min-height: 95px;
}
body.home #page #benefits-section .container .sp-slide .inner {
  min-height: 600px;
  background: #FFFFFF;
  background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(250, 220, 233) 50%, rgb(255, 244, 98) 100%);
  background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(250, 220, 233) 50%, rgb(255, 244, 98) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(250, 220, 233) 50%, rgb(255, 244, 98) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFF462", GradientType=0);
  border-radius: 25px;
  padding: 10px;
  position: relative;
}
body.home #page #benefits-section .container .sp-slide .inner a.pop_up_btn {
  background: white;
  border-radius: 25px;
  height: 580px;
  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;
  justify-content: center;
  align-content: center;
}
body.home #page #benefits-section .container .sp-slide .inner a.pop_up_btn:after {
  content: "";
  width: 46px;
  height: 46px;
  background-image: url("images/common/icon_plus.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
}
body.home #page #benefits-section .container .sp-slide .inner a.pop_up_btn .pic {
  width: 250px;
  height: 250px;
  border-radius: 300px;
  overflow: hidden;
  margin-bottom: 45px;
}
body.home #page #benefits-section .container .sp-slide .inner a.pop_up_btn h2 {
  width: 100%;
  color: #00afcc;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
body.home #page #benefits-section .container .sp-slide .half_cards {
  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;
  justify-content: space-between;
  min-height: 600px;
}
body.home #page #benefits-section .container .sp-slide .half_cards .inner.half {
  width: 100%;
  height: 294px;
  min-height: auto;
}
body.home #page #benefits-section .container .sp-slide .half_cards .inner.half a.pop_up_btn {
  height: 274px;
}
body.home #page #benefits-section .container .sp-slide .half_cards .inner.half a.pop_up_btn .pic {
  width: 160px;
  height: 160px;
  border-radius: 300px;
  margin-bottom: 10px;
}
body.home #page #gallery-section .container .head p {
  margin-bottom: 0;
}
body.home #page #message-section .container > .inner {
  background: white;
  border-radius: 100px;
  padding: 80px 0 100px;
}
body.home #page #message-section .container > .inner .vi {
  position: relative;
  margin-bottom: 90px;
}
body.home #page #message-section .container > .inner .vi .txt {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 55px;
}
body.home #page #message-section .container > .inner .vi .txt h4 {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
}
body.home #page #message-section .container > .inner .vi .txt h5 {
  color: #00afcc;
  font-weight: bold;
  font-size: 20px;
}
body.home #page #message-section .container > .inner .vi .pic {
  width: 1000px;
  margin-left: calc((100% - 1000px) / 2 - 80px);
}
body.home #page #message-section .container > .inner .txt .inner {
  width: calc(100% - 200px);
  min-width: 750px;
  margin: 0 auto;
  margin-bottom: 40px;
}
body.home #page #message-section .container > .inner .txt .inner h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
body.home #page #message-section .container > .inner .txt .chuto {
  margin-top: 80px;
  text-align: center;
  font-weight: bold;
  max-width: 800px;
}
body.home #page #message-section .container > .inner .txt .chuto h2 {
  color: #00afcc;
  font-size: 28px;
  position: relative;
}
body.home #page #message-section .container > .inner .txt .chuto h2:before {
  content: "＼";
  position: absolute;
  top: 0;
  left: 18%;
}
body.home #page #message-section .container > .inner .txt .chuto h2:after {
  content: "／";
  position: absolute;
  top: 0;
  right: 18%;
}
body.home #page #message-section .container > .inner .txt .chuto h3 {
  font-size: 23px;
  line-height: 1.5;
  color: #00afcc;
  font-weight: bold;
}
body.home #page #message-section .container > .inner .txt .chuto p {
  font-size: 18px;
}
body.home #page #message-section .container > .inner .slide_wrap {
  width: calc(100% - 200px);
  min-width: 750px;
  margin: 0 auto;
}
body.home #page #message-section .container > .inner .slide_wrap .sp-slide .inner {
  margin-bottom: 40px;
}
body.home #page #message-section .container > .inner .slide_wrap .sp-slide h2 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
body.home #page #message-section .container > .inner .slide_wrap .sp-arrows {
  position: relative;
  z-index: 100;
  top: auto !important;
  width: 260px;
  margin: 0 auto !important;
  left: auto;
}
body.home #page #message-section .container > .inner .slide_wrap .sp-arrows .sp-arrow {
  left: auto;
  right: auto;
}
body.home #page #message-section .container > .inner .slide_wrap .sp-arrows .sp-arrow.sp-previous-arrow {
  left: 0;
}
body.home #page #message-section .container > .inner .slide_wrap .sp-arrows .sp-arrow.sp-next-arrow {
  right: 0;
}
body.home #page #message-section .container > .inner .side_pic {
  position: absolute;
  top: 240px;
  left: 0;
  width: 100%;
}
body.home #page #message-section .container > .inner .side_pic .pic_l {
  width: 390px;
  position: absolute;
  top: -120px;
  right: calc((100% - 640px) / 2 + 50px);
  right: 83%;
}
body.home #page #message-section .container > .inner .side_pic .pic_r_1 {
  width: 390px;
  position: absolute;
  top: -170px;
  left: calc((100% - 640px) / 2 + 80px);
  left: 82%;
}
body.home #page #message-section .container > .inner .side_pic .pic_r_2 {
  width: 300px;
  position: absolute;
  top: 210px;
  left: calc((100% - 640px) / 2 + 40px);
  left: 80%;
}
body.home #page #movie-section {
  position: relative;
}
body.home #page #movie-section:before {
  content: "";
  width: 100%;
  height: calc(100% - 113px);
  background: #4d4d4d;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.home #page #contact-section .container .btn {
  text-align: center;
}
body.home #page #contact-section .container .btn .btn_type_link {
  background: #00afcc;
  color: white;
  font-size: 35px;
  font-weight: bold;
  display: inline-block;
  padding: 30px;
  line-height: 1;
  text-align: center;
  position: relative;
  min-width: 600px;
  border-radius: 100px;
}
body.home #page #contact-section .container .btn .btn_type_link:after {
  content: "";
  width: 29px;
  height: 29px;
  background-image: url("images/common/icon_link_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 32px;
  right: 35px;
}

#cboxOverlay {
  background: #c7c7c7;
}

#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight {
  background: white;
  opacity: 0;
}

#cboxContent {
  background: none;
  overflow: unset;
}

#cboxLoadedContent {
  margin-bottom: 0;
}

#cboxClose {
  background-image: url("images/common/icon_btn_close.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  bottom: auto;
  top: -20px;
  right: -20px;
  width: 90px;
  height: 90px;
  z-index: 555;
}
#cboxClose:hover {
  background-position: center;
}

.popup_content_wrap {
  width: 100%;
  padding: 50px;
  background: #FFFFFF;
  background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#54C3F1", GradientType=0);
  border-radius: 20px;
  padding: 10px;
  position: relative;
}
.popup_content_wrap .inner {
  background: white;
  border-radius: 20px;
  padding: 50px;
}
.popup_content_wrap .inner .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;
}

.popup_content_wrap.popup_type_1 .content .head {
  width: 100%;
  margin-bottom: 25px;
}
.popup_content_wrap.popup_type_1 .content .head h2 {
  color: #00afcc;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.1;
}
.popup_content_wrap.popup_type_1 .content .head h3 {
  font-size: 22px;
  font-weight: bold;
}
.popup_content_wrap.popup_type_1 .content .pic {
  width: 50%;
  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 .content .pic img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px;
}
.popup_content_wrap.popup_type_1 .content .pic img:nth-of-type(2), .popup_content_wrap.popup_type_1 .content .pic img:nth-of-type(3) {
  width: calc(50% - 5px);
}
.popup_content_wrap.popup_type_1 .content .txt {
  width: calc(50% - 40px);
}
.popup_content_wrap.popup_type_1 .content .txt article {
  margin-bottom: 20px;
}
.popup_content_wrap.popup_type_1 .content .txt article:last-of-type {
  margin-bottom: 0;
}
.popup_content_wrap.popup_type_1 .content .txt article h4 {
  color: #00afcc;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 7px;
}
.popup_content_wrap.popup_type_1 .content .txt article h4:before {
  content: "●";
  display: inline-block;
  margin-right: 3px;
}
.popup_content_wrap.popup_type_1 .content .txt article p {
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
}

.popup_content_wrap.popup_type_2 {
  background: #FFFFFF;
  background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#54C3F1", GradientType=0);
}
.popup_content_wrap.popup_type_2 .inner {
  background: #b2e7f0;
}
.popup_content_wrap.popup_type_2 .content .head {
  width: 100%;
  margin-bottom: 25px;
}
.popup_content_wrap.popup_type_2 .content .head h2 {
  color: #00afcc;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.1;
}
.popup_content_wrap.popup_type_2 .content .head h3 {
  font-size: 22px;
  font-weight: bold;
}
.popup_content_wrap.popup_type_2 .content .pic {
  width: 40%;
  text-align: center;
}
.popup_content_wrap.popup_type_2 .content .pic img {
  width: auto;
  height: 430px;
  object-fit: contain;
  object-position: center;
}
.popup_content_wrap.popup_type_2 .content .txt {
  width: calc(60% - 40px);
}
.popup_content_wrap.popup_type_2 .content .txt article {
  margin-bottom: 20px;
}
.popup_content_wrap.popup_type_2 .content .txt article:last-of-type {
  margin-bottom: 0;
}
.popup_content_wrap.popup_type_2 .content .txt article h4 {
  background: #00afcc;
  color: white;
  display: inline-block;
  border-radius: 100px;
  padding: 5px 25px;
  min-width: 220px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 7px;
}
.popup_content_wrap.popup_type_2 .content .txt article p {
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
}

.popup_content_wrap.popup_type_3 {
  background: #FFFFFF;
  background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#54C3F1", GradientType=0);
}
.popup_content_wrap.popup_type_3 .inner {
  background: #00afcc;
  color: white;
}
.popup_content_wrap.popup_type_3 .content .head {
  width: 100%;
  margin-bottom: 25px;
}
.popup_content_wrap.popup_type_3 .content .head h2 {
  background: #FFFFFF;
  background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#54C3F1", GradientType=0);
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.1;
  border-radius: 100px;
  padding: 15px;
  color: black;
}
.popup_content_wrap.popup_type_3 .content > .pic {
  width: 20%;
  text-align: center;
}
.popup_content_wrap.popup_type_3 .content > .pic img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.popup_content_wrap.popup_type_3 .content .txt {
  width: calc(80% - 40px);
}
.popup_content_wrap.popup_type_3 .content .txt article {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
}
.popup_content_wrap.popup_type_3 .content .txt article:last-of-type {
  margin-bottom: 0;
}
.popup_content_wrap.popup_type_3 .content .txt article.intro {
  margin-bottom: 40px;
}
.popup_content_wrap.popup_type_3 .content .txt article.intro h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.popup_content_wrap.popup_type_3 .content .txt article.intro .profile {
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 25px;
  color: black;
  border-radius: 8px;
}
.popup_content_wrap.popup_type_3 .content .txt article.intro .profile h5 {
  font-size: 20px;
}
.popup_content_wrap.popup_type_3 .content .txt article.intro .profile span.name {
  font-size: 17px;
  font-weight: bold;
}
.popup_content_wrap.popup_type_3 .content .txt article.faq {
  margin-bottom: 30px;
}
.popup_content_wrap.popup_type_3 .content .txt article.faq h6 {
  position: relative;
  padding-left: 45px;
  font-weight: bold;
  font-size: 20px;
}
.popup_content_wrap.popup_type_3 .content .txt article.faq h6:before {
  content: "Q";
  font-size: 15px;
  color: #00afcc;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: -5px;
  width: 35px;
  height: 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;
  justify-content: center;
  align-content: center;
  background: white;
  border-radius: 100px;
  line-height: 1;
}
.popup_content_wrap.popup_type_3 .content .txt article.faq .pic img {
  border-radius: 5px;
}
.popup_content_wrap.popup_type_3 .content .txt article.schedule {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 25px;
  color: #00afcc;
  border-radius: 8px;
}
.popup_content_wrap.popup_type_3 .content .txt article.schedule h6 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.popup_content_wrap.popup_type_4 {
  background: #FFFFFF;
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#C2DA69", GradientType=1);
}
.popup_content_wrap.popup_type_4 .inner {
  background: white;
}
.popup_content_wrap.popup_type_4 .content {
  align-items: center;
}
.popup_content_wrap.popup_type_4 .content .head {
  width: 100%;
  margin-bottom: 25px;
}
.popup_content_wrap.popup_type_4 .content .head h2 {
  background: #FFFFFF;
  background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
  background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#C2DA69", GradientType=1);
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.1;
  border-radius: 100px;
  padding: 15px;
  color: black;
}
.popup_content_wrap.popup_type_4 .content .txt {
  width: calc(100% - 300px - 60px);
}
.popup_content_wrap.popup_type_4 .content .txt article {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.5;
}
.popup_content_wrap.popup_type_4 .content .txt article:last-of-type {
  margin-bottom: 0;
}
.popup_content_wrap.popup_type_4 .content .txt article p {
  font-size: 20px;
}
.popup_content_wrap.popup_type_4 .content > .pic {
  width: 300px;
}
.popup_content_wrap.popup_type_4 .content > .pic img {
  width: 100%;
  border-radius: 500px;
}

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

#wrapper.news .post-head .post-title {
  font-size: 23px;
  line-height: 1.3;
  margin-bottom: 5px;
  display: block;
  color: #00afcc;
  letter-spacing: 0.05em;
}
#wrapper.news .post-head .post-title i.new-post {
  display: inline-block;
  margin-right: 15px;
  background: #00afcc;
  color: white;
  padding: 3px 15px;
  font-size: 15px;
  vertical-align: bottom;
}
#wrapper.news .post-head .post-date {
  font-size: 13px;
  color: gray;
  display: inline-block;
  margin-right: 10px;
}
#wrapper.news .post-head .post-cat {
  display: inline-block;
}
#wrapper.news .post-head .post-cat li {
  display: inline-block;
  color: #00afcc;
}
#wrapper.news .post-head .post-cat li a {
  padding: 0 2px;
  font-size: 13px;
  color: #00afcc;
  border: 1px solid #00afcc;
  padding: 2px 5px;
}

#wrapper.news #news-list .feeds .content article {
  margin-bottom: 50px;
}
#wrapper.news #news-list .feeds .content article .post-excerpt p {
  line-height: 1.5;
}
#wrapper.news #news-list .feeds .content article .btn {
  text-align: right;
}
#wrapper.news #news-detail .container .cont {
  min-width: 950px;
  width: 950px;
  margin: auto;
}
#wrapper.news #news-detail .content {
  margin-top: 25px;
  margin-bottom: 40px;
}

/*------------------------------------------------------------------*/
#page article[id^=page-] > section > .container {
  padding: 2em 0 5.5rem;
}

.inner_white_wrap {
  background: white;
  border-radius: 100px;
  padding: 100px 80px;
}

#page-contact #contact-form-section .container .message {
  text-align: center;
  margin-bottom: 60px;
}
#page-contact #contact-form-section .container .message p a {
  text-decoration: underline;
  color: #00afcc;
  font-weight: bold;
}
#page-contact #contact-form-section .container .message .btn {
  text-align: center;
}
#page-contact #privacy-policy-section .intro {
  text-align: center;
  margin-bottom: 40px;
}
#page-contact #privacy-policy-section .policy_list article {
  margin-bottom: 35px;
}
#page-contact #privacy-policy-section .policy_list article > h2 {
  font-size: 20px;
  font-weight: bold;
  color: #00afcc;
}
#page-contact #privacy-policy-section .policy_list article > h3 {
  font-weight: bold;
}
#page-contact #privacy-policy-section .policy_list article p {
  margin: 5px 0;
}

.form-wrap > .head {
  margin-bottom: 20px;
}
.form-wrap > .head h3 {
  text-align: center;
  color: #00afcc;
  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;
  border-top: 1px solid rgb(243.525, 243.525, 243.525);
}
.form-wrap form > p, .form-wrap form > h3 {
  text-align: center;
}
.form-wrap form h4 {
  text-align: center;
  color: #00afcc;
  font-weight: bold;
}
.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: 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;
  color: #00afcc;
}
.form-wrap form .form_bl > .h > span em {
  background: #00afcc;
  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: #00afcc;
  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: #00afcc;
  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: #00afcc;
  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: 83px !important;
    display: none;
  }
  .page-id-166 .grecaptcha-badge {
    display: block;
  }
  .container {
    padding: 4rem 0;
    width: 90%;
    min-width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
  }
  /*more btn*/
  .btn_1 {
    padding: 15px 16px;
    min-width: 250px;
    padding-right: 40px;
    line-height: 1.3;
    display: inline-block;
    text-align: left;
    position: relative;
    background-color: white;
    border-bottom: 1px solid #00afcc;
  }
  .btn_2 {
    display: inline-block;
    color: white;
    background: #00afcc;
    padding: 15px;
    line-height: 1.3;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    min-width: 250px;
    border-radius: 100px;
  }
  /*共通見出し*/
  .sec_title1 {
    margin-bottom: 40px;
    text-align: center;
  }
  .sec_title1 .inner {
    padding: 7px 0;
    min-width: auto;
    width: calc(100vw - 130px);
    display: inline-block;
  }
  .sec_title1 .inner:before {
    content: "";
    background: #FFFFFF;
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
    background: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(188, 226, 232) 50%, rgb(194, 218, 105) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#C2DA69", GradientType=1);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    left: -5px;
    top: -5px;
  }
  .sec_title1 .inner:after {
    background: white;
  }
  .sec_title1 .inner h3 {
    font-size: 20px;
  }
  .sec_title1 .inner h2 {
    font-size: 13px;
  }
  .table_type_1 > table > tbody > tr > th, .table_type_1 > table > tbody > tr > td {
    padding: 8px 15px;
    line-height: 1.5;
    border: 1px solid #00afcc;
  }
  .table_type_1 > table > tbody > tr > th {
    background: #185c88;
    color: white;
  }
  .table_type_1 > table table.sub_table {
    margin: 0;
  }
  .table_type_1 > table table.sub_table th, .table_type_1 > table table.sub_table td {
    font-size: 13px;
    line-height: 1.3;
    padding: 4px 0;
  }
  .table_type_1 > table table.sub_table th {
    width: 35px;
    vertical-align: top;
    margin-right: 5px;
  }
  .table_type_interview > table > tbody > tr > th, .table_type_interview > table > tbody > tr > td {
    line-height: 1.5;
    font-weight: bold;
  }
  .table_type_interview > table > tbody > tr > th {
    text-align: right;
    padding-right: 10px;
  }
  .sp-buttons {
    padding-top: 6px;
  }
  .sp-buttons .sp-button {
    width: 15px;
    height: 15px;
    margin: 0px 7px;
  }
  .sp-buttons .sp-selected-button {
    background-color: #00afcc;
  }
  .sp-arrows {
    top: -80px !important;
    margin: 0 !important;
  }
  .sp-arrows .sp-arrow {
    width: 32px;
    height: 32px;
    transform: none;
    left: auto;
    right: auto;
  }
  .sp-arrows .sp-arrow:before {
    transform: none;
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    background-color: transparent;
    background-image: url("images/common/arrow_l.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: auto;
    right: auto;
  }
  .sp-arrows .sp-arrow:after {
    content: none;
  }
  .sp-arrows .sp-arrow.sp-previous-arrow {
    left: 20px;
  }
  .sp-arrows .sp-arrow.sp-next-arrow {
    right: 20px;
  }
  .sp-arrows .sp-arrow.sp-next-arrow:before {
    transform: rotate(180deg);
  }
  #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: 30px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    right: 25px;
    top: 30px;
  }
  #menu_btn:after {
    content: "";
    background: #00afcc;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: -22px;
    border-radius: 100px;
    z-index: 1;
    display: inline-block;
  }
  #menu_btn:before {
    position: absolute;
    right: 0;
    top: 10px;
    width: 32px;
    text-align: center;
    content: none;
    color: #00afcc;
    font-size: 12px;
  }
  #menu_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    z-index: 2;
  }
  #menu_btn span:nth-of-type(1) {
    top: -7px;
  }
  #menu_btn span:nth-of-type(2) {
    top: 1px;
  }
  #menu_btn span:nth-of-type(3) {
    bottom: 9px;
  }
  #menu_btn.close:before {
    content: none;
    transition: all 0.2s;
  }
  #menu_btn.close span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  #menu_btn.close span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.close span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  #menu_btn.btn_re:before {
    color: white;
  }
  #menu_btn.btn_re span {
    background-color: white;
  }
  #header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
  }
  #header .container {
    padding: 0;
    width: 100%;
    max-width: auto;
  }
  #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;
  }
  #header .container .content .head_logo {
    width: 180px;
    border-radius: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-top: -1px;
    margin-left: -1px;
  }
  #header .container .content .head_logo a {
    padding: 15px 25px 15px 25px;
  }
  #header .container .content .head_logo a h2 {
    font-size: 13px;
    padding-top: 5px;
    margin-top: 5px;
  }
  #gnav-side {
    display: none;
  }
}
@media screen and (max-width: 732px) and (max-width: 1400px) {
  #gnav-side {
    right: 0;
    top: 86px;
    width: 100%;
    border-radius: 0;
  }
  #gnav-side nav#main-nav-side {
    padding: 15px 25px 0;
  }
  #gnav-side nav#main-nav-side a {
    padding: 15px 15px;
  }
  #gnav-side nav#main-nav-side a h3, #gnav-side nav#main-nav-side a h2 {
    font-weight: bold;
  }
  #gnav-side nav#main-nav-side a h3 {
    margin-bottom: 0;
    font-size: 15px;
  }
  #gnav-side nav#main-nav-side a h2 {
    font-size: 13px;
  }
  #gnav-side nav#sub-nav-side a {
    margin: 15px 5px;
  }
}
@media screen and (max-width: 732px) {
  #main-content img.size-full {
    margin-bottom: 2.5rem;
  }
  #main-content article[class^=post-] > .content table {
    width: 100%;
    margin-bottom: 3rem;
  }
  #main-content article[class^=post-] > .content table tr th, #main-content article[class^=post-] > .content table tr td {
    line-height: 1;
    padding: 1.5rem;
    font-size: 1.2rem;
  }
  #main-content article[class^=post-] > .content table tr th {
    width: 30%;
  }
  #main-content article[class^=post-] > .content table tr td {
    line-height: 1.5em;
  }
  #main-content article[class^=post-] > .content table tr td em {
    font-size: 1.2rem;
  }
  #main-content article[class^=post-] > .content h1 {
    font-size: 20px;
  }
  #main-content article[class^=post-] > .content h2 {
    font-size: 18px;
  }
  #main-content article[class^=post-] > .content h3 {
    font-size: 16px;
    font-weight: bold;
  }
  #main-content article[class^=post-] > .content h4 {
    padding: 7px 10px;
  }
  #main-content article[class^=post-] > .content h5 {
    padding: 7px 10px;
  }
  #main-content article[class^=post-] > .content p {
    font-size: 13px;
    margin: 10px 0 25px;
  }
  #main-content article[class^=post-] > .content a {
    text-decoration: underline;
    color: #00afcc;
  }
  #main-content article[class^=post-] > .content h2.caption {
    box-sizing: border-box;
    color: #000 !important;
    font-size: 2.1rem;
    line-height: 1.5;
    padding: 2rem !important;
    border-bottom: 2px solid red;
    border-left: 0px !important;
    border-radius: 0;
    margin-bottom: 4rem !important;
    background: none;
    box-shadow: none;
    display: block;
    text-align: left;
  }
  #main-content article[class^=post-] > .content h2.caption:before {
    content: "\f068";
    font-family: fontawesome;
    display: inline-block;
    margin-right: 2rem;
    color: #00afcc;
  }
  #main-content article[class^=post-] > .content ul {
    margin: 2rem 0 3rem;
    list-style: disc;
    padding-left: 4rem;
  }
  #main-content article[class^=post-] > .content ul li {
    line-height: 1.5;
    margin-bottom: 1.5rem;
    font-style: normal;
  }
  #main-content article[class^=post-] > .content .btn {
    text-align: right;
    margin: 1rem 0 1rem;
  }
  #main-content article[class^=post-] > .content .btn > a {
    text-decoration: none !important;
    text-align: left;
    min-width: 250px;
  }
  #main-content article[class^=post-] > .content .gallery_card article {
    width: calc(50% - 1rem);
    box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
    background: white;
    text-align: center;
    margin-bottom: 2rem;
  }
  #main-content article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
    margin-left: 2rem;
  }
  #main-content article[class^=post-] > .content .gallery_card article .pic {
    line-height: 0.5;
  }
  #main-content article[class^=post-] > .content .gallery_card article .pic img {
    width: 100%;
    margin: 0;
  }
  #main-content article[class^=post-] > .content .gallery_card article .txt {
    line-height: 1;
    padding: 1rem 2rem;
  }
  #main-content article[class^=post-] > .content .gallery_card article .txt h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  #main-content article[class^=post-] > .content iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
  }
  #main-content article[class^=post-] > .content img {
    clear: both;
  }
  #main-content article[class^=post-] > .content img.size-full {
    width: auto;
    margin-bottom: 0px;
  }
  #main-content article[class^=post-] > .content img.size-large {
    margin-bottom: 0rem;
  }
  #pager {
    margin: 1rem auto 3rem;
  }
  #pager > .prev, #pager > .list, #pager > .next {
    display: block !important;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 0 1rem;
  }
  #pager > .prev a, #pager > .list a, #pager > .next a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #foot-pagetop-section {
    right: 10px;
    bottom: 10px;
    width: 50px;
  }
  #foot-contact-btn-section {
    right: auto;
    left: 10px;
    bottom: 10px;
    width: 160px;
  }
  #foot-contact-btn-section a {
    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;
    width: auto;
    height: 50px;
    background: red;
    background: #FFFFFF;
    background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
    background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#54C3F1", GradientType=0);
    background: #fc68a8;
    border-radius: 100px;
  }
  #foot-contact-btn-section a h2 {
    text-align: left;
    font-size: 13px;
    margin: 0;
    position: relative;
    padding-left: 30px;
  }
  #foot-contact-btn-section a h2:before {
    margin: 0;
    font-size: 26px;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: -7px;
  }
  footer#footer .container {
    padding: 5rem 0;
  }
  footer#footer .container .foot_info {
    width: 180px;
    margin: 0 auto 30px;
  }
  footer#footer .container .lead {
    width: 100%;
    border-bottom: 1px solid #00afcc;
    margin-bottom: 10px;
    text-align: center;
  }
  footer#footer .container .lead a {
    color: #00afcc;
    font-size: 16px;
    font-weight: bold;
  }
  footer#footer .container .foot_nav_1 {
    width: 100%;
    margin: 0 0 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;
  }
  footer#footer .container .foot_nav_1 > a {
    width: calc(50% - 10px);
    width: 60%;
    margin-bottom: 20px;
  }
  footer#footer .container .foot_nav_1 > a:nth-of-type(odd) {
    width: 40%;
  }
  footer#footer .container .foot_nav_1 > a h3 {
    color: #00afcc;
    font-family: "Roboto", serif;
    font-weight: 700;
  }
  footer#footer .container .foot_nav_1 > a h3:before {
    content: "－";
    display: inline-block;
    margin-right: 3px;
  }
  footer#footer .container .foot_nav_1 > a h2 {
    font-weight: bold;
    padding-left: 15px;
  }
  footer#footer .container .foot_nav_2 {
    width: 200px;
    margin: 0 auto 25px;
  }
  footer#footer .container .foot_nav_2 .icon_link {
    text-align: left;
  }
  footer#footer .container .foot_nav_2 .icon_link:after {
    width: 20px;
    height: 20px;
    bottom: 6px;
  }
  footer#footer .container .foot_nav_sns {
    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;
    justify-content: center;
  }
  footer#footer .container .foot_nav_sns a {
    width: 35px;
    margin: 0 15px;
  }
  footer#credit-section .container {
    padding: 0 0 50px;
  }
  footer#credit-section .container p {
    font-size: 12px;
  }
}
@media screen and (max-width: 732px) {
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page #vi-section .container {
    width: 100%;
    padding: 0;
  }
  body.home #page #vi-section .container:after {
    content: "";
    width: 100vw;
    height: 100vh;
    display: block;
    background-image: url("images/top/vi_sp_bg.png");
    background-size: contain;
    background-position: right -4vw top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  body.home #page #vi-section .container .vi_wrap {
    position: relative;
    height: 100vh;
  }
  body.home #page #vi-section .container .vi_wrap .vi {
    position: relative;
  }
  body.home #page #vi-section .container .vi_wrap .vi.vi_center {
    width: 50%;
    z-index: 10;
    position: absolute;
    top: 29vh;
    left: 25%;
  }
  body.home #page #vi-section .container .vi_wrap .vi.vi_txt {
    width: 90%;
    z-index: 11;
    position: absolute;
    left: 5%;
    top: 47vh;
  }
  body.home #page #vi-section .container .vi_wrap .vi.vi_sp_t {
    width: 90%;
    position: absolute;
    left: 5%;
    top: 10vh;
    display: block;
  }
  body.home #page #vi-section .container .vi_wrap .vi.vi_sp_b {
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 1vh;
    display: block;
  }
  body.home #page #vi-section .container .vi_wrap .vi.vi_left {
    display: none;
  }
  body.home #page #vi-section .container .vi_wrap .vi.vi_right {
    display: none;
  }
  body.home #page #what-section {
    margin-top: -60px;
  }
  body.home #page #what-section .container {
    width: 100%;
  }
  body.home #page #what-section .container > .inner {
    background: white;
    border-radius: 40px;
    padding: 40px 0;
  }
  body.home #page #what-section .container > .inner .head {
    margin-bottom: 20px;
  }
  body.home #page #what-section .container > .inner .content .txt {
    width: 100%;
    padding: 0 50px;
    background-size: 62%;
    background-position: center bottom 50px;
    margin-bottom: 25px;
  }
  body.home #page #what-section .container > .inner .content .txt h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  body.home #page #what-section .container > .inner .content .txt p {
    line-height: 2.2;
  }
  body.home #page #what-section .container > .inner .content .pic {
    width: calc(100% - 40px);
    margin: 0;
    margin-left: 20px;
  }
  body.home #page #what-section .container > .inner .content .pic img:nth-of-type(1) {
    width: 112%;
    max-width: 120%;
    margin-right: -20px;
  }
  body.home #page #what-section .container > .inner .content .pic img:nth-of-type(2) {
    margin-top: -25px;
  }
  body.home #page #what-section .container > .inner .staff {
    display: none;
  }
  body.home #page #business-list-section .container .sp-slide .inner {
    min-height: auto;
    padding: 7px;
  }
  body.home #page #business-list-section .container .sp-slide .inner a.pop_up_btn h2 {
    font-size: 23px;
    padding: 15px;
    height: 90px;
  }
  body.home #page #business-list-section .container .sp-slide .inner a.pop_up_btn h2:after {
    width: 35px;
    height: 35px;
    right: 15px;
    top: 27px;
  }
  body.home #page #job-list-section .container .job_list .sp-slides {
    display: block;
  }
  body.home #page #job-list-section .container .job_list .sp-slides .sp-slide {
    width: auto;
    position: absolute;
  }
  body.home #page #job-list-section .container .job_list .sp-slides .inner {
    padding: 7px;
  }
  body.home #page #job-list-section .container .job_list .sp-slides .inner a.pop_up_btn .staff {
    top: 1%;
    left: 27.5%;
    z-index: 10;
    width: 45%;
    height: 76%;
  }
  body.home #page #job-list-section .container .job_list .sp-slides .inner a.pop_up_btn h2 {
    font-size: 23px;
    padding: 15px;
    height: 90px;
  }
  body.home #page #job-list-section .container .job_list .sp-slides .inner a.pop_up_btn h2:after {
    width: 35px;
    height: 35px;
    right: 15px;
    top: 27px;
  }
  body.home #page #interview-section:before {
    height: calc(100% - 64px);
  }
  body.home #page #interview-section .container .interview_list .sp-slides {
    display: block;
  }
  body.home #page #interview-section .container .interview_list .sp-slides .sp-slide {
    width: auto;
    position: absolute;
  }
  body.home #page #interview-section .container .interview_list .sp-slides .inner {
    background: #FFFFFF;
    background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
    background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#54C3F1", GradientType=0);
    border-radius: 500px;
    padding: 20px;
    position: relative;
  }
  body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn {
    display: block;
    position: relative;
    background: #00afcc;
    border-radius: 500px;
  }
  body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn:after {
    content: "";
    width: 66px;
    height: 66px;
    background-image: url("images/common/icon_plus_w.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -9px;
    top: -6px;
  }
  body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn .cont {
    position: relative;
    overflow: hidden;
    border-radius: 500px;
    padding: 65px 0 0;
  }
  body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn .pic {
    margin-bottom: -20px;
  }
  body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn h2 {
    font-size: 25px;
    color: #f0eb45;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  body.home #page #interview-section .container .interview_list .sp-slides .inner a.pop_up_btn p {
    font-size: 15px;
    color: white;
    text-align: center;
    padding: 0 20px;
    margin: 0;
    line-height: 1.5;
    min-height: 95px;
  }
  body.home #page #benefits-section .container .sp-slide .inner {
    min-height: 412px;
    padding: 7px;
  }
  body.home #page #benefits-section .container .sp-slide .inner a.pop_up_btn {
    height: 400px;
  }
  body.home #page #benefits-section .container .sp-slide .inner a.pop_up_btn:after {
    content: "";
    width: 35px;
    height: 35px;
    right: 15px;
    top: 15px;
  }
  body.home #page #benefits-section .container .sp-slide .inner a.pop_up_btn .pic {
    width: 150px;
    height: 150px;
    margin-bottom: 35px;
  }
  body.home #page #benefits-section .container .sp-slide .inner a.pop_up_btn h2 {
    font-size: 18px;
  }
  body.home #page #benefits-section .container .sp-slide .half_cards {
    min-height: 414px;
  }
  body.home #page #benefits-section .container .sp-slide .half_cards .inner.half {
    height: 200px;
    min-height: auto;
  }
  body.home #page #benefits-section .container .sp-slide .half_cards .inner.half a.pop_up_btn {
    height: 186px;
  }
  body.home #page #benefits-section .container .sp-slide .half_cards .inner.half a.pop_up_btn .pic {
    width: 100px;
    height: 100px;
    border-radius: 300px;
    margin-bottom: 10px;
  }
  body.home #page #message-section .container > .inner {
    border-radius: 50px;
    padding: 30px 0;
  }
  body.home #page #message-section .container > .inner .vi {
    margin-bottom: 10px;
  }
  body.home #page #message-section .container > .inner .vi .pic {
    width: 100%;
    margin: 0;
  }
  body.home #page #message-section .container > .inner .vi .pic img {
    max-width: 200%;
    width: 133%;
    margin-left: -25%;
  }
  body.home #page #message-section .container > .inner .txt .inner {
    width: 80%;
    min-width: auto;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  body.home #page #message-section .container > .inner .txt .inner h2 {
    font-size: 20px;
  }
  body.home #page #message-section .container > .inner .txt .chuto {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body.home #page #message-section .container > .inner .txt .chuto h2 {
    font-size: 20px;
    line-height: 1.5;
  }
  body.home #page #message-section .container > .inner .txt .chuto h2:before {
    left: -3px;
    top: 27px;
  }
  body.home #page #message-section .container > .inner .txt .chuto h2:after {
    right: -3px;
    top: 27px;
  }
  body.home #page #message-section .container > .inner .txt .chuto h3 {
    font-size: 18px;
  }
  body.home #page #message-section .container > .inner .txt .chuto p {
    font-size: 14px;
  }
  body.home #page #message-section .container > .inner .slide_wrap {
    width: 75%;
    min-width: auto;
    margin: 0 auto;
  }
  body.home #page #message-section .container > .inner .slide_wrap .sp-slide .inner {
    margin-bottom: 20px;
  }
  body.home #page #message-section .container > .inner .slide_wrap .sp-slide h2 {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
  }
  body.home #page #message-section .container > .inner .slide_wrap .sp-arrows {
    width: 150px;
    margin: 0 auto !important;
    left: auto;
  }
  body.home #page #message-section .container > .inner .slide_wrap .sp-arrows .sp-arrow {
    left: auto;
    right: auto;
  }
  body.home #page #message-section .container > .inner .slide_wrap .sp-arrows .sp-arrow.sp-previous-arrow {
    left: 0;
  }
  body.home #page #message-section .container > .inner .slide_wrap .sp-arrows .sp-arrow.sp-next-arrow {
    right: 0;
  }
  body.home #page #message-section .container > .inner .side_pic {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    margin-top: 40px;
    height: 220px;
  }
  body.home #page #message-section .container > .inner .side_pic .pic_l {
    width: 46%;
    position: relative;
    top: auto;
    right: auto;
    margin-left: 20px;
  }
  body.home #page #message-section .container > .inner .side_pic .pic_r_1 {
    width: 35%;
    position: absolute;
    top: -15px;
    left: auto;
    right: -3%;
  }
  body.home #page #message-section .container > .inner .side_pic .pic_r_2 {
    width: 40%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
  }
  body.home #page #movie-section {
    position: relative;
  }
  body.home #page #movie-section:before {
    height: calc(100% - 64px);
  }
  body.home #page #contact-section .container {
    padding: 7rem 0;
  }
  body.home #page #contact-section .container .btn .btn_type_link {
    font-size: 22px;
    padding: 20px;
    min-width: 260px;
    border-radius: 100px;
  }
  body.home #page #contact-section .container .btn .btn_type_link:after {
    width: 18px;
    height: 18px;
    top: 21px;
    right: 22px;
  }
  #cboxClose {
    top: -10px;
    right: -10px;
    width: 45px;
    height: 45px;
    z-index: 555;
  }
  .popup_content_wrap {
    width: 100%;
    padding: 5px;
  }
  .popup_content_wrap .inner {
    padding: 30px 20px;
  }
  .popup_content_wrap.popup_type_1 .content .head {
    width: 100%;
    margin-bottom: 15px;
  }
  .popup_content_wrap.popup_type_1 .content .head h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .popup_content_wrap.popup_type_1 .content .head h3 {
    font-size: 17px;
    line-height: 1.3;
  }
  .popup_content_wrap.popup_type_1 .content .pic {
    width: 100%;
    margin-bottom: 10px;
    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 .content .pic img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .popup_content_wrap.popup_type_1 .content .pic img:nth-of-type(2), .popup_content_wrap.popup_type_1 .content .pic img:nth-of-type(3) {
    width: calc(50% - 5px);
  }
  .popup_content_wrap.popup_type_1 .content .txt {
    width: 100%;
  }
  .popup_content_wrap.popup_type_1 .content .txt article {
    margin-bottom: 17px;
  }
  .popup_content_wrap.popup_type_1 .content .txt article h4 {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .popup_content_wrap.popup_type_1 .content .txt article h4:before {
    margin-right: 2px;
  }
  .popup_content_wrap.popup_type_1 .content .txt article p {
    font-size: 13px;
  }
  .popup_content_wrap.popup_type_2 {
    background: #FFFFFF;
    background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
    background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#54C3F1", GradientType=0);
  }
  .popup_content_wrap.popup_type_2 .content .head {
    margin-bottom: 15px;
  }
  .popup_content_wrap.popup_type_2 .content .head h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .popup_content_wrap.popup_type_2 .content .head h3 {
    font-size: 17px;
    line-height: 1.3;
  }
  .popup_content_wrap.popup_type_2 .content .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .popup_content_wrap.popup_type_2 .content .pic img {
    height: 240px;
  }
  .popup_content_wrap.popup_type_2 .content .txt {
    width: 100%;
  }
  .popup_content_wrap.popup_type_2 .content .txt article {
    margin-bottom: 17px;
  }
  .popup_content_wrap.popup_type_2 .content .txt article h4 {
    padding: 5px 25px;
    min-width: 180px;
    font-size: 15px;
    margin-bottom: 7px;
  }
  .popup_content_wrap.popup_type_2 .content .txt article p {
    font-size: 13px;
  }
  .popup_content_wrap.popup_type_3 .content .head {
    margin-bottom: 20px;
    margin-top: 200px;
  }
  .popup_content_wrap.popup_type_3 .content .head h2 {
    font-size: 27px;
  }
  .popup_content_wrap.popup_type_3 .content > .pic {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 0;
  }
  .popup_content_wrap.popup_type_3 .content > .pic img {
    width: 180px;
    height: 205px;
    object-fit: cover;
    object-position: top center;
  }
  .popup_content_wrap.popup_type_3 .content .txt {
    width: 100%;
  }
  .popup_content_wrap.popup_type_3 .content .txt article {
    margin-bottom: 15px;
    font-size: 13px;
  }
  .popup_content_wrap.popup_type_3 .content .txt article.intro {
    margin-bottom: 30px;
  }
  .popup_content_wrap.popup_type_3 .content .txt article.intro h4 {
    font-size: 20px;
  }
  .popup_content_wrap.popup_type_3 .content .txt article.intro .profile {
    padding: 13px 20px;
  }
  .popup_content_wrap.popup_type_3 .content .txt article.intro .profile span.name {
    font-size: 15px;
  }
  .popup_content_wrap.popup_type_3 .content .txt article.faq {
    margin-bottom: 20px;
  }
  .popup_content_wrap.popup_type_3 .content .txt article.faq h6 {
    padding-left: 40px;
    font-size: 16px;
  }
  .popup_content_wrap.popup_type_3 .content .txt article.faq h6:before {
    top: -3px;
    width: 30px;
    height: 30px;
  }
  .popup_content_wrap.popup_type_3 .content .txt article.schedule {
    padding: 15px 20px;
  }
  .popup_content_wrap.popup_type_3 .content .txt article.schedule h6 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .popup_content_wrap.popup_type_4 .content .head {
    width: 100%;
    margin-bottom: 20px;
  }
  .popup_content_wrap.popup_type_4 .content .head h2 {
    font-size: 23px;
  }
  .popup_content_wrap.popup_type_4 .content .txt {
    width: 100%;
  }
  .popup_content_wrap.popup_type_4 .content .txt article {
    margin-bottom: 20px;
  }
  .popup_content_wrap.popup_type_4 .content .txt article p {
    font-size: 13px;
  }
  .popup_content_wrap.popup_type_4 .content > .pic {
    width: 70%;
    margin: 0 auto 0;
  }
  .popup_content_wrap.popup_type_4 .content > .pic img {
    width: 100%;
    border-radius: 500px;
  }
  #page-404 .container {
    width: 90%;
  }
  #wrapper.news .post-head .post-title {
    font-size: 19px;
  }
  #wrapper.news .post-head .post-title i.new-post {
    margin-right: 12px;
    padding: 2px 15px;
    font-size: 13px;
  }
  #wrapper.news #news-list .feeds .content article {
    margin-bottom: 50px;
  }
  #wrapper.news #news-list .feeds .content article .post-excerpt p {
    line-height: 1.6;
  }
  #wrapper.news #news-detail .container .cont {
    min-width: 100%;
    width: 100%;
  }
  #wrapper.news #news-detail .content {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  #vihalf-strength-section .container .pic img {
    height: 300px;
  }
  #vihalf-strength-section .container .inner {
    top: calc((100% - 161px) / 2);
  }
  #vihalf-strength-section .container .inner .ttl {
    width: calc(100% - 200px);
    max-width: 100%;
    min-width: 100%;
  }
  #vihalf-strength-section .container .inner .ttl h3 {
    letter-spacing: 0;
    font-size: 20px;
  }
  #vihalf-strength-section .container .inner .ttl h2 strong {
    font-size: 35px;
    letter-spacing: 0;
    margin-top: 15px;
    padding: 3px 15px;
  }
  #page-strength-1 #head-nav-section,
  #page-strength-2 #head-nav-section,
  #page-strength-3 #head-nav-section {
    width: 100%;
  }
  #page-strength-1 #head-nav-section .container,
  #page-strength-2 #head-nav-section .container,
  #page-strength-3 #head-nav-section .container {
    padding: 30px 0;
  }
  #page-strength-1 #head-nav-section .content article,
  #page-strength-2 #head-nav-section .content article,
  #page-strength-3 #head-nav-section .content article {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-strength-1 #head-nav-section .content article:last-child,
  #page-strength-2 #head-nav-section .content article:last-child,
  #page-strength-3 #head-nav-section .content article:last-child {
    margin-bottom: 0;
  }
  #page-strength-1 #head-nav-section .content article a .pic img,
  #page-strength-2 #head-nav-section .content article a .pic img,
  #page-strength-3 #head-nav-section .content article a .pic img {
    width: 100%;
    height: 110px;
    object-fit: cover;
  }
  #page-strength-1 #head-nav-section .content article a .txt,
  #page-strength-2 #head-nav-section .content article a .txt,
  #page-strength-3 #head-nav-section .content article a .txt {
    top: 2px;
  }
  #page-strength-1 #head-nav-section .content article a .txt .num,
  #page-strength-2 #head-nav-section .content article a .txt .num,
  #page-strength-3 #head-nav-section .content article a .txt .num {
    font-size: 15px;
  }
  #page-strength-1 #head-nav-section .content article a .txt .num:after,
  #page-strength-2 #head-nav-section .content article a .txt .num:after,
  #page-strength-3 #head-nav-section .content article a .txt .num:after {
    width: 30px;
    height: 30px;
    left: -6px;
  }
  #page-strength-1 #head-nav-section .content article a .txt h2,
  #page-strength-2 #head-nav-section .content article a .txt h2,
  #page-strength-3 #head-nav-section .content article a .txt h2 {
    font-size: 17px;
    margin-top: 10px;
    line-height: 1.3;
  }
  #page-strength-1 #content-section .container .vi .head,
  #page-strength-2 #content-section .container .vi .head,
  #page-strength-3 #content-section .container .vi .head {
    left: 25px;
    top: -20px;
  }
  #page-strength-1 #content-section .container .vi .head h2,
  #page-strength-2 #content-section .container .vi .head h2,
  #page-strength-3 #content-section .container .vi .head h2 {
    font-size: 20px;
    padding: 5px;
    letter-spacing: 0;
  }
  #page-strength-1 #content-section .container .vi .head h2 em,
  #page-strength-2 #content-section .container .vi .head h2 em,
  #page-strength-3 #content-section .container .vi .head h2 em {
    font-size: 17px;
    margin-bottom: 2px;
  }
  #page-strength-1 #content-section .container .point_list article:nth-of-type(even) .pic,
  #page-strength-2 #content-section .container .point_list article:nth-of-type(even) .pic,
  #page-strength-3 #content-section .container .point_list article:nth-of-type(even) .pic {
    order: 1;
  }
  #page-strength-1 #content-section .container .point_list article:nth-of-type(even) .txt,
  #page-strength-2 #content-section .container .point_list article:nth-of-type(even) .txt,
  #page-strength-3 #content-section .container .point_list article:nth-of-type(even) .txt {
    order: 2;
  }
  #page-strength-1 #content-section .container .point_list .pic,
  #page-strength-2 #content-section .container .point_list .pic,
  #page-strength-3 #content-section .container .point_list .pic {
    width: 100%;
  }
  #page-strength-1 #content-section .container .point_list .pic img,
  #page-strength-2 #content-section .container .point_list .pic img,
  #page-strength-3 #content-section .container .point_list .pic img {
    width: 100%;
    height: 250px;
  }
  #page-strength-1 #content-section .container .point_list .txt,
  #page-strength-2 #content-section .container .point_list .txt,
  #page-strength-3 #content-section .container .point_list .txt {
    width: 100%;
    padding: 25px 30px;
  }
  #page-strength-1 #content-section .container .point_list .txt h2,
  #page-strength-2 #content-section .container .point_list .txt h2,
  #page-strength-3 #content-section .container .point_list .txt h2 {
    font-size: 20px;
  }
  #page-strength-1 #foot-nav-section,
  #page-strength-2 #foot-nav-section,
  #page-strength-3 #foot-nav-section {
    width: 100%;
  }
  #page-strength-1 #foot-nav-section .content article,
  #page-strength-2 #foot-nav-section .content article,
  #page-strength-3 #foot-nav-section .content article {
    width: 100%;
    margin: 7px 0;
  }
  #page-strength-1 #foot-nav-section .content article a .txt,
  #page-strength-2 #foot-nav-section .content article a .txt,
  #page-strength-3 #foot-nav-section .content article a .txt {
    top: 0;
    justify-content: flex-start;
    text-align: left;
    padding-left: 30px;
  }
  #page-strength-1 #foot-nav-section .content article a .txt .num,
  #page-strength-2 #foot-nav-section .content article a .txt .num,
  #page-strength-3 #foot-nav-section .content article a .txt .num {
    font-size: 15px;
  }
  #page-strength-1 #foot-nav-section .content article a .txt .num:after,
  #page-strength-2 #foot-nav-section .content article a .txt .num:after,
  #page-strength-3 #foot-nav-section .content article a .txt .num:after {
    width: 30px;
    height: 30px;
    left: -6px;
  }
  #page-strength-1 #foot-nav-section .content article a .txt h2,
  #page-strength-2 #foot-nav-section .content article a .txt h2,
  #page-strength-3 #foot-nav-section .content article a .txt h2 {
    font-size: 20px;
  }
  #page-sitemap .sitemap_list {
    width: 100%;
  }
  #page-sitemap .sitemap_list nav {
    width: 100%;
    margin: 0 0 20px;
  }
  #page-sitemap .sitemap_list nav .sitemap-nav-menu > li {
    margin-bottom: 25px;
  }
  #page-site-terms-of-use #siteterms-section .container {
    width: 90%;
  }
  #page-site-terms-of-use #siteterms-section article {
    margin-bottom: 50px;
  }
  #page-glossary .link_list {
    width: 100%;
    margin: 0 auto 50px;
  }
  #page-glossary .link_list nav {
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }
  #page-glossary .link_list nav a {
    padding: 0;
    margin-bottom: 3px;
  }
  #page-glossary .glossary_list article {
    margin-bottom: 40px;
  }
  #page-glossary .glossary_list article .content.cards .pic {
    width: 100%;
    border: 1px solid gray;
  }
  #page-glossary .glossary_list article .content.cards .txt {
    width: 100%;
  }
  /*------------------------------------------------------------------*/
  #page-intro-section .content .h {
    width: 100%;
  }
  #page-intro-section .content .c {
    width: 100%;
    padding-left: 30px;
  }
  #page-intro-section .content .c > h2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #btn-list-section .content a {
    margin: 5px 20px;
  }
  #page-client-section {
    text-align: center;
  }
  #page-client-section .content {
    display: inline-block;
  }
  #page-client-section .content ul {
    margin: 0;
    text-align: left;
  }
  #page-sustainability .head > h4 {
    font-size: 16px;
  }
  #page-sustainability #policy-section .content article {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-sustainability #policy-section .content article .txt h2 {
    font-size: 16px;
  }
  #page-sustainability #policy-section .btn {
    margin-top: 35px;
  }
  #page-sustainability #policy-section .btn a {
    width: 100%;
  }
  #page-sustainability #activity-section {
    background: red;
  }
  #page-sustainability #activity-section .act_list {
    margin-top: 40px;
  }
  #page-sustainability #activity-section .act_list .act_conent_wrap {
    margin-bottom: 40px;
  }
  #page-sustainability #activity-section .act_list .act_conent_wrap:last-of-type {
    margin-bottom: 0;
  }
  #page-sustainability #activity-section .act_list .act_conent_wrap > h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #page-sustainability #activity-section .act_list .act_conent_wrap article {
    margin-bottom: 25px;
  }
  #page-sustainability #activity-section .act_list .act_conent_wrap article .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-sustainability #activity-section .act_list .act_conent_wrap article .txt {
    width: 100%;
  }
  #page-sustainability #activity-section .act_list .act_conent_wrap article .txt h3 {
    font-size: 18px;
  }
  #page-sustainability #activity-section .act_list .act_conent_wrap article .txt h3 em {
    margin-right: 10px;
    padding: 0 8px;
  }
  #page-surface-treatment-business .series_content_wrap .content.intro {
    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-bottom: 40px;
  }
  #page-surface-treatment-business .series_content_wrap .content.intro .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-surface-treatment-business .series_content_wrap .content.intro .txt {
    width: 100%;
  }
  #page-surface-treatment-business .series_content_wrap .content.pics {
    margin-bottom: 40px;
  }
  #page-surface-treatment-business .series_content_wrap .content.pics .pic {
    margin-bottom: 15px;
  }
  #page-surface-treatment-business .series_content_wrap .content.pics .pic img {
    width: calc(50% - 5px);
  }
  #page-surface-treatment-business .series_content_wrap .feature {
    margin-bottom: 40px;
  }
  #page-surface-treatment-business .series_content_wrap .feature > h3 {
    font-size: 16px;
  }
  #page-surface-treatment-business .series_content_wrap .feature article {
    position: relative;
    margin: 10px 0;
  }
  #page-surface-treatment-business .series_content_wrap .feature article span.num {
    position: absolute;
    left: 0;
    top: 0;
  }
  #page-surface-treatment-business .series_content_wrap .feature article h4 {
    line-height: 1.5;
    padding-left: 35px;
  }
  #page-surface-treatment-business .series_content_wrap .feature_pics .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-chain-manufacturing-business #page-intro-section .about_content_wrap {
    margin-top: 30px;
  }
  #page-chain-manufacturing-business #page-intro-section .about_content_wrap .pics {
    margin-bottom: 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;
  }
  #page-chain-manufacturing-business #page-intro-section .about_content_wrap .pics article {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-chain-manufacturing-business #page-intro-section .about_content_wrap .pics article .pic {
    margin-bottom: 10px;
  }
  #page-chain-manufacturing-business #page-intro-section .about_content_wrap .chain_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-chain-manufacturing-business #page-intro-section .about_content_wrap .chain_list article {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-chain-manufacturing-business #page-intro-section .about_content_wrap .chain_list article h3 {
    font-size: 16px;
  }
  #page-chain-manufacturing-business #page-intro-section .about_content_wrap .chain_list article .comment h4 {
    padding-left: 60px;
  }
  #page-chain-manufacturing-business #page-intro-section .about_content_wrap .chain_list article .comment h4 em {
    padding: 3px 7px;
    top: -2.5px;
  }
  #page-chain-manufacturing-business #equipment-section .table_type_equipment {
    width: 100%;
  }
  #page-chain-manufacturing-business #equipment-section .table_type_equipment table th, #page-chain-manufacturing-business #equipment-section .table_type_equipment table td {
    padding: 8px 10px;
    width: inherit;
  }
  #page-about #btn-list-section .container {
    padding: 20px 0;
  }
  #page-about #btn-list-section .content {
    justify-content: space-between;
  }
  #page-about #btn-list-section .content a {
    min-width: calc(50% - 10px);
    margin: 5px;
  }
  #page-about #message-section .container .content .pic {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-about #message-section .container .content .txt {
    width: 100%;
  }
  #page-about #philosophy-section {
    background: red;
  }
  #page-about #philosophy-section .container {
    width: 90%;
  }
  #page-about #philosophy-section .container .content article {
    width: 100%;
    margin: 10px 0;
    padding: 25px 20px;
  }
  #page-about #philosophy-section .container .content article h3 {
    font-size: 18px;
    margin-bottom: 13px;
  }
  #page-about #philosophy-section .container .content article p {
    font-size: 14px;
    line-height: 1.5;
  }
  #page-about #outline-section .container .content .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-about #outline-section .container .content .pic img {
    margin-bottom: 10px;
  }
  #page-about #outline-section .container .content .txt {
    width: 100%;
  }
  #page-about #office-section .container .office_list article {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-about #office-section .container .office_list article .map iframe {
    height: 300px;
  }
  #page-about #office-section .container .office_list article .table_type_outline table th {
    width: 55px;
  }
  #page-about #office-section .container .office_list article .table_type_outline table td {
    padding-left: 25px;
  }
  #page-about #history-section .container .history_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;
  }
  #page-about #history-section .container .history_content .table_type_history {
    width: 100%;
  }
  #page-about #history-section .container .history_content .pics {
    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;
    display: none;
  }
  #page-about #history-section .container .history_content .pics img {
    width: 50%;
    margin: 0;
  }
  #page-about #history-section .container .history_content .pics img:first-of-type {
    width: 100%;
  }
  #page-about #history-section .container .table_type_history tr {
    border-bottom: 1px solid #00afcc;
  }
  #page-about #history-section .container .table_type_history th, #page-about #history-section .container .table_type_history td {
    font-weight: normal;
    text-align: left;
    padding: 10px 5px;
    line-height: 1.5;
    vertical-align: middle;
  }
  #page-about #history-section .container .table_type_history th {
    width: 85px;
  }
  #page-business #business-section .business_list article {
    margin-bottom: 40px;
  }
  #page-business #business-section .business_list article .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-business #business-section .business_list article .txt {
    width: 100%;
  }
  #page-business #business-section .business_list article:nth-of-type(2n) .pic {
    order: 1;
  }
  #page-business #business-section .business_list article:nth-of-type(2n) .txt {
    order: 2;
  }
  #page-roll-business #roll-section .head {
    text-align: left;
    margin-bottom: 40px;
  }
  #page-roll-business #roll-section .head h4 {
    font-size: 17px;
  }
  #page-roll-business #roll-section .table_type_1 > table > tbody > tr > th {
    width: 10%;
    padding: 10px;
    text-align: left;
  }
  #page-roll-business #roll-section .table_type_1 > table > tbody > tr > td {
    width: 30%;
    padding: 10px 10px;
  }
  #page-roll-business #roll-section .table_type_1 h2 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  #page-roll-business #roll-section .table_type_1 .pic {
    text-align: center;
  }
  #page-roll-business #roll-section .table_type_1 img {
    width: 80%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  #page-roll-business #btn-list-section h4 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  #page-roll-business #btn-list-section .content article {
    width: 100%;
    margin: 8px 0;
  }
  #page-roll-business #btn-list-section .content a .pic img {
    height: 90px;
  }
  #page-roll-business #btn-list-section .content a .catch {
    top: calc((100% - 45px) / 2);
    padding: 10px 20px;
  }
  #page-roll-business #btn-list-section .content a .catch h3 {
    font-size: 18px;
  }
  .popup_video_wrap {
    width: 85vw;
    max-width: 100%;
    padding: 15px;
  }
  .popup_video_wrap .content .pic, .popup_video_wrap .content video {
    width: 100%;
    margin-bottom: 20px;
  }
  .popup_video_wrap .content .txt {
    width: 100%;
    padding-left: 0;
  }
  .popup_video_wrap .content .txt h2 {
    font-size: 17px;
  }
  .popup_video_wrap .content .txt p {
    font-size: 13px;
  }
  #page-roll-manufacturing-process #process-section .head {
    margin-bottom: 40px;
  }
  #page-roll-manufacturing-process #process-section .head h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  #page-roll-manufacturing-process #process-section #process-content-wrap {
    width: 100%;
    margin: 0 auto;
  }
  #page-roll-manufacturing-process #process-section #process-content-wrap .popup_btn {
    left: 19.2%;
    top: 31.2%;
    width: 20%;
  }
  #page-roll-manufacturing-process #process-section #process-content-wrap .popup_btn#popup-btn-2 {
    left: 47%;
  }
  #page-roll-manufacturing-process #process-section #process-content-wrap .popup_btn#popup-btn-3 {
    left: 74%;
  }
  #page-roll-manufacturing-process #process-section #process-content-wrap .popup_btn#popup-btn-4 {
    top: 42.5%;
    left: 75%;
  }
  #page-roll-manufacturing-process #process-detail-section .container .process_list article {
    margin-bottom: 40px;
  }
  #page-roll-manufacturing-process #process-detail-section .container .process_list article .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-roll-manufacturing-process #process-detail-section .container .process_list article .txt {
    width: 100%;
  }
  #page-roll-manufacturing-process #process-detail-section .container .process_list article .txt h3 {
    font-size: 17px;
    line-height: 1.3;
  }
  #page-roll-material #graph-section .container {
    width: 90%;
  }
  #page-roll-material .material_content_wrap .content {
    padding: 20px;
  }
  #page-roll-material .material_content_wrap .content .ttl {
    font-size: 17px;
    margin-bottom: 25px;
  }
  #page-roll-material .material_content_wrap .content article {
    margin-bottom: 40px;
  }
  #page-roll-material .material_content_wrap .content article .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-roll-material .material_content_wrap .content article .txt .sec_title3 h2 {
    font-siz: 17px;
  }
  #page-roll-material .material_content_wrap .content article .pic {
    width: 100%;
    text-align: center;
  }
  #page-roll-material .material_content_wrap .content article .pic img {
    width: 50%;
  }
  #page-roll-material .material_content_wrap .content article.pic_2col .txt {
    width: 100%;
  }
  #page-roll-material .material_content_wrap .content article.pic_2col .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;
  }
  #page-roll-material .material_content_wrap .content article.pic_2col .pic img {
    width: calc(50% - 5px);
    margin: 0;
  }
  #page-roll-material #product-material-section .content .h {
    width: 100%;
  }
  #page-roll-material #product-material-section .content .c {
    width: 100%;
    padding-left: 30px;
  }
  #page-roll-material #product-material-section .content .c > h2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #page-roll-material #product-material-section .facility_list > h3 {
    font-size: 16px;
    margin: 15px 0;
  }
  #page-roll-material #product-material-section .facility_list article {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-roll-material #product-material-section .facility_list article > h3 {
    font-size: 15px;
  }
  #page-recruit #vi-section .container .pic img {
    width: 100%;
    height: 310px;
  }
  #page-recruit #vi-section .container .catch {
    width: 80%;
    min-width: 10%;
    max-width: 100%;
  }
  #page-recruit #message-section {
    background: #FFFFFF;
    background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
    background: -moz-linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(247, 201, 221) 50%, rgb(84, 195, 241) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#54C3F1", GradientType=0);
  }
  #page-recruit #message-section .container {
    width: 90%;
  }
  #page-recruit #message-section .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;
  }
  #page-recruit #message-section .container .content .pic {
    width: 100%;
  }
  #page-recruit #message-section .container .content .txt {
    width: 100%;
    padding: 25px 10px 0;
  }
  #page-recruit #works-section .container .content .pic {
    width: 100%;
    order: 1;
  }
  #page-recruit #works-section .container .content .pic img {
    height: 300px;
  }
  #page-recruit #works-section .container .content .txt {
    width: 100%;
    padding: 30px;
    order: 2;
  }
  #page-recruit #works-section .container .content .txt .btn {
    margin-top: 25px;
    text-align: center;
  }
  #page-recruit #people-section .container .head {
    margin-bottom: 40px;
  }
  #page-recruit #people-section .container .slide_wrap .sp-slide:nth-of-type(even) {
    margin-top: 15px;
  }
  #page-recruit #people-section .container .slide_wrap .sp-slide a.inner {
    padding-bottom: 15px;
  }
  #page-recruit #people-section .container .slide_wrap .sp-slide a.inner .txt {
    margin-top: -50px;
  }
  #page-recruit #people-section .container .slide_wrap .sp-slide a.inner .txt h3, #page-recruit #people-section .container .slide_wrap .sp-slide a.inner .txt h2 {
    font-size: 13px;
  }
  #page-recruit #people-section .container .slide_wrap .sp-slide a.inner .txt h2 {
    font-size: 18px;
    margin-top: 10px;
  }
  #page-recruit #people-section .container .btn {
    text-align: center;
    margin-top: 25px;
  }
  #page-recruit #welfare-section .container .content .pic {
    width: 100%;
  }
  #page-recruit #welfare-section .container .content .pic img {
    height: 300px;
  }
  #page-recruit #welfare-section .container .content .txt {
    width: 100%;
    padding: 30px;
  }
  #page-recruit #welfare-section .container .content .txt .btn {
    margin-top: 25px;
    text-align: center;
  }
  #page-recruit #education-section .container .content .pic {
    width: 100%;
    order: 1;
  }
  #page-recruit #education-section .container .content .pic img {
    height: 300px;
  }
  #page-recruit #education-section .container .content .txt {
    width: 100%;
    padding: 30px;
    order: 2;
  }
  #page-recruit #education-section .container .content .txt .btn {
    margin-top: 25px;
    text-align: center;
  }
  #page-recruit .loop_slide_wrap #loopslider-1 {
    margin: 0 auto;
    width: 100%;
    height: 260px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  #page-recruit .loop_slide_wrap #loopslider-1 ul {
    height: 260px;
    float: left;
    display: inline;
    overflow: hidden;
    display: inline-block;
  }
  #page-recruit .loop_slide_wrap #loopslider-1 ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  #page-recruit .loop_slide_wrap #loopslider-1 ul li {
    width: 390px;
    height: 260px;
    float: left;
    display: inline-block;
    overflow: hidden;
  }
  #page-recruit .loop_slide_wrap #loopslider-1 ul li img {
    width: 390px;
    height: 260px;
  }
  #page-works #intro-section article {
    margin-bottom: 30px;
  }
  #page-works #intro-section article .sec_title4 h2 {
    font-size: 30px;
  }
  #page-works #intro-section article > h3 {
    font-size: 20px;
  }
  #page-works #intro-section .movie {
    width: 100%;
  }
  #page-works .works_content_wrap .container .head {
    margin-bottom: 30px;
  }
  #page-works .works_content_wrap .container .head h3 {
    font-size: 30px;
  }
  #page-works .works_content_wrap .container .works_detail_list article {
    margin-bottom: 40px;
  }
  #page-works .works_content_wrap .container .works_detail_list article .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  #page-works .works_content_wrap .container .works_detail_list article .pic img {
    height: 200px;
  }
  #page-works .works_content_wrap .container .works_detail_list article .txt {
    width: 100%;
  }
  #page-works .works_content_wrap .container .works_detail_list article .txt .sec_title3 h2 {
    font-size: 18px;
  }
  #page-works .works_content_wrap .container .works_detail_list article:nth-of-type(even) .pic {
    order: 1;
  }
  #page-works .works_content_wrap .container .works_detail_list article:nth-of-type(even) .txt {
    order: 2;
  }
  #page-works #works-section-2 .container .works_detail_list article:last-child .pic img {
    height: 100%;
  }
  #page-application #message-section .message,
  #page-entry #message-section .message {
    margin-bottom: 45px;
  }
  #page-application #message-section .recnavi,
  #page-entry #message-section .recnavi {
    padding: 30px;
  }
  #page-application #message-section .recnavi h3,
  #page-entry #message-section .recnavi h3 {
    margin: 0 auto;
    order: 2;
  }
  #page-application #message-section .recnavi h3 strong,
  #page-entry #message-section .recnavi h3 strong {
    font-size: 18px;
    margin: 4px 0;
  }
  #page-application #message-section .recnavi a,
  #page-entry #message-section .recnavi a {
    margin-bottom: 25px;
    width: 100%;
    order: 1;
  }
  #page-application #application-section .container .inner,
  #page-entry #application-section .container .inner {
    padding: 20px 15px;
  }
  #page-application #application-section .container .inner table th,
  #page-entry #application-section .container .inner table th {
    width: 70px;
  }
  #page-application #flow-section .container .head,
  #page-entry #flow-section .container .head {
    margin-bottom: 25px;
  }
  #page-application #flow-section .container .flow_list,
  #page-entry #flow-section .container .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;
    align-items: center;
  }
  #page-application #flow-section .container .flow_list article,
  #page-entry #flow-section .container .flow_list article {
    width: 100%;
    margin-bottom: 30px;
  }
  #page-application #flow-section .container .flow_list article:after,
  #page-entry #flow-section .container .flow_list article:after {
    content: "";
    width: 20px;
    height: 80px;
    top: auto;
    bottom: -56px;
    right: calc((100% - 20px) / 2);
    transform: rotate(90deg);
  }
  #page-application #flow-section .container .flow_list article:last-of-type:after,
  #page-entry #flow-section .container .flow_list article:last-of-type:after {
    content: none;
  }
  #page-application #flow-section .container .flow_list article h2,
  #page-entry #flow-section .container .flow_list article h2 {
    font-size: 17px;
    padding: 15px 0;
  }
  #page-application #flow-section .container .btn,
  #page-entry #flow-section .container .btn {
    margin-top: 25px;
  }
  #page-application #flow-section .container .btn a,
  #page-entry #flow-section .container .btn a {
    min-width: 100%;
  }
  #page-welfare #welfare-section-1 .head {
    margin-bottom: 40px;
  }
  #page-welfare #welfare-section-1 .welfare_list > article {
    margin-bottom: 50px;
  }
  #page-welfare #welfare-section-1 .welfare_list > article .pic {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-welfare #welfare-section-1 .welfare_list > article .txt {
    width: 100%;
  }
  #page-welfare #welfare-section-1 .welfare_list > article .txt > h2 {
    font-size: 30px;
    margin-bottom: 17px;
  }
  #page-welfare #welfare-section-1 .welfare_list > article .txt > article {
    margin-bottom: 25px;
  }
  #page-welfare #welfare-section-1 .welfare_list > article .txt > article:last-of-type {
    margin-bottom: 0;
  }
  #page-welfare #welfare-section-1 .welfare_list > article .txt > article .sec_title3 {
    margin-bottom: 15px;
  }
  #page-welfare #welfare-section-1 .welfare_list > article .txt > article .sec_title3 h2 {
    font-size: 18px;
  }
  #page-welfare #welfare-section-1 .welfare_list > article .txt > article ul li {
    padding-left: 15px;
  }
  #page-welfare #welfare-section-2 {
    background: red;
  }
  #page-welfare #welfare-section-2 .head {
    margin-bottom: 40px;
  }
  #page-welfare #welfare-section-2 .pic {
    width: 100%;
    margin: 0 auto 30px;
  }
  #page-welfare #welfare-section-2 .comment {
    color: #00afcc;
  }
  #page-welfare #welfare-section-2 .comment p {
    line-height: 1.5;
  }
  #page-education .table_type_education table tr th, #page-education .table_type_education table tr td {
    border: 1px solid rgb(159.375, 159.375, 159.375);
    padding: 2px;
    line-height: 1.5;
  }
  #page-education .table_type_education table tr th {
    width: calc((100% - 140px) / 4);
    width: 20px;
    font-size: 12px;
    line-height: 1.2;
  }
  #page-education .table_type_education table tr th:nth-of-type(1) {
    width: 7%;
    writing-mode: vertical-lr;
  }
  #page-education .table_type_education table tr td > article {
    padding: 5px;
    margin-bottom: 10px;
  }
  #page-education .table_type_education table tr td > article:last-of-type {
    margin-bottom: 0;
  }
  #page-education .table_type_education table tr td > article > h4 {
    font-weight: bold;
    text-align: center;
    font-size: 12px;
  }
  #page-education .table_type_education table tr td > article > ul {
    display: inline-block;
  }
  #page-education .table_type_education table tr td > article > ul li {
    line-height: 1.3;
    margin: 3px 0;
    font-size: 12px;
  }
  #page-education .table_type_education table tr td h3 {
    font-size: 13px;
    margin: 5px 0;
  }
  #page-education .table_type_education table tr td h3 > a:before, #page-education .table_type_education table tr td h3 span:before {
    width: 20px;
    height: 17px;
    margin: 0 auto 5px;
  }
  #page-education .table_type_education table tr td h3 > a.icon_inb:before, #page-education .table_type_education table tr td h3 span.icon_inb:before {
    display: block;
    margin: 0 auto 5px;
  }
  #page-education .head {
    margin-bottom: 50px;
  }
  .popup_education_wrap .content {
    width: 80vw;
    max-width: 100%;
    padding: 30px;
  }
  .popup_education_wrap .content .sec_title3 em {
    font-size: 13px;
    margin-left: 0;
    display: block;
  }
  .popup_education_wrap .content p {
    font-size: 13px;
  }
  .popup_education_wrap .content article {
    margin-bottom: 15px;
  }
  .popup_education_wrap .content article h3 {
    font-size: 17px;
  }
  .popup_education_wrap .content article p {
    margin-top: 0;
  }
  #page-people #intro-section .head > h3 {
    font-size: 25px;
  }
  #page-people #interview-nav-section .container {
    padding-top: 0;
  }
  #page-people #interview-nav-section .interview_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-people #interview-nav-section .interview_list article {
    width: calc(50% - 5px);
    margin-bottom: 30px;
  }
  #page-people #interview-nav-section .interview_list article .inner .num {
    left: -5px;
    top: -10px;
    width: 30px;
  }
  #page-people #interview-nav-section .interview_list article .inner .txt {
    margin-top: -30px;
  }
  #page-people #interview-nav-section .interview_list article .inner .txt h3, #page-people #interview-nav-section .interview_list article .inner .txt h2 {
    font-size: 12px;
    font-weight: normal;
  }
  #page-people #interview-nav-section .interview_list article .inner .txt h2 {
    font-size: 16px;
    margin-top: 5px;
  }
  #page-people .interview_content_wrap {
    padding-bottom: 40px;
  }
  #page-people .interview_content_wrap .container {
    width: 100%;
  }
  #page-people .interview_content_wrap .container .vi {
    margin-bottom: 60px;
  }
  #page-people .interview_content_wrap .container .vi .pic {
    width: 100%;
  }
  #page-people .interview_content_wrap .container .vi .pic img {
    width: 100%;
    height: 300px;
  }
  #page-people .interview_content_wrap .container .vi .txt {
    width: 100%;
    padding: 30px 20px;
  }
  #page-people .interview_content_wrap .container .vi .txt h3 {
    font-size: 15px;
  }
  #page-people .interview_content_wrap .container .vi .txt h2 strong {
    font-size: 20px;
    margin: 5px 0;
  }
  #page-people .interview_content_wrap .container .interview_content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #page-people .interview_content_wrap .container .interview_content .interview_list article {
    margin-bottom: 10px;
  }
  #page-people .interview_content_wrap .container .interview_content .interview_list article .pic {
    width: 100%;
  }
  #page-people .interview_content_wrap .container .interview_content .interview_list article .txt {
    width: 100%;
    padding: 20px;
  }
  #page-people .interview_content_wrap .container .interview_content .interview_list article .txt h2 {
    font-size: 18px;
  }
  #page-people .interview_content_wrap .container .interview_content .interview_list article:nth-of-type(2n) .pic {
    order: 1;
  }
  #page-people .interview_content_wrap .container .interview_content .interview_list article:nth-of-type(2n) .txt {
    order: 2;
  }
  #page-people .interview_content_wrap .container .interview_content .flow h2 {
    font-size: 16px;
  }
  #page-people .interview_content_wrap .container .interview_content .flow h2 em {
    font-size: 13px;
  }
  #page-people .interview_content_wrap .container .interview_content .flow h2 em:before {
    top: 13px;
  }
  #page-people .interview_content_wrap .container .interview_content .flow .flow_list {
    padding: 20px;
  }
  #page-people .interview_content_wrap .container .interview_content .flow .flow_list ul {
    width: 48%;
  }
  #page-people .interview_content_wrap .container .interview_content .flow .flow_list ul li {
    margin-bottom: 10px;
  }
  #page-people .interview_content_wrap .container .interview_content .flow .flow_list ul li .time {
    font-size: 14px;
    margin-left: 13px;
    line-height: 1.4;
  }
  #page-people .interview_content_wrap .container .interview_content .flow .flow_list ul li .time:before {
    margin-right: 2px;
    width: 14px;
    height: 14px;
    top: 3px;
  }
  #page-people .interview_content_wrap .container .interview_content .flow .flow_list ul li h3 {
    margin-left: 0;
    padding-left: 13px;
    width: 100%;
    font-size: 13px;
    line-height: 1.4;
  }
  #page-people .interview_content_wrap .container .interview_content .flow .flow_list ul li h3:before {
    content: none;
  }
  #page-people .interview_content_wrap .container .interview_content .flow .flow_list p.memo {
    width: 100%;
  }
  #page-people .interview_content_wrap .container .interview_content .message {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  #page-people .interview_content_wrap .container .interview_content .message > h3 {
    font-size: 18px;
    margin: 15px 0 20px;
  }
  #page-people .interview_content_wrap .container .interview_content .message > h3 strong:after {
    height: 8px;
  }
  #page-people .interview_content_wrap .container .interview_content .message p {
    text-align: left;
  }
  #page-people .interview_content_wrap .container .interview_content .message .pic {
    margin-top: 40px;
  }
  /*------------------------------------------------------------------*/
  #page article[id^=page-] {
    margin-top: 80px;
  }
  #page article[id^=page-] > section > .container {
    padding: 2em 0 3.5rem;
  }
  .inner_white_wrap {
    border-radius: 50px;
    padding: 50px 25px;
  }
  #page-contact #contact-form-section .container .message {
    text-align: center;
    margin-bottom: 60px;
  }
  #page-contact #contact-form-section .container .message p {
    line-height: 1.5;
  }
  #page-contact #contact-form-section .container .message p a {
    color: #00afcc;
    display: inline-block;
    margin: 5px 0;
  }
  #page-contact #contact-form-section .container .message .btn {
    text-align: center;
  }
  #page-contact #privacy-policy-section .intro {
    margin-bottom: 30px;
  }
  #page-contact #privacy-policy-section .policy_list article {
    margin-bottom: 25px;
  }
  #page-contact #privacy-policy-section .policy_list article > h2 {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  #page-contact #privacy-policy-section .policy_list article > h3 {
    font-weight: bold;
  }
  #page-contact #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: #00afcc;
    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: #00afcc;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth select {
    min-width: 100px;
    display: inline-block;
    margin-right: 1.5rem;
  }
}
