@charset "UTF-8";
/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

  ■メディアクエリ

=====================================*/
/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

基本設定

=====================================*/
html {
  font-size: 62.5%;
}

body {
  font-family: " YuGothic", "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 400;
  color: #0d253b;
  background-color: #fff;
  letter-spacing: 0.05em;
  overflow: hidden;
}
@media screen and (max-width: 1056px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.medium {
  font-weight: 600;
}

.visible-banner {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .visible-banner {
    display: block !important;
  }
}

/*reCAPTCHA*/
.grecaptcha-badge {
  visibility: hidden;
}

/* 文字飛ばし */
.cleartxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*グローバル*/
a:focus,
*:focus {
  outline: none;
}

.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input {
  border: none;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: inherit;
}
a:hover img {
  opacity: 0.8;
}

.img-responsive {
  display: inline-block;
}

li {
  list-style: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.disc li {
  position: relative;
}
.disc li::before {
  position: absolute;
  left: -10px;
  width: 5px;
  height: 5px;
  background-color: #655046;
  content: "";
  top: 11px;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .hidden-sm2 {
    display: none !important;
  }
}

.visible-sm2 {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .visible-sm2 {
    display: block !important;
  }
}

.commonSec {
  padding: 60px 0 170px;
}
@media screen and (min-width: 768px) {
  .commonSec {
    padding: 100px 0 200px;
  }
}

.pageLink {
  margin-top: -80px;
  padding-top: 80px;
}

/*====================================
ローディング
fukidashi3
=====================================*/
.dropdown-toggle {
  padding-right: 20px !important;
}
@media screen and (max-width: 1199px) {
  .dropdown-toggle {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 1056px) {
  .dropdown-toggle {
    padding-right: 12px !important;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-toggle {
    display: none !important;
  }
}

.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .center {
    text-align: left;
  }
}
.center span {
  font-weight: 600;
}

.h1block {
  display: none;
}

.oswald {
  font-family: "Oswald", sans-serif;
}

.radius6 {
  border-radius: 6px;
}

.radius8 {
  border-radius: 8px;
}

.radius15 {
  border-radius: 15px;
}

@media screen and (max-width: 767px) {
  .xs_mb30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1300px) {
  .hidden-md2 {
    display: none !important;
  }
}

.visible-md2 {
  display: none !important;
}
@media screen and (max-width: 1300px) {
  .visible-md2 {
    display: block !important;
  }
}

@media screen and (max-width: 1426px) {
  .hidden-md2_2 {
    display: none !important;
  }
}

.visible-md2_2 {
  display: none !important;
}
@media screen and (max-width: 1426px) {
  .visible-md2_2 {
    display: block !important;
  }
}

@media screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

.visible-md {
  display: none !important;
}
@media screen and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}

@media screen and (max-width: 1056px) {
  .hidden-sm {
    display: none !important;
  }
}

.visible-sm {
  display: none !important;
}
@media screen and (max-width: 1056px) {
  .visible-sm {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden-sm2 {
    display: none !important;
  }
}

.visible-sm2 {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .visible-sm2 {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}

@media screen and (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
}

.visible-xxs {
  display: none;
}
@media screen and (max-width: 480px) {
  .visible-xxs {
    display: block !important;
  }
}

.mt40_xs20 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt40_xs20 {
    margin-top: 20px;
  }
}

.mb50_xs30 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb50_xs30 {
    margin-bottom: 30px;
  }
}

.mt50_xs30 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt50_xs30 {
    margin-top: 30px;
  }
}

.mt30_xs15 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mt30_xs15 {
    margin-top: 15px;
  }
}

.flex-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-two .inblock {
  width: calc(50% - 20px);
}
.flex-two .side1 {
  width: calc(50% - 20px);
}

.flex-two2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-two2 .inblock {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .flex-two2 .inblock {
    width: calc(50% - 7px);
  }
}
.flex-two2 .side1 {
  width: calc(50% - 20px);
}

.flex-tri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-tri .inblock {
  width: calc(33% - 15px);
}
.flex-tri .side1 {
  width: calc(33% - 20px);
}

.flex-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-four .inblock {
  width: calc(25% - 15px);
}
.flex-four .side1 {
  width: calc(25% - 20px);
}

.mt50_xs30 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mt50_xs30 {
    margin-top: 50px;
  }
}

/*初回*/
.d_none {
  display: none !important;
}

/*初回以外　非表示*/
.loaded {
  opacity: 0;
  visibility: hidden;
}

/*回転アニメーション*/
.loader {
  position: absolute;
  top: calc(50% - 120px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
}

.loader div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.8;
}

.one {
  border-top: 3px solid #8fb259;
  -webkit-animation: rotate-left 3s linear infinite;
          animation: rotate-left 3s linear infinite;
}

.two {
  border-right: 3px solid #cccc52;
  -webkit-animation: rotate-right 3s linear infinite;
          animation: rotate-right 3s linear infinite;
}

.three {
  border-bottom: 3px solid #ffd933;
  -webkit-animation: rotate-right 3s linear infinite;
          animation: rotate-right 3s linear infinite;
}

.four {
  border-left: 3px solid #ff7f00;
  -webkit-animation: rotate-right 3s linear infinite;
          animation: rotate-right 3s linear infinite;
}

@-webkit-keyframes rotate-left {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes rotate-left {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-right {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
.msg {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
  text-align: center;
}

.box-inner {
  max-width: 700px;
  margin: 250px auto;
  padding: 0 40px;
}

.box {
  width: 200px;
  height: 200px;
  background-color: orange;
  margin: 50px auto 0;
}

.fadein {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadein-up {
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
}

.fadein-down {
  -webkit-transform: translate(0, -60px);
          transform: translate(0, -60px);
}

.fadein-left {
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
}

.fadein-right {
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.delay300 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay600 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay900 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay1200 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay1500 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay1800 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.delay2100 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.delay2400 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.delay2700 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.delay3000 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.delay4000 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.delay5000 {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

  ■ローディング

=====================================*/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  text-align: center;
  color: #fff;
}
#loading .loadingInner {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  width: 100%;
  padding: 0 1.5rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #loading .loadingInner {
    top: 50%;
  }
}
#loading .loadingInner .loadingLogo {
  display: block;
  text-align: center;
  margin: 0 auto 5rem;
  width: 50%;
}
@media screen and (min-width: 768px) {
  #loading .loadingInner .loadingLogo {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 8rem;
  }
}
#loading .loadingInner .loadingLogo img {
  width: 100%;
  max-width: 30rem;
}
@media screen and (min-width: 768px) {
  #loading .loadingInner .loadingLogo img {
    max-width: 35rem;
  }
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*============================================
大見出し
============================================*/
.largeHeadline01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .largeHeadline01 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .largeHeadline01 {
    margin-bottom: 20px;
  }
}
.largeHeadline01 .subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 120px;
  color: #0d253b;
  line-height: 1.1;
}
@media screen and (max-width: 1300px) {
  .largeHeadline01 .subtitle {
    font-size: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .largeHeadline01 .subtitle {
    font-size: 84px;
    line-height: 1.2;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .largeHeadline01 .subtitle {
    font-size: 60px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .largeHeadline01 .subtitle {
    font-size: 48px;
  }
}
.largeHeadline01 .maintitle {
  font-size: 15px;
  color: #1061ae;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .largeHeadline01 {
    display: block;
  }
}

/*============================================
大見出し
============================================*/
.laergeHeadline02 {
  position: relative;
  padding: 20px 0 0;
  margin: 0 0 30px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .laergeHeadline02 {
    margin: 0 0 50px;
  }
}
.laergeHeadline02::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 4px;
  background-color: #1061AE;
}
.laergeHeadline02 .el_text {
  font-weight: bold;
  line-height: 1.4;
  font-size: 18px;
}

/*============================================
中見出し
============================================*/
.mediumHeadline01 {
  margin: 0 0 10px;
  padding: 0 0 0 15px;
  border-left: 3px solid #1061ae;
}
.mediumHeadline01 h4 {
  font-weight: bold;
  line-height: 1.4;
  font-size: 18px;
}
.mediumHeadline01 p {
  font-size: 14px;
}

/*============================================
小見出し
============================================*/
.smallHeadline01 {
  line-height: 1.2;
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1061ae;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .smallHeadline01 {
    font-size: 2.2rem;
  }
}

.smallHeadline02 {
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  color: #1061ae;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .smallHeadline02 {
    font-size: 2.2rem;
  }
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

  ■本文

=====================================*/
.text {
  margin: 0 0 3rem;
}

.textLink {
  text-decoration: underline;
  color: inherit;
}
.textLink:hover {
  color: inherit;
  text-decoration: none;
}

ul.listIndent {
  margin: 0 0 60px;
}
ul.listIndent li {
  margin: 0 0 14px;
  padding: 0px 0 10px 20px;
  text-indent: -20px;
  border-bottom: 1px solid #f1f1f1;
}
ul.listIndent li span {
  display: inline-block;
  text-indent: 0;
  margin: 0 5px 0 0;
}

dl.listIndent {
  margin: 0 0 60px;
}
dl.listIndent dt {
  padding: 7px 5px 5px 30px;
  text-indent: -20px;
  background: #f1f1f1;
  margin: 0 0 10px;
  border-bottom: 1px solid #f1f1f1;
}
dl.listIndent dt span {
  display: inline-block;
  text-indent: 0;
  margin: 0 5px 0 0;
}
dl.listIndent dd {
  margin: 0 0 33px;
}

@media screen and (min-width: 768px) {
  .privacypolicyName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .privacypolicyName .img {
    width: 100%;
    max-width: 200px;
    margin: 0 30px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .privacypolicyName .text {
    width: 100%;
  }
}

/*====================================

  ■地図

=====================================*/
.mapFrame {
  position: relative;
  padding-top: 56.25%;
}
.mapFrame iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*====================================

  ■背景付き

=====================================*/
.list01 {
  background-color: #F0F5F8;
  border-radius: 1rem;
  padding: 3rem 3rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .list01 {
    padding: 4.5rem 5rem 1.5rem;
  }
}
/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.img {
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1;
}

/*====================================

  ■地図

=====================================*/
.mapFrame {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
  margin-bottom: 0;
}
.mapFrame iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
.btn01 {
  display: inline-block;
  width: 100%;
  max-width: 44rem;
  text-align: center;
  background-color: #1061AE;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1.5rem 1rem;
  margin: 0 auto 3rem;
  border: none;
  border-radius: 10rem;
}
@media screen and (min-width: 768px) {
  .btn01 {
    max-width: 37.6rem;
    padding: 2.1rem 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn01:hover {
    opacity: 0.5;
  }
}
.btn01 .el_icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url(./images/icon_links01_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 2.5rem;
  height: 2.5rem;
}
.btn01 .el_icon span {
  display: inline-block;
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*============================================
汎用テーブル1
============================================*/
.table01 {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .table01 {
    display: block;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .table01 > tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table01 > tbody > tr {
    display: block;
    width: 100%;
  }
}
.table01 > tbody > tr > th {
  border-bottom: 1px solid #f1f1f1;
  font-weight: bold;
  padding: 2.5rem 1.5rem 2.5rem 0;
  font-size: 1.6rem;
  vertical-align: top;
  width: 20%;
  color: #1061AE;
}
@media screen and (max-width: 767px) {
  .table01 > tbody > tr > th {
    background-color: #fff;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 1.6rem;
    border-bottom: none;
  }
}
.table01 > tbody > tr > td {
  font-weight: normal;
  border-bottom: 1px solid #f1f1f1;
  padding: 2.5rem 0 2.5rem 1.5rem;
  letter-spacing: 1px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .table01 > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 0 0 2rem;
    word-break: break-all;
    font-size: 1.4rem;
    border-bottom: none;
  }
}
.table01 > tbody > tr > td .tableMark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 48rem;
  background-color: #f1f1f1;
  border-radius: 1em;
  padding: 1.5rem;
  margin: 1.2rem 0 0;
}
.table01 > tbody > tr > td .tableMark .tableMarkImg {
  width: 100%;
  max-width: 4rem;
  text-align: center;
  margin: 0 2rem 0 0;
}
@media screen and (min-width: 768px) {
  .table01 > tbody > tr > td .tableMark .tableMarkImg {
    max-width: 8.9rem;
  }
}
.table01 > tbody > tr > td .tableMark .tableMarkImg img {
  display: inline-block;
}
.table01 > tbody > tr > td .tableMark .tableMarkText {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .table01 > tbody > tr > td .tableMark .tableMarkText {
    font-size: 1.6rem;
  }
}
.table01 > tbody > tr > td table {
  width: 100%;
  max-width: 60.7rem;
}
@media screen and (max-width: 767px) {
  .table01 > tbody > tr > td table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .table01 > tbody > tr > td table tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .table01 > tbody > tr > td table tbody tr {
    display: block;
  }
}
.table01 > tbody > tr > td table tbody tr th {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .table01 > tbody > tr > td table tbody tr th {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
  }
}
.table01 > tbody > tr > td table tbody tr td {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .table01 > tbody > tr > td table tbody tr td {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
    text-align: left;
  }
}
.table01 > tbody > tr:last-child > th,
.table01 > tbody > tr:last-child > td {
  border-bottom: none;
}

/*============================================
汎用テーブル2
============================================*/
.table02 {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 3rem;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .table02 {
    display: block;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .table02 > tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table02 > tbody > tr {
    display: block;
    width: 100%;
  }
}
.table02 > tbody > tr > th {
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  padding: 0.7rem 0.5rem 0.7rem 1rem;
  font-size: 1.4rem;
  vertical-align: top;
  width: 35%;
  color: #333;
  background-color: #eeeeee;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table02 > tbody > tr > th {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
}
.table02 > tbody > tr > td {
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
  padding: 0.5rem 0 0.5rem 0.5em;
  letter-spacing: 1px;
  width: 65%;
  word-break: break-all;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .table02 > tbody > tr > td {
    display: block;
    width: 100%;
    padding: 0 0 2rem;
    border-bottom: none;
  }
}

/*====================================
スクロールヒント
=====================================*/
.scroll-hint {
  margin: 0 auto 3rem;
}

.js-scrollable table {
  min-width: 90rem;
}

.js-scrollable,
.js-scrollable-shadow {
  margin: 0;
}
.js-scrollable table,
.js-scrollable-shadow table {
  margin-bottom: 0 !important;
}
.js-scrollable-shadow table {
  background-color: transparent;
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon-wrap.is-active {
  background-color: rgba(0, 0, 0, 0.3);
}

.scroll-hint-icon {
  top: calc(50% - 45px);
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*============================================
archive.php ページネーション
============================================*/
.wp-pagenavi {
  text-align: center;
  margin: 3rem auto 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi .screen-reader-text {
  display: none;
}
.wp-pagenavi .navigation {
  margin: 0 auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  padding: 5px 5px 4px !important;
  margin: 0 16px 16px 0;
  border-color: #f1f1f1;
  background: none;
  color: #333;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  min-width: 4.1rem;
  min-height: 4.1rem;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  opacity: 1;
  border-color: #f1f1f1 !important;
  background-color: #f1f1f1 !important;
  color: #333;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.nextpostslink {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}
.wp-pagenavi span.current {
  font-weight: normal;
  background-color: #f1f1f1;
  color: #333;
  border-color: #f1f1f1 !important;
}
.wp-pagenavi span.extend {
  background: none !important;
  border: none !important;
  color: #333;
}
.wp-pagenavi span.pages {
  font-weight: normal;
  color: #333;
  display: none;
  border: none;
}

/*============================================
single.php ページネーション
============================================*/
.paginate__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
.paginate__wrap a {
  display: block;
  padding: 5px 13px;
  color: #333;
  font-size: 14px;
  background: #f1f1f1;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .paginate__wrap a {
    min-width: 38px;
  }
}
.paginate__wrap a:hover {
  background: #333;
  color: #fff;
}
.paginate__wrap .paginate__block--next {
  min-width: 80px;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--next {
    min-width: 15rem;
  }
}
.paginate__wrap .paginate__block--next i {
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--next i {
    margin: 0;
  }
}
.paginate__wrap .paginate__block--prev {
  min-width: 80px;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--prev {
    min-width: 15rem;
  }
}
.paginate__wrap .paginate__block--prev i {
  display: inline-block;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .paginate__wrap .paginate__block--prev i {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--back {
    min-width: 15rem;
  }
}

/*============================================
検索ページネーション
============================================*/
.pageNaviCtr {
  width: 100%;
  text-align: center;
}

.pageNaviRht {
  text-align: right;
  margin: 0 auto;
}

.page_navi {
  clear: both;
}
.page_navi li {
  display: inline-block !important;
  letter-spacing: normal;
  background: transparent;
  margin: 0 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .page_navi li {
    margin: 0 1rem 0 0;
  }
}
.page_navi li a,
.page_navi li span {
  border: solid 1px #f1f1f1;
  background: transparent;
  width: 100%;
  font-size: 1.5rem;
  color: #333;
  display: block;
  padding: 0.2rem 1rem;
  min-width: 3.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0.5rem;
  text-align: center;
}
.page_navi li.current span {
  background: #104000;
  border: solid 1px #104000;
  color: #fff;
}
.page_navi li:hover a {
  background: #104000;
  border: solid 1px #104000;
  color: #fff;
}
.page_navi li:last-child {
  margin-right: 0;
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

ヘッダー

=====================================*/
/*ヘッダー固定の高さ調整*/
@media screen and (max-width: 991px) {
  #pagetop {
    height: 51px;
  }
}

header {
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.h1_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .h1_group {
    display: none;
  }
}

.hidden_h1 {
  display: none;
}

.header__inner {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 180;
  margin: auto;
  top: 40px;
  background-color: #fff;
  padding: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
  letter-spacing: 0;
  width: 100%;
  max-width: 95%;
  margin: auto;
  border-radius: 6px;
  /*ロゴ*/
  /*電話番号*/
  /*グローバルメニューの親*/
}
@media screen and (min-width: 992px) {
  .header__inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1300px) {
  .header__inner {
    padding: 0px 25px;
  }
}
@media screen and (max-width: 1600px) {
  .header__inner {
    max-width: 97%;
    top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner {
    top: 0px;
    max-width: 100%;
    border-radius: 0;
    padding: 0px;
  }
}
.header__inner .logoblock {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 300px;
  margin-right: auto;
}
@media screen and (max-width: 1600px) {
  .header__inner .logoblock {
    max-width: 240px;
  }
}
@media screen and (max-width: 1300px) {
  .header__inner .logoblock {
    max-width: 220px;
  }
}
@media screen and (max-width: 1056px) {
  .header__inner .logoblock {
    max-width: 200px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .logoblock {
    padding: 8px 0px 6px 10px;
    max-width: 240px;
    margin-right: auto;
  }
}
.header__inner .logoblock h1 {
  font-size: 12px;
  padding-left: 0px;
  color: #949494;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .header__inner .logoblock h1 {
    display: none;
  }
}
.header__inner .header__tel {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  line-height: 1;
  margin-right: 20px;
  display: none;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__tel {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__tel {
    display: block;
    background: #f0f6f7;
    border-radius: 0px;
    padding: 12px 2px 13px 2px;
    width: 100%;
    line-height: 1.3;
    height: 48px;
    max-width: 48px;
    min-width: 48px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 48px;
    margin-left: 5px;
    text-align: center;
    border-right: 4px solid #fff;
  }
}
.header__inner .header__tel .tel_link {
  font-size: 26px;
  font-family: "Gabarito", sans-serif;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__tel .tel_link {
    margin-right: 10px;
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__tel .tel_link {
    margin-right: 0px;
    line-height: 1;
    height: 23px;
    display: block;
  }
}
.header__inner .header__tel .tel_link img {
  max-width: 28px;
  margin: 0 3px 4px 0;
}
@media screen and (max-width: 1600px) {
  .header__inner .header__tel .tel_link img {
    max-width: 22px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__tel .tel_link img {
    max-width: 16px;
    margin: 0 0 0px;
  }
}
.header__inner .header__tel p {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}
.header__inner .header__menu {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  max-width: 680px;
}
@media screen and (min-width: 992px) {
  .header__inner .header__menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1427px) {
  .header__inner .header__menu {
    max-width: 650px;
  }
}
@media screen and (min-width: 1600px) {
  .header__inner .header__menu {
    margin-left: auto;
    width: 100%;
    max-width: 790px;
  }
}
@media screen and (max-width: 991px) {
  .header__inner .header__menu {
    max-width: none;
    background-color: #fff;
  }
}

.logo2 {
  display: none;
}

.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-top: none;
  z-index: 1000;
}
.menu_fixed .navbar-toggle {
  top: -5px;
}
.menu_fixed .header__inner {
  width: 100%;
  border: none;
  top: 0;
  max-width: none;
  background-color: #fff;
  border-radius: 0px;
}
.menu_fixed .header__inner .navbar-nav.nav > li > a {
  display: block;
  position: relative;
  color: #0d253b;
}
@media screen and (max-width: 991px) {
  .menu_fixed .header__inner .navbar-nav.nav > li > a {
    color: #fff;
  }
}
.menu_fixed .header__inner .navbar-nav.nav > li > a:hover, .menu_fixed .header__inner .navbar-nav.nav > li > a:focus {
  text-decoration: none;
  opacity: 1;
  border-color: #1061ae;
}
@media screen and (max-width: 991px) {
  .menu_fixed .header__inner .navbar-nav.nav > li > a:hover, .menu_fixed .header__inner .navbar-nav.nav > li > a:focus {
    color: #0d253b;
  }
}
.menu_fixed .header__inner .navbar-nav.nav > li > a .caret::before {
  background-image: url(images/careticon.png);
}
.menu_fixed .header__inner .navbar-nav.nav > li > a:hover::before {
  background-color: #1061ae;
}
.menu_fixed .header__inner .navbar-nav.nav > li > li.active a {
  border-color: #2e2e2e;
}
.menu_fixed .header__inner .navbar-nav.nav > li > li.active a::before {
  background-color: #1061ae;
}

.header__contact {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.header__contact a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 600;
  max-width: 50px;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 40px;
  position: relative;
  background: #fb8615;
  z-index: 0;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fb8615;
}
.header__contact a .icon2 {
  opacity: 0;
}
.header__contact a:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  border-color: #fb8615;
  background-color: #fff;
  color: #fb8615;
}
.header__contact a:hover .icon1 {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.header__contact a:hover .icon2 {
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (min-width: 1427px) {
  .header__contact a {
    font-size: 13px;
    max-width: 140px;
    min-width: 140px;
    padding: 14px 12px;
    padding-left: 30px;
    border-radius: 40px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1600px) {
  .header__contact a {
    max-width: 160px;
    min-width: 160px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1426px) {
  .header__contact a {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-right: 0;
    padding: 5px 9px 11px;
    margin-left: 0;
    font-size: 19px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 991px) {
  .header__contact a {
    margin-right: 40px;
    display: none;
    border-radius: 0;
  }
}
.header__contact a img {
  max-width: 20px;
  margin-right: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}
@media screen and (max-width: 1600px) {
  .header__contact a img {
    max-width: 17px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1426px) {
  .header__contact a img {
    margin-right: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.header__contact2 a {
  z-index: 0;
  position: relative;
  text-align: left;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border: 1px solid #fff;
  border-radius: 40px;
  background: #fff;
}
@media screen and (min-width: 1300px) {
  .header__contact2 a {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1426px) {
  .header__contact2 a {
    max-width: 50px;
    min-width: 50px;
    width: auto;
    border-radius: 4px;
    font-size: 13px;
    height: 38px;
    margin-right: 5px;
    padding: 10px 5px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  .header__contact2 a {
    display: none;
  }
}
.header__contact2 a img {
  max-width: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  left: auto;
}
@media screen and (max-width: 1300px) {
  .header__contact2 a img {
    right: 10px;
    max-width: 13px;
  }
}
.header__contact2 a::before {
  z-index: -1;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#0868bc), color-stop(70%, #00a3df));
  background: linear-gradient(to right, #0868bc 0%, #00a3df 70%);
  position: absolute;
  width: 100.5%;
  height: 100.5%;
  left: 0;
  opacity: 1;
  top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border-radius: 40px;
}
@media screen and (max-width: 1426px) {
  .header__contact2 a::before {
    border-radius: 4px;
  }
}
.header__contact2 a:hover {
  color: #1061ae;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border: 1px solid #1061ae;
}
.header__contact2 a:hover::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}

.navbar {
  position: static;
}
@media screen and (min-width: 992px) {
  .navbar {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (max-width: 991px) {
  .navbar {
    background: #1061ae;
  }
}

/*グローバルナビ　親ブロック*/
@media screen and (min-width: 992px) {
  .navbar {
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.navbar-collapse,
.navbar-form {
  border-color: transparent;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    float: left !important;
  }
}

.navbar-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
}
@media screen and (min-width: 992px) {
  .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
  }
}
/*グローバルナビ*/
.navbar-nav {
  margin: 0px -15px;
}
@media screen and (max-width: 991px) {
  .navbar-nav {
    max-width: none;
    margin: 0px;
    max-width: 100%;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav {
    float: none;
    margin: 0;
    margin-left: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .navbar-nav.nav > li {
    text-align: center;
    position: relative;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}
.navbar-nav.nav > li > a {
  position: relative;
  display: block;
  padding: 30px 10px;
  line-height: 1.4;
  font-weight: 600;
  height: 100%;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1600px) {
  .navbar-nav.nav > li > a {
    font-size: 14px;
    padding: 30px 4px;
  }
}
@media screen and (max-width: 1300px) {
  .navbar-nav.nav > li > a {
    font-size: 13px;
    padding: 25px 5px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > li > a {
    font-size: 13px;
    padding: 25px 2px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li > a {
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 11px;
    display: block;
    color: #fff;
    background-color: #1061ae;
  }
}
.navbar-nav.nav > li > a:hover, .navbar-nav.nav > li > a:focus {
  text-decoration: none;
  opacity: 1;
  position: relative;
  background: transparent;
  color: #1061ae;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li > a:hover, .navbar-nav.nav > li > a:focus {
    color: #1061ae;
    background-color: #fff;
    -webkit-transition-duration: 0.7s;
            transition-duration: 0.7s;
  }
}
.navbar-nav.nav > li > a:hover::before, .navbar-nav.nav > li > a:focus::before {
  content: "";
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li > a:hover::before, .navbar-nav.nav > li > a:focus::before {
    height: 2px;
  }
}
.navbar-nav.nav > li > a .caret {
  margin: 0;
  content: "\e900";
  font-family: "origin-icon" !important;
  border: none;
  vertical-align: baseline;
}
.navbar-nav.nav > li > a .caret::before {
  content: "";
  background-image: url(images/careticon.png);
  width: 12px;
  height: 8px;
  font-size: 10px;
  font-weight: 400;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
}
@media screen and (max-width: 1199px) {
  .navbar-nav.nav > li > a .caret::before {
    right: 0px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li > a .caret::before {
    display: none;
  }
}
.navbar-nav.nav > li.active > a {
  position: relative;
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li.active > a {
    background-color: #0d253b;
    color: #fff !important;
  }
}
.navbar-nav.nav > li.active > a::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #1061ae;
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li.active > a::before {
    height: 2px;
    background-color: #4e4e4e;
  }
}
.navbar-nav.nav > li.menu-item-has-children > a {
  position: relative;
}
.navbar-nav.nav > li.menu-item-has-children > a:hover, .navbar-nav.nav > li.menu-item-has-children > a:focus {
  text-decoration: none;
  opacity: 1;
  border: none;
}
.navbar-nav.nav > li.menu-item-has-children > a:hover::before, .navbar-nav.nav > li.menu-item-has-children > a:focus::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #1061ae;
}
@media screen and (max-width: 991px) {
  .navbar-nav.nav > li.menu-item-has-children > a:hover::before, .navbar-nav.nav > li.menu-item-has-children > a:focus::before {
    height: 2px;
  }
}
.navbar-nav.nav > li.target-external > a {
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: 1rem auto;
  background-image: url(./images/linkmark.png);
}
.navbar-nav.nav > li.target-external > a:hover {
  background-image: url(./images/linkmarkw.png);
}

.has_children a {
  padding-right: 20px !important;
  position: relative;
}

/*ドロップダウンメニュー*/
.dropdown-menu {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    display: none;
    position: absolute;
    min-width: 170px;
    border: none;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 1300px) {
  .dropdown-menu {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    position: static !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    float: none !important;
    width: 98% !important;
    border-width: initial !important;
    border-style: none !important;
    border-color: initial !important;
    -o-border-image: initial !important;
       border-image: initial !important;
    margin: auto !important;
    padding: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu > li {
    width: calc(50% - 10px);
    padding: 20px 0px 20px 0px !important;
  }
}
@media screen and (max-width: 480px) {
  .dropdown-menu > li {
    width: calc(50% - 5px);
    padding: 10px 0px 10px 0px !important;
  }
}
@media screen and (min-width: 992px) {
  .dropdown-menu > li {
    padding: 0;
    text-decoration: none;
  }
}
.dropdown-menu > li > a {
  text-align: left;
  color: #fff;
  background-color: #1061ae;
}
@media screen and (max-width: 991px) {
  .dropdown-menu > li > a {
    font-size: 14px;
    font-weight: 700;
    border-radius: 40px;
    text-align: center;
    color: #fff;
    line-height: 1.5 !important;
    border-radius: 4px;
    text-decoration: none;
    white-space: normal;
    padding: 20px 12px;
    position: relative;
    z-index: 0;
    text-align: left;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-menu > li > a {
    padding: 12px 20px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 992px) {
  .dropdown-menu > li > a {
    padding: 10px 30px !important;
    text-decoration: none;
  }
}
.dropdown-menu > li > a::before {
  z-index: -1;
  content: "";
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#00A3DF), color-stop(70%, #00A3DF));
  background: linear-gradient(to right, #00A3DF 0%, #00A3DF 70%);
  position: absolute;
  width: 100.5%;
  height: 100.5%;
  left: -1px;
  opacity: 1;
  top: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 992px) {
  .dropdown-menu > li > a::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-menu > li > a::before {
    border-radius: 50px;
  }
}
.dropdown-menu > li > a::after {
  content: "";
  width: 18px;
  height: 19px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  background-image: url(images/linkmarkw.png);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .dropdown-menu > li > a::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dropdown-menu > li > a::after {
    width: 14px;
    height: 15px;
  }
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: #1061ae;
  background-color: #fff;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.dropdown-menu > li > a:focus::before, .dropdown-menu > li > a:hover::before {
  background: rgb(255, 255, 255);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 992px) {
  .dropdown-menu > li > a:focus::before, .dropdown-menu > li > a:hover::before {
    display: none;
  }
}
.dropdown-menu > li > a:focus::after, .dropdown-menu > li > a:hover::after {
  background-image: url(images/linkmark.png);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (min-width: 992px) {
  .dropdown-menu > li > a:focus::after, .dropdown-menu > li > a:hover::after {
    display: none;
  }
}
.dropdown-menu > li:first-child a {
  border-radius: 6px 6px 0 0;
}
@media screen and (max-width: 991px) {
  .dropdown-menu > li:first-child a {
    border-radius: 50px;
  }
}
.dropdown-menu > li:last-child a {
  border-radius: 0px 0px 6px 6px;
}
@media screen and (max-width: 991px) {
  .dropdown-menu > li:last-child a {
    border-radius: 50px;
  }
}
.dropdown-menu .linktarget a {
  position: relative;
}
.dropdown-menu .linktarget a::before {
  display: block !important;
  content: "";
  width: 14px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -60px;
  background-image: url(images/linkmarkw.png);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-size: cover;
  z-index: 4;
  border-radius: 0;
}
.dropdown-menu .linktarget a:hover::before {
  display: block !important;
  content: "";
  width: 14px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -60px;
  background-image: url(images/linkmark.png);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-size: cover;
  z-index: 4;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .dropdown-menu .sp_side2 > a {
    color: #1061ae;
  }
}
.dropdown-menu .sp_side2 > a::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background: rgb(255, 255, 255);
}
.dropdown-menu .sp_side2 > a::after {
  background-image: url(images/linkmark.png);
}
.dropdown-menu .sp_side2 > a:hover {
  color: #fff;
  background: transparent;
}
.dropdown-menu .sp_side2 > a:hover::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background: -webkit-gradient(linear, left top, right top, from(#00A3DF), color-stop(70%, #00A3DF));
  background: linear-gradient(to right, #00A3DF 0%, #00A3DF 70%);
}
.dropdown-menu .sp_side2 > a:hover::after {
  background-image: url(images/linkmarkw.png);
}
.dropdown-menu .rental a {
  position: relative;
}
.dropdown-menu .rental a::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  content: "";
  position: absolute;
  /* right: -20px; */
  top: 0;
  bottom: 0;
  margin: auto;
  right: 50px;
  z-index: 3;
  background-size: cover;
  width: 14px;
  height: 15px;
  background-color: transparent !important;
  background-image: url(images/linkmarkw.png);
}
.dropdown-menu .rental a:hover::before {
  width: 14px !important;
  height: 15px !important;
  background-color: transparent !important;
  right: 50px !important;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  left: auto !important;
  background-image: url(images/linkmark.png) !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #1061ae;
}
.dropdown-menu > .active > a:hover {
  color: #1061ae;
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .nav > li:hover > .dropdown-menu {
    display: block;
  }
}

.children_top a {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 991px) {
  .children_top a {
    border-radius: 0 0 0 0;
  }
}

.children_bottom {
  border-bottom: none !important;
}
.children_bottom a {
  border-radius: 0px 0px 10px 10px;
}
@media screen and (max-width: 991px) {
  .children_bottom a {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #ddd;
  }
}

/*toggleボタン*/
.navbar-toggle {
  border-radius: 0px;
  background-color: #1061ae;
  position: relative;
  float: right;
  background-image: none;
  position: relative;
  height: 48px;
  width: 48px;
  padding: 7px 5px 5px;
  margin: 5px 8px;
  position: absolute;
  top: -5px;
  right: 0;
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .navbar-toggle {
    top: -5px;
  }
}
@media screen and (min-width: 992px) {
  .navbar-toggle {
    display: none !important;
  }
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
  display: none;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  display: block;
  width: 70%;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggle .icon-bar:last-child {
  display: block;
  width: 70%;
  height: 2px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggle .sr-only {
  display: none;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
  display: block;
  width: 70%;
  height: 2px;
  position: static;
  margin: 0 auto 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: static;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggle.collapsed .icon-bar:last-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: static;
  margin-bottom: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.h1sub {
  background-color: #c9c9c9;
  padding: 4px 0;
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

フッター

=====================================*/
.directsand {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
}
@media screen and (max-width: 991px) {
  .directsand {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .directsand {
    display: block;
  }
}
.directsand .intext {
  font-size: 13px;
  color: #ced0d3;
  width: calc(33% - 12px);
}
@media screen and (max-width: 1056px) {
  .directsand .intext {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .directsand .intext {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .directsand .intext {
    width: 100%;
  }
}
.directsand .intext span {
  width: 100%;
  border-radius: 2px;
  margin-right: 10px;
  color: #fff;
  padding: 0 20px;
  background-color: #1061ae;
}
@media screen and (max-width: 1056px) {
  .directsand .intext span {
    display: block;
    width: 100px;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .directsand .intext span {
    display: inline-block;
  }
}
.directsand .intext .span1 {
  padding: 0 30px;
}
.directsand .intext .span2 {
  padding: 0 32px;
  background-color: #0f97c6;
}
.directsand .intext .span3 {
  background-color: #4d97c5;
}
.directsand .intext .span4 {
  background-color: #7dc162;
}
.directsand .intext .span5 {
  background-color: #60b1cd;
}
.directsand .intext .span6 {
  background-color: #43bb9e;
}
.directsand .intext .span7 {
  background-color: #8da3aa;
}
.directsand .intextbox {
  width: calc(33% - 12px);
}
@media screen and (max-width: 991px) {
  .directsand .intextbox {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 640px) {
  .directsand .intextbox {
    width: 100%;
  }
}
.directsand .intextbox .intext {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .directsand .intext1 {
    margin-bottom: 25px;
  }
}

.directsand2 {
  display: none;
}
@media screen and (max-width: 991px) {
  .directsand2 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 640px) {
  .directsand2 {
    display: block !important;
  }
}

.footer_bigblock {
  position: relative;
}
.footer_bigblock::before {
  content: "";
  position: absolute;
  background-color: #1d262e;
  width: 100%;
  height: 85%;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1056px) {
  .footer_bigblock::before {
    height: 90%;
  }
}

.footerside_1 {
  position: absolute;
  right: 0;
  z-index: 0;
  top: 47%;
}
@media screen and (max-width: 991px) {
  .footerside_1 {
    display: none;
  }
}

.footerside_2 {
  position: absolute;
  left: 0;
  z-index: 0;
  top: 60%;
}
@media screen and (max-width: 991px) {
  .footerside_2 {
    display: none;
  }
}

.footer_contactblock {
  padding-top: 50px;
  position: relative;
  padding-bottom: 70px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_contactblock {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

#page-top {
  display: block;
}
#page-top a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  position: fixed;
  bottom: 48px;
  right: 30px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  #page-top a {
    max-width: 50px;
    bottom: 15px;
    right: 15px;
  }
}

.footer_wave {
  z-index: -2;
  position: relative;
  margin: auto;
  width: 1920px;
}
#footer {
  top: auto !important;
  position: relative;
}

/*ページトップ*/
#page-top {
  display: block;
  background: #eeeeee;
  text-align: center;
}
#page-top a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

/*フッターメニュー*/
.menucargo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .menucargo {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .menucargo {
    margin-top: 40px;
    padding: 30px 0 40px;
  }
}
.menucargo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b1bac4;
  opacity: 0.2;
}
.menucargo .menucargo_right {
  width: 19%;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .menucargo .menucargo_right {
    width: 17%;
  }
}
@media screen and (max-width: 991px) {
  .menucargo .menucargo_right {
    margin-left: auto;
    width: 100%;
  }
}
.menucargo .header__contact2 a {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
  border: none;
  margin-left: auto;
  font-weight: 600;
  padding: 15px 12px 15px 18px;
  border-radius: 40px;
  background: #0868bc;
}
@media screen and (max-width: 1426px) {
  .menucargo .header__contact2 a {
    max-width: 140px;
    min-width: 140px;
    width: auto;
    height: auto;
    font-size: 15px;
    border-radius: 50px;
    display: block !important;
  }
}
@media screen and (max-width: 1199px) {
  .menucargo .header__contact2 a {
    max-width: 140px;
    min-width: 140px;
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .menucargo .header__contact2 a {
    display: block;
    padding: 13px 10px;
    font-size: 14px;
    max-width: 210px;
    min-width: 210px;
    margin-left: 0;
    text-align: center;
    height: auto;
  }
}
.menucargo .header__contact2 a:hover {
  opacity: 1;
  background-color: #fff;
}
.menucargo .header__contact2 a::before {
  width: 101%;
}
@media screen and (max-width: 1426px) {
  .menucargo .header__contact2 a::before {
    border-radius: 50px;
  }
}

.menu_bg {
  width: 79%;
  letter-spacing: 1px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .menu_bg {
    width: 81%;
  }
}
@media screen and (max-width: 991px) {
  .menu_bg {
    width: 100%;
  }
}

/*フッターメニュー*/
.footermenu {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .footermenu {
    max-width: 820px;
  }
}
@media screen and (max-width: 1300px) {
  .footermenu {
    margin-right: auto;
    margin-left: auto;
    max-width: 740px;
  }
}
@media screen and (max-width: 991px) {
  .footermenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding: 0;
    width: 100%;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.footermenu .sub-under a:hover {
  color: #fff;
}
.footermenu .mt0 {
  margin-top: 0px;
}
.footermenu .menu-item-has-children {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footermenu .menu-item-has-children {
    font-size: 15px;
    margin-bottom: 0;
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .footermenu .menu-item-has-children {
    font-size: 16px;
  }
}
.footermenu .menu-item-has-children .sub-menu {
  font-size: 14px !important;
  color: #8c96a0;
}
@media screen and (max-width: 991px) {
  .footermenu .menu-item-has-children .sub-menu {
    margin-top: 0;
    font-size: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  .footermenu .menu-item-has-children .sub-menu li {
    width: 100%;
  }
}
.footermenu li {
  float: none;
  margin-bottom: 15px;
  line-height: 1;
  position: relative;
  letter-spacing: -1px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footermenu li {
    font-size: 12px;
    max-width: none;
    width: 49%;
    text-align: left;
    vertical-align: top;
    margin-bottom: 0;
    padding: 10px 0;
    margin-right: 0;
    font-size: 12px;
    display: inline-block;
  }
}
.footermenu li a {
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 1.5;
}
.footermenu li a:hover {
  color: #1061ae;
}
.footermenu li a br {
  display: none;
}
@media screen and (max-width: 991px) {
  .footermenu li a br {
    display: block;
  }
}
.footermenu .linkicon a {
  position: relative;
}
.footermenu .linkicon a::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  background-size: cover;
  width: 14px;
  height: 15px;
  background-image: url(images/linkmarkw.png);
}
.footermenu .linkicon a:hover::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-image: url(images/linkmark.png);
}
.footermenu .linkicon a:focus::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-image: url(images/linkmark.png);
}
@media screen and (max-width: 991px) {
  .footermenu .linkicon2 a::before {
    right: -62px;
    top: 3px;
  }
}
@media screen and (max-width: 480px) {
  .footermenu .linkicon2 a::before {
    right: -58px;
    top: -2px;
  }
}
.footermenu .bigtext {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #ced0d3;
}
@media screen and (max-width: 991px) {
  .footermenu .bigtext {
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 15px;
  }
}
.footermenu .linkbox {
  position: relative;
}
.footermenu .linkbox2::before {
  right: -15px;
}
@media screen and (max-width: 991px) {
  .footermenu .linkbox2::before {
    left: 100px;
  }
}
.footermenu .lastnavi {
  max-width: 109px;
}

.ban_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 844px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ban_flex {
    display: block;
    max-width: none;
  }
}
.ban_flex .blockone {
  width: calc(50% - 14px);
  margin-bottom: 60px;
  display: block;
}
@media screen and (max-width: 767px) {
  .ban_flex .blockone {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*フッターコンテンツ*/
.footer__block {
  background-size: cover;
}

.logo_footer {
  width: 100%;
  max-width: 310px;
  margin: 40px 0;
}

/*コピーライト*/
.copy {
  padding-top: 25px;
  padding-bottom: 90px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .copy {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .copy {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .copy {
    display: block;
    margin-top: 40px;
  }
}
.copy::before {
  content: "";
  position: absolute;
  background-color: #b4c9db;
  width: 100%;
  height: 1px;
  opacity: 0.2;
  top: 0;
}

.copyright {
  font-size: 12px;
  color: #7e8b96;
  letter-spacing: 1px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .copyright {
    margin-top: 50px;
    font-size: 10px;
  }
}

.footergroup {
  width: 100%;
  max-width: 1040px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footergroup {
    display: block;
  }
}

.footer_right {
  position: relative;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .footer_right {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
  }
}
.footer_right .float_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .footer_right .float_icon {
    margin: auto;
    position: static;
    max-width: 120px;
    margin-bottom: 20px;
  }
}
.footer_right .float_icon .youtube_icon {
  margin-right: 10px;
}
.footer_right .time {
  font-size: 15px;
  padding-left: 93px;
  text-indent: -93px;
}
@media screen and (max-width: 767px) {
  .footer_right .time {
    text-align: center;
  }
}
.footer_right .text {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .footer_right .text {
    text-align: center;
  }
}

.footer_address {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  color: #b1bac4;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .footer_address {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer_address {
    font-size: 14px;
    padding: 0 15px;
  }
}
.footer_address .rightside2 {
  margin-left: 45px;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .footer_address .rightside2 {
    margin-left: 0;
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_address .rightside2 {
    margin-bottom: 40px;
  }
}

.privacytext a {
  font-size: 14px;
  color: #7e8b96;
}
.privacytext a:hover {
  color: #fff;
}

.footerservice_title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footerbanner1 a {
  display: block;
  width: 100%;
  max-width: 150px;
  line-height: 1;
  font-family: "Cormorant", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  padding: 8px 25px 8px 50px;
  background-color: #ffe900;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.footerbanner1 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1600px) {
  .footerbanner1 a {
    padding: 5px 15px 5px 40px;
  }
}
@media screen and (max-width: 991px) {
  .footerbanner1 a {
    padding: 5px 10px 5px 40px;
  }
}
.footerbanner1 a .insta {
  font-size: 11px;
  display: block;
  font-weight: 600;
  font-family: "Cormorant", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.footerbanner1 a .insta2 {
  font-size: 20px;
  font-family: "Cormorant", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.footerbanner1 a img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
}

.footerbanner2 a {
  color: #fff;
  background-color: #947666;
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

ネック

=====================================*/
.neck {
  position: relative;
  padding-top: 200px;
  background-size: cover;
  padding-bottom: 75px;
  background-position: center;
  text-align: left;
}
@media screen and (max-width: 1426px) {
  .neck {
    padding-top: 120px;
  }
}
@media screen and (max-width: 991px) {
  .neck {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .neck {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .neck {
    padding-top: 110px;
    padding-bottom: 40px;
  }
}
.neck .container {
  position: relative;
}
@media screen and (min-width: 1600px) {
  .neck .container {
    width: 1680px;
  }
}
.neck .neck__title {
  font-size: 100px;
  position: relative;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1199px) {
  .neck .neck__title {
    font-size: 84px;
  }
}
@media screen and (max-width: 991px) {
  .neck .neck__title {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .neck .neck__title {
    font-size: 44px;
  }
}
.neck .neck__title span {
  position: relative;
}
.neck .neck__subtitle {
  font-size: 21px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .neck .neck__subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .neck .neck__subtitle {
    font-size: 15px;
  }
}
.neck .neck__subtitle span {
  color: #fff;
}

.neck1 {
  background-image: url(images/neck.jpg);
}

.centerimg {
  margin-bottom: 30px;
}
.centerimg img {
  border-radius: 30px;
}

.kasou_main {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .kasou_main {
    margin-bottom: 20px;
  }
}
.kasou_main .kasou_main_big {
  line-height: 1.6;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kasou_main .kasou_main_big {
    font-size: 17px;
  }
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

トップページ

=====================================*/
.mainflex {
  width: 100%;
  max-width: 1680px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .mainflex {
    display: block;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .mainflex {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .mainflex .button_block_n a {
    margin-right: auto;
    margin-left: auto;
  }
}
.mainflex .block1 {
  margin-top: 70px;
}
@media screen and (max-width: 991px) {
  .mainflex .block1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mainflex .block1 {
    padding-bottom: 20px;
  }
}
.mainflex .block1 .titleone .subtitle span {
  font-size: 16px;
  font-weight: 600;
  color: #00c2f3;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .mainflex .block1 .titleone .subtitle span {
    font-size: 13px;
  }
}
.mainflex .block1 .titleone .subtitle span::before {
  content: "";
  position: absolute;
  top: 10px;
  border-radius: 50%;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #00c2f3;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mainflex .block1 .titleone .subtitle span::before {
    top: 6px;
  }
}
.mainflex .block1 .titleone .maintitle {
  font-size: 54px;
  color: #0d253b;
  font-weight: 700;
  line-height: 1.2;
  margin: 30px 0 40px;
}
@media screen and (max-width: 1600px) {
  .mainflex .block1 .titleone .maintitle {
    font-size: 46px;
  }
}
@media screen and (max-width: 1300px) {
  .mainflex .block1 .titleone .maintitle {
    font-size: 38px;
  }
}
@media screen and (max-width: 1199px) {
  .mainflex .block1 .titleone .maintitle {
    font-size: 32px;
    margin: 10px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .mainflex .block1 .titleone .maintitle {
    font-size: 26px;
  }
}
.mainflex .block1 .textbox {
  margin-left: 200px;
}
@media screen and (max-width: 1700px) {
  .mainflex .block1 .textbox {
    margin-left: 120px;
  }
}
@media screen and (max-width: 1600px) {
  .mainflex .block1 .textbox {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .mainflex .block1 .textbox {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .mainflex .block1 .textbox {
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .mainflex .block1 .textbox {
    padding-right: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}
.mainflex .block1 .textbox .intext {
  line-height: 2.3;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .mainflex .block1 .textbox .intext {
    line-height: 2.1;
    font-size: 16px;
  }
}
.mainflex .imgbox {
  max-width: 747px;
  margin-right: 20px;
}
@media screen and (max-width: 1600px) {
  .mainflex .imgbox {
    max-width: 620px;
  }
}
@media screen and (max-width: 1300px) {
  .mainflex .imgbox {
    margin-right: 10px;
    max-width: 580px;
  }
}
@media screen and (max-width: 991px) {
  .mainflex .imgbox {
    margin: auto;
    max-width: 600px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mainflex .imgbox {
    margin: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .mainflex .imgbox {
    max-width: 280px;
    margin-bottom: 10px;
  }
}

.greet_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .greet_flex {
    display: block;
    max-width: 506px;
  }
}
.greet_flex .textbox {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .greet_flex .textbox {
    padding-right: 14px;
    padding-left: 14px;
  }
}
.greet_flex .textbox .greet_title {
  font-size: 38px;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
@media screen and (max-width: 1199px) {
  .greet_flex .textbox .greet_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .greet_flex .textbox .greet_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .greet_flex .textbox .greet_title {
    font-size: 22px;
  }
}
.greet_flex .textbox .greet_title .span1 {
  border-bottom: 4px dotted #104000;
}
.greet_flex .textbox .greet_title .span2 {
  color: #8ab700;
}
.greet_flex .textbox .greet_title .span3 {
  color: #8ab700;
  font-size: 32px;
}
@media screen and (max-width: 1199px) {
  .greet_flex .textbox .greet_title .span3 {
    font-size: 25px;
  }
}
@media screen and (max-width: 991px) {
  .greet_flex .textbox .greet_title .span3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .greet_flex .textbox .greet_title .span3 {
    font-size: 20px;
  }
}
.greet_flex .sideimg {
  max-width: 248px;
}
@media screen and (max-width: 767px) {
  .greet_flex .sideimg {
    position: absolute;
    max-width: 120px;
    z-index: -1;
  }
}
@media screen and (max-width: 480px) {
  .greet_flex .sideimg {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .greet_flex .leftimg {
    left: 0;
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .greet_flex .rightimg {
    right: 0;
    top: 0px;
  }
}

.service03_side {
  width: 100%;
  position: relative;
  z-index: 0;
}
.service03_side::before {
  background-color: #f5f5f5;
  width: 1300px;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
  position: absolute;
  content: "";
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 1600px) {
  .service03_side::before {
    width: 1000px;
  }
}
@media screen and (max-width: 1199px) {
  .service03_side::before {
    width: 800px;
  }
}
@media screen and (max-width: 991px) {
  .service03_side::before {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .service03_side::before {
    display: none;
  }
}
.service03_side .img {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .service03_side .img {
    display: none;
  }
}
.service03_side .img img {
  border-radius: 0 20px 20px 0;
}
.service03_side .leftside {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .service03_side .leftside {
    margin-left: 20px;
  }
}

.service02_side a {
  position: relative;
  display: block;
  background-color: #f5f5f5;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 991px) {
  .service02_side a {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .service02_side a {
    padding: 30px;
  }
}
.service02_side a .titleflex2 .text {
  width: 100%;
  max-width: 280px;
  margin-right: auto;
  margin-top: 20px;
}
.service02_side a .float {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.service02_side a .rightside img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
}
@media screen and (max-width: 991px) {
  .service02_side a .rightside img {
    position: absolute;
    top: 40px;
    bottom: auto;
    margin: auto;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service02_side a .rightside img {
    top: 25px;
  }
}
.service02_side .side1 {
  background-position: bottom right;
}
@media screen and (max-width: 991px) {
  .service02_side .side1 {
    background-color: rgba(240, 240, 225, 0.9);
    background-blend-mode: lighten;
  }
}
.service02_side .side1:hover {
  opacity: 0.6;
}
.service02_side .side2 {
  background-position: bottom right;
}
@media screen and (max-width: 991px) {
  .service02_side .side2 {
    background-color: rgba(240, 240, 225, 0.9);
    background-blend-mode: lighten;
  }
}
.service02_side .side2:hover {
  opacity: 0.6;
}
.content {
  width: 100%;
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1600px) {
  .content {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1199px) {
  .content {
    max-width: none;
  }
}

.titlebox {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .titlebox {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .titlebox {
    margin-bottom: 20px;
  }
}
.titlebox .subtitle {
  font-family: "Oswald", sans-serif;
  font-size: 120px;
  color: #0d253b;
  line-height: 1.1;
}
@media screen and (max-width: 1300px) {
  .titlebox .subtitle {
    font-size: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .titlebox .subtitle {
    font-size: 84px;
    line-height: 1.2;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .titlebox .subtitle {
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 4px;
  }
}
@media screen and (max-width: 480px) {
  .titlebox .subtitle {
    font-size: 48px;
  }
}
.titlebox .maintitle {
  font-size: 15px;
  color: #1061ae;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .titlebox .maintitle {
    font-size: 13px;
  }
}
.titlebox span {
  padding-left: 15px;
  position: relative;
}
.titlebox span::before {
  content: "";
  position: absolute;
  top: 8px;
  border-radius: 50%;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #1061ae;
  left: 0;
}
@media screen and (max-width: 767px) {
  .titlebox span::before {
    top: 6px;
  }
}

.centertext {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .centertext {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .centertext2 {
    text-align: center;
  }
}

.kasoutitle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kasoutitle {
    margin-bottom: 30px;
  }
}
.kasoutitle .maintitle {
  font-size: 54px;
}
@media screen and (max-width: 1199px) {
  .kasoutitle .maintitle {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .kasoutitle .maintitle {
    font-size: 42px;
  }
}
@media screen and (max-width: 480px) {
  .kasoutitle .maintitle2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .kasoutitle .subtitle {
    font-size: 15px;
  }
}

.titlebox2 {
  display: block;
}
.titlebox2 .minititle {
  margin-left: 0;
}

.centertitlebox {
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -50px;
}
@media screen and (max-width: 1056px) {
  .centertitlebox {
    top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .centertitlebox {
    position: static;
  }
}
.centertitlebox .title {
  position: relative;
}
.centertitlebox .title::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #104000;
  position: absolute;
  left: 0px;
  right: 0;
  margin: auto;
  top: 0px;
}
.centertitlebox .minititle {
  margin-top: 5px;
  margin-left: 0;
  color: #104000;
  font-size: 17px;
  font-weight: 700;
}

.centertitlebox2 {
  position: relative;
  top: 0 !important;
}

.widetitle {
  text-align: center;
}

.footerlink_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footerlink_flex {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footerlink_flex .flex1 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .footerlink_flex .flex1 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .footerlink_flex .flex1 {
    font-size: 15px;
  }
}
.footerlink_flex .flex1 .text img {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 40px;
}
.footerlink_flex .flex1 .arrow img {
  position: absolute;
  right: 35%;
  bottom: 45px;
}
@media screen and (max-width: 767px) {
  .footerlink_flex .flex1 .arrow img {
    bottom: 50px;
  }
}

.imgService {
  width: 100%;
  margin-top: 250px;
  background-size: cover;
  display: block;
  max-width: 511px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  height: 644px;
  border-radius: 6px 0 0 6px;
}
@media screen and (max-width: 1600px) {
  .imgService {
    max-width: 400px;
    margin-top: 200px;
    height: 510px;
  }
}
@media screen and (max-width: 1300px) {
  .imgService {
    max-width: 380px;
    height: 480px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .imgService {
    max-width: 280px;
    height: 400px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .imgService {
    max-width: 190px;
    height: 280px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .imgService {
    height: 400px;
    margin-top: 0;
    max-width: none;
    border-radius: 6px;
  }
}
@media screen and (max-width: 480px) {
  .imgService {
    height: 300px;
    background-size: cover;
  }
}

.imgService--01 {
  background-image: url(images/serviceside1.jpg?version=20240806);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imgService--02 {
  background-image: url(images/serviceside3.jpg?version=20240806);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imgService--03 {
  background-image: url(images/serviceside4.jpg?version=20240806);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imgService--04 {
  background-image: url(images/serviceside5.jpg?version=20240806);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service_flex {
    display: block;
    padding: 0 20px;
  }
}
.service_flex .titlebox {
  margin-left: -80px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1600px) {
  .service_flex .titlebox {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .service_flex .titlebox {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service_flex .titlebox {
    margin-bottom: 30px;
    margin-left: 0;
  }
}
.service_flex .imgside2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 40%;
  margin-top: 500px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1600px) {
  .service_flex .imgside2 {
    margin-top: 300px;
  }
}
@media screen and (max-width: 991px) {
  .service_flex .imgside2 {
    margin-top: 200px;
    padding-left: 15px;
    padding-right: 0px;
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  .service_flex .imgside2 {
    display: none;
  }
}
.service_flex .imgside2 img {
  border-radius: 6px;
}
.service_flex .rightside {
  width: 100%;
  max-width: 840px;
  margin-right: 130px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 1600px) {
  .service_flex .rightside {
    margin-right: 15px;
    margin-left: 30px;
    padding-right: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .service_flex .rightside {
    margin-left: 20px;
  }
}
@media screen and (max-width: 991px) {
  .service_flex .rightside {
    margin-left: 40px;
    width: 80%;
    margin-top: 30px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .service_flex .rightside {
    width: 100%;
    margin: 30px auto 50px;
  }
}

.toggle_contents .toggle_title {
  position: relative;
  border-top: 1px solid #d0d4d6;
  margin: 0;
  padding: 50px 0px 50px 80px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1300px) {
  .toggle_contents .toggle_title {
    padding: 40px 0px 40px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .toggle_contents .toggle_title {
    padding: 40px 0px 40px 30px;
  }
}
@media screen and (max-width: 991px) {
  .toggle_contents .toggle_title {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 767px) {
  .toggle_contents .toggle_title {
    padding: 40px 0px 20px;
  }
}
.toggle_contents .toggle_title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 80px;
  height: 1px;
  background-color: #1061ae;
}
.toggle_contents .toggle_title .sub {
  font-size: 16px;
  font-weight: 600;
  color: #1061ae;
  position: absolute;
  left: 0;
  top: 20px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1199px) {
  .toggle_contents .toggle_title .sub {
    font-size: 15px;
    top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .toggle_contents .toggle_title .sub {
    font-size: 14px;
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .toggle_contents .toggle_title .sub {
    top: 15px;
  }
}
.toggle_contents .toggle_title .main_text {
  font-size: 42px;
  font-weight: 600;
  color: #191e2e;
  line-height: 1.2;
}
@media screen and (max-width: 1600px) {
  .toggle_contents .toggle_title .main_text {
    font-size: 34px;
  }
}
@media screen and (max-width: 1300px) {
  .toggle_contents .toggle_title .main_text {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .toggle_contents .toggle_title .main_text {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .toggle_contents .toggle_title .main_text {
    font-size: 20px;
  }
}
.toggle_contents .selected::before {
  width: 100%;
}
.toggle_contents .toggle_title:hover {
  opacity: 0.7;
}
.toggle_contents .toggle_title:after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 61px;
  background: url(images/toggle1.png) no-repeat right top;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .toggle_contents .toggle_title:after {
    width: 44px;
    height: 44px;
    background-size: cover;
  }
}
.toggle_contents .toggle_title.selected:after {
  background: url(images/toggle2.png) no-repeat right top;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .toggle_contents .toggle_title.selected:after {
    width: 44px;
    height: 44px;
    background-size: cover;
  }
}
.toggle_contents .toggle_txt {
  display: none;
}
@media screen and (max-width: 767px) {
  .toggle_contents .toggle_txt {
    margin-bottom: 15px;
  }
}
.toggle_contents .toggle_txt .minibutton a {
  margin-left: auto;
  margin-right: 0;
  max-width: 240px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .toggle_contents .toggle_txt .minibutton a {
    margin-bottom: 30px;
  }
}

.toggle_contents4 {
  border-bottom: 1px solid #d0d4d6;
}

.c_company {
  max-width: none;
  position: relative;
  z-index: 0;
  padding-top: 140px;
}
@media screen and (max-width: 1199px) {
  .c_company {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c_company {
    padding-top: 60px;
    margin-top: 60px;
    padding-bottom: 60px;
  }
}
.c_company::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 360px;
  z-index: -1;
  background-image: url(images/bg_grad.jpg);
  top: 230px;
}
@media screen and (max-width: 767px) {
  .c_company::before {
    top: 0px;
    height: 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 991px) {
  .c_company .titlebox {
    margin-bottom: 20px;
  }
}
.c_company .linkline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1700px) {
  .c_company .linkline {
    max-width: 98%;
  }
}
@media screen and (max-width: 1199px) {
  .c_company .linkline {
    max-width: 95%;
  }
}
@media screen and (max-width: 991px) {
  .c_company .linkline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 740px;
  }
}
@media screen and (max-width: 767px) {
  .c_company .linkline {
    max-width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .c_company .linkline {
    max-width: 91%;
  }
}
.c_company .linkline .inblock {
  overflow: hidden;
  display: block;
  width: 398px;
  position: relative;
  z-index: 1;
  border-radius: 6px;
}
@media screen and (max-width: 1700px) {
  .c_company .linkline .inblock {
    width: calc(25% - 14px);
  }
}
@media screen and (max-width: 991px) {
  .c_company .linkline .inblock {
    width: calc(50% - 12px);
    margin-top: 24px;
  }
}
@media screen and (max-width: 480px) {
  .c_company .linkline .inblock {
    width: 100%;
    max-height: 280px;
    margin-top: 15px;
  }
}
.c_company .linkline .inblock .bgimg {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: relative;
}
.c_company .linkline .inblock .bgimg::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 6px;
}
.c_company .linkline .inblock .bgimg img {
  border-radius: 6px;
}
.c_company .linkline .inblock:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
}
.c_company .linkline .inblock:hover .circle1 {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c_company .linkline .inblock:hover .circle2 {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c_company .linkline .inblock:hover .bgimg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c_company .linkline .inblock:hover .bgimg img {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c_company .linkline .inblock:hover .bgimg::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.c_company .linkline .inblock .circle1 {
  position: absolute;
  right: 28px;
  bottom: 28px;
  max-width: 50px;
  border-radius: 50%;
  padding: 18px 20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border: 1px solid #fff;
}
.c_company .linkline .inblock .circle2 {
  position: absolute;
  right: 28px;
  bottom: 28px;
  opacity: 0;
  max-width: 50px;
  border-radius: 50%;
  padding: 17px 20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #fff;
}
.c_company .linkline .inblock .floatone {
  color: #fff;
  z-index: 3;
  position: absolute;
  left: 34px;
  top: 40px;
  font-weight: 700;
  font-size: 34px;
}
@media screen and (max-width: 1600px) {
  .c_company .linkline .inblock .floatone {
    left: 20px;
    top: 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
  }
}
.c_company .linkline .inblock .floatone span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1600px) {
  .c_company .linkline .inblock .floatone span {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

/* スライドアニメーションの設定 */
@-webkit-keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes horizontal-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.floattextbox {
  margin: 60px 0;
  -webkit-animation: horizontal-animation 45s linear infinite;
          animation: horizontal-animation 45s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .floattextbox {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .floattextbox {
    margin: 30px 0;
    -webkit-animation: horizontal-animation 30s linear infinite;
            animation: horizontal-animation 30s linear infinite;
  }
}
.floattextbox img {
  max-width: none;
  margin: 0 20px;
  max-width: 3000px;
}
@media screen and (max-width: 1199px) {
  .floattextbox img {
    max-width: 1000px;
  }
}
@media screen and (max-width: 767px) {
  .floattextbox img {
    max-width: 800px;
  }
}

.reasonflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1680px;
  margin: auto;
}
@media screen and (max-width: 1700px) {
  .reasonflex {
    max-width: 98%;
  }
}
@media screen and (max-width: 1300px) {
  .reasonflex {
    display: block;
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .reasonflex {
    max-width: 91%;
  }
}
@media screen and (max-width: 1300px) {
  .reasonflex .button_block_n a {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}

.flex_r {
  width: 70%;
}
@media screen and (max-width: 1300px) {
  .flex_r {
    width: 100%;
  }
}
.flex_r .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .flex_r .inflex {
    display: block;
  }
}
.flex_r .inflex .blockone {
  width: calc(33% - 14.5px);
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 6px;
  margin-bottom: 30px;
  border: 1px solid #d0d4d6;
}
@media screen and (max-width: 1199px) {
  .flex_r .inflex .blockone {
    padding: 20px;
    width: calc(33% - 10px);
  }
}
@media screen and (max-width: 991px) {
  .flex_r .inflex .blockone {
    width: calc(50% - 10px);
    padding: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .flex_r .inflex .blockone {
    width: calc(50% - 7px);
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 480px) {
  .flex_r .inflex .blockone {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex_r .inflex .blockone .imgb {
  margin-bottom: 30px;
}
@media screen and (max-width: 1700px) {
  .flex_r .inflex .blockone .imgb {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .flex_r .inflex .blockone .imgb {
    margin-bottom: 15px;
  }
}
.flex_r .inflex .blockone .imgb img {
  border-radius: 6px;
}
.flex_r .inflex .blockone .titleline {
  line-height: 1.3;
  position: relative;
  padding-left: 65px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .flex_r .inflex .blockone .titleline {
    font-size: 18px;
    padding-left: 60px;
  }
}
.flex_r .inflex .blockone .titleline .spanneo {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  padding: 12px 12px;
  margin-right: 20px;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  color: #fff;
  background-color: #1061ae;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .flex_r .inflex .blockone .titleline .spanneo {
    font-size: 20px;
    width: 44px;
    height: 44px;
    padding: 12px 11px;
  }
}
.flex_r .inflex .blockone .titleline .span1 {
  padding: 12px 13px;
}
.flex_r .inflex .blockone .titleline .light {
  background-color: #00c2f3;
}

.flex_l {
  width: 30%;
}
@media screen and (max-width: 1300px) {
  .flex_l {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .flex_l .titlebox {
    text-align: center;
  }
}
.flex_l .titlebox .maintitle2 {
  letter-spacing: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1600px) {
  .flex_l .titlebox .maintitle2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .flex_l .titlebox .maintitle2 {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .flex_l .titlebox .maintitle2 {
    font-size: 27px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .flex_l .titlebox .maintitle2 {
    font-size: 24px;
  }
}
.flex_l .titlebox .shorttitle {
  color: #1061ae;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .flex_l .titlebox .shorttitle {
    font-size: 13px;
  }
}

.c_recruit {
  position: relative;
  border-radius: 8px;
  padding: 100px 0 110px;
  background-size: cover;
  background-image: url(images/recruitback.jpg);
}
@media screen and (max-width: 1700px) {
  .c_recruit {
    width: 100%;
    max-width: 98%;
  }
}
@media screen and (max-width: 1199px) {
  .c_recruit {
    padding: 60px 14px 70px;
  }
}
@media screen and (max-width: 767px) {
  .c_recruit {
    padding: 40px 14px 40px;
    max-width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .c_recruit {
    max-width: 91%;
  }
}
.c_recruit .bgimg {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 110px;
  right: 120px;
  top: -60px;
  z-index: 10;
}
@media screen and (max-width: 1600px) {
  .c_recruit .bgimg {
    right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .c_recruit .bgimg {
    max-width: 80px;
    right: 15px;
    top: -40px;
  }
}
@media screen and (max-width: 991px) {
  .c_recruit .bgimg {
    max-width: 80px;
    right: 30px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .c_recruit .bgimg {
    max-width: 75px;
    right: 30px;
    top: -25px;
  }
}
@media screen and (max-width: 480px) {
  .c_recruit .bgimg {
    max-width: 60px;
    right: 20px;
    top: -25px;
  }
}
.c_recruit .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c_recruit .inflex {
    display: block;
  }
}
.c_recruit .inflex .rightside {
  margin-left: 28px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .c_recruit .inflex .rightside {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .c_recruit .inflex .rightside {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.c_recruit .inflex .rightside .imgposi {
  padding-bottom: 210px;
  padding-right: 80px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .c_recruit .inflex .rightside .imgposi {
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 1056px) {
  .c_recruit .inflex .rightside .imgposi {
    margin-top: 30px;
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 991px) {
  .c_recruit .inflex .rightside .imgposi {
    margin-top: 75px;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c_recruit .inflex .rightside .imgposi {
    padding-bottom: 0px;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .c_recruit .inflex .rightside .imgposi {
    padding-right: 70px;
  }
}
.c_recruit .inflex .rightside .imgposi .side1 {
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .c_recruit .inflex .rightside .imgposi .side1 {
    display: none;
  }
}
.c_recruit .inflex .rightside .imgposi .floatin {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
@media screen and (max-width: 991px) {
  .c_recruit .inflex .rightside .imgposi .floatin {
    max-width: 280px;
    right: 15px;
    bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c_recruit .inflex .rightside .imgposi .floatin {
    max-width: none;
    position: static;
  }
}
.c_recruit .inflex .rightside .imgposi .floatin img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c_recruit .inflex .rightside .imgposi .floatin:hover {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c_recruit .inflex .rightside .imgposi .floatin:hover img {
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c_recruit .inflex .textside {
  width: 50%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 991px) {
  .c_recruit .inflex .textside {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .c_recruit .inflex .textside {
    width: 100%;
  }
}
.c_recruit .inflex .textside .r_linkbtn {
  display: block;
  position: relative;
  background-color: #fff;
  color: #1061ae;
  margin-top: 50px;
  border-radius: 8px;
  line-height: 1;
  font-weight: 700;
  padding: 40px 30px;
  font-size: 21px;
}
@media screen and (max-width: 1300px) {
  .c_recruit .inflex .textside .r_linkbtn {
    padding: 30px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .c_recruit .inflex .textside .r_linkbtn {
    padding-right: 45px;
  }
}
@media screen and (max-width: 991px) {
  .c_recruit .inflex .textside .r_linkbtn {
    padding: 20px 20px;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c_recruit .inflex .textside .r_linkbtn {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 1.3;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .c_recruit .inflex .textside .r_linkbtn {
    padding: 14px 15px;
    font-size: 16px;
  }
}
.c_recruit .inflex .textside .r_linkbtn img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 40px;
}
@media screen and (max-width: 1300px) {
  .c_recruit .inflex .textside .r_linkbtn img {
    right: 20px;
    max-width: 20px;
  }
}
.c_recruit .inflex .textside .r_linkbtn .mark2 {
  opacity: 0;
}
.c_recruit .inflex .textside .r_linkbtn:hover {
  background-color: #1061ae;
  color: #fff;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.c_recruit .inflex .textside .r_linkbtn:hover .mark1 {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.c_recruit .inflex .textside .r_linkbtn:hover .mark2 {
  opacity: 1;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.c_recruit .inflex .textside .textb {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .c_recruit .inflex .textside .textb {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c_recruit .inflex .textside .textb {
    font-size: 15px;
  }
}
.c_recruit .titlebox .maintitle {
  color: #fff;
}
.c_recruit .titlebox .maintitle span::before {
  background-color: #fff;
}
.c_recruit .titlebox .subtitle {
  color: #fff;
}

.serviceback {
  width: 100%;
  padding: 0 20px;
}

.c_service {
  max-width: none;
  padding: 110px 100px;
  background-color: #f0f6f7;
  border-radius: 8px;
}
@media screen and (max-width: 1600px) {
  .c_service {
    padding: 80px 70px;
  }
}
@media screen and (max-width: 1300px) {
  .c_service {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 1199px) {
  .c_service {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 991px) {
  .c_service {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_service {
    padding: 28px 28px;
  }
}
@media screen and (max-width: 480px) {
  .c_service {
    padding: 40px 30px;
  }
}
.c_service .flexline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 60px;
  align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .c_service .flexline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .c_service .flexline {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_service .flexline {
    margin-bottom: 30px;
    display: block;
  }
}
.c_service .flexline .titlebox {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .c_service .flexline .titlebox .subtitle {
    line-height: 1;
    margin-bottom: 0;
  }
}
.c_service .flexline .textone {
  width: 100%;
  max-width: 1060px;
  margin-left: 40px;
}
@media screen and (max-width: 1199px) {
  .c_service .flexline .textone {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c_service .flexline .textone {
    margin-top: 20px;
    margin-left: 0;
  }
}
.c_service .s_flexline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .c_service .s_flexline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .c_service .s_flexline {
    display: block;
  }
}
.c_service .s_flexline .side1 {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
  width: calc(34.5% - 12px);
}
@media screen and (max-width: 1300px) {
  .c_service .s_flexline .side1 {
    width: calc(34.5% - 6px);
  }
}
@media screen and (max-width: 991px) {
  .c_service .s_flexline .side1 {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 640px) {
  .c_service .s_flexline .side1 {
    width: 100%;
  }
}
.c_service .s_flexline .side1 .bgimg {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: relative;
}
.c_service .s_flexline .side1 .bgimg::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 6px;
}
.c_service .s_flexline .side1 .bgimg img {
  border-radius: 6px;
}
.c_service .s_flexline .side1:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
}
.c_service .s_flexline .side1:hover .circle1 {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c_service .s_flexline .side1:hover .circle2 {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c_service .s_flexline .side1:hover .bgimg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c_service .s_flexline .side1:hover .bgimg img {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.c_service .s_flexline .side1:hover .bgimg::before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.c_service .s_flexline .side1 .floatone {
  color: #fff;
  z-index: 3;
  position: absolute;
  left: 40px;
  top: 40px;
  font-weight: 700;
  font-size: 34px;
}
@media screen and (max-width: 1800px) {
  .c_service .s_flexline .side1 .floatone {
    left: 20px;
    top: 30px;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1600px) {
  .c_service .s_flexline .side1 .floatone {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .c_service .s_flexline .side1 .floatone {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c_service .s_flexline .side1 .floatone {
    left: 20px;
    top: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  .c_service .s_flexline .side1 .floatone {
    font-size: 21px;
  }
}
.c_service .s_flexline .side1 .floatone span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1600px) {
  .c_service .s_flexline .side1 .floatone span {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.c_service .s_flexline .side1 .circle1 {
  position: absolute;
  right: 28px;
  bottom: 28px;
  max-width: 50px;
  border-radius: 50%;
  padding: 18px 20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .c_service .s_flexline .side1 .circle1 {
    right: 20px;
    bottom: 20px;
    max-width: 40px;
    border-radius: 50%;
    padding: 13px 15px;
  }
}
.c_service .s_flexline .side1 .circle2 {
  position: absolute;
  right: 28px;
  bottom: 28px;
  opacity: 0;
  max-width: 50px;
  border-radius: 50%;
  padding: 17px 20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .c_service .s_flexline .side1 .circle2 {
    right: 20px;
    bottom: 20px;
    max-width: 40px;
    border-radius: 50%;
    padding: 13px 15.8px;
  }
}
@media screen and (max-width: 640px) {
  .c_service .s_flexline .sidebig {
    max-height: 19.9em;
  }
}
@media screen and (max-width: 480px) {
  .c_service .s_flexline .sidebig {
    max-height: 10.9em;
  }
}
@media screen and (max-width: 640px) {
  .c_service .s_flexline .sidebig1 {
    margin-bottom: 20px;
  }
}
.c_service .s_flexline .sideline {
  width: calc(30% - 12px);
}
@media screen and (max-width: 1300px) {
  .c_service .s_flexline .sideline {
    width: calc(30% - 8px);
  }
}
@media screen and (max-width: 991px) {
  .c_service .s_flexline .sideline {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .c_service .s_flexline .sideline {
    width: 100%;
    display: block;
  }
}
.c_service .s_flexline .sideline .side1 {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .c_service .s_flexline .sideline .side1 {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .c_service .s_flexline .sideline .side1 {
    width: 100%;
  }
}
.c_service .s_flexline .sideline .side2 {
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .c_service .s_flexline .sideline .side2 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 991px) {
  .c_service .s_flexline .sideline .side2 {
    margin-top: 20px;
  }
}

.s_works {
  background-image: url(images/t_works_bg.jpg);
  color: #fff;
  border-radius: 8px;
  padding: 60px;
  margin-top: 60px;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .s_works {
    background-position: right;
    padding: 40px;
  }
}
@media screen and (max-width: 991px) {
  .s_works {
    padding: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .s_works {
    padding: 30px;
    margin-top: 40px;
  }
}
.s_works .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1426px) {
  .s_works .inflex {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
@media screen and (max-width: 1199px) {
  .s_works .inflex {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
@media screen and (max-width: 767px) {
  .s_works .inflex {
    display: block;
  }
}
.s_works .inflex .btnside {
  margin-left: auto;
  margin-top: auto;
}
.s_works .inflex .btnside .button_block_n a:hover {
  background: transparent;
}
@media screen and (max-width: 1600px) {
  .s_works .inflex .textside {
    margin-right: 15px;
  }
}
.s_works .inflex .textside .onetitle {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .s_works .inflex .textside .onetitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .s_works .inflex .textside .onetitle {
    font-size: 19px;
    letter-spacing: 0;
  }
}
.s_works .inflex .imgside {
  width: 100%;
  margin-right: 70px;
  max-width: 503px;
}
@media screen and (max-width: 1600px) {
  .s_works .inflex .imgside {
    margin-right: 25px;
    max-width: 400px;
  }
}
@media screen and (max-width: 991px) {
  .s_works .inflex .imgside {
    margin-right: 20px;
    max-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .s_works .inflex .imgside {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.s_works .inflex .imgside img {
  border-radius: 6px;
}
.s_works .titlebox .maintitle {
  color: #00c2f3;
}
.s_works .titlebox .maintitle span::before {
  background-color: #00c2f3;
}
.s_works .titlebox .subtitle {
  font-size: 72px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .s_works .titlebox .subtitle {
    font-size: 56px;
  }
}
@media screen and (max-width: 480px) {
  .s_works .titlebox .subtitle {
    font-size: 40px;
  }
}

.c_greet {
  padding-top: 95px;
  padding-bottom: 85px;
  background-position: top;
  background-image: url(images/aboutusbg.jpg);
}
@media screen and (max-width: 767px) {
  .c_greet {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .c_greet {
    padding-top: 40px;
  }
}

.maintitle .greettitle_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  width: 100%;
  max-width: 375px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .maintitle .greettitle_sub {
    max-width: 268px;
  }
}
.maintitle .greettitle_sub .img_1 {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .maintitle .greettitle_sub .img_1 {
    max-width: 40px;
    margin-top: 12px;
  }
}
.maintitle .greettitle_sub .img_2 {
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .maintitle .greettitle_sub .img_2 {
    max-width: 28px;
  }
}
.maintitle .greettitle_sub span {
  margin-top: 10px;
  font-size: 30px;
  color: #0d4e7c;
  font-family: "Kiwi Maru", serif;
  position: relative;
}
@media screen and (max-width: 480px) {
  .maintitle .greettitle_sub span {
    font-size: 22px;
  }
}
.maintitle .greettitle_sub span::before {
  content: "";
  position: absolute;
  border-bottom: 7px double;
  width: 125%;
  bottom: -5px;
  left: -64px;
}
@media screen and (max-width: 480px) {
  .maintitle .greettitle_sub span::before {
    width: 134%;
    bottom: 0;
  }
}

.flextitle2 {
  position: relative;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-left: 30px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 600;
  color: #1d3966;
  display: none;
}
@media screen and (max-width: 1600px) {
  .flextitle2 {
    padding-right: 14px;
    margin-left: 14px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1056px) {
  .flextitle2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .flextitle2 {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 26px;
    margin-right: auto;
    text-align: center;
    padding-right: 0;
    margin-left: 0;
    margin-bottom: 0px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .flextitle2 {
    margin-top: 50px;
    font-size: 25px;
  }
}
.flextitle2 span {
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 1600px) {
  .flextitle2 span {
    padding-right: 14px;
  }
}
@media screen and (max-width: 991px) {
  .flextitle2 span {
    padding-right: 0;
    padding: 15px 0;
    display: block;
  }
}
.flextitle2 span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #b4c9db;
  right: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .flextitle2 span::before {
    height: 2px;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
  }
}
.flextitle2 span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #b4c9db;
  left: -30px;
  top: 0;
}
@media screen and (max-width: 1600px) {
  .flextitle2 span::after {
    left: -14px;
  }
}
@media screen and (max-width: 991px) {
  .flextitle2 span::after {
    height: 2px;
    width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    top: auto;
    bottom: 0;
  }
}

.c_consult {
  max-width: none;
  padding: 110px 0;
}
@media screen and (max-width: 1199px) {
  .c_consult {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .c_consult {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.flex_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex_banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flex_banner .block1 {
  width: calc(20% - 10px);
}
@media screen and (max-width: 767px) {
  .flex_banner .block1 {
    width: calc(33% - 10px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .flex_banner .block1 {
    width: 30%;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
.flex_banner .block1 .img {
  position: relative;
  line-height: 1.4;
  text-align: center;
}
.flex_banner .block1 .title {
  color: #fff;
  font-family: "Kiwi Maru", serif;
  font-size: 25px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 18px;
}
@media screen and (max-width: 767px) {
  .flex_banner .block1 .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .flex_banner .block1 .title {
    font-size: 18px;
  }
}
.flex_banner .block2 {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .flex_banner .block2 {
    margin-top: 20px;
  }
}
.flex_banner .block4 {
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .flex_banner .block4 {
    margin-top: 20px;
  }
}

.reedtxt {
  font-size: 16px;
}
.reedtxt span {
  color: #ce6f1b;
}

.button_block_n a {
  display: block;
  width: 300px;
  margin-left: 0;
  color: #1061ae;
  position: relative;
  border: 1px solid #d0d4d6;
  background: #fff;
  border-radius: 40px;
  z-index: 0;
  padding: 26px 5px 26px 20px;
  text-align: left;
  font-size: 16px;
  line-height: 1;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .button_block_n a {
    margin-top: 30px;
    padding: 20px 5px 20px 20px;
    width: 260px;
    font-size: 13px;
  }
}
.button_block_n a img {
  max-width: 48px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 10px;
  padding: 17.5px 20px;
}
@media screen and (max-width: 767px) {
  .button_block_n a img {
    max-width: 46px;
    padding: 17.5px 19.5px;
    right: 7px;
  }
}
.button_block_n a .circle1 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #1061ae;
}
.button_block_n a .circle2 {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #fff;
}
.button_block_n a:hover {
  background: #1061ae;
  border: 1px solid #fff;
  color: #fff;
}
.button_block_n a:hover .circle1 {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.button_block_n a:hover .circle2 {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.centerbutton a {
  margin-right: auto;
  margin-left: auto;
}

.minibutton a {
  font-weight: 600;
  width: 220px;
  padding: 26px 5px 26px 26px;
}
@media screen and (max-width: 767px) {
  .minibutton a {
    width: 180px;
    padding: 15px 5px 15px 26px;
  }
}
.minibutton a img {
  max-width: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 10px;
  padding: 13px 15.5px;
}
@media screen and (max-width: 767px) {
  .minibutton a img {
    right: 6px;
    padding: 11px 13.8px;
    max-width: 36px;
  }
}

.centerbutton_k a {
  margin-right: auto;
  margin-left: auto;
}

.button_block_n2 a {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .button_block_n2 a {
    margin-left: auto;
  }
}

.c_banner {
  padding: 70px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#eff6fa), to(#fff));
  background: linear-gradient(to bottom, #eff6fa, #fff);
}
@media screen and (max-width: 767px) {
  .c_banner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.c_news {
  padding: 130px 0 310px;
}
@media screen and (max-width: 1199px) {
  .c_news {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 767px) {
  .c_news {
    padding-top: 60px;
  }
}
.c_news .titlebox {
  text-align: left;
  margin-bottom: 0;
}

/**********************
TOPページ　ニュース一覧
***********************/
.top_news_tab *,
.top_news_tab *:before,
.top_news_tab *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top_news_tab {
  margin: 4em auto 0;
  position: relative;
}

.top_news_tab input[type=radio] {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: none;
}

.top_news_tab .top_news_tabpanel {
  display: none; /* デフォルトでは非表示 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 内部の余白やボーダーを含めた高さ調整 */
}

.top_news_tab > input:first-child:checked ~ .top_news_tabpanels > .top_news_tabpanel:first-child,
.top_news_tab > input:nth-child(3):checked ~ .top_news_tabpanels > .top_news_tabpanel:nth-child(2),
.top_news_tab > input:nth-child(5):checked ~ .top_news_tabpanels > .top_news_tabpanel:nth-child(3),
.top_news_tab > input:nth-child(7):checked ~ .top_news_tabpanels > .top_news_tabpanel:nth-child(4),
.top_news_tab > input:nth-child(9):checked ~ .top_news_tabpanels > .top_news_tabpanel:nth-child(5),
.top_news_tab > input:nth-child(11):checked ~ .top_news_tabpanels > .top_news_tabpanel:nth-child(6) {
  display: block;
}

.top_news_tab .top_news_tabpanels {
  position: relative;
  display: block;
  width: 66%;
  margin-left: auto;
  padding-bottom: 20px;
  margin-top: -470px;
  min-height: 824px;
}
@media screen and (max-width: 991px) {
  .top_news_tab .top_news_tabpanels {
    width: 100%;
    margin-top: 20px;
    min-height: auto;
    padding-bottom: 0;
  }
}

.workstab {
  margin-top: 0px;
}
.workstab .top_news_tabpanels {
  margin-top: 20px;
  width: 100%;
  min-height: 510px;
}
@media screen and (max-width: 1199px) {
  .workstab .top_news_tabpanels {
    min-height: 460px;
  }
}
@media screen and (max-width: 991px) {
  .workstab .top_news_tabpanels {
    min-height: auto;
    margin-top: 20px;
  }
}

.attention {
  font-size: 16px;
  float: left;
}
@media screen and (max-width: 991px) {
  .attention {
    float: none;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .attention {
    margin-top: 30px;
  }
}

.top_news_tab > input + label {
  position: relative;
  z-index: 100;
  top: -15px;
  left: 1px;
  display: block;
  cursor: pointer;
  border-right: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  padding: 10px 0px;
  padding-left: 25px;
  line-height: 1;
  border-radius: 21px;
  width: 110px;
  font-weight: normal;
}
@media screen and (max-width: 991px) {
  .top_news_tab > input + label {
    display: inline-block;
    text-align: center;
    width: 90px;
    padding-left: 0;
  }
}

.workstab > input + label {
  display: inline-block;
  width: auto;
  font-size: 18px;
  border-radius: 6px;
  padding: 7px 10px;
  font-weight: 600;
  margin-left: 4px;
  text-align: center;
  background: #fff;
  color: #1061ae;
  margin-bottom: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .workstab > input + label {
    font-size: 14px;
    padding: 5px 8px;
  }
}

.top_news_tab > label:hover,
.top_news_tab > input:focus + label {
  color: #1061ae;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.top_news_tab > input:checked + label {
  color: #fff;
  background-color: #1061ae;
}

.workstab > label:hover,
.workstab > input:focus + label {
  color: #1061ae;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.workstab > input:checked + label {
  color: #fff;
  background-color: #1061ae;
}

.top_news_tab > input:checked + label:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(images/circleblue.svg);
  background-size: contain;
  position: absolute;
  vertical-align: middle;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
}

.top_news_tab .top_news_tabpanel ul {
  margin-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .top_news_tab .top_news_tabpanel ul {
    display: block;
  }
}

.top_news_tab .top_news_tabpanel li {
  margin-bottom: 40px;
  width: calc(50% - 47px);
}
@media screen and (max-width: 1600px) {
  .top_news_tab .top_news_tabpanel li {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 1300px) {
  .top_news_tab .top_news_tabpanel li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1300px) {
  .top_news_tab .top_news_tabpanel li {
    width: calc(50% - 12px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .top_news_tab .top_news_tabpanel li {
    width: calc(50% - 10px);
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .top_news_tab .top_news_tabpanel li {
    width: 100%;
  }
}

.top_news_tab .top_news_tabpanel li a {
  display: block;
}
.top_news_tab .top_news_tabpanel li a:hover {
  color: #1061ae;
}

.top_news_tabpanels .day_cate_wrap .date {
  font-size: 16px;
  color: #7e8b96;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 991px) {
  .top_news_tabpanels .day_cate_wrap .date {
    font-size: 14px;
  }
}

.top_news_tabpanels .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 6px 0 20px;
}
@media screen and (max-width: 1300px) {
  .top_news_tabpanels .title {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .newsflex {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .newsflex .minibutton a {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.top_news_tabpanels .category-name {
  border-radius: 100px;
  background-color: #f7eae7;
  width: 106px;
  color: #d24747;
  padding: 4px 20px;
  line-height: 1;
  text-align: center;
  font-size: 12px;
}
.top_news_tabpanels .category-name.category-info {
  background-color: #f7eae7;
  color: #d24747;
}
.top_news_tabpanels .category-name.category-blog {
  background: #F0F5F8;
  color: #23579A;
}
.top_news_tabpanels .category-name.category-other {
  background: #e9f6f3;
  color: #488c86;
}

.news_item_wrap .img--center {
  max-height: 226px;
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 8px;
}
.news_item_wrap .img--center img {
  border-radius: 8px;
  min-width: 366px;
}

.partnerline {
  margin: 60px auto 0;
  padding: 80px;
  width: 100%;
  max-width: 1680px;
  background-color: #f0f6f7;
}
@media screen and (max-width: 1600px) {
  .partnerline {
    max-width: 98%;
  }
}
@media screen and (max-width: 1300px) {
  .partnerline {
    padding: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .partnerline {
    padding: 40px;
    max-width: 95%;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .partnerline {
    padding: 30px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .partnerline {
    padding: 20px;
    max-width: 91%;
  }
}
.partnerline .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .partnerline .inflex {
    display: block;
  }
}
.partnerline .inflex .partnerside {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1062px;
}
@media screen and (max-width: 1600px) {
  .partnerline .inflex .partnerside {
    margin-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .partnerline .inflex .partnerside {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .partnerline .inflex .partnerside {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.partnerline .inflex .partnerside .logoone {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
  display: block;
  width: calc(33% - 12px);
}
@media screen and (max-width: 767px) {
  .partnerline .inflex .partnerside .logoone {
    width: calc(50% - 12px);
    margin: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .partnerline .inflex .partnerside .logoone {
    width: 100%;
    margin-top: 10px;
    max-width: 240px;
  }
}
.partnerline .inflex .partnerside .logoone img {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.partnerline .inflex .partnerside .logoone:hover {
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.partnerline .inflex .partnerside .logoone:hover img {
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.partnerline .titlebox {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .partnerline .titlebox {
    text-align: center;
  }
}
.partnerline .titlebox .subtitle {
  font-size: 72px;
}
@media screen and (max-width: 1300px) {
  .partnerline .titlebox .subtitle {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .partnerline .titlebox .subtitle {
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .partnerline .titlebox .subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .partnerline .titlebox .subtitle {
    font-size: 44px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .partnerline .titlebox .subtitle {
    font-size: 36px;
  }
}
.c_contact {
  width: 100%;
  overflow: hidden;
  padding: 80px 0 70px;
  margin-top: -190px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .c_contact {
    max-width: 98%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 1199px) {
  .c_contact {
    padding: 50px 15px 50px;
  }
}
@media screen and (max-width: 767px) {
  .c_contact {
    padding: 40px 20px;
    max-width: 94%;
  }
}
@media screen and (max-width: 480px) {
  .c_contact {
    max-width: 91%;
  }
}
.c_contact::before {
  content: "";
  position: absolute;
  width: 1680px;
  height: 100%;
  border-radius: 6px;
  background-color: #1061ae;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
@media screen and (max-width: 1600px) {
  .c_contact::before {
    width: 98%;
  }
}
.c_contact::after {
  content: "";
  position: absolute;
  width: 314px;
  height: 365px;
  background-size: cover;
  right: 0;
  left: 0;
  margin: auto;
  top: 25px;
  background-image: url(images/contactbg_logo.png);
}
@media screen and (max-width: 767px) {
  .c_contact::after {
    top: auto;
    bottom: 0;
    width: 280px;
    height: 320px;
  }
}
@media screen and (max-width: 991px) {
  .c_contact .container {
    padding: 0;
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  .c_contact .rowout {
    width: 100%;
    max-width: 840px;
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  .c_contact .rowout {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 991px) {
  .c_contact .leftside {
    width: 100%;
    max-width: 287px;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .c_contact .leftside {
    text-align: center;
    max-width: none;
  }
}
.c_contact .rightside {
  text-align: right;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c_contact .rightside {
    text-align: left;
    margin-top: 30px;
  }
}
.c_contact .titlebox {
  margin-bottom: 30px;
}
.c_contact .titlebox .subtitle {
  color: #fff;
  font-size: 72px;
}
@media screen and (max-width: 1300px) {
  .c_contact .titlebox .subtitle {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .c_contact .titlebox .subtitle {
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c_contact .titlebox .subtitle {
    font-size: 44px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .c_contact .titlebox .subtitle {
    font-size: 36px;
  }
}
.c_contact .titlebox .maintitle {
  color: #00c2f3;
}
.c_contact .titlebox .maintitle span {
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c_contact .titlebox .maintitle span {
    padding-left: 15px;
  }
}
.c_contact .titlebox .maintitle span::before {
  content: "";
  position: absolute;
  top: 8px;
  border-radius: 50%;
  margin: auto;
  width: 8px;
  height: 8px;
  background-color: #00c2f3;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c_contact .titlebox .maintitle span::before {
    top: 6px;
  }
}
.c_contact .intext {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1199px) {
  .c_contact .intext {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c_contact .intext {
    font-size: 15px;
  }
}

.c_titlebox {
  display: none;
}
@media screen and (max-width: 1199px) {
  .c_titlebox {
    display: block;
  }
}

.kasoumidashi1 {
  font-size: 30px;
  color: #018bcd;
}
@media screen and (max-width: 1056px) {
  .kasoumidashi1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .kasoumidashi1 {
    font-size: 23px;
    line-height: 1.3;
  }
}

.footerbtngroup .tel {
  margin-bottom: 17px;
}
.footerbtngroup .tel a {
  width: 100%;
  max-width: 518px;
  color: #fff;
  height: 100px;
  padding: 12px;
  position: relative;
  text-align: center;
  margin-left: auto;
  display: block;
  border-radius: 50px;
  line-height: 1.3;
  border: 1px solid #fff;
}
@media screen and (max-width: 1199px) {
  .footerbtngroup .tel a {
    max-width: 416px;
    height: 95px;
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .footerbtngroup .tel a {
    height: auto;
    max-width: 312px;
    padding: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footerbtngroup .tel a {
    padding: 12px;
    margin-right: auto;
    margin-left: auto;
  }
}
.footerbtngroup .tel a .imgb img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  max-width: 78px;
  max-height: 78px;
}
@media screen and (max-width: 1199px) {
  .footerbtngroup .tel a .imgb img {
    max-width: 62px;
    max-height: 62px;
  }
}
@media screen and (max-width: 991px) {
  .footerbtngroup .tel a .imgb img {
    max-width: 60px;
    max-height: 60px;
    left: 8px;
  }
}
@media screen and (max-width: 767px) {
  .footerbtngroup .tel a .imgb img {
    max-width: 48px;
    max-height: 48px;
  }
}
@media screen and (max-width: 480px) {
  .footerbtngroup .tel a .imgb img {
    max-width: 40px;
    max-height: 40px;
  }
}
.footerbtngroup .tel a .imgb .circle2 {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.footerbtngroup .tel a .numtext {
  font-size: 36px;
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .footerbtngroup .tel a .numtext {
    font-size: 28px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 767px) {
  .footerbtngroup .tel a .numtext {
    font-size: 25px;
    padding-left: 35px;
  }
}
.footerbtngroup .tel a .numtext span {
  display: block;
}
.footerbtngroup .tel a .numtext .span1 {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .footerbtngroup .tel a .numtext .span1 {
    font-size: 13px;
  }
}
.footerbtngroup .tel a:hover {
  background-color: #fff;
  color: #1061ae;
}
.footerbtngroup .tel a:hover .imgb .circle1 {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.footerbtngroup .tel a:hover .imgb .circle2 {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.footerbtngroup .contact_button {
  margin-bottom: 0;
}
.footerbtngroup .contact_button a {
  border: 1px solid #fb8615;
  background-color: #fb8615;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footerbtngroup .contact_button a {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .footerbtngroup .contact_button a .imgb img {
    max-width: 60px;
    max-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .footerbtngroup .contact_button a .imgb img {
    max-width: 48px;
    max-height: 48px;
  }
}
.footerbtngroup .contact_button a .intext {
  font-weight: 700;
  line-height: 1;
  padding: 23px 0 23px 30px;
  font-size: 22px;
}
@media screen and (max-width: 1199px) {
  .footerbtngroup .contact_button a .intext {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .footerbtngroup .contact_button a .intext {
    font-size: 17px;
    padding: 15px 0 15px 45px;
  }
}
@media screen and (max-width: 767px) {
  .footerbtngroup .contact_button a .intext {
    font-size: 16px;
  }
}
.footerbtngroup .contact_button a:hover {
  background-color: #fff;
  color: #fb8615;
}
.footerbtngroup .contact_button a:hover .intext {
  color: #fb8615;
}
.tabs {
  margin-top: 50px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}

.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

.normaltab {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .normaltab {
    padding: 40px 0 0;
  }
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 70px 0px 20px;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .tab_content {
    padding: 50px 0px 50px;
  }
}
.tab_content.on {
  display: block;
}

@media screen and (max-width: 767px) {
  .tab_content01 {
    padding-bottom: 0 !important;
  }
}
.tab_content01 .inner .col-sm-6 {
  padding: 0 !important;
}
.tab_content01 .inner .imgbox {
  z-index: 7;
  position: relative;
  margin-left: 60px;
  margin-right: calc(2% - 23vw);
}
@media screen and (max-width: 991px) {
  .tab_content01 .inner .imgbox {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .tab_content01 .inner .imgbox {
    margin: auto;
  }
}
.tab_content01 .inner .textbox {
  padding-top: 120px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tab_content01 .inner .textbox {
    padding-top: 30px;
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.tab_content01 .inner .textbox::before {
  content: "";
  position: absolute;
  background-color: #eee;
  width: 180%;
  height: 100%;
  top: 61px;
  left: -100px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .tab_content01 .inner .textbox::before {
    top: 0px;
  }
}
.tab_content01 .inner .textbox .titleone {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .tab_content01 .inner .textbox .titleone {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
.tab_content01 .inner .textbox .text {
  margin: 30px 0;
}
.tab_content01 .inner .textbox .nametext {
  font-weight: 600;
  text-align: right;
  font-size: 18px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .tab_content01 .inner .textbox .nametext {
    padding-bottom: 0px;
  }
}

.k_subtitle {
  font-size: 24px;
  font-weight: 600;
  border-top: 1px solid #eee;
  margin-bottom: 30px;
  line-height: 1;
  padding-top: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .k_subtitle {
    padding-top: 25px;
    font-size: 24px;
  }
}
.k_subtitle::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  z-index: 2;
  top: -1px;
  background-color: #b4c9db;
}

.k_subtitlean {
  margin-bottom: 0;
}

.cert {
  margin-bottom: 50px;
}
.cert .imgline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cert .imgline .imgbox {
  width: calc(33% - 12px);
}
@media screen and (max-width: 480px) {
  .cert .imgline .imgbox {
    width: calc(33% - 6px);
    margin-bottom: 12px;
  }
}

.certul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.certul li {
  width: calc(33% - 12px);
}
@media screen and (max-width: 480px) {
  .certul li {
    width: calc(50% - 6px);
  }
}

.certul2 {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.certul2 li {
  width: calc(50% - 14px);
  margin-bottom: 10px;
  text-indent: -16px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .certul2 li {
    width: calc(50% - 10px);
    text-indent: -12px;
    padding-left: 12px;
  }
}
@media screen and (max-width: 480px) {
  .certul2 li {
    width: 100%;
  }
}

.category_block {
  margin-bottom: 40px;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #1061ae;
}

.serviceblock1 {
  position: relative;
}
.serviceblock1::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #23afd2;
  position: absolute;
  top: -50px;
}

.serviceblock1_1::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .meritblock1 .imgbox {
    margin-bottom: 20px;
  }
}
.meritblock1 .imgbox img {
  border-radius: 12px;
  -webkit-box-shadow: 1px 0px 16px -3px rgba(121, 184, 222, 0.22);
          box-shadow: 1px 0px 16px -3px rgba(121, 184, 222, 0.22);
}

.loop__front {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .loop__front {
    margin-top: 30px;
  }
}
.loop__front a {
  width: 100%;
  font-size: 17px;
  display: block;
  line-height: 1.4;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  padding: 24px 0;
  padding-left: 10px;
  border-bottom: 1px solid #cfd9df;
  text-decoration: none;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .loop__front a {
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
.loop__front a:hover {
  color: #333;
  background-color: #edf1f3;
}
@media screen and (max-width: 767px) {
  .loop__front a {
    white-space: normal;
    display: block;
    word-break: break-all;
    padding: 14px;
  }
}
.loop__front a .days_block {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #9a9a9a;
}
@media screen and (max-width: 767px) {
  .loop__front a .days_block {
    margin-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .loop__front a .main_text {
    display: block;
  }
}
.loop__front a .cat_case {
  margin-top: 10px;
  position: relative;
}
.loop__front a .cat_case .cat_name {
  color: #fff;
  border-radius: 20px;
  border: 1px solid;
  color: #fe5278;
  position: absolute;
  padding: 5px;
  height: 27px;
  line-height: 1.4;
  width: 100%;
  max-width: 150px;
  font-size: 11px;
  text-align: center;
  top: 7px;
  bottom: auto;
  margin: auto;
  right: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .loop__front a .cat_case .cat_name {
    max-width: 110px;
  }
}
@media screen and (max-width: 480px) {
  .loop__front a .cat_case .cat_name {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .loop__front .img--center {
    text-align: center;
    margin-bottom: 20px;
  }
}

.titlebase {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .titlebase {
    margin-bottom: 30px;
  }
}
.titlebase .title {
  line-height: 1.3;
}
.titlebase .title .underbar {
  font-size: 38px;
  font-family: "Zen Maru Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  display: block;
  margin-top: 10px;
}
.titlebase .title .underbar .span2 {
  color: #104000;
}
@media screen and (max-width: 991px) {
  .titlebase .title .underbar {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .titlebase .title .underbar {
    font-size: 26px;
  }
}
.titlebase .title .minititle {
  font-size: 18px;
  color: #104000;
  padding: 0 10px;
  font-family: "Nunito", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
  position: relative;
  background-color: #eff2e5;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .titlebase .title .minititle {
    font-size: 15px;
  }
}

.centertitle {
  display: block;
  text-align: center;
}

.bannerrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .bannerrow {
    display: block;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1056px) {
  .bannerrow .banner1_1 {
    margin-left: 14px;
  }
}
.bannerrow .banner2 {
  margin-left: 28px;
}
@media screen and (max-width: 1056px) {
  .bannerrow .banner2 {
    margin-left: 20px;
    margin-right: 14px;
  }
}
@media screen and (max-width: 991px) {
  .bannerrow .banner2 {
    margin-left: 14px;
  }
}
@media screen and (max-width: 480px) {
  .bannerrow .banner1 {
    margin: auto;
    margin-bottom: 20px;
  }
}

.textgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.textgroup .number {
  margin-right: 25px;
}
@media screen and (max-width: 991px) {
  .textgroup .number {
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .textgroup .number {
    margin-right: 10px;
    max-width: 70px;
    min-width: 70px;
  }
}

/*====================================

  ■サービス

=====================================*/
.kasou_titlebox2 {
  line-height: 1;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  padding-top: 30px;
  color: #1d0c0c;
}
@media screen and (max-width: 1199px) {
  .kasou_titlebox2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_titlebox2 {
    font-size: 26px;
    padding-top: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .kasou_titlebox2 {
    padding-top: 20px;
  }
}
.kasou_titlebox2 span {
  position: relative;
}
.kasou_titlebox2 span::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 6px;
  background-color: #d11c3b;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .kasou_titlebox2 span::before {
    top: -30px;
  }
}
@media screen and (max-width: 480px) {
  .kasou_titlebox2 span::before {
    top: -15px;
    height: 4px;
  }
}

.kasou_titlebox3 {
  font-size: 40px;
  font-weight: 700;
  padding-top: 30px;
  position: relative;
  line-height: 1.3;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .kasou_titlebox3 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_titlebox3 {
    font-size: 26px;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .kasou_titlebox3 {
    font-size: 24px;
  }
}
.kasou_titlebox3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 4px;
  background-color: #1061ae;
}

.kasou_titlebox4 {
  text-align: center;
}
.kasou_titlebox4::before {
  right: 0;
  margin: auto;
  top: 0;
}

.jumpbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .jumpbutton {
    display: block;
    margin-top: 30px;
  }
}
.jumpbutton .button_block_n {
  width: calc(25% - 18px);
}
@media screen and (max-width: 1300px) {
  .jumpbutton .button_block_n {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 991px) {
  .jumpbutton .button_block_n {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 480px) {
  .jumpbutton .button_block_n {
    width: 100%;
  }
}
.jumpbutton .button_block_n a {
  width: 100%;
  margin-top: 0px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  border-bottom: 1px solid #d0d4d6;
}
@media screen and (max-width: 1300px) {
  .jumpbutton .button_block_n a {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .jumpbutton .button_block_n a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    margin-top: 0;
  }
}
.jumpbutton .button_block_n a:hover {
  background-color: #f0f6f7;
}
.jumpbutton .button_block_n a:hover .circle1 {
  opacity: 1;
}
.jumpbutton .button_block_n a:hover .circle2 {
  opacity: 0;
}
.jumpbutton .button_block_n a img {
  max-width: 24px;
  min-width: 24px;
  padding: 8px 5px;
}
@media screen and (max-width: 480px) {
  .jumpbutton .button_block_n a img {
    max-width: 18px;
    min-width: 18px;
    padding: 7px 5px;
  }
}
@media screen and (min-width: 1057px) {
  .jumpbutton.--full .button_block_n {
    width: calc(33.3333333333% - 12px);
  }
}

.shorttitle_k {
  font-size: 24px;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .shorttitle_k {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .shorttitle_k {
    font-size: 19px;
  }
}
.shorttitle_k::before {
  content: "";
  position: absolute;
  background-color: #1061ae;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

@media screen and (max-width: 991px) {
  .two_1 {
    display: block;
  }
}
.two_1 img {
  border-radius: 6px;
}
.two_1 .rightside {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .two_1 .rightside {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.two_1 .leftside {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 991px) {
  .two_1 .leftside {
    width: 100%;
  }
}

.img_two .inblock {
  width: calc(50% - 14px);
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .img_two .inblock {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .img_two .inblock {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .img_two .inblock {
    width: calc(50% - 7px);
    margin-top: 20px;
  }
}
.img_two .inblock .titleone {
  line-height: 1.2;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  color: #1061ae;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .img_two .inblock .titleone {
    font-size: 18px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .img_two_line {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .img_two_line .inblock {
    width: 100%;
  }
}

.k_maincontent {
  margin-bottom: 100px;
}
@media screen and (max-width: 1199px) {
  .k_maincontent {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .k_maincontent {
    margin-bottom: 40px;
  }
}
.k_maincontent .blueone {
  padding: 50px;
  border-radius: 8px;
  background-color: #f0f5f8;
}
@media screen and (max-width: 1199px) {
  .k_maincontent .blueone {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .k_maincontent .blueone {
    padding: 30px;
  }
}
.k_maincontent .blueone .centertitle_b {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1061ae;
}
@media screen and (max-width: 1199px) {
  .k_maincontent .blueone .centertitle_b {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .k_maincontent .blueone .centertitle_b {
    font-size: 21px;
  }
}
.k_maincontent .blueone .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  .k_maincontent .blueone .inflex {
    display: block;
  }
}
.k_maincontent .blueone .inflex .textbox .titleone {
  color: #1061ae;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .k_maincontent .blueone .inflex .textbox .titleone {
    font-size: 18px;
  }
}
.k_maincontent .blueone .inflex .imgb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 16%;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .k_maincontent .blueone .inflex .imgb {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
.k_maincontent .blueone .inflex .imgb img {
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .k_maincontent .blueone .inflex .imgb img {
    max-width: 120px;
  }
}
.k_maincontent .blueone .inflex .textbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 84%;
}
@media screen and (max-width: 991px) {
  .k_maincontent .blueone .inflex .textbox {
    width: 100%;
  }
}
.k_maincontent .blueone .threeone {
  width: 100%;
  max-width: 480px;
  margin: auto;
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .k_maincontent .blueone .threeone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .k_maincontent .blueone .threeone .imgbcent {
    text-align: center;
    margin: 0 15px;
  }
}
.k_maincontent .blueone2 .inflex .imgb {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  text-align: right;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .k_maincontent .blueone2 .inflex .imgb {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}
.k_maincontent .blueone2 .inflex .imgb img {
  max-width: none;
  width: 100%;
}
.k_maincontent .blueone2 .inflex .textbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
}
@media screen and (max-width: 991px) {
  .k_maincontent .blueone2 .inflex .textbox {
    width: 100%;
  }
}
.k_maincontent5 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .k_maincontent5 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .k_maincontent5 {
    margin-bottom: 34px;
  }
}

.k_maincontent6 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .k_maincontent6 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .k_maincontent6 {
    margin-bottom: 40px;
  }
}

.k_maincontent_last {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 1200px) {
  .k_maincontent8 {
    margin-bottom: 150px;
  }
}

/*====================================

  ■下層共通

=====================================*/
.jumpdiv {
  margin-top: -110px;
  padding-top: 110px;
}

#jump1 {
  margin-top: -110px;
  padding-top: 110px;
}

#jump2 {
  margin-top: -110px;
  padding-top: 110px;
}

#jump3 {
  margin-top: -110px;
  padding-top: 110px;
}

#jump4 {
  margin-top: -110px;
  padding-top: 110px;
}

#jump5 {
  margin-top: -110px;
  padding-top: 110px;
}

#jump6 {
  margin-top: -110px;
  padding-top: 110px;
}

#jump7 {
  margin-top: -110px;
  padding-top: 110px;
}

#jump8 {
  margin-top: -110px;
  padding-top: 110px;
}

.flow_row {
  padding-bottom: 40px;
  position: relative;
  margin-left: 30px;
}
@media screen and (max-width: 991px) {
  .flow_row {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .flow_row {
    margin-left: 0;
    padding-bottom: 30px;
  }
}
.flow_row::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #1061ae;
  border-radius: 50%;
  left: 14%;
  top: 6%;
}
@media screen and (max-width: 991px) {
  .flow_row::before {
    left: 15%;
  }
}
@media screen and (max-width: 767px) {
  .flow_row::before {
    top: 5px;
    left: 18%;
  }
}
@media screen and (max-width: 480px) {
  .flow_row::before {
    left: 23%;
    width: 15px;
    height: 15px;
  }
}
.flow_row::after {
  content: "";
  left: 14.9%;
  position: absolute;
  background-color: #1061ae;
  width: 2px;
  height: 100%;
  top: 18px;
}
@media screen and (max-width: 991px) {
  .flow_row::after {
    left: 16.1%;
  }
}
@media screen and (max-width: 767px) {
  .flow_row::after {
    left: 19.9%;
  }
}
@media screen and (max-width: 480px) {
  .flow_row::after {
    left: 25.1%;
  }
}

.flow_row_last {
  padding-bottom: 0;
}
.flow_row_last::after {
  display: none;
}
.flow_row_last .flow_img {
  padding-bottom: 0;
}

.flowrow_textbox {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .flowrow_textbox {
    width: 85%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .flowrow_textbox {
    width: 65%;
  }
}
.flowrow_textbox .span1 {
  font-weight: 700;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .flowrow_textbox .span1 {
    margin-right: 15px;
  }
}
.flowrow_textbox .span2 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flowrow_textbox .span2 {
    display: block;
  }
}

.k_subtitle2 {
  text-align: center;
  margin-top: 40px;
  font-size: 27px;
  font-weight: 700;
  color: #1d3966;
}
@media screen and (max-width: 480px) {
  .k_subtitle2 {
    font-size: 23px;
  }
}
.k_subtitle2 span {
  border-bottom: 1px solid;
}

.single-row {
  padding: 0 14px;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.single-row::after {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .single-row::after {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-row::after {
    display: none;
  }
}

.flow_num_last::after {
  display: none;
}

.kasou_content {
  overflow: hidden;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 0;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .kasou_content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content .container {
    padding: 0 20px;
  }
}

.k_minititle {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 40px;
  border-bottom: 3px solid #e5eaf0;
}
@media screen and (max-width: 1199px) {
  .k_minititle {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .k_minititle {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 1.2;
    padding-bottom: 14px;
  }
}
.k_minititle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #1061ae;
  width: 80px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .k_minititle::before {
    width: 50px;
  }
}

.kasou_content2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f0f5f8;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .kasou_content2 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .kasou_content2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.kasou_content_last {
  padding-bottom: 320px;
}
@media screen and (max-width: 767px) {
  .kasou_content_last {
    padding-bottom: 270px;
  }
}

.textcenter {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .under0 {
    padding-bottom: 0 !important;
  }
}

.kasourow_mb0 {
  margin-bottom: 0 !important;
}

.content_mainimg {
  margin-bottom: 30px;
  text-align: center;
}

.kasourow_img {
  text-align: center;
}

.subtitle_under .img {
  float: right;
  max-width: 328px;
  width: 100%;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .subtitle_under .img {
    float: none;
    max-width: none;
    padding: 0;
    margin-bottom: 20px;
  }
}

.price_table {
  margin-top: 30px;
}
.price_table th {
  width: 60%;
  color: #fff;
  background-color: #fe5278;
}
@media screen and (max-width: 767px) {
  .price_table th {
    width: 100%;
  }
}
.price_table td {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .price_table td {
    width: 100%;
  }
}

.kasoucontentimg_base {
  position: relative;
  z-index: 1;
}
.kasoucontentimg_base .nav-arrow i {
  cursor: pointer;
  font-size: 36px;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 20px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .kasoucontentimg_base .nav-arrow i {
    font-size: 24px;
    color: #333;
  }
}
@media screen and (max-width: 480px) {
  .kasoucontentimg_base .nav-arrow i {
    left: 30px;
  }
}
.kasoucontentimg_base .next-arrow i {
  cursor: pointer;
  font-size: 36px;
  color: #fff;
  z-index: 2;
  position: absolute;
  top: 70px;
  right: 0px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .kasoucontentimg_base .next-arrow i {
    font-size: 24px;
    color: #333;
  }
}
.kasoucontentimg_base img {
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .kasoucontentimg_base img {
    max-height: 200px;
  }
}
.kasoucontentimg_base .kasou_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .kasoucontentimg_base .kasou_img {
    display: block;
    text-align: center;
  }
}

.kasoucontentimg_base2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kasoucontentimg_base2 .kasou_img {
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  .kasoucontentimg_base2 .kasou_img .text {
    display: none;
  }
}

.imgline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.imgline .kasou_img {
  margin: 0 10px;
}

.photo_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .photo_thumb {
    margin-top: 20px;
    max-width: 280px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .photo_thumb {
    max-width: 320px;
  }
}

.thumb__block--cell {
  max-width: 150px;
  width: 100%;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 1056px) {
  .thumb__block--cell {
    max-width: 115px;
  }
}
@media screen and (max-width: 767px) {
  .thumb__block--cell {
    max-width: 120px;
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .thumb__block--cell {
    max-width: 78px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
  }
}

.tab-content {
  text-align: center;
  margin-top: 50px;
}

.categoryrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .categoryrow {
    display: block;
    margin-bottom: 10px;
  }
}
.categoryrow .button {
  width: 100%;
  max-width: 328px;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  .categoryrow .button {
    margin: 0 5px;
    margin-top: 13px;
  }
}
.categoryrow .button a {
  font-weight: 700;
  font-size: 16px;
  background-color: #fff;
  width: 100%;
  display: block;
  max-width: 506px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
  line-height: 1;
  padding: 20px 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .categoryrow .button a {
    padding: 14px 0;
    max-width: 240px;
  }
}
.categoryrow .button a:hover {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  opacity: 0.7;
  color: #565656;
}

.slideimg1 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .slideimg1 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.slideimg1 img {
  border-radius: 30px;
}

/*====================================

  ■会社概要

=====================================*/
/*====================================

  ■採用情報

=====================================*/
/*====================================

  ■商品紹介

=====================================*/
.archive-blog2 {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ebf0f7;
}
@media screen and (max-width: 767px) {
  .archive-blog2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .worklist__loop {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    margin-bottom: 40px;
    padding: 15px 15px 25px;
    background-color: #f2f6fc;
  }
}

.taxonomy_float {
  border-radius: 20px;
  border: 1px solid;
  color: #fe5278;
  position: absolute;
  padding: 5px;
  height: 30px;
  line-height: 1.4;
  width: 100%;
  max-width: 120px;
  min-width: 120px;
  text-align: center;
  bottom: auto;
  top: 10px;
  margin: auto;
  font-size: 13px;
  right: 0;
}
@media screen and (max-width: 480px) {
  .taxonomy_float {
    bottom: auto;
    top: 10px;
  }
}
.archive-news {
  background-color: #fff;
  padding: 20px;
}

.titleblock_singlepage {
  position: relative;
  line-height: 1.5;
}
.titleblock_singlepage .cat_name {
  margin: 0;
}
.archive-news__block {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 0px !important;
  padding: 0px;
}
.archive-news__block .name_detail {
  text-align: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
.archive-news__block .textline {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.imgset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 804px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .imgset {
    display: block;
  }
}
.imgset .img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .imgset .img {
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
  }
}

/*====================================

  ■お問い合わせ

=====================================*/
.readtx {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .readtx {
    padding: 0px 10px;
  }
}

.wpcf7-list-item-label {
  font-weight: 500;
  color: #333333;
}

.privacy_text {
  padding-top: 50px;
  border-top: 1px solid #eaeaea;
}
@media screen and (max-width: 991px) {
  .privacy_text {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 767px) {
  .privacy_text {
    padding: 30px 15px;
  }
}
.privacy_text .text {
  margin-bottom: 30px;
}
.privacy_text ul {
  padding-left: 20px;
  text-indent: -20px;
}
.privacy_text ul span {
  color: #242f89;
  font-size: 20px;
  font-weight: 700;
  margin-right: 5px;
}

div .wpcf7 .ajax-loader {
  display: block;
  margin: 10px auto 0 auto;
}

.contactus_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contactus_container {
    display: block;
  }
}

.wpcf7-list-item {
  color: #333333;
  font-weight: 500 !important;
}
@media screen and (max-width: 480px) {
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
}

.table__head {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .table__head {
    margin-top: 20px;
  }
}
.table__head span {
  color: #fff;
  background-color: #d14124;
  padding: 0 3px;
  font-weight: 600;
}

.contact__table {
  width: 100%;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .contact__table {
    max-width: 280px;
    display: block;
    margin: 35px auto 50px;
  }
}

.table-contact {
  table-layout: fixed;
  border-top: 1px solid #e4e4e4;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .table-contact {
    border: none;
  }
}
.table-contact th {
  position: relative;
  padding: 15px;
  width: 30%;
  color: #333333;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #e4e4e4 !important;
}
@media screen and (max-width: 767px) {
  .table-contact th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px !important;
    padding-top: 15px !important;
    border-bottom: none !important;
    border-right: none;
    padding-bottom: 0 !important;
  }
}
.table-contact th .red {
  color: #fff;
  background-color: #d14124;
  font-weight: 700;
  position: absolute;
  right: 10px;
  padding: 0 2px;
  font-size: 14px;
}
.table-contact td {
  width: 70%;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .table-contact td {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: none;
  }
}
.table-contact .input_half input {
  max-width: 158px;
  padding: 0 5px;
}
.table-contact .input_half select {
  max-width: 158px;
  padding: 0 5px;
}

.contact__table.btn__block .txt__inline03 input {
  font-size: 16px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  text-align: center;
  display: block;
  border: 1px solid #1061ae;
  margin: 0 10px 10px;
  width: 100%;
  padding: 10px 10px;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #1061ae;
  margin-top: 20px;
  transition: 0.5s;
}
@media screen and (max-width: 480px) {
  .contact__table.btn__block .txt__inline03 input {
    width: 240px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.contact__table.btn__block .txt__inline03 input:hover {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  background-color: #fff;
  color: #1061ae;
  border: 1px solid #1061ae;
}

.contact__table.btn__block .inline04 input {
  color: #0d4e7c;
  background: #fff;
  border: 1px solid #0d4e7c;
}
.contact__table.btn__block .inline04 input:hover {
  border: 1px solid #018bcd;
}

@media screen and (max-width: 480px) {
  .contact__table.btn__block .txt__inline03 {
    position: relative;
  }
}

@media screen and (max-width: 480px) {
  .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
}

.contact_box1 {
  text-align: center;
}

div .wpcf7-mail-sent-ok {
  display: none !important;
}

.linktext {
  text-align: right;
}
.linktext span {
  border-bottom: 1px solid;
}

.table-common {
  text-align: center;
  border-top: 1px solid #ccc;
  font-size: 15px;
  background: transparent;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .table-common {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .table-common tr {
    display: block;
    width: 100%;
    border-left: none;
  }
}
.table-common tr th {
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
  font-weight: bold;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  padding-right: 10px;
  width: 25%;
  font-size: 16px;
  background: transparent;
  min-width: 130px;
  color: #1061ae;
}
@media screen and (max-width: 767px) {
  .table-common tr th {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    border: none;
    text-align: left;
    float: left;
  }
}
.table-common tr th .red {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  margin: 0;
  padding: 0 3px;
  font-size: 12px;
}
@media screen and (max-width: 1056px) {
  .table-common tr th .red {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .table-common tr th .red {
    position: static;
    margin-left: 10px;
  }
}
.table-common tr td {
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 20px;
  background: transparent;
  font-size: 16px;
  letter-spacing: 1px;
}
.table-common tr td a.site {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .table-common tr td {
    display: block;
    clear: both;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
    border-left: none;
    text-align: left;
    float: left;
  }
}
.table-common tr td ul li span {
  font-size: 12px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .table-common .main {
    display: none;
  }
}

/*====================================

  ■お知らせ

=====================================*/
.cat_name {
  font-size: 12px;
  font-weight: 700;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .cat_name {
    margin-left: 0;
  }
}
.cat_name .num_cat_parent {
  border-radius: 100px;
  background-color: #f7eae7;
  width: 106px;
  color: #d24747;
  padding: 4px 20px;
  line-height: 1;
  text-align: center;
  font-size: 12px;
}
.cat_name .num_cat_parent.num_info {
  background-color: #f7eae7;
  color: #d24747;
}
.cat_name .num_cat_parent.num_blog {
  background: #F0F5F8;
  color: #23579A;
}
.cat_name .num_cat_parent.num_other {
  background: #e9f6f3;
  color: #488c86;
}

.main_text {
  display: block;
}

.cat_name_kasou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .cat_name_kasou {
    display: block;
  }
}
.cat_name_kasou span {
  background-color: #ff8d48;
  color: #fff;
  display: inline-block;
  width: 100%;
  max-width: 150px;
  margin-right: 10px;
  text-align: center;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .cat_name_kasou span {
    display: block;
    margin-bottom: 5px;
  }
}

.topnews__content a {
  border-bottom: 1px solid #eaeaea;
  margin-top: 30px;
  padding-bottom: 30px;
  display: block;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .topnews__content a {
    padding-left: 0px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .topnews__content a .img--center {
    margin-bottom: 20px;
  }
}
.topnews__content a .newsrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.topnews__content a .newsrow .img--center {
  max-width: 140px;
  min-width: 140px;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .topnews__content a .newsrow .img--center {
    margin-right: 14px;
    max-width: 120px;
    min-width: 120px;
  }
}
.topnews__content a .newsrow .rightside {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topnews__content a .days_block {
  color: #9a9a9a;
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .topnews__content a .days_block {
    padding-left: 0px;
    font-size: 14px;
  }
}
.topnews__content a:hover {
  color: #1d3966;
  opacity: 0.6;
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.archive-news__inner a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  position: relative;
  color: #333;
  padding: 10px 135px 10px 15px;
  text-decoration: none;
  border-bottom: 1px solid;
  letter-spacing: 1px;
  line-height: 1;
}
.archive-news__inner a:hover {
  color: #fff;
  background-color: #fb8615;
}
.archive-news__inner a:hover .num_infocat_m {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .archive-news__inner a {
    white-space: normal;
    display: block;
    word-break: break-all;
    padding: 15px;
    line-height: 1.5;
  }
}
.archive-news__inner a .archive-news__date {
  color: #947666;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .archive-news__inner a .archive-news__date {
    display: block;
    font-size: 13px;
  }
}
.archive-news__inner a:hover {
  color: #fff;
}
.archive-news__inner a:hover span {
  color: #fff;
}

.freetext {
  background-color: #fff;
  padding: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .freetext {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .freetext {
    padding: 20px;
  }
}
.freetext .free_title {
  font-size: 18px;
  color: #104000;
  font-weight: 700;
  margin-bottom: 10px;
}
.freetext .free_title span {
  background-color: #eff2e5;
  border-radius: 10px;
  padding: 2px 10px;
}

.single-blog__date {
  font-size: 16px;
  color: #7e8b96;
  font-family: "Oswald", sans-serif;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.archive-blog__title {
  font-size: 24px;
  font-weight: 700;
  display: block;
  display: block;
  margin-top: 10px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .archive-blog__title {
    font-size: 20px;
  }
}

.singletitle {
  position: relative;
  padding: 0 0 15px 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid;
}
.singletitle::before {
  content: "";
  background-color: #fe5278;
  width: 4px;
  height: 75%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  position: absolute;
}
.singletitle .taxonomy_float {
  top: -5px !important;
}

.for_details {
  font-weight: 400;
  position: absolute;
  right: 30px;
  font-size: 13px;
  font-weight: 700;
  top: 5px;
  border: 1px solid;
  padding: 5px 13px;
  color: #fb8615;
}
@media screen and (max-width: 767px) {
  .for_details {
    position: static;
    margin-left: auto;
    max-width: 99px;
    display: block;
    margin-top: 10px;
  }
}

.single-blog__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin: 6px 0 20px;
}

.single-blog__title2 {
  font-family: "Kiwi Maru", serif;
  font-size: 28px;
  position: relative;
  color: #152835;
  line-height: 1.2;
  padding-bottom: 5px;
  border-bottom: 1px solid #cfd9df;
}
@media screen and (max-width: 1056px) {
  .single-blog__title2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single-blog__title2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 480px) {
  .single-blog__title2 {
    margin-bottom: 10px;
  }
}
.single-blog__title2 span {
  color: #018bcd;
  font-weight: 700;
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  .single-blog__title2 span {
    font-size: 14px;
  }
}

/*====================================

  ■フロント

=====================================*
/*slick*/
.slick__wrap {
  position: relative;
}
.slick__wrap .slick-prev, .slick__wrap .slick-arrow {
  display: none !important;
}
.slick__wrap .slicktext {
  position: absolute;
  bottom: 100px;
  left: 120px;
  z-index: 100;
  color: #fff;
  width: 100%;
  max-width: 830px;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}
@media screen and (max-width: 1199px) {
  .slick__wrap .slicktext {
    bottom: 80px;
    left: 100px;
  }
}
@media screen and (max-width: 991px) {
  .slick__wrap .slicktext {
    bottom: 80px;
    z-index: 10;
    left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .slick__wrap .slicktext {
    max-width: none;
    min-width: auto;
    bottom: 40px;
    left: 40px;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}
@media screen and (max-width: 480px) {
  .slick__wrap .slicktext {
    bottom: 70px;
    left: 20px;
  }
}
.slick__wrap .slicktext .bigtext {
  font-weight: 600;
  font-size: 78px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .slick__wrap .slicktext .bigtext {
    font-size: 60px;
  }
}
@media screen and (max-width: 991px) {
  .slick__wrap .slicktext .bigtext {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .slick__wrap .slicktext .bigtext {
    font-size: 39px;
  }
}
@media screen and (max-width: 480px) {
  .slick__wrap .slicktext .bigtext {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.slick__wrap .slicktext .minitext {
  font-family: "Oswald", sans-serif;
  line-height: 1.5;
  font-size: 28px;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 1300px) {
  .slick__wrap .slicktext .minitext {
    font-size: 23px;
  }
}
@media screen and (max-width: 1199px) {
  .slick__wrap .slicktext .minitext {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .slick__wrap .slicktext .minitext {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1199px) {
  .slick__wrap .slicktext .minitext_a {
    display: none;
  }
}
.slick__wrap .slicktext .minitext_b {
  display: none;
}
@media screen and (max-width: 1199px) {
  .slick__wrap .slicktext .minitext_b {
    display: block;
  }
}
.slick__wrap .slick-slide {
  height: 600px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .slick__wrap .slick-slide {
    height: 700px;
  }
}
@media screen and (min-width: 1200px) {
  .slick__wrap .slick-slide {
    height: 938px;
  }
}
@media screen and (max-width: 767px) {
  .slick__wrap .slick-slide {
    height: 590px;
  }
}
@media screen and (max-width: 480px) {
  .slick__wrap .slick-slide {
    height: 415px;
  }
}
.slick__wrap .slick-slide img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
}
@media screen and (max-width: 480px) {
  .slick__wrap .slick-slide img {
    height: auto;
    left: 56%;
    width: auto;
    max-width: 780px;
    top: 54%;
  }
}

/*====================================

  ■仮設機材・足場材洗浄

=====================================*/
.bluebox {
  padding: 120px 80px 80px;
  border-radius: 8px;
  width: 100%;
  max-width: 1680px;
  margin: auto;
  margin-bottom: 120px;
  background-color: #f0f5f8;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .bluebox {
    max-width: 98%;
    padding: 100px 60px 80px;
  }
}
@media screen and (max-width: 1300px) {
  .bluebox {
    margin-bottom: 90px;
    padding: 80px 50px 60px;
  }
}
@media screen and (max-width: 1199px) {
  .bluebox {
    max-width: 95%;
    margin-bottom: 60px;
    padding: 60px 20px 60px;
  }
}
@media screen and (max-width: 767px) {
  .bluebox {
    max-width: 91%;
    margin-bottom: 40px;
    padding: 30px 0px 40px;
  }
}
@media screen and (max-width: 1199px) {
  .bluebox .container {
    width: auto;
  }
}
.bluebox .merit_title {
  font-weight: 700;
  text-align: center;
  font-size: 40px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -90px;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  .bluebox .merit_title {
    font-size: 33px;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .bluebox .merit_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .bluebox .merit_title {
    font-size: 23px;
  }
}
.bluebox .merit_title span {
  color: #1061ae;
  font-size: 100px;
  font-weight: 400;
}
@media screen and (max-width: 1199px) {
  .bluebox .merit_title span {
    font-size: 76px;
  }
}
@media screen and (max-width: 767px) {
  .bluebox .merit_title span {
    font-size: 44px;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .bluebox .merit_title span {
    font-size: 32px;
  }
}
.bluebox .tripleflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .bluebox .tripleflex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bluebox .tripleflex .blockone {
  width: calc(33% - 16px);
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 50px 30px;
}
@media screen and (max-width: 1199px) {
  .bluebox .tripleflex .blockone {
    width: 100%;
    padding: 60px 30px 30px;
    margin: auto;
    margin-top: 30px;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .bluebox .tripleflex .blockone {
    width: 100%;
    padding: 60px 10px 30px;
    margin: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .bluebox .tripleflex .blockone {
    width: 100%;
  }
}
.bluebox .tripleflex .blockone .num {
  color: #fff;
  position: absolute;
  font-weight: 400;
  font-size: 21px;
  left: 0;
  top: 0;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 0 0 8px 0;
  background-color: #1061ae;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .bluebox .tripleflex .blockone .num {
    padding: 10px;
    font-size: 18px;
  }
}
.bluebox .tripleflex .blockone .num .inn {
  font-size: 30px;
  margin-left: 3px;
}
@media screen and (max-width: 767px) {
  .bluebox .tripleflex .blockone .num .inn {
    font-size: 25px;
  }
}
.bluebox .tripleflex .blockone .imgb {
  text-align: center;
}
.bluebox .tripleflex .blockone .titleone {
  color: #1061ae;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 1426px) {
  .bluebox .tripleflex .blockone .titleone {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .bluebox .tripleflex .blockone .titleone {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bluebox .tripleflex .blockone:last-child {
    width: 100%;
  }
}

.stepline .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .stepline .inflex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .stepline .inflex {
    display: block;
  }
}
.stepline .inflex .blockone {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  width: calc(20% - 26px);
  margin-bottom: 40px;
  padding: 70px 20px 20px;
}
@media screen and (max-width: 1426px) {
  .stepline .inflex .blockone {
    width: calc(20% - 24px);
    padding: 70px 15px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .stepline .inflex .blockone {
    width: calc(50% - 12px);
    padding: 50px 20px 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .stepline .inflex .blockone {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
  }
}
.stepline .inflex .blockone::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -25px;
  width: 16.3px;
  height: 18.15px;
  background-size: contain;
  background-image: url(images/arrow_step.svg);
}
@media screen and (max-width: 1199px) {
  .stepline .inflex .blockone::before {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .stepline .inflex .blockone::before {
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 18.15px;
    height: 16.3px;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -30px;
  }
}
.stepline .inflex .blockone:last-child::before {
  display: none;
}
.stepline .inflex .blockone .num {
  color: #fff;
  position: absolute;
  font-weight: 400;
  left: 0;
  top: 0;
  border-radius: 0 0 8px 0;
  font-size: 21px;
  line-height: 1;
  padding: 10px 30px 10px 20px;
  background-color: #1061ae;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .stepline .inflex .blockone .num {
    padding: 10px;
    font-size: 18px;
  }
}
.stepline .inflex .blockone .num .inn {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .stepline .inflex .blockone .num .inn {
    font-size: 25px;
  }
}
.stepline .inflex .blockone .titleone {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 1426px) {
  .stepline .inflex .blockone .titleone {
    font-size: 19px;
    letter-spacing: -1px;
  }
}
.stepline .inflex .blockone .titleone .mini {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 1426px) {
  .stepline .inflex .blockone .titleone .mini {
    font-size: 13px;
  }
}
.stepline .inflex .blockone .imgb {
  text-align: center;
}
.stepline .inflex .blockone .imgb img {
  border-radius: 6px;
}

.flow_contact {
  border-radius: 8px;
  background-color: #1061ae;
  color: #fff;
  padding: 60px;
}
@media screen and (max-width: 1199px) {
  .flow_contact {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .flow_contact {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .flow_contact {
    padding: 30px 20px 10px;
  }
}
.flow_contact .intitle {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .flow_contact .intitle {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .flow_contact .intitle {
    margin-bottom: 20px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .flow_contact .inblock {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flow_contact .inblock ul li {
  font-weight: 700;
  text-indent: -16px;
  padding-left: 16px;
}
.flow_contact .inflex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .flow_contact .inflex {
    display: block;
  }
}

.tableline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .tableline {
    display: block;
  }
}
.tableline .pricetable {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1199px) {
  .tableline .pricetable {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .tableline .pricetable {
    width: 100%;
  }
}
.tableline .table-common tr th {
  width: 40%;
  color: #191E2E;
  font-size: 15px;
  padding-left: 15px;
  background-color: #EEEEEE;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .tableline .table-common tr th {
    font-size: 14px;
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .tableline .table-common tr th {
    width: 100%;
    padding: 10px;
  }
}
.tableline .table-common tr td {
  width: 60%;
  font-weight: 400;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .tableline .table-common tr td {
    width: 100%;
    padding: 10px;
  }
}

.b_a_flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .b_a_flex {
    display: block;
  }
}
.b_a_flex .inblock {
  background-color: #fff;
  padding: 90px 60px 60px;
  position: relative;
  width: calc(50% - 32px);
  border-radius: 8px;
}
@media screen and (max-width: 1199px) {
  .b_a_flex .inblock {
    width: calc(50% - 20px);
    padding: 80px 40px 40px;
  }
}
@media screen and (max-width: 991px) {
  .b_a_flex .inblock {
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .b_a_flex .inblock {
    padding: 60px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .b_a_flex .inblock {
    width: 100%;
  }
}
.b_a_flex .inblock .num {
  width: 124px;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  border-radius: 0 0 8px 0;
  position: absolute;
  text-align: center;
  padding: 20px 30px 20px 20px;
  font-family: "Oswald", sans-serif;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  background-color: #00c2f3;
}
@media screen and (max-width: 1199px) {
  .b_a_flex .inblock .num {
    padding: 15px;
    font-size: 21px;
  }
}
@media screen and (max-width: 991px) {
  .b_a_flex .inblock .num {
    padding: 10px;
    font-size: 18px;
    width: 100px;
  }
}
.b_a_flex .inblock .num2 {
  background-color: #1061ae;
}
.b_a_flex .inblock .imgb {
  text-align: center;
}
.b_a_flex .inblock .imgb img {
  border-radius: 6px;
}
.b_a_flex .inblock2 {
  position: relative;
}
@media screen and (max-width: 480px) {
  .b_a_flex .inblock2 {
    margin-top: 50px;
  }
}
.b_a_flex .inblock2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 46px;
  left: -45px;
  background-image: url(images/beforechev.svg);
}
@media screen and (max-width: 1199px) {
  .b_a_flex .inblock2::before {
    left: -30px;
    width: 20px;
    background-size: contain;
  }
}
@media screen and (max-width: 480px) {
  .b_a_flex .inblock2::before {
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
    /* bottom: 0; */
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -45px;
  }
}

.kasou_content_last2 {
  position: relative;
}
.kasou_content_last2::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #f0f5f8;
  width: 100%;
  height: 120px;
}

.staffoneOuter .staffoneWrap2 .staffoneInner {
  margin: 0 10px;
}
@media screen and (max-width: 1199px) {
  .staffoneOuter .staffoneWrap2 .staffoneInner {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .staffoneOuter .staffoneWrap2 .staffoneInner {
    margin: 0 5px;
  }
}
.staffoneOuter .staffoneWrap2 .staffoneInner .imgb img {
  border-radius: 6px;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

  ■ページ内メニュー

=====================================*/
.commonMenu {
  text-align: center;
  font-size: 0;
  padding: 0;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 768px) {
  .commonMenu {
    margin: 0 auto 12rem;
  }
}
.commonMenu li {
  display: inline-block;
  list-style: none;
  border-left: 1px solid #f1f1f1;
}
@media screen and (min-width: 768px) {
  .commonMenu li {
    width: 100%;
    max-width: 35rem;
  }
}
@media screen and (min-width: 1200px) {
  .commonMenu li {
    max-width: 42rem;
  }
}
.commonMenu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.2rem 1rem;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .commonMenu li a {
    padding: 1.7rem 0.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .commonMenu li a:hover {
    opacity: 0.5;
  }
  .commonMenu li a:hover .el_icon {
    opacity: 1;
    background-image: url(./images/icon_underarrow_blue.svg);
  }
}
.commonMenu li a .el_text {
  font-size: 1.2rem;
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 768px) {
  .commonMenu li a .el_text {
    font-size: 2.2rem;
    margin: 0 2rem 0 0;
  }
}
.commonMenu li a .el_icon {
  width: 1.7rem;
  height: 1.7rem;
  background-image: url(./images/icon_underarrow_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .commonMenu li a .el_icon {
    width: 4rem;
    height: 4rem;
  }
}
.commonMenu li:last-child {
  border-right: 1px solid #f1f1f1;
}

/*====================================

会社概要

=====================================*/
.companyAbout {
  padding: 60px 0 30px;
}
@media screen and (min-width: 768px) {
  .companyAbout {
    padding: 100px 0 100px;
  }
}

/*====================================

事業所案内

=====================================*/
.companyAccess {
  background-color: #f0f5f8;
  padding: 60px 0 30px;
}
@media screen and (min-width: 768px) {
  .companyAccess {
    padding: 100px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  .companyAccess .companyAccesWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.companyAccess .companyAccesWrap .companyAccesWrapItem {
  width: 100%;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .companyAccess .companyAccesWrap .companyAccesWrapItem {
    max-width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .companyAccess .companyAccesWrap .companyAccesWrapItem {
    max-width: calc(33.3333333333% - 30px);
  }
}

/*====================================

会社の歩み

=====================================*/
.companyHistory {
  padding: 60px 0 270px;
}
@media screen and (min-width: 768px) {
  .companyHistory {
    padding: 100px 0 200px;
  }
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

太陽光発電

=====================================*/
.solarpanelAbout {
  padding: 6rem 0 27rem;
}
@media screen and (min-width: 768px) {
  .solarpanelAbout {
    padding: 12rem 0 27rem;
  }
}
.solarpanelAbout .solarpanelAboutWrap01 {
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .solarpanelAbout .solarpanelAboutWrap01 {
    padding: 0 0 4rem;
  }
}
.solarpanelAbout .solarpanelAboutWrap02 {
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .solarpanelAbout .solarpanelAboutWrap02 {
    padding: 0 0 5rem;
  }
}
.solarpanelAbout .solarpanelAboutWrap02 .solarpanelAboutWrap02item {
  margin-bottom: 3rem;
}
.solarpanelAbout .solarpanelAboutWrap03 {
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .solarpanelAbout .solarpanelAboutWrap03 {
    padding: 0 0 4rem;
  }
}
.solarpanelAbout .solarpanelAboutWrap03 .img {
  max-width: 100rem;
  display: block;
  margin: 0 auto 3rem;
}
.solarpanelAbout .solarpanelAboutWrap04 {
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .solarpanelAbout .solarpanelAboutWrap04 {
    padding: 0 0 4rem;
  }
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

施工実績

=====================================*/
.worksAbout {
  padding: 6rem 0 27rem;
}
@media screen and (min-width: 768px) {
  .worksAbout {
    padding: 12rem 0 27rem;
  }
}
.worksAbout .worksAboutWrap01 {
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .worksAbout .worksAboutWrap01 {
    padding: 0 0 9rem;
  }
}
.worksAbout .worksAboutWrap02 {
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .worksAbout .worksAboutWrap02 {
    padding: 0 0 5rem;
  }
}
.worksAbout .worksAboutWrap02 .worksAboutWrap02item {
  margin-bottom: 3rem;
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

建設・建築業の方へ

=====================================*/
.constructionAbout {
  padding: 6rem 0 27rem;
}
@media screen and (min-width: 768px) {
  .constructionAbout {
    padding: 12rem 0 27rem;
  }
}
.constructionAbout .constructionAboutWrap01 {
  padding: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .constructionAbout .constructionAboutWrap01 {
    padding: 0 0 8rem;
  }
}
@media screen and (min-width: 768px) {
  .constructionAbout .constructionAboutFlex {
    margin-top: 9rem;
  }
}
.constructionAbout .constructionAboutFlex .constructionAboutFlexItem {
  position: relative;
  background-color: #f0f5f8;
  border-radius: 0 1rem 1rem 1rem;
  padding: 7.5rem 3rem 0;
  margin-bottom: 4rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .constructionAbout .constructionAboutFlex .constructionAboutFlexItem {
    padding: 10rem 5rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.constructionAbout .constructionAboutFlex .constructionAboutFlexItem .constructionAboutFlexNum {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1062ae;
  color: #fff;
  border-radius: 0 0rem 1rem 0rem;
  padding: 0.9rem 1rem 1.1rem;
  min-width: 11.8rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.constructionAbout .constructionAboutFlex .constructionAboutFlexItem .constructionAboutFlexNum .el_sub {
  font-size: 1.8rem;
}
.constructionAbout .constructionAboutFlex .constructionAboutFlexItem .constructionAboutFlexNum .el_main {
  font-size: 3rem;
}
.constructionAbout .constructionAboutFlex .constructionAboutFlexItem .constructionAboutFlexItem__left {
  width: 100%;
}
.constructionAbout .constructionAboutFlex .constructionAboutFlexItem .constructionAboutFlexItem__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .constructionAbout .constructionAboutFlex .constructionAboutFlexItem .constructionAboutFlexItem__right {
    max-width: 27rem;
    margin: 0 0 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .constructionAbout .constructionAboutFlex .constructionAboutFlexItem .constructionAboutFlexItem__right {
    margin-left: 5rem;
  }
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

  ■Contact お問い合わせ

=====================================*/
.contactWrap {
  overflow: hidden;
  margin: 0 0 40px;
}

.contactTel {
  border: 2px solid #1061AE;
  padding: 35px 20px 30px;
  margin: 0 auto 30px;
  max-width: 760px;
}
@media screen and (min-width: 768px) {
  .contactTel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1300px) {
  .contactTel {
    padding: 35px 60px 30px;
  }
}
.contactTel .contactTel__left {
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
  color: #1061AE;
}
@media screen and (min-width: 768px) {
  .contactTel .contactTel__left {
    margin: 0;
    font-size: 20px;
  }
}
.contactTel .contactTel__right {
  width: 100%;
  text-align: center;
}
.contactTel .contactTel__right a {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contactTel .contactTel__right a {
    font-size: 36px;
  }
}
.contactTel .contactTel__right a svg {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
  width: 24px;
}
@media screen and (min-width: 768px) {
  .contactTel .contactTel__right a svg {
    width: 32px;
  }
}
.contactTel .contactTel__right p {
  text-align: center;
}

table.set {
  width: 100%;
  max-width: 100rem;
  border-collapse: collapse;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  table.set {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  table.set tbody {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  table.set tbody tr {
    width: 100%;
    display: block;
  }
}
table.set tbody tr th {
  width: 25%;
  min-width: 205px;
  padding: 2rem 1rem 2rem 0;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 767px) {
  table.set tbody tr th {
    display: block;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.5rem;
    background: none;
    border-bottom: none;
  }
}
table.set tbody tr th .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
table.set tbody tr th .red {
  display: inline-block;
  width: 45px;
  height: 20px;
  margin: 0;
  padding: 4px 4px 0;
  color: #fff;
  background: #ff0000;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
table.set tbody tr th p {
  padding: 0;
  margin: 0;
}
table.set tbody tr td {
  width: 75%;
  font-size: 16px;
  padding: 2rem 0 2rem 1rem;
  vertical-align: middle;
  border-bottom: 1px solid #f1f1f1;
}
@media screen and (max-width: 767px) {
  table.set tbody tr td {
    display: block;
    padding: 15px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  table.set tbody tr td p {
    line-height: 1;
    margin-top: 10px;
    font-size: 16px;
  }
}
table.set tbody tr td input[type=text],
table.set tbody tr td input[type=email],
table.set tbody tr td input[type=tel],
table.set tbody tr td select,
table.set tbody tr td textarea {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 2;
  padding: 10px 5px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 48px;
  height: 48px;
  font-size: 1.5rem;
}
table.set tbody tr td textarea {
  resize: vertical;
  height: 296px;
  font-size: 1.5rem;
}
table.set tbody tr td.input_half input, table.set tbody tr td.input_half select {
  width: 100%;
  max-width: 100%;
}

.Rqd {
  color: #ff0000;
}

.submit_btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 40rem;
  border: solid 1px #104000;
  background-color: #104000;
  color: #fff;
  padding: 1.3rem;
  margin: 0 auto 3rem;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .submit_btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .submit_btn:hover {
    opacity: 0.5;
  }
}
.submit_btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url(./images/icon_rightarrow01_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.1rem auto;
  width: 2.1rem;
  height: 2.1rem;
}
.submit_btn::before span {
  display: inline-block;
}
.submit_btn.btn--back {
  border: solid 1px #f1f1f1;
  background-color: #f1f1f1;
}

.wpcf7-form-control-wrap.request .wpcf7-list-item {
  display: block;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
  margin: 0 auto;
  text-align: center;
}

div.wpcf7 .ajax-loader {
  margin: 5px auto 0;
  display: block;
  color: #fff;
  border: none !important;
  margin: 0px auto 10px;
  text-align: center;
  opacity: 1;
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.formBtn {
  position: relative;
  padding: 0;
  margin: 0 auto 50px;
  max-width: 328px;
}
.formBtn::after {
  background-image: url(./images/icon_rightarrow01_white.svg);
}
@media screen and (min-width: 768px) {
  .formBtn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .formBtn:hover {
    opacity: 1;
  }
  .formBtn:hover .wpcf7-form-control {
    background-color: #0881CF;
    display: inline-block;
    color: #fff;
  }
  .formBtn:hover::after {
    background-image: url(./images/icon_rightarrow01_white.svg);
  }
}
.formBtn p {
  padding: 0;
  margin: 0;
}
.formBtn .wpcf7-form-control {
  display: block;
  width: 100%;
  max-width: 32.8rem;
  text-align: center;
  background-color: #1061AE;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1.6rem 1rem;
  margin: 0 auto;
  border-radius: 5rem;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.formBtn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  z-index: 2;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url(./images/icon_rightarrow01_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem auto;
  width: 2rem;
  height: 2rem;
}
.formBtn::after span {
  display: inline-block;
}

div.wpcf7-validation-errors {
  background-color: #797979;
  color: #fff;
  border: none !important;
  margin: 0px auto 50px;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  background-color: #1643ac;
  color: #fff;
  border: none !important;
  margin: 0 auto 50px;
  text-align: center;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-right: 2.4rem;
}

.wpcf7-list-item {
  margin-right: 20px;
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

  ■投稿詳細　タイトル

=====================================*/
.postTitleSec {
  position: relative;
  padding: 4rem 0 0;
  margin: 5.6rem 0 0;
}
@media screen and (min-width: 768px) {
  .postTitleSec {
    padding: 8rem 0;
    margin: 7.1rem 0 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
  }
}
@media screen and (min-width: 1200px) {
  .postTitleSec {
    margin: 7.1rem 0 0;
  }
}
@media screen and (min-width: 1300px) {
  .postTitleSec {
    margin: 9.6rem 0 0;
  }
}
.postTitleSec .postTitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .postTitleSec .postTitle {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .postTitleSec .postTitle {
    font-size: 4rem;
  }
}
.postTitleSec .postTitle .el_text {
  display: inline-block;
}
.postTitleSec .postTitle .el_cat {
  display: block;
  margin: 0 0 1.3rem;
  line-height: 1;
}
.postTitleSec .postTitle .el_cat span {
  display: inline-block;
  background-color: #5e6071;
  color: #fff;
  padding: 0.9rem 0.7rem;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: center;
  min-width: 9.6rem;
}
@media screen and (min-width: 768px) {
  .postTitleSec.--category {
    padding: 4.2rem 0 4rem;
  }
}

/*====================================

  ■投稿基本設定

=====================================*/
/*投稿
--------------------------------------*/
.post__content {
  background: none;
  padding: 0;
  margin: 0 auto 3rem;
}

.post__content:before,
.post__content:after {
  content: " ";
  display: table;
}

.post__content:after {
  clear: both;
}

.post__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post__content img.aligncenter {
  margin: 20px auto;
  display: block;
}

.post__content h1 {
  background: #f8f8f9;
  border-left: 3px solid #212836;
  margin: 30px 0 20px;
  padding: 12px 10px 12px 15px;
  font-size: 2.2rem;
  font-weight: bold;
}

.post__content h2 {
  font-size: 2rem;
  margin: 30px 0 20px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d2d2d2;
}

.post__content h3 {
  font-size: 2rem;
  margin: 30px 0 20px;
  padding: 0 0 0 25px;
  position: relative;
}
.post__content h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #adb1b9;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 5px;
}

.post__content h4 {
  font-size: 1.7rem;
  margin: 20px 0;
}

.post__content h5 {
  font-size: 1.5rem;
  margin: 20px 0;
}

.post__content h6 {
  font-size: 1.3rem;
  margin: 20px 0;
}

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
  line-height: 1.4;
}

.post__content div {
  max-width: 100%;
}

.post__content p {
  margin-bottom: 10px;
}

.post__content a {
  text-decoration: underline;
}

.post__content a:hover {
  text-decoration: none;
}

.post__content ul,
.post__content ol {
  margin: 15px 0;
  padding: 0 0 0 15px;
}

.post__content ul li {
  list-style-type: disc;
  margin: 5px 0;
  text-indent: 5px;
}

.post__content ol li {
  list-style-type: decimal;
  margin: 5px 0;
}

.post__content table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.post__content table th {
  background: #eee;
  border: 1px solid #ccc;
  padding: 10px;
}

.post__content table td {
  border: 1px solid #ccc;
  padding: 10px;
}

/*投稿が何もなかった時の表示用*/
.null__block {
  width: 100%;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}

/*左寄せ*/
.alignleft {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

/*右寄せ*/
.alignright {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

  ■お知らせ

=====================================*/
.normaltab {
  margin-bottom: 60px;
}

.archive-news_single {
  padding: 30px 30px 0px;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/*タブのスタイル*/
@media screen and (max-width: 767px) {
  .categoryrow {
    margin-bottom: 0;
  }
}
.categoryrow .sortBtn {
  position: relative;
  z-index: 100;
  top: -15px;
  left: 1px;
  display: block;
  cursor: pointer;
  border-right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 10px;
  margin-right: 1rem;
  text-align: center;
  line-height: 1;
  border-radius: 21px;
  width: 110px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .categoryrow .sortBtn {
    width: 70px;
    display: inline-block;
    padding: 10px 3px;
    margin-right: 0.3rem;
  }
}
.categoryrow .sortBtn:hover, .categoryrow .sortBtn.on, .categoryrow .sortBtn.active {
  color: #fff;
  background-color: #1061ae;
}

/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
/*====================================

スタッフ紹介

=====================================*/
.staffSec {
  margin: 60px 0 0;
}
@media screen and (min-width: 768px) {
  .staffSec {
    margin: 100px 0 0;
  }
}
.staffSec .staffItem {
  margin: 0 !important;
  padding: 0 !important;
  padding: 60px 0 45px !important;
}
@media screen and (min-width: 768px) {
  .staffSec .staffItem {
    padding: 120px 0 90px !important;
  }
}
.staffSec .staffItem:nth-child(even) {
  background-color: #f0f5f8;
}

.staffArticleWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .staffArticleWrap {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.staffArticleWrap .staffArticleItem {
  width: 100%;
  max-width: calc(100% - 20px);
  margin: 0 10px 20px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 0 5px 5px 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .staffArticleWrap .staffArticleItem {
    max-width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media screen and (min-width: 1057px) {
  .staffArticleWrap .staffArticleItem {
    max-width: calc(33.3333333333% - 30px);
  }
}
.staffArticleWrap .staffArticleItem .staffArticleThum {
  display: block;
  position: relative;
  padding-top: 60%;
  margin: 0 0 7px;
  text-align: center;
  overflow: hidden;
  background-color: #f1f1f1;
}
.staffArticleWrap .staffArticleItem .staffArticleThum img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  min-width: 100%;
  height: auto;
}
.staffArticleWrap .staffArticleItem .staffArticleThum .staffArticleNum {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.staffArticleWrap .staffArticleItem .staffArticleThum .staffArticleNum span {
  display: inline-block;
  border-radius: 0 0 5px 0;
  text-align: center;
  background-color: #1161ad;
  color: #fff;
  z-index: 1;
  padding: 1px 10px;
  font-size: 18px;
}
.staffArticleWrap .staffArticleItem .staffArticleItemInner {
  padding: 10px 15px 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .staffArticleWrap .staffArticleItem .staffArticleItemInner {
    padding: 25px 30px 10px;
  }
}
.staffArticleWrap .staffArticleItem .staffArticleItemInner .staffArticleProfile {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1061ae;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .staffArticleWrap .staffArticleItem .staffArticleItemInner .staffArticleProfile {
    font-size: 22px;
  }
}

/*====================================

企業情報

=====================================*/
.staffBnr {
  background-color: #f0f5f8;
  padding: 60px 0 135px;
}
@media screen and (min-width: 768px) {
  .staffBnr {
    padding: 120px 0 270px;
  }
}
.staffBnr .c_service {
  padding: 0;
  margin: 0;
}
.staffBnr .c_service .s_flexline .side1 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .staffBnr .c_service .s_flexline .side1 {
    width: calc(50% - 15px);
  }
}
/*
Theme Name: original_theme
Author:original_theme
Description:original_theme
Version: 2.01
License: original_theme
Text Domain: original_theme
*/
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .xs_left {
    text-align: left;
  }
  .xs_center {
    text-align: center;
  }
  .xs_right {
    text-align: right;
  }
}
@media screen and (max-width: 1056px) {
  .sm_left {
    text-align: left;
  }
  .sm_center {
    text-align: center;
  }
  .sm_right {
    text-align: right;
  }
}
@media screen and (max-width: 1199px) {
  .md_left {
    text-align: left;
  }
  .md_center {
    text-align: center;
  }
  .md_right {
    text-align: right;
  }
}
.xxxs_visible {
  display: block;
}
@media screen and (min-width: 421px) {
  .xxxs_visible {
    display: none;
  }
}

.xxxs_hidden {
  display: none;
}
@media screen and (min-width: 421px) {
  .xxxs_hidden {
    display: block;
  }
}

.xxs_visible {
  display: block;
}
@media screen and (min-width: 481px) {
  .xxs_visible {
    display: none;
  }
}

.xxs_hidden {
  display: none;
}
@media screen and (min-width: 481px) {
  .xxs_hidden {
    display: block;
  }
}

.xs_visible {
  display: block;
}
@media screen and (min-width: 768px) {
  .xs_visible {
    display: none;
  }
}

.xs_hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .xs_hidden {
    display: block;
  }
}

.sm_visible {
  display: block;
}
@media screen and (min-width: 1057px) {
  .sm_visible {
    display: none;
  }
}

.sm_hidden {
  display: none;
}
@media screen and (min-width: 1057px) {
  .sm_hidden {
    display: block;
  }
}

.md_visible {
  display: block;
}
@media screen and (min-width: 1200px) {
  .md_visible {
    display: none;
  }
}

.md_hidden {
  display: none;
}
@media screen and (min-width: 1200px) {
  .md_hidden {
    display: block;
  }
}

.md2_visible {
  display: block;
}
@media screen and (min-width: 1300px) {
  .md2_visible {
    display: none;
  }
}

.md2_hidden {
  display: none;
}
@media screen and (min-width: 1300px) {
  .md2_hidden {
    display: block;
  }
}

.lg_visible {
  display: block;
}
@media screen and (min-width: 1921px) {
  .lg_visible {
    display: none;
  }
}

.lg_hidden {
  display: none;
}
@media screen and (min-width: 1921px) {
  .lg_hidden {
    display: block;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}
/*# sourceMappingURL=style.css.map */