﻿@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

:root {
  --main: #EA5514;
  --main02: #00478F;
  --sub: #FF8300;
  --sub02: #2E8BC0;
  --bg: #ebebeb;
  --font-ttl: "Barlow Semi Condensed", sans-serif;
  --font-bg: "Anton", sans-serif;
  --radius-bg: 100px;
  --shadow: 3px 6px 10px rgb(139 139 139 / 35%);

  @media (max-width: 896px) {
    --radius-bg: 60px;
  }
}


.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.wp-block-image figure,
.wp-block-image figcaption {
  display: block;
}

a.nolink,
a.nolink:hover {
  opacity: 1;
  cursor: default;
  pointer-events: none;
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: 'Noto Sans JP', sans-serif;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

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

a,
a:link {
  color: #000;
  text-decoration: none;
  transition: .3s;
  -webkit-transition: .3s;
}

a:visited {
  color: #000;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

#container {
  /* padding-top: 83px; */
  overflow: hidden;
  text-align: left;
}

.special #container {
  padding: 0;
}

#main {
  margin-bottom: 206px;
  display: block;
}

#main:has(.recruitPage) {
  margin-bottom: 0;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 897px) {
  .sp {
    display: none !important;
  }
}

@media all and (max-width: 896px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }

  a:hover,
  a:hover img {
    opacity: 1 !important;
  }

  .pc {
    display: none !important;
  }

  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }

  #main {
    margin-bottom: 50px;
  }

  #container {
    padding-top: 60px;
  }

  .special #container {
    padding-top: 60px;
  }
}

._heading-var1 {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  text-shadow: 0 0px 10px rgba(0, 0, 0, 0.8)
}

._heading-var1 .en {
  display: block;
  font-size: 3rem;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.1
}

._heading-var1 .jp {
  display: block;
  font-size: 2rem
}

._heading-var2 {
  text-align: center
}

._heading-var2 .en {
  display: block;
  font-size: 2.5rem;
  font-family: 'Roboto Condensed', sans-serif;
  color: #279ed9
}

._heading-var2 .jp {
  padding: 0 0 10px 0;
  display: block;
  font-size: 3.5rem
}

._heading-var2+._sub-text {
  text-align: center;
  width: 645px;
  margin: 0 auto
}

._heading-var3 {
  font-size: 3.5rem;
  text-align: center;
  line-height: 1.1
}

._heading-var3 .en {
  display: block;
  font-family: 'Roboto Condensed', sans-serif
}

._heading-var3 .jp {
  padding: 10px 0;
  display: block;
  font-size: 1.3rem
}

._heading-var4 {
  font-size: 2.8rem
}

._heading-var5 {
  margin-bottom: 35px;
  overflow: hidden
}

._heading-var5 .text1 {
  float: left;
  font-size: 4.2rem;
  font-weight: bold
}

._heading-var5 .text2 {
  float: left;
  font-size: 1.2rem;
  margin-top: 20px
}

._contents-block {
  padding: 90px 0
}

._contents-block+._inner {
  width: 1000px;
  margin: 0 auto
}

._btn-var1 {
  position: relative;
  display: block;
  width: 177px;
  height: 50px;
  background: #FF6329;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 1.5rem;
  margin: 0 auto;
  transition: 800ms ease all;
  outline: none;
  text-decoration: none;
  text-align: center
}

._btn-var1:before,
._btn-var1:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: 0;
  background: #FF6329;
  transition: 400ms ease all
}

._btn-var1:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0
}

._btn-var1:hover {
  background: transparent;
  color: #FF6329;
  text-decoration: none
}

._btn-var1:hover:before,
._btn-var1:hover:after {
  width: 100%;
  transition: 800ms ease all
}

._btn-var2 {
  display: block;
  background: #30b96e;
  color: #fff;
  width: 280px;
  margin: 0 auto;
  border: none;
  position: relative;
  font-size: 1.7rem;
  padding: 18px 0;
  cursor: pointer;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  outline: none;
  text-decoration: none;
  text-align: center
}

._btn-var2:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8
}

._btn-var2 i {
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 3rem
}

._btn-var3 {
  display: block;
  background: #333;
  color: #fff;
  width: 280px;
  margin: 0 auto;
  border: none;
  position: relative;
  font-size: 1.7rem;
  padding: 18px 0;
  cursor: pointer;
  text-align: center;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  outline: none;
  text-decoration: none
}

._btn-var3:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8;
  text-decoration: none
}

#header {
  display: block;
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #ececec;
  width: 100%;
  z-index: 700
}

#header .header-inner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  transition: background-color .4s ease-out
}

#header .header-inner .menu-btn {
  display: none;
  z-index: 150
}

#header-top {
  position: relative;
  z-index: 300;
  width: 100%;
  top: 0;
  z-index: 500;
  padding-bottom: 8px
}

#header-top .inner {
  overflow: hidden;
}

#header-top .logo {
  margin-bottom: 0;
  line-height: 0
}

#header-top .logo a {
  position: relative;
  z-index: 10
}

#header-top .logo img {
  margin-top: 8px;
  margin-left: 15px;
  height: 56px;
  vertical-align: top
}

#header-top .inner {
  position: relative
}

#header-top.addfix {
  color: #333;
  border-bottom: 1px solid #ececec;
  background: #fff;
  padding-bottom: 8px
}

#header-top.addfix #header-top_inner {
  background: #fff
}

#header-top.addfix .navi li a {
  color: #333 !important;
  text-shadow: none !important
}

#header-top.addfix .navi li a:after {
  background-color: #FF6329 !important
}

.navi {
  position: absolute;
  right: 15px;
  top: 5px;
  margin: 0;
  z-index: 600
}

.navi ul {
  margin-bottom: 0;
  overflow: hidden;
}

.navi li {
  float: left;
  list-style: none;
  font-size: 1.5rem;
  margin-left: 25px
}

.navi li:first-child {
  margin-left: 0
}

.navi li a {
  position: relative;
  color: #333;
  text-decoration: none;
  height: 42px;
  padding-top: 18px;
  display: inline-block;
  transition: .3s
}

.navi li a:after {
  position: absolute;
  bottom: 11px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #FF6329;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.navi li a:hover:after {
  width: 100%
}

.navi li a.active {
  color: #FF6329
}

.navi li a.active:after {
  width: 100%
}

.navi li.inquiry {
  margin-top: 9px
}

.navi li.inquiry a {
  background: url("../../img/icon-mail.png") no-repeat 15px center #FF6329;
  color: #fff !important;
  padding: 10px 15px 10px 50px;
  height: auto;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s
}

.navi li.inquiry a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: .8
}

.navi li.inquiry a:hover:before,
.navi li.inquiry a:hover:after {
  display: none
}

.main-wrapper {
  padding-top: 69px
}

._breadcrumbs {
  background: #f7f7f7
}

._breadcrumbs .inner {
  width: 1200px;
  margin: 0 auto
}

._breadcrumbs .breadcrumbs-list {
  position: relative;
  padding-left: 20px;
  font-size: 1.1rem
}

._breadcrumbs .breadcrumbs-list a {
  color: #333
}

._breadcrumbs .breadcrumbs-list:first-child {
  padding-left: 0
}

._breadcrumbs .breadcrumbs-list:first-child:before {
  display: none
}

._breadcrumbs .breadcrumbs-list:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 5px;
  top: 5px;
  margin-left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

._leading-text {
  display: table;
  width: 100%;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  border-bottom: 1px solid #eee;
  min-height: 215px;
  letter-spacing: 0.25em
}

._leading-text span {
  display: table-cell;
  vertical-align: middle
}

#wide-nav {
  background: #f5f5f5
}

#wide-nav .footer-nav {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap
}

#wide-nav .footer-nav .footer-nav-list {
  margin-left: 75px
}

#wide-nav .footer-nav .footer-nav-list:first-child {
  margin-left: 0
}

#wide-nav .footer-nav .footer-nav-list dt {
  font-weight: bold;
  margin-bottom: 10px
}

#wide-nav .footer-nav .footer-nav-list dt a {
  color: #333
}

#wide-nav .footer-nav .onecontetns span {
  display: block;
  margin-bottom: 7px
}

#wide-nav .footer-nav .onecontetns a {
  position: relative;
  padding-left: 15px;
  color: #333
}

#wide-nav .footer-nav .onecontetns a:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  bottom: 5px;
  margin-left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#wide-nav .footer-nav dd li {
  margin-bottom: 7px
}

#wide-nav .footer-nav dd a {
  color: #202020;
  text-decoration: none;
  position: relative;
  padding-left: 15px
}

#wide-nav .footer-nav dd a:before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  bottom: 5px;
  margin-left: 0;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

#wide-nav .footer-nav dd a:hover {
  text-decoration: underline
}

#wide-nav .footer-nav .banner-list {
  margin-left: 80px
}

#wide-nav .footer-nav .banner-list li {
  margin-top: 10px
}

#wide-nav .footer-nav .banner-list li:first-child {
  margin-top: 0
}

#wide-nav .footer-nav .banner-list li .img-banner {
  position: relative;
  text-align: center;
  display: block;
  height: 70px;
  width: 230px;
  background: #fff
}

#wide-nav .footer-nav .banner-list li .img-banner img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

#wide-nav .footer-nav .banner-list li .img-banner img.mynavi-img {
  width: 200px
}

#wide-nav .footer-nav .banner-list li .img-banner img.dolphins-img {
  width: 206px
}

#wide-nav .footer-nav .banner-list li .img-banner:hover {
  opacity: 0.65
}

.footer-info {
  margin: 0 0 0 110px;
  overflow: hidden
}

.footer-info .logo {
  float: left;
  width: 190px;
  padding-right: 10px
}

.footer-info .copy {
  float: left;
  padding-left: 10px;
  line-height: 1.3;
  font-size: 1rem;
  padding-top: 17px
}

.footer-info .company-info {
  clear: both;
  width: 100%;
  margin-right: 50px
}

.footer-info .company-info .company-name {
  font-weight: bold
}

.footer-info .company-info .company-address {
  font-size: 1rem
}

.footer-info .sub-contents-links {
  overflow: hidden;
  float: left;
  margin-top: 23px
}

.footer-info .sub-contents-links li {
  float: left;
  font-size: 1.2rem
}

.footer-info .sub-contents-links li:first-child a {
  border-left: none
}

.footer-info .sub-contents-links li a {
  padding: 0 12px;
  color: #333;
  border-left: 1px solid #333;
  line-height: 1.1;
  display: inline-block
}

.copy-right {
  padding: 30px 0;
  text-align: center;
  font-size: 1.2rem
}

@media screen and (max-width: 890px) {
  ._heading-var3 {
    font-size: 2.5rem
  }

  ._heading-var4 {
    font-size: 1.8rem
  }

  ._heading-var5 .text1,
  ._heading-var5 .text2 {
    float: none;
    display: block
  }

  ._heading-var5 .text1 {
    font-size: 2rem
  }

  ._btn-var1 {
    width: 100%;
    transition: none
  }

  ._btn-var1:before,
  ._btn-var1:after {
    display: none
  }

  .main-wrapper {
    padding-top: 67px
  }

  #mainv .inner {
    padding-top: 0
  }

  .subdir {
    padding-top: 55px
  }

  ._heading-var1:before {
    margin-top: 3px
  }

  ._heading-var1 .en {
    font-size: 2.2rem
  }

  ._heading-var1 .jp {
    font-size: 1.8rem
  }

  ._heading-var2 .en {
    font-size: 1.7rem
  }

  ._heading-var2 .jp {
    font-size: 2rem
  }

  ._heading-var2+._sub-text {
    width: auto
  }

  ._contents-block {
    padding: 30px 15px
  }

  ._breadcrumbs {
    padding: 5px 15px
  }

  ._breadcrumbs .inner {
    width: auto;
    line-height: 1.3
  }

  ._leading-text {
    font-size: 2.3rem;
    min-height: auto
  }

  ._leading-text span {
    padding: 30px 15px
  }

  ._leading-text span br {
    display: none
  }

  #header {
    position: fixed;
    top: 0
  }

  #header .header-inner {
    width: auto;
    height: auto;
    padding: 0;
    position: relative;
    overflow: visible;
    z-index: 9998
  }

  #header .header-inner .menu-btn {
    display: block;
    position: absolute;
    right: 9px;
    top: 12px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    z-index: 9999
  }

  #header .header-inner .menu-btn span {
    position: absolute;
    display: block;
    width: 36px;
    height: 3px;
    background: #000;
    top: 20px;
    right: 5px
  }

  #header .header-inner .menu-btn span:before,
  #header .header-inner .menu-btn span:after {
    position: absolute;
    display: block;
    content: "";
    width: 36px;
    height: 3px;
    left: 0;
    background: #000;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.1, 0.8, 0.35, 1);
    transition-property: bottom, transform;
    will-change: bottom transform
  }

  #header .header-inner .menu-btn span:before {
    top: -10px
  }

  #header .header-inner .menu-btn span:after {
    top: 10px
  }

  #header .header-inner .menu-btn.btn-opened span {
    background: transparent
  }

  #header .header-inner .menu-btn.btn-opened span:before,
  #header .header-inner .menu-btn.btn-opened span:after {
    top: 0;
    left: 8px;
    width: 28px
  }

  #header .header-inner .menu-btn.btn-opened span:before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
  }

  #header .header-inner .menu-btn.btn-opened span:after {
    -ms-transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg)
  }

  #header-top {
    padding-bottom: 0
  }

  #header-top .logo {
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px
  }

  #header-top .logo img {
    height: 36px;
    margin-top: 0;
    margin-left: 0
  }

  #header-top.addfix {
    padding-bottom: 0
  }

  #header-top .inner {
    width: auto;
    margin: 0 auto;
    overflow: visible
  }

  .navi {
    position: absolute;
    top: 0;
    right: 0;
    background: #279ed9;
    box-sizing: border-box;
    letter-spacing: 0;
    padding: 6.071rem 1.429rem 1.429rem;
    width: 187px;
    width: 13.36rem;
    right: 0;
    z-index: 100;
    overflow-y: auto;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 502
  }

  .navi.nav-opened {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }

  .navi.nav-opened span {
    background: transparent
  }

  .navi ul {
    overflow: visible;
    padding: 0;
    margin: 0
  }

  .navi ul li {
    margin-left: 0;
    float: none;
    font-size: 1.4rem
  }

  .navi ul li:first-child a {
    border-top: none
  }

  .navi ul li:last-child a {
    border-top: none
  }

  .navi ul li a {
    display: block;
    height: auto;
    padding: 13px 0;
    border-top: solid 1px #6ec0e9;
    color: #fff;
    text-shadow: none
  }

  .navi ul li a:before {
    content: "-";
    margin-right: 5px
  }

  .navi ul li a:after {
    display: none
  }

  .navi ul li a:hover:after {
    width: 100%
  }

  .navi ul li a.active {
    color: #fff
  }

  .navi ul li.inquiry {
    margin-top: 0
  }

  .navi ul li.inquiry a {
    background: url("../../img/icon-mail.png") no-repeat center 11px #feb61a;
    color: #fff;
    padding: 30px 0 10px;
    text-align: center;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
  }

  .navi ul li.inquiry a:before {
    display: none
  }

  .navi ul li.inquiry a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8
  }

  .navi ul li.inquiry a:hover:before,
  .navi ul li.inquiry a:hover:after {
    display: none
  }

  .navi.addfix2 li a {
    color: #fff !important
  }

  #wide-nav {
    height: auto
  }

  #wide-nav .footer-nav {
    width: auto;
    padding: 25px 15px
  }

  #wide-nav .footer-nav .footer-nav-list {
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 15px;
    font-size: 1.2rem
  }

  #wide-nav .footer-nav dd li {
    float: none;
    padding-left: 0
  }

  #wide-nav .footer-nav .banner-list {
    width: 100%;
    margin-left: 0
  }

  #wide-nav .footer-nav .banner-list li .img-banner {
    width: auto
  }

  .footer-info {
    width: auto;
    padding: 0 15px;
    margin-left: 0;
    text-align: center
  }

  .footer-info .logo {
    float: none;
    padding-right: 0;
    display: inline-block
  }

  .footer-info .logo img {
    width: 90%
  }

  .footer-info .copy {
    padding-top: 0;
    padding-left: 0;
    float: none;
    padding-right: 0;
    padding-bottom: 15px
  }

  .footer-info .copy br {
    display: none
  }

  .footer-info .company-info {
    clear: both;
    margin-right: 0
  }

  .footer-info .company-info .company-name {
    display: none
  }

  .footer-info .sub-contents-links li a {
    position: relative;
    border-left: none
  }

  .footer-info .sub-contents-links li a:before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0;
    bottom: 3px;
    margin-left: 0;
    width: 5px;
    height: 5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  .copy-right {
    padding: 30px 15px;
    font-size: 1.1rem
  }
}

/* 決済ページ */
#content-pages {
  padding-top: 90px;
  padding-bottom: 120px;
  width: 1050px;
  margin: 0 auto;
}

#content-pages #detail-top h1 {
  text-align: center;
  font-size: 34px;
}

#content-pages #detail-top p {
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

#content-pages #contact-form h2 {
  text-align: center;
  margin-top: 30px;
  color: #ff6329;
  font-size: 18px;
  font-weight: bold;
}

#content-pages #contact-form label {
  color: #ff6329;
  font-weight: bold;
}

#content-pages #contact-form .formliner input {
  width: 100%;
  padding: 5px 0px;
}

#content-pages #contact-form .formsendbox {
  text-align: center;
}

#content-pages #contact-form .formsendbox p {
  margin: 30px auto;
}

#content-pages #contact-form .formsendbox input {
  background: #1178c3;
  border: none;
  color: #fff;
  width: 30%;
  padding: 5px 0px;
  font-size: 20px;
  cursor: pointer;
  margin-top: 30px;
}

#content-pages #contact-form .formsendbox input:hover {
  background: #1b8de0;
}

@media screen and (max-width: 768px) {
  #content-pages {
    width: auto;
    margin: auto 15px;
  }

  #content-pages #detail-top h1 {
    font-size: 31px;
  }

  #content-pages #contact-form .formsendbox input {
    width: 100%;
    margin: 15px 0px 15px 0px;
  }

  #content-pages #contact-form .formsendbox p {
    margin: 0px auto 30px;
  }

  #content-pages #contact-form .formsendbox input {
    -webkit-appearance: none;
    border-radius: 0;

  }
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

header.on {
  background: #fff;
}

#gHeader {
  position: fixed;
  left: 0;
  top: 0;
  height: 90px;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
}

.special01 #gHeader {
  background: none;
}

.special01 #gHeader.on {
  background: rgb(255 255 255 / .8);
}


/*　上に上がる動き　*/

/* #gHeader.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 1;
	transform: translateY(0);
  }
  to {
    opacity: 0;
	transform: translateY(-100px);
  }
} */

/*　下に下がる動き　*/

/* #gHeader.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
} */


#gHeader h1 {
  padding: 25.5px 0 0 50px;
  float: left;
}

#gHeader .rBox {
  padding: 25px 50px 0 0;
  float: right;
  display: flex;
}

#gHeader .naviUl {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  align-items: center;
}

#gHeader .naviUl>li {
  margin: 0 16px;
  z-index: 1;
}

#gHeader .naviUl>li:last-child {
  margin-right: 30px;
}

#gHeader .naviUl>li>a {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-ttl);
  font-weight: 500;
  text-shadow: 0 0 6px rgb(139 139 139 / .2), 0 0 6px rgb(139 139 139 / .2);
}

#gHeader .naviUl>li>p {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--font-ttl);
  font-weight: 500;
  text-shadow: 0 0 6px rgb(139 139 139 / .2), 0 0 6px rgb(139 139 139 / .2);
}

/* スクロール後に適用するクラス */
#gHeader.scrolled .naviUl>li>a {
  color: #000;
  /* 黒に変更 */
  text-shadow: none;
  /* お好みでシャドウも消す */
}

#gHeader .naviUl .jsBox {
  display: none;
  position: absolute;
  top: 80%;
  /* left: 0; */
  /* padding: 0 24px; */
  box-sizing: border-box;
  width: 128px;
  /* width: 100%; */
  margin: 0 3% 0 -1%;
  /* right: 27%; */
}

#gHeader .naviUl .jsBox .sub {
  /* max-width: 1110px; */
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0 0 30px 30px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 6px 10px rgb(139 139 139 / .1);
}

#gHeader .naviUl .jsBox .sub .rBox {
  flex: 1;
  padding: 10px;
  /* padding: 27px 86px; */
  justify-content: center;
}

#gHeader .naviUl>li.on>a:after {
  opacity: 0.7;
}

#gHeader .naviUl .jsBox .subUl {
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
}

#gHeader .naviUl .jsBox .subUl li {
  margin: 6px 0;
  /* width: 36%; */
  border: none;
}

#gHeader .naviUl .jsBox .subUl li a {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  /* background: url("img/common/icon04.png") no-repeat right center;
    background-size: 10px auto; */
  /* width: 180px; */
  text-align: center;
}

#gHeader .naviUl .jsBox .subUl li a:hover {
  opacity: 0.7;
}


/* #gHeader .rBox .btn {
	float: left;
    margin-right: 35px;
}
#gHeader .rBox .btn a {
	color: #fff;
	height: 77px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	width: 243px;
	text-align: center;
	background: #EA751F;
	letter-spacing: 0.06em;
    box-sizing: border-box;
    border-radius: 38px;
}
#gHeader .rBox .btn .img {
	margin: 0 12px 0 0;
	display: inline-block;
	vertical-align: sub;
    position: relative;
}
#gHeader .rBox .btn a:hover {
    opacity: 0.7;
} */
#gHeader .menuout::before {
  position: absolute;
  display: block;
  content: "";
  height: 36px;
  width: 2px;
  top: 2px;
  left: 0;
  background: #000;
}

#gHeader .menuout {
  /* color: #fff; */
  position: relative;
  display: flex;
  align-items: center;
}

#gHeader .menuout .outtxt {
  /* padding: 0 30px 0 50px; */
  padding-right: 30px;
  font-size: 2rem;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#gHeader .menu {
  float: right;
  width: 40px;
  height: 40px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  position: relative;
  background-color: #000;
  border: 2px solid #000;
  box-sizing: border-box;
}

.menu span {
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 10px);
  width: 20px;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
}

.menu span:nth-of-type(1) {
  top: 14px;
}

.menu span:nth-of-type(2) {
  top: 23px;
}

.menu span:nth-of-type(3) {
  top: 46px;
}

.menu.on span {
  top: 18px !important;
  opacity: 0;
}

.menu.on span:nth-of-type(1) {
  transform: rotate(45deg);
  opacity: 1;
}

.menu.on span:nth-of-type(2) {
  transform: rotate(-45deg);
  opacity: 1;
}

.menuBox {
  display: none;
  position: fixed;
  right: 24px;
  top: 74px;
  width: 60%;
  /* width: 550px; */
  background: rgb(139 139 139 / .9);
  z-index: 1000;
  /* height: calc(100% - 149px); */
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 0 0 50px 50px;
}

.menuBox .naviUl {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  padding: 20px 50px 50px 60px;
}

.menuBox .naviUl li {
  width: 45%;
}

.menuBox .naviUl li a {
  width: 100%;
  padding: 16px 30px 10px 0;
  position: relative;
  font-size: 2rem;
  font-family: var(--font-ttl);
  font-weight: 400;
  display: block;
  color: #fff;
  letter-spacing: 0.06em;
  /* border-bottom: 1px solid #fff; */
}

.menuBox .naviUl li p {
  width: 100%;
  padding: 16px 30px 10px 0;
  position: relative;
  font-size: 2rem;
  font-family: var(--font-ttl);
  font-weight: 400;
  display: block;
  color: #fff;
  letter-spacing: 0.06em;
  /* border-bottom: 1px solid #fff; */
}

.menuBox .naviUl .subUl2 li a {
  position: relative;
}

.menuBox .naviUl .subUl2 li a:before {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  width: 21px;
  height: 11px;
  background: url("/img/icon05_02.png") no-repeat left top;
  background-size: 21px 11px;
  content: "";
  transition: .3s;
  -webkit-transition: .3s;
}

.menuBox .naviUl .blank a:before {
  margin-top: -8px;
  width: 17px;
  height: 17px;
  background: url("/img/icon13.png") no-repeat left top;
  background-size: 17px 17px;
  content: "";
}

.menuBox .naviUl>li:first-child>a {
  border-top: none;
}

.menuBox .subUl2 {
  margin: 0 4px 20px 16px;
  /* width: initial; */
}

.menuBox .subUl2 li {
  margin-bottom: 12px;
  width: initial;
  width: 94%;
}

.menuBox .subUl2 li a {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  vertical-align: middle;
  border-bottom: 1px solid #fff;
}

/* .menuBox .naviUl .jobtagbox {
	font-size: 1.4rem;
	margin: 5px 0 10px;
}
.menuBox .naviUl .jobtagbox span {
	background: #fff;
	color: #EA751F;
	padding: 3px 10px;
} */

@media all and (min-width: 897px) and (max-width: 1200px) {
  #gHeader h1 {
    padding-top: 20px;
  }

  #gHeader .rBox {
    padding: 20px 20px 0 0;
  }
}

@media all and (min-width: 897px) {
  #gHeader .menu:hover {
    opacity: 0.7;
  }

  .menuBox .naviUl li a:hover:before {
    right: -15px;
  }

  /* #gHeader.on {
		height: 90px;
        background: rgb(255 255 255 / .8);
	} */
  #gHeader.on h1 {
    padding: 19px 0 0 50px;
    transition: .3s;
    -webkit-transition: .3s;
  }

  #gHeader.on h1 img {
    transition: .3s;
    -webkit-transition: .3s;
    width: 228px;
  }

  #gHeader.on .rBox {
    padding: 19px 47px 0 0;
    transition: .3s;
    -webkit-transition: .3s;
  }

  #gHeader.on .rBox .btn {
    margin-right: 16px;
    transition: .3s;
    -webkit-transition: .3s;
  }

  #gHeader.on .rBox .btn a {
    width: 215px;
    height: 52px;
    transition: .3s;
    -webkit-transition: .3s;
  }

  #gHeader.on .menu {
    width: 52px;
    height: 52px;
    transition: .3s;
    -webkit-transition: .3s;
  }

  #gHeader.on .menu span {
    width: 25px;
    left: calc(50% - 13px);
    transition: .3s;
    -webkit-transition: .3s;
  }

  #gHeader.on .menu span:nth-of-type(1) {
    top: 18.2px;
  }

  #gHeader.on .menu span:nth-of-type(2) {
    top: 28.6px;
  }

  /* #gHeader.on .menu span:nth-of-type(3) {
		top: 31px;
	} */
  #gHeader.on .menu.on span {
    top: 23px !important;
  }
}

@media all and (min-width: 897px) and (max-width: 960px) {
  #gHeader .naviUl>li>a {
    font-size: 1.6rem;
  }

  #gHeader .menuout .outtxt {
    font-size: 1.6rem;
    padding: 0 16px 0 36px;
  }

  #gHeader .naviUl>li:last-child {
    margin-right: 36px;
  }
}

@media all and (max-width: 896px) {
  #gHeader {
    height: 60px;
    background: #fff;
  }

  #gHeader h1 {
    padding: 12px 0 0 24px;
    float: left;
  }

  #gHeader .rBox {
    padding: 15px 10px 0 0;
    float: right;
  }

  #gHeader .rBox .naviUl {
    display: none;
  }

  #gHeader .menuout .outtxt {
    display: none;
  }

  #gHeader .menuout::before {
    display: none;
  }

  #gHeader .rBox .btn {
    float: left;
    margin-right: 15px;
  }

  #gHeader .rBox .btn a {
    height: 35px;
    width: 96px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }

  #gHeader .rBox .btn .img {
    margin: 7px 6px 0 0;
  }

  #gHeader .menu {
    float: right;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  body.fixed #gHeader .rBox .btn {
    display: none;
  }

  .menu span {
    left: calc(50% - 8px);
    width: 16px;
    height: 1px;
  }

  .menu span:nth-of-type(1) {
    top: 12px;
  }

  .menu span:nth-of-type(2) {
    top: 18px;
  }

  .menu span:nth-of-type(3) {
    top: 21px;
  }

  .menu.on span {
    top: 15px !important;
  }

  .menuBox {
    right: 0;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
  }

  .menuBox .naviUl {
    padding: 0 27px 50px;
  }
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  /* padding: 90px 0 0; */
  padding: 90px 100px 20px;
  background: linear-gradient(#ebebeb 30%, #fff 60%);
  border-radius: 50px 50px 0 0;
}

#gFooter .fLogo {
  text-align: center;
  /* margin: 0 auto 60px; */
  max-height: 200px;
  display: block;
}

.fInner {
  /* display: flex; */
  flex-wrap: wrap;
  /* justify-content: space-evenly; */
  max-width: 1340px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

.fInner .rBox {
  /* flex: 1; */
  padding: 10px 24px;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: flex-end;
}

.fInner .rBox a {
  /* color: #000; */
}

/* .fInner .rBox a:hover {
    opacity: 0.7;
} */
.fInner .naviUl {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* margin-right: -40px; */
}

.fInner .naviUl>li {
  /* width: 307px; */
  /* width: 210px; */
  /* margin-left: 45px; */
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fInner .naviUl>li p {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-family: var(--font-ttl);
  font-weight: 500;
}

.fInner .naviUl>li .subUl {
  margin: 5px 0 38px 5px;
}

.fInner .naviUl>li .subUl:last-child {
  margin-bottom: 0;
}

.fInner .naviUl>li .subUl li {
  margin-bottom: 3px;
  /* padding-left: 20px; */
  font-size: 1.4rem;
  position: relative;
  letter-spacing: 0.06em;
}

.fInner .naviUl>li .subUl li:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 23%;
  /* right: 2px; */
  content: "";
  margin-left: 10px;
}

#gFooter .bottom_Box {
  font-size: 20rem;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1;
  margin-bottom: -2.3%;
}

#gFooter address {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  font-style: normal;
  text-align: left !important;
  color: #000;
  padding: 20px 24px;
  /* display: block; */
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

#gFooter address .sp_address {
  display: none;
}

.pageTop {
  position: fixed;
  right: 46px;
  bottom: 25px;
  z-index: 600;
}

.pageTop a:hover {
  opacity: 0.7;
}

/* 回転アニメーションの定義 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* imgタグにアニメーションを適用 */
.pageTop img {
  animation: rotate 15s linear infinite;
}

@media all and (max-width: 1510px) {
  #gFooter .bottom_Box {
    font-size: 19rem;
  }
}

@media all and (max-width: 1435px) {
  #gFooter .bottom_Box {
    font-size: 18rem;
  }
}

@media all and (max-width: 1359px) {
  #gFooter .bottom_Box {
    font-size: 17rem;
  }
}

@media all and (max-width: 1283px) {
  #gFooter .bottom_Box {
    font-size: 16rem;
  }
}

@media all and (max-width: 1208px) {
  #gFooter .bottom_Box {
    font-size: 15rem;
  }
}

@media all and (max-width: 1132px) {
  #gFooter .bottom_Box {
    font-size: 14rem;
  }
}

@media all and (max-width: 1057px) {
  #gFooter .bottom_Box {
    font-size: 13rem;
  }
}

@media all and (max-width: 981px) {
  #gFooter .bottom_Box {
    font-size: 12rem;
  }
}

@media all and (max-width: 906px) {
  #gFooter .bottom_Box {
    font-size: 11rem;
  }
}

@media all and (max-width: 830px) {
  #gFooter .bottom_Box {
    font-size: 10rem;
  }
}

@media all and (max-width: 755px) {
  #gFooter .bottom_Box {
    font-size: 9rem;
  }
}

@media all and (max-width: 679px) {
  #gFooter .bottom_Box {
    font-size: 8rem;
  }
}

@media all and (max-width: 604px) {
  #gFooter .bottom_Box {
    font-size: 7rem;
  }
}

@media all and (max-width: 528px) {
  #gFooter .bottom_Box {
    font-size: 6rem;
  }
}

@media all and (max-width: 453px) {
  #gFooter .bottom_Box {
    font-size: 5rem;
  }
}

@media all and (max-width: 377px) {
  #gFooter .bottom_Box {
    font-size: 4rem;
  }
}


@media all and (max-width: 1420px) {
  #gFooter address {
    display: block;
  }

  #gFooter address span {
    display: block;
    margin-bottom: -10px;
  }

  #gFooter address .sp_address {
    display: block;
  }
}

@media all and (max-width: 896px) {
  #gFooter {
    padding: 0;
    border-top: 1px solid #efeded;
  }

  .special #gFooter {
    border-top: none;
  }

  .fInner {
    max-width: inherit;
    display: block;
    /* padding: 50px 24px 25px; */
    padding: 22px 24px;
    /* margin-top: 150px; */
  }

  .fLogo {
    /* margin-bottom: 37px; */
    width: 200px;
    margin: 20px auto 30px !important;
  }

  .fInner .rBox {
    padding: 0;
    display: block;
  }

  .fInner .naviUl {
    /* display: block; */
    margin: 0;
  }

  .fInner .naviUl>li {
    width: 50%;
    margin: 0 0 44px;
  }

  .fInner .naviUl>li .subUl {
    margin-left: 0;
  }

  .fInner .naviUl>li p {
    font-size: 3rem;
    margin-bottom: 11px;
  }

  .fInner .naviUl>li .subUl li {
    margin-bottom: 10px;
    /* padding-left: 31px; */
  }

  .fInner .naviUl>li .subUl li::after {
    top: 23%;
    /* left: 5px; */
  }

  #gFooter address {
    font-size: 1.2rem;
    text-align: center;
  }

  .pageTop {
    display: none;
  }
}

@media all and (max-width: 640px) {
  .fInner .naviUl {
    display: block;
  }

  .fInner .naviUl>li {
    width: auto;
  }
}

/*------------------------------------------------------------
	comVisual
------------------------------------------------------------*/

.comVisual {
  margin-bottom: 25px;
  color: #ffffff98;
  height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  /* flex-direction: column; */
  background: url("/img/com_kv.jpg") no-repeat center center;
  background-size: cover;
  padding: 0 20px;
}

.comVisual .headLine05 {
  font-size: 10rem;
  letter-spacing: 0.06em;
  font-family: var(--font-ttl);
  font-weight: 600;
  text-shadow: 0 0 6px rgb(139 139 139 / .9);
  /* margin-top: -30px; */
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  overflow: hidden;
}

/* テキスト1文字ずつ登場する アニメーション */
.comVisual .headLine05 .move {
  display: block;
  transform: translateY(105%);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.comVisual .headLine05.-visible .move {
  transform: translateY(0);
}

.comVisualInner {
  display: flex;
  justify-content: space-between;
  max-width: 1340px;
  margin: 0 auto;
}

.comVisualInner_l {
  margin: 0 auto;
}

.comVisualInner_r {
  width: 74%;
}

.comVisualInner_r p {
  margin-bottom: 60px;
  font-size: 3.2rem;
  text-shadow: 0 0 6px rgb(139 139 139 / .9);
}

.colmark01 {
  color: #EA5514;
}

.colmark02 {
  color: #00478F;
}

@media all and (max-width: 896px) {
  .comVisual {
    margin-bottom: 13px;
    height: 180px;
    background: url("/img/com_kv.jpg") no-repeat center center;
    background-size: cover;
  }

  .comVisual .headLine05 {
    font-size: 5.2rem;
    text-align: center;
  }

  .comVisualInner_r p {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

@media all and (max-width: 390px) {
  .comVisual {
    padding: 0 8px;
  }
}

/*------------------------------------------------------------
	Payment
------------------------------------------------------------*/
.paymentPage .comVisual {
  margin-bottom: 25px;
  color: #fff;
  height: 350px;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  /* flex-direction: column; */
  background: url("/img/com_kv.jpg") no-repeat center center;
  background-size: cover;
  padding: 0 20px;
}