@charset "UTF-8";
/* responsive setting */
/* color setting */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
figure,
form,
fieldset,
input,
textarea,
p,
blockquote,
tbody,
th,
tr,
td,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
}

body {
  color: #000000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: justify;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}
@media (max-width: 750px) {
  body {
    font-size: 1.2rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

em,
i {
  font-size: 100%;
  font-weight: 500;
  font-style: normal;
}

ul {
  list-style: none;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

li {
  list-style: none;
}

table,
tbody,
tr,
th,
td {
  border-collapse: collapse;
}

mark {
  background: none;
}

fieldset,
img {
  border: 0 none;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

img[src$=".svg"] {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

main,
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

caption,
th {
  text-align: left;
}

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

abbr,
acronym,
tbody,
tr {
  border: 0 none;
}

select option {
  padding: 0 0.5em;
}

form label {
  cursor: pointer;
  display: block;
}

hr {
  clear: both;
  margin: 0;
  padding: 0;
  visibility: hidden;
}

a {
  color: #000000;
  border: 0 none;
  outline: medium none;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}

a:focus,
a:hover,
button:focus,
button:hover {
  opacity: 0.75;
  outline: medium none;
  text-decoration: none;
}

input,
select,
button {
  background: transparent;
  border: 0;
  vertical-align: middle;
  border-radius: 0;
}

select {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

input[type=submit] {
  -webkit-appearance: none;
}

button {
  cursor: pointer;
  display: block;
  letter-spacing: inherit;
  padding: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}

textarea {
  font-size: 1.6rem;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=text],
input[type=password],
textarea {
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

iframe {
  border: none;
  display: block;
}

.form-control {
  display: block !important;
  width: 100% !important;
  height: 60px;
  padding: 20px 20px 20px 20px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #000000;
  background-image: none;
  border: none;
  border-radius: 0;
  font-weight: normal !important;
  border-width: 1px;
  background: #fff;
  border-color: #000;
  border-style: solid;
  border-radius: 0;
}

@media (max-width: 750px) {
  .form-control, select.form-control {
    height: 40px;
    padding: 15px 15px 15px 15px;
    font-size: 1.2rem;
  }
}
@media (max-width: 750px) {
  select.form-control {
    font-size: 12px;
    padding: 0 15px 0 15px;
  }
}
/*------------------------------------------------

		md_select_wrap

------------------------------------------------*/
.md_select_wrap {
  position: relative;
}
.md_select_wrap::after {
  background: url(../img/icn_select_arrow.svg) center center/19px 17px no-repeat;
  content: "";
  display: block;
  width: 19px;
  height: 17px;
  position: absolute;
  top: 16px;
  right: 20px;
}
@media (max-width: 750px) {
  .md_select_wrap::after {
    top: 8px;
    background: url(../img/icn_select_arrow.svg) center center/9.5px 8.5px no-repeat;
    width: 9.5px;
    height: 8.5px;
    right: 10px;
  }
}
.md_select_wrap select {
  padding-right: 40px;
}
.md_select_wrap select ::-ms-expand {
  display: none;
}

/*------------------------------------------------

		modal fade

------------------------------------------------*/
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-content {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.mfp-fade.mfp-wrap.mfp-ready.mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing.mfp-content {
  opacity: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1080px;
}
@media (max-width: 750px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.w1200 {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .w1200 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.w800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

._pc {
  display: block !important;
}

._pc__inline-block {
  display: inline-block !important;
}

._sp__inline-block {
  display: none !important;
}

._tab {
  display: none !important;
}
@media (max-width: 959px) {
  ._tab {
    display: block !important;
  }
}

._sp {
  display: none !important;
}

._sm {
  display: none;
}

._pc_tbNone {
  display: block !important;
}

@media only screen and (max-width: 1100px) {
  ._tb {
    display: block !important;
  }

  ._pc_tbNone {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  ._pc {
    display: none !important;
  }

  ._sp {
    display: block !important;
  }

  ._sm {
    display: none;
  }

  ._sp-table {
    display: table !important;
  }

  ._sp-table > * {
    display: table-cell !important;
    width: auto !important;
  }

  ._pc__inline-block {
    display: none !important;
  }

  ._sp__inline-block {
    display: inline-block !important;
  }
}
/*form*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.select-pref select {
  background-size: 16px;
}

input::placeholder {
  color: #a59e9b;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* IE */
input:-ms-input-placeholder {
  color: #a59e9b;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* Edge */
input::-ms-input-placeholder {
  color: #a59e9b;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

textarea::placeholder {
  color: #a59e9b;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #a59e9b;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #a59e9b;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.form-control:focus {
  background: #fffde1 !important;
  outline: 0;
}

.form-control::-moz-placeholder {
  color: #a59e9b;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.form-control:-ms-input-placeholder {
  color: #a59e9b;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.form-control::-webkit-input-placeholder {
  color: #a59e9b;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }

  input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm,
.input-group-sm input[type=date],
.input-group-sm input[type=time],
.input-group-sm input[type=datetime-local],
.input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg,
.input-group-lg input[type=date],
.input-group-lg input[type=time],
.input-group-lg input[type=datetime-local],
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 30px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 768px) {
  .btn {
    padding: 15px;
    font-size: 1.3rem;
  }
}
.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/*!
 * jquery-drawer v3.1.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  width: 162.5px;
  width: 16.25rem;
  height: 100%;
  transition: all 0.3s;
  background: #fff;

}



.drawer--right.drawer-open .drawer-nav {
  width: 100%;
  transition: all 0.3s;
}

.drawer-brand {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: block;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-left: 7.5px;
  padding-left: 7.5px;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 10px;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding: 7.5px;
  padding: 7.5px;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*    Left
\*!-----------------------------------
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);

}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}
*/
/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -162.5px;
  right: -162.5px;
  right: -16.25rem;
  /*
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  */
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0px;
}

/*!------------------------------------*
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 99999;
  top: 0;
  display: none;
  box-sizing: content-box;
  width: 50px;
  padding: 0;
  padding-top: 30px;
  padding-right: 34px;
  padding-bottom: 30px;
  padding-left: 30px;
  /*!------------------------------------
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);*/
  border: 0;
  outline: 0;
  background-color: transparent;
}
@media (max-width: 1285px) {
  .drawer-hamburger {
    display: block;
  }
}

@media (max-width: 768px) {
  .drawer-hamburger {
    padding: 25px 12px;
    width: 30px;
    right: 5px !important;
    display: block;
  }
  .drawer-hamburger .drawer-hamburger-icon, .drawer-hamburger .drawer-hamburger-icon::before, .drawer-hamburger .drawer-hamburger-icon::after {
    width: 30px;
    top: -8px;
  }
}
.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
  background: none;
}

.drawer-open .drawer-hamburger-icon {
  background: none !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 50px;
  height: 1px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000000;
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {

  width: 100%;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: -10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

.drawer--sidebar .drawer-hamburger {
  display: none;
  visibility: hidden;
}

.drawer--sidebar .drawer-nav {
  display: block;
  -ms-transform: none;
  transform: none;
  position: fixed;
  width: 125px;
  width: 125px;
  width: 12.5rem;
  height: 100%;
}

/*! Left */
.drawer--sidebar.drawer--left .drawer-nav {
  left: 0;
  border-right: 1px solid #ddd;
}

.drawer--sidebar.drawer--left .drawer-contents {
  margin-left: 125px;
  margin-left: 125px;
  margin-left: 12.5rem;
}

/*! Right */
.drawer--sidebar.drawer--right .drawer-nav {
  right: 0;
  border-left: 1px solid #ddd;
}

.drawer--sidebar.drawer--right .drawer-contents {
  margin-right: 125px;
  margin-right: 125px;
  margin-right: 12.5rem;
}

/*! container */
.drawer--sidebar .drawer-container {
  max-width: 480px;
  max-width: 480px;
  max-width: 48rem;
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 37.5px;
  padding-top: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 37.5px;
  height: 37.5px;
  height: 3.75rem;
  padding: 0 7.5px;
  padding: 0 7.5px;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 37.5px;
  padding-top: 37.5px;
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 75px;
  padding-bottom: 75px;
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }

  .drawer-navbar .drawer-menu--right {
    float: right;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 37.5px;
  line-height: 37.5px;
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 7.5px;
  padding-right: 7.5px;
  padding-right: 0.75rem;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}
/*column*/
.c-flex-justify {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flex-justify.reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*column-set*/
.col.col-2 > * {
  width: 50%;
  padding: 10px;
}

.col.col-3 > * {
  width: 33.333%;
  padding: 10px;
}

.col.col-4 > * {
  width: 25%;
  padding: 10px;
}

.col.col-5 > * {
  width: 20%;
  padding: 10px;
}

.col.col-6 > * {
  width: 16.6666%;
  padding: 10px;
}

.col.col-7 > * {
  width: 14.285714%;
  padding: 10px;
}

.col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 0px;
}

.col.dis20 {
  margin: 0 -10px;
}

.col.dis20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.col.dis25 {
  margin: 0 -12.5px;
}

.col.dis25 > * {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.col.dis35 > * {
  padding-left: 17.5px;
  padding-right: 17.5px;
}

.col.dis45 {
  margin: 0 -22.5px;
}

.col.dis45 > * {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.col.dis0 {
  margin: 0 0;
}

.col.dis0 > * {
  padding-left: 0;
  padding-right: 0;
}

.col.dis10 {
  margin: 0 -5px;
}

.col.dis10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.col.dis15 {
  margin: 0 -7.5px;
}

.col.dis15 > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.col.dis4 {
  margin: 0 -2px;
}

.col.dis4 > * {
  padding-left: 2px;
  padding-right: 2px;
}

.col.dis5 {
  margin: 0 -2.5px;
}

.col.dis5 > * {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.col.dis30 {
  margin: 0 -15px;
}

.col.dis30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.col.dis25 {
  margin: 0 -12.5px;
}

.col.dis25 > * {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.col.dis40 {
  margin: 0 -20px;
}

.col.dis40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.col.dis50 {
  margin: 0 -25px;
}

.col.dis45 > * {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.col.dis45 {
  margin: 0 -22.5px;
}

.col.dis50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

.col.dis60 {
  margin: 0 -30px;
}

.col.dis60 > * {
  padding-left: 30px;
  padding-right: 30px;
}

.col.dis65 {
  margin: 0 -32.5px;
}

.col.dis65 > * {
  padding-left: 32.5px;
  padding-right: 32.5px;
}

.col.dis70 {
  margin: 0 -35px;
}

.col.dis70 > * {
  padding-left: 35px;
  padding-right: 35px;
}

.col.dis80 {
  margin: 0 -40px;
}

.col.dis80 > * {
  padding-left: 40px;
  padding-right: 40px;
}

.col.dis90 {
  margin: 0 -45px;
}

.col.dis90 > * {
  padding-left: 45px;
  padding-right: 45px;
}

.col.dis100 {
  margin: 0 -50px;
}

.col.dis100 > * {
  padding-left: 50px;
  padding-right: 50px;
}

.col.dis150 {
  margin: 0 -75px;
}

.col.dis150 > * {
  padding-left: 75px;
  padding-right: 75px;
}

.col.dis250 {
  margin: 0 -125px;
}

.col.dis250 > * {
  padding-left: 125px;
  padding-right: 125px;
}

@media only screen and (max-width: 750px) {
  .col.col-1-sp > * {
    width: 100% !important;
  }

  .col.col-2-sp > * {
    width: 50% !important;
    padding: 5px;
  }

  .col.col-3-sp > * {
    width: 33.33333% !important;
    padding: 5px;
  }

  .col.col-4-sp > * {
    width: 25% !important;
    padding: 5px;
  }

  .col.dis30-sp {
    margin: 0 -15px;
  }

  .col.dis30-sp > * {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.dis8-sp {
    margin: 0 -4px;
  }

  .col.dis8-sp > * {
    padding-left: 4px;
    padding-right: 4px;
  }

  .col.dis15-sp {
    margin: 0 -7.5px;
  }

  .col.dis15-sp > * {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .col.dis5-sp {
    margin: 0 -2.5px;
  }

  .col.dis5-sp > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-bottom: 2.5px;
    padding-top: 2.5px;
  }

  .col.dis10-sp {
    margin: 0 -5px;
  }

  .col.dis10-sp > * {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .col.dis20-sp {
    margin: 0 -10px;
  }

  .col.dis20-sp > * {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .col.dis25-sp {
    margin: 0 -12.5px;
  }

  .col.dis25-sp > * {
    padding-left: 12.5px;
    padding-right: 12.5px;
    padding-bottom: 12.5px;
    padding-top: 12.5px;
  }

  .col.dis5-sp {
    margin: 0 -2.5px;
  }

  .col.dis5-sp > * {
    padding-left: 2.5px;
    padding-right: 2.5px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .col.dis0-sp {
    margin: 0 0;
  }

  .col.dis0-sp > * {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
}
._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

/*animation*/
.sa {
  opacity: 0;
  transition: all 1.2s ease;
}

.sa.sa02{
  transition-delay: 1.7s !important;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 20px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
  opacity: 1;
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

@media only screen and (max-width: 750px) {
  ._center_sp {
    text-align: center !important;
  }

  ._left_sp {
    text-align: left !important;
  }

  ._middle {
    position: static;
    top: 50%;
    /* Safari用 */
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  ._middle {
    position: static;
    top: 50%;
    /* Safari用 */
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.f-din {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
}

body {
  position: relative;
}

header {
  padding: 0 0 0 33px;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}
@media (max-width: 1285px) {
  header {
    padding: 15px 0 15px 20px;
  }
}

@media (max-width: 750px) {
  header {
    padding: 10px 0 10px 10px;
  }
}
header .header_box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 1285px) {
  header .header_box {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

header .header_box .header_logo {
  width: 207px;
  text-align: left;
}
@media (max-width: 750px) {
  header .header_box .header_logo {
    width: 100px;
  }
}
@media (max-width: 750px) {
  header .header_box .header_logo img {
    width: 100px;
  }
}

header .header_box .header_contents {
  width: calc(100% - 207px);
}
@media (max-width: 1285px) {
  header .header_box .header_contents {
    display: none;
  }
}
header .header_box .header_contents .header_navi_bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
header .header_box .header_contents .tel-box {
  width: 320px;
  padding-right: 20px;
}
@media (max-width: 959px) {
  header .header_box .header_contents .tel-box {
    width: 100%;
    padding-right: 0;
  }
}
header .header_box .header_contents .tel-box .text {
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  header .header_box .header_contents .tel-box .text {
    font-size: 1rem;
  }
}
header .header_box .header_contents .tel-box .num {
  color: #682d16;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 750px) {
  header .header_box .header_contents .tel-box .num {
    font-size: 1.8rem;
  }
}
header .header_box .header_contents .tel-box .num i {
  margin-right: 10px;
  position: relative;
  top: -5px;
}
@media (max-width: 750px) {
  header .header_box .header_contents .tel-box .num i {
    margin-right: 5px;
    top: -3px;
  }
}
@media (max-width: 750px) {
  header .header_box .header_contents .tel-box .num i img {
    width: 18px;
  }
}
header .header_box .header_contents .contact-box {
  width: 350px;
}
@media (max-width: 959px) {
  header .header_box .header_contents .contact-box {
    display: none;
  }
}
header .header_box .header_contents .contact-box a {
  display: block;
  text-align: center;
  background: #f4942e;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 15px 0;
}

header .header_box .header_navi_bottom {
  text-align: right;
  padding: 0 0;
}

header .header_box .header_navi_bottom ul {
  font-size: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

header .header_box .header_navi_bottom li {
  display: inline-block;
  margin: 0 0 0 30px;
  position: relative;
}

header .header_box .header_navi_bottom li a {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2px;
  display: block;
}

header .header_box .header_navi_bottom li.drop-down:after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background: url(../img/arrow_bottom.png) center bottom no-repeat;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

header .header_box .header_navi_bottom li.child a{
  position: relative;
  padding: 5px 10px 5px 50px !important;
  text-align: left;
}

header .header_box .header_navi_bottom li.child a:before{
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
}

header .header_box .header_navi_bottom li.drop-down > a {
  display: block;
}

header .header_box .header_navi_bottom li.drop-down > a i {
  margin: 0 0 0 10px;
}

header .header_box .header_navi_bottom li.drop-down:hover .dd-open {
  display: block;
}

header .header_box .header_navi_bottom li.drop-down.active .dd-open {
  opacity: 1;
}

header .header_box .header_navi_bottom li.drop-down .dd-open {
  display: none;
  margin-top: 0;
  padding: 25px 0 0;
  position: absolute;
  left: -40px;
  width: 150px;
  z-index: 9999;
  opacity: 0;
  transition: all 0.5s;
}

header .header_box .header_navi_bottom li.drop-down .dd-open.pt02 {
  left: -15px;
}

header .header_box .header_navi_bottom li.drop-down .dd-open .in {
  background-color: #ffffff;
  padding: 0;
  display: none;
}

header .header_box .header_navi_bottom li.drop-down .dd-open .in li {
  margin: 0;
}

.dd-container {
  max-width: 970px;
  margin: 0 auto;
}

.drop-menu .drop-menu-list {
  width: 150px !important;
}
.drop-menu .drop-menu-list li {
  margin: 0;
  display: block !important;
}
.drop-menu .drop-menu-list li a {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  padding: 16px 0 !important;
  background: #fff;
  display: block !important;
}
.drop-menu .drop-menu-list li a:hover {
  background: url(../img/bg_paper.jpg) no-repeat;
  opacity: 1;
}

header .header_box .header_navi_bottom li.header-contact a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 175px;
  height: 80px;
  background: #145b7e;
  color: #fff;
  padding: 0;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
header .header_box .header_navi_bottom li.header-contact a img {
  width: 45px;
  margin-right: 7px;
}

#c-nav-top {
  padding-top: 15vw;
  padding-bottom: 15vw;
}
#c-nav-top li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}
#c-nav-top li {
  font-size: 1.8rem;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #c-nav-top li {
    font-size: 1.2rem;
    margin: 0 0 0;
  }
}
#c-nav-top li li {
  font-size: 1.4rem;
  position: relative;
  padding-left: 30px;
  margin: 0 0 5px;
}

@media (max-width: 750px) {
  #c-nav-top li nav{
    margin-top: 10px;
  }
  #c-nav-top li li {
    font-size: 1.1rem;
    line-height: 1.3;
    position: relative;
    margin: 0 0 4px;
  }
}

#c-nav-top li li a{
  position: relative;
  border: none;
  padding: 5px 0;
}
#c-nav-top li li a:before {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background: #000;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

/*------------------------------------------------

		footer

------------------------------------------------*/
footer {
  background-color: #fff;
  padding-top: 70px;
}
@media (max-width: 750px) {
  footer {
    padding-top: 50px;
  }
}
.footer-inner {
  background: #22333c;
  border-radius: 0 20px 0 0;
  padding: 90px 0 60px;
  max-width: calc(100% - 50px);
  position: relative;
}
@media (max-width: 750px) {
  .footer-inner {
    padding: 50px 0 30px;
    max-width: calc(100% - 30px);
  }
}

.footer-bnr{
  position: absolute;
  display: flex;
  top: -28px;
  left: calc(50% + 25px);
  transform: translateX(-50%);
}
.footer-bnr::after{
  content: "";
  clear: both;
  display: block;
}
.footer-bnr a{
  height: auto;
  display: block;
}

/* .footer-bnr-content{
  background-color: #000;
} */

@media (max-width: 750px) {
  .footer-bnr{
    /* position: static; */
    flex-direction: column;
    align-items: center;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
  }
}

/* .footer-bnr-content:nth-child(2n+1){
  margin-right: 5px;
}
.footer-bnr-content:nth-child(2n){
  margin-left: 5px;
} */

@media (max-width: 750px) {
  .footer-bnr-content:nth-child(2n+1){
    margin-right: 0;
  }
  .footer-bnr-content:nth-child(2n){
    margin-left: 0;
  }
}

@media (max-width: 750px) {
  .footer-bnr a{
    margin-bottom: 10px;
  }
}

@media (max-width: 750px) {
  .footer-bnr:last-child a{
    margin-bottom: 30px;
  }
}

@media (max-width: 750px) {
  .footer-bnr a img{
    width: 200px;
  }
}




footer #copyright {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
  color: #333;
  padding: 10px;
}
@media (max-width: 750px) {
  footer #copyright {
    font-size: 1rem;
    padding: 5px;
  }
}
footer .footer-container {
  max-width: 950px;
  margin: 0 auto;
}
footer .footer-container .footer-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #22333c;
  position: relative;
}
@media (max-width: 1024px) {
  footer .footer-container .footer-wrap {
    display: block;
  }
}
footer .footer-container .footer-left {
  width: 340px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-left {
    width: 100%;
  }
}
footer .footer-container .footer-left .footerlogo {
  text-align: left;
}
@media (max-width: 750px) {
  footer .footer-container .footer-left .footerlogo {
    text-align: center;
    margin: 0 0 50px;
  }
}
footer .footer-container .footer-left img {
  width: 221px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-left img {
    width: 130px;
  }
}
footer .footer-container .footer-right {
  width: calc(100% - 340px);
  padding: 0 0 0 0;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right {
    width: 100%;
  }
}
@media (max-width: 750px) and (max-width: 442px) {
  footer .footer-container .footer-right {
    width: 240px;
    padding: 0;
    margin: 0 auto;
  }
}
footer .footer-container .footer-right .footer-mainMenu {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 442px) {
  footer .footer-container .footer-right .footer-mainMenu {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div {
  padding-left: 80px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div {
    padding-left: 30px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div:first-child {
  padding-left: 0;
}
@media (max-width: 442px) {
  footer .footer-container .footer-right .footer-mainMenu > div:last-child {
    padding: 0;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > ul li {
  margin: 0 0 17px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > ul li {
    margin: 0 0 10px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > ul li a {
  color: #fff;
  position: relative;
  padding-left: 13px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > ul li a {
    padding-left: 7px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > ul li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > ul li a:before {
    left: -3px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > dl dt {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > dl dt {
    margin: 0 0 5px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > dl dt a {
  color: #fff;
  position: relative;
  padding-left: 13px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > dl dt a {
    padding-left: 7px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > dl dt a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 5px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 0;
  top: 7px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > dl dt a:before {
    left: -3px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > dl dd {
  padding: 0 0 0 15px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > dl dd {
    padding: 0 0 0 7px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li {
  margin: 0 0 7px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li {
    margin: 0 0 3px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li a {
  font-size: 1.4rem;
  color: #8e9ea7;
  position: relative;
  padding: 0 0 0 12px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li a {
    font-size: 1.2rem;
    padding: 0 0 0 6px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li a:before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 9px;
  background: #8e9ea7;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li a:before {
    left: -3px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li ul {
  padding: 7px 0 0 15px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li ul {
    padding: 4px 0 0 7px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li ul li {
  margin: 0 0 7px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li ul li {
    padding: 0 0 4px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li ul li a {
  font-size: 1.4rem;
  color: #8e9ea7;
  position: relative;
  padding: 0 0 0 12px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li ul li a {
    font-size: 1.2rem;
    padding: 0 0 0 6px;
  }
}
footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li ul li a:before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 9px;
  background: #8e9ea7;
}
@media (max-width: 750px) {
  footer .footer-container .footer-right .footer-mainMenu > div > dl dd > ul li ul li a:before {
    left: -3px;
  }
}
footer .footer-container .footer-bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 2px solid #63727a;
  padding: 10px 0 0;
  margin: 25px 0 0;
}
@media (max-width: 750px) {
  footer .footer-container .footer-bottom {
    padding: 15px 0 0;
    margin: 15px 0 0;
  }
}
footer .footer-container .footer-bottom #footer-address {
  text-align: left;
  font-size: 1.2rem;
  color: #fff;
  width: 300px;
}
@media (max-width: 750px) {
  footer .footer-container .footer-bottom #footer-address {
    font-size: 1rem;
    width: 100%;
    text-align: center;
  }
}
footer .footer-container .footer-bottom #copyright {
  width: calc(100% - 300px);
  color: #63727a;
  font-size: 1.2rem;
  text-align: right;
}
@media (max-width: 750px) {
  footer .footer-container .footer-bottom #copyright {
    width: 100%;
    font-size: 0.9rem;
    text-align: center;
  }
}

@media (max-width: 750px) {
  .l_footer {
    font-size: 1rem;
    padding: 30px 5% 120px;
  }
}
.c-btn {
  display: inline-block !important;
  padding: 8px 5px 5px 20px;
  background-color: #373737;
  border-radius: 100px;
  width: 256px;
  height: 46px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  position: relative;
  text-align: left;
}
@media (max-width: 750px) {
  .c-btn {
    padding: 4px 5px 5px 20px;
  }
}
.c-btn i img {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn:hover {
  opacity: 0.9;
}

#breadcrumb {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto 25px;
  padding-top: 10px;
}
@media (max-width: 750px) {
  #breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#breadcrumb ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 1rem;
  padding: 0 0 0 40px;
  position: relative;
  color: #999999;
}
#breadcrumb ul li:after {
  content: "";
  display: block;
  background: url(../img/breadcrumb.png) center center no-repeat;
  width: 5px;
  height: 8px;
  background-size: 100%;
  position: absolute;
  left: 14px;
  top: 7px;
}
#breadcrumb ul li:first-child:after {
  display: none;
}
#breadcrumb ul li a {
  color: #999999;
}
#breadcrumb ul li a i {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

#c-following {
  text-align: right;
  right: 15px;
  z-index: 9999;
  position: fixed;
  bottom: 120px;
}
@media (max-width: 750px) {
  #c-following img {
    width: 10px;
  }
}

#c-following img {
  width: 11px;
}
@media (max-width: 750px) {
  #c-following img {
    width: 7px;
  }
}

.c-ttl-lev02 {
  text-align: center;
  margin: 0 0 25px;
}
@media (max-width: 750px) {
  .c-ttl-lev02 {
    margin: 0 0 15px;
  }
}

.c-ttl-lev02 img {
  height: 45px;
}

@media (max-width: 750px) {
  .c-ttl-lev02 img {
    height: 30px;
  }
}
.c-ttl-lev02 small {
  display: block;
  margin: 15px 0 0;
}
@media (max-width: 750px) {
  .c-ttl-lev02 small {
    margin: 7px 0 0;
  }
}

.c-ttl-bar {
  font-size: 3rem;
  border-left: 10px solid #000;
  padding: 0 0 0 25px;
  line-height: 1.35;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .c-ttl-bar {
    font-size: 2rem;
    border-left: 5px solid #000;
    padding: 0 0 0 15px;
    line-height: 1.35;
    margin: 0 0 10px;
  }
}

.c-ttl-lev02__02 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 35px;
}
@media (max-width: 750px) {
  .c-ttl-lev02__02 {
    margin: 0 0 20px;
  }
}

.c-ttl-lev02__02 img {
  height: 45px;
}

@media (max-width: 750px) {
  .c-ttl-lev02__02 img {
    height: 30px;
  }
}
.c-ttl-lev02__02 small {
  padding-left: 60px;
  display: inline-block;
  position: relative;
}
@media (max-width: 750px) {
  .c-ttl-lev02__02 small {
    padding-left: 30px;
  }
}
.c-ttl-lev02__02 small:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 26px;
  background: url(../img/title_bg.png) center top no-repeat;
  background-size: 100%;
  left: 22px;
  top: 1px;
  position: absolute;
}
@media (max-width: 750px) {
  .c-ttl-lev02__02 small:before {
    width: 11px;
    height: 13px;
    left: 11px;
    top: 3px;
  }
}

.c-ttl-leftBar {
  border-left: 10px solid #145b7e;
  padding: 0 0 0 40px;
  font-size: 2.5rem;
  line-height: 1.5;
  margin: 0 0 40px;
}

.c-detail-btn {
  text-align: center;
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .c-detail-btn {
    margin: 20px 0 0;
  }
}
.c-detail-btn a {
  display: inline-block;
  border: 2px solid #000;
  padding: 3px;
  width: 290px;
  background: url(../img/arrow_right.png) right 30px center no-repeat;
  background-size: 14px;
}
@media (max-width: 750px) {
  .c-detail-btn a {
    width: 200px;
    padding: 1.5px;
    background: url(../img/arrow_right.png) right 15px center no-repeat;
    background-size: 14px;
  }
}
.c-detail-btn a:hover {
  background: url(../img/arrow_right_white.png) right 30px center no-repeat #145b7e;
  background-size: 14px;
  color: #fff;
  opacity: 1;
}
@media (max-width: 750px) {
  .c-detail-btn a:hover {
    background: url(../img/arrow_right_white.png) right 15px center no-repeat #145b7e;
    background-size: 14px;
  }
}
.c-detail-btn a:hover span {
  border: 2px dashed #fff;
}
.c-detail-btn a span {
  border: 2px dashed #000;
  width: 100%;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 50px;
}
@media (max-width: 750px) {
  .c-detail-btn a span {
    height: 40px;
  }
}

.lower-mv {
  background: url(../img/service/bg_ttl.png) center center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.lower-mv h2 {
  text-align: center;
}
@media (max-width: 750px) {
  .lower-mv h2 img {
    height: 30px;
  }
}
.lower-mv h2 span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  margin: 15px 0 0;
}
@media (max-width: 750px) {
  .lower-mv h2 span {
    font-size: 1.3rem;
    margin: 8px 0 0;
  }
}

.c-tab-list {
  background-color: #fff;
  padding: 18px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .c-tab-list {
    margin: 0 0 20px;
  }
}
.c-tab-list ul {
  text-align: center;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.c-tab-list ul li {
  display: inline-block;
  min-width: 137px;
}
.c-tab-list ul li a {
  background: #145b7e;
  color: #fff;
  display: block;
  padding: 10px 5px;
  border: 1px solid #145b7e;
}
.c-tab-list ul li.active a {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.c-tab-list.event-list ul li a {
  background: #fff;
}
.c-tab-list.event-list ul li.event a {
  background: #a05716;
  border: 1px solid transparent;
}
.c-tab-list.event-list ul li.news a {
  background: #59981a;
  border: 1px solid transparent;
}

.c-tab-list.event-list ul li.blog a {
  background: #22333c;
  border: 1px solid transparent;
}

.wp-pagination {
  text-align: center;
  margin: 35px 0 0;
}

.wp-pagination ul {
  text-align: center;
  display: inline-block;
  font-size: 0;
  margin: 10px 0 0;
}

.wp-pagination ul li {
  display: inline-block;
  margin: 0 20px 5px;
}

.wp-pagination ul li a, .wp-pagination ul li > span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  padding: 0 0 0;
  font-weight: normal;
  color: #000000;
  border-bottom: 1px solid transparent;
}

@media (max-width: 750px) {
  .wp-pagination ul li a, .wp-pagination ul li > span {
    font-size: 1.3rem;
  }
}
.wp-pagination ul li > span, .wp-pagination ul li.active a, .wp-pagination ul li a:hover {
  border-bottom: 1px solid #000;
}

.wp-pagination ul li > span.dots {
  border-bottom: none;
}

@media only screen and (max-width: 768px) {
  .wp-pagination {
    text-align: center;
  }

  .wp-pagination ul {
    text-align: center;
    display: inline-block;
    font-size: 0;
    margin: 5px 0 0;
  }

  .wp-pagination ul li {
    display: inline-block;
    margin: 0 5px 5px;
  }

  .wp-pagination ul li a, .wp-pagination ul li > span {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
}
.mb-0 {
  margin-bottom: 0 !important;
}

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

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.txtR {
  text-align: right;
}

.txtC {
  text-align: center;
}

/*font*/
.f-old {
  font-family: "Zen Old Mincho", serif !important;
  line-height: 1.78;
}

.f-kai {
  font-family: "Kaisei Decol", serif;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main-visual_slider .slick-slide img {
  width: 100vw;
}

.c-contact-area {
  background: #fff;
  padding: 90px 0 45px;
  position: relative;
}
@media (max-width: 750px) {
  .c-contact-area {
    background-size: cover;
    padding: 20px 0 30px;
  }
}
.c-contact-area .contact-ttl {
  text-align: center;
  font-size: 17.3rem;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  color: #f1f0e9;
  line-height: 1;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
@media (max-width: 750px) {
  .c-contact-area .contact-ttl {
    font-size: 5rem;
  }
}
.c-contact-area .contact-ttl02 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  margin: 0 0 25px;
}
@media (max-width: 750px) {
  .c-contact-area .contact-ttl02 {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
}
.c-contact-area .item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
  z-index: 0;
}
@media (max-width: 750px) {
  .c-contact-area .item {
    padding-bottom: 15px !important;
  }
}
.c-contact-area .item a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #eeede4;
  height: 100%;
  text-align: center;
  border: 3px solid #000000;
  padding: 30px 20px;
}
@media (max-width: 750px) {
  .c-contact-area .item a {
    padding: 15px 10px;
  }
}
.c-contact-area .item a .num {
  font-family: "din-2014", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .c-contact-area .item a .num {
    font-size: 2.5rem;
  }
}
.c-contact-area .item a .num i {
  margin: 0 12px 0 0;
}
@media (max-width: 750px) {
  .c-contact-area .item a .num i {
    margin: 0 6px 0 0;
  }
}
.c-contact-area .item a .num i img {
  height: 32px;
}
@media (max-width: 750px) {
  .c-contact-area .item a .num i img {
    height: 26px;
  }
}
.c-contact-area .item a .item-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1;
}
@media (max-width: 750px) {
  .c-contact-area .item a .item-ttl {
    font-size: 2rem;
    margin: 0 0 10px;
  }
}
.c-contact-area .item a .item-ttl i {
  margin: 0 12px 0 0;
}
@media (max-width: 750px) {
  .c-contact-area .item a .item-ttl i {
    margin: 0 6px 0 0;
  }
}
.c-contact-area .item a .item-ttl i img {
  height: 32px;
  position: relative;
  top: -3px;
}
@media (max-width: 750px) {
  .c-contact-area .item a .item-ttl i img {
    height: 20px;
    top: -1.7px;
  }
}

.lower-mv-slide {
  position: relative;
  background: url(../img/bg_paper.jpg);
}

.lower-mv-slide .slide-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38.5vw;
  max-width: 462px;
  left: 2.08vw;
  z-index: 2;
}
.lower-mv-slide .lowermvCarousel__nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 8px 0 0;
}
.lower-mv-slide .lowermvCarousel__nav .swiper-pagination {
  position: static;
  width: inherit;
}
.lower-mv-slide .lowermvCarousel__nav .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #000;
  background: none;
}
.lower-mv-slide .lowermvCarousel__nav .js-currentNum {
  font-family: "din-2014", sans-serif;
  font-size: 1.2rem;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 100%;
  text-align: center;
  margin: 0 10px 0 0;
  line-height: 22px;
  vertical-align: middle;
}
.lower-mv-slider_item img {
  width: 100%;
  height: auto;
  display: block;
}
.lower-mv-slide__inner {
  position: relative;
}
.lower-mv-slider__slogan {
  position: absolute;
  top: 30.3%;
  left: 2.2%;
  z-index: 10;
  width: 36.5vw;
}
@media (max-width: 750px) {
  .lower-mv-slider__slogan {
    width: 50vw;
    top: 50%;
    translate: 0 -50%;
  }
}
.lower-mv-slider__slogan img {
  display: block;
  width: 100%;
  height: auto;
}

/* instagram */
.top-sns {
  padding: 70px 0;
  background: url(../img/bg_paper.jpg);
}
@media (max-width: 750px) {
  .top-sns {
    padding: 40px 0;
  }
}
.top-sns-embed {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .top-sns-embed {
    margin-top: 20px;
  }
}
.top-sns-embed #sbi_images,
.top-sns-embed #sb_instagram {
  padding: 0!important;
}
@media (max-width: 750px) {
  .top-sns-embed #sbi_images {
    gap: 5px!important;
  }
}
.top-sns-more {
  display: block;
  margin-inline: auto;
  width: fit-content;
  margin-top: 30px;
  padding: 3px;
  border: 2px solid #000;
  transition: background-color 0.2s ease;
}
.top-sns-more span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8em;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
  padding: 0.6em 3.3em;
  border: 2px dashed #000;
  transition: color 0.2s ease, border-color 0.2s ease;
}
@media (max-width: 750px) {
  .top-sns-more span {
    font-size: 1.2rem;
  }
}
:root {
  --icon-instagram: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26"><path d="M7.616.091A9.507,9.507,0,0,0,4.462.7a6.359,6.359,0,0,0-2.3,1.5,6.37,6.37,0,0,0-1.5,2.305,9.549,9.549,0,0,0-.6,3.157C.009,9.053-.005,9.5,0,13.025S.024,17,.09,18.385A9.531,9.531,0,0,0,.7,21.538a6.364,6.364,0,0,0,1.5,2.3A6.374,6.374,0,0,0,4.51,25.333a9.54,9.54,0,0,0,3.156.6c1.387.061,1.829.075,5.359.068s3.974-.022,5.36-.088a9.556,9.556,0,0,0,3.154-.61,6.643,6.643,0,0,0,3.794-3.809,9.519,9.519,0,0,0,.6-3.155c.061-1.387.075-1.831.068-5.36S25.976,9,25.91,7.617a9.534,9.534,0,0,0-.61-3.154,6.377,6.377,0,0,0-1.5-2.3A6.362,6.362,0,0,0,21.491.668a9.51,9.51,0,0,0-3.156-.6C16.948.009,16.505,0,12.975,0S9,.024,7.616.091m.152,23.5a7.209,7.209,0,0,1-2.414-.442,4.051,4.051,0,0,1-1.5-.97,4.04,4.04,0,0,1-.975-1.493,7.2,7.2,0,0,1-.452-2.414c-.064-1.37-.079-1.781-.085-5.252s.006-3.881.066-5.253a7.2,7.2,0,0,1,.442-2.414,4.033,4.033,0,0,1,.97-1.5,4.027,4.027,0,0,1,1.493-.975A7.194,7.194,0,0,1,7.727,2.43c1.371-.065,1.782-.079,5.252-.086s3.882.005,5.254.066a7.181,7.181,0,0,1,2.413.442,4.023,4.023,0,0,1,1.5.97,4.025,4.025,0,0,1,.975,1.494,7.176,7.176,0,0,1,.452,2.412c.065,1.371.08,1.782.086,5.252s-.006,3.882-.066,5.253a7.208,7.208,0,0,1-.442,2.415,4.306,4.306,0,0,1-2.463,2.472,7.2,7.2,0,0,1-2.412.452c-1.371.064-1.782.079-5.253.085s-3.881-.006-5.252-.066m10.6-17.54a1.56,1.56,0,1,0,1.557-1.563,1.56,1.56,0,0,0-1.557,1.563M6.325,13.013a6.675,6.675,0,1,0,6.662-6.688,6.674,6.674,0,0,0-6.662,6.688m2.341,0a4.333,4.333,0,1,1,4.341,4.325,4.333,4.333,0,0,1-4.341-4.325"/></svg>');
}
.top-sns-more span::after {
  content: "";
  display: inline-block;
  mask-image: var(--icon-instagram);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  aspect-ratio: 1 / 1;
  width: 1.7em;
  background-color: #000;
  transition: background-color 0.2s ease;
}
.top-sns-more:hover {
  background-color: #145B7E;
}
.top-sns-more:hover span {
  color: #fff;
  border-color: #fff;
}
.top-sns-more:hover span::after {
  background-color: #fff;
}

/* movie */
.top-movie {
  padding: 70px 0;
  background: url(../img/bg_paper02.jpg);
}
@media (max-width: 750px) {
  .top-movie {
    padding: 40px 0;
  }
}
.top-movie-list-overflow {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .top-movie-list-overflow {
    overflow-x: auto;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 20px;
  }
}
.top-movie-list-overflow + .top-movie-list-overflow {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .top-movie-list-overflow + .top-movie-list-overflow {
    margin-top: 10px;
  }
}
.top-movie-list {
  max-width: 735px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
}
@media (max-width: 750px) {
  .top-movie-list {
    flex-wrap: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    width: max-content;
  }
}
.top-movie-list__item {
  width: 33.3%;
  padding: 0 10px;
}
@media (max-width: 750px) {
  .top-movie-list__item {
    width: 200px;
    padding: 0 5px;
  }
}
.top-movie-list__item iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 225 / 401;
}

/* wide */
.top-movie-list--wide .top-movie-list__item {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 750px) {
  .top-movie-list--wide .top-movie-list__item {
    width: 340px;
    padding: 0 5px;
  }
}
.top-movie-list--wide .top-movie-list__item iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 348 / 196;
}

.c-archve-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 750px) {
  .c-archve-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .c-archve-list {
    grid-template-columns: 1fr;
  }
}
.c-archve-list article a {
  display: block;
  position: relative;
  transition: opacity 0.2s ease-in;
}
.c-archve-list article a:hover {
  opacity: 0.8;
}
.c-archve-list article a img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  aspect-ratio: 300 / 260;
  object-fit: cover;
  object-position: center center;
}
.c-archve-list article a .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 18px 20px 16px;
  min-height: 120px;
}
@media (max-width: 750px) {
  .c-archve-list article a .text-box {
    min-height: 100px;
  }
}
.c-archve-list article a .text-box .sub-info {
  display: flex;
  align-items: center;
  gap: 5px 15px;
  margin-bottom: 8px;
}
@media (max-width: 750px) {
  .c-archve-list article a .text-box .sub-info {
    margin-bottom: 4px;
  }
}
.c-archve-list article a .text-box .sub-info time {
  display: inline-block;
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
}
@media (max-width: 750px) {
  .c-archve-list article a .text-box .sub-info time {
    padding: 0 6px;
    margin: 0 5px 0 0;
    font-size: 1rem;
  }
}
.c-archve-list article a .text-box .sub-info span {
  background: #a05716;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.4em 1.4em;
  display: inline-block;
}
@media (max-width: 750px) {
  .c-archve-list article a .text-box .sub-info span {
    padding: 0 6px;
    font-size: 1rem;
  }
}
.c-archve-list article a .text-box .sub-info span.news {
  background: #59981a;
}
.c-archve-list article a .text-box .sub-info span.blog {
  background: #22333c;
}
.c-archve-list article a h2,
.c-archve-list article a h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 750px) {
  .c-archve-list article a h2,
  .c-archve-list article a h3 {
    font-size:  1.5rem;
  }
}

/* top */
.top-about {
  overflow: hidden;
  padding: 70px 0 80px;
}
@media (max-width: 750px) {
  .top-about {
    padding: 35px 0 40px;
  }
}
.top-about .img-box {
  align-items: center;
}
@media (max-width: 750px) {
  .top-about .img-box {
    width: 100%;
    display: block;
  }
}
.top-about .img-box .text-area {
  width: 415px;
}
@media (max-width: 750px) {
  .top-about .img-box .text-area {
    width: 100%;
    margin: 30px 0 0;
  }
}
.top-about .img-box .text-area .c-ttl-lev02 {
  margin: 0 0 40px;
  position: relative;
}
@media (max-width: 750px) {
  .top-about .img-box .text-area .c-ttl-lev02 {
    margin: 0 0 22px;
  }
}
.top-about .img-box .text-area .c-ttl-lev02:after {
  content: "";
  display: block;
  width: 111px;
  height: 119px;
  background: url(../img/top_about_img02.jpg) center top no-repeat;
  background-size: 100%;
  right: 22px;
  top: 9px;
  position: absolute;
}
@media (max-width: 750px) {
  .top-about .img-box .text-area .c-ttl-lev02:after {
    top: -12px;
  }
}
.top-about .img-box .text-area .c-ttl-lev02::before {
  content: "";
  display: block;
  width: 78px;
  height: 129px;
  background: url(../img/top_about_img03.jpg) center top no-repeat;
  background-size: 100%;
  left: -100px;
  bottom: -297px;
  position: absolute;
}
@media (max-width: 1180px) {
  .top-about .img-box .text-area .c-ttl-lev02::before {
      display: none;
  }
}
.top-about .img-box .text-area .ex-text {
  font-size: 2.5rem;
  line-height: 1.85;
}
@media (max-width: 750px) {
  .top-about .img-box .text-area .ex-text {
    font-size: 1.8rem;
  }
}
.top-about .img-box .text-area .text {
  margin-top: 15px;
}
@media (max-width: 750px) {
  .top-about .img-box .text-area .text {
    margin-top: 10px;
  }
}
.top-about .img-box .text-area h3 {
  color: #bfbfbf;
  font-family: "Heebo", sans-serif;
}
.top-about .img-box .img-area {
  width: calc(100% - 415px);
}
@media (max-width: 750px) {
  .top-about .img-box .img-area {
    width: 100%;
  }
}
.top-about .c-big-btn {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 750px) {
  .top-about .c-big-btn {
    margin-top: 25px;
  }
}
.top-about .c-big-btn:after {
  content: "";
  display: block;
  width: 84px;
  height: 139px;
  background: url(../img/top_about_img03.jpg) center top no-repeat;
  background-size: 100%;
  left: -90px;
  top: -90px;
  position: absolute;
}
.top-about .top-modelhouse {
  padding: 70px 0 0;
}
@media (max-width: 750px) {
  .top-about .top-modelhouse {
    padding: 40px 0 0;
  }
}
.top-about .top-modelhouse h3 {
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .top-about .top-modelhouse h3 {
    margin: 0 0 10px;
  }
}
.top-about .top-modelhouse .bnr-area li {
  text-align: center;
}
.top-about .top-modelhouse .bnr-area li img {
  width: 100%;
}
figure{
  margin-bottom: 0;
}
.top-about-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .top-about-links {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}
.top-about-links li {
  height: 100%;
  background: url(../img/bg_paper.jpg);
}
.top-about-links a {
  display: block;
  height: 100%;
  border: 3px solid #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
  padding: 1em 2em;
  padding-right: 4em;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: right 1.2em center;
  background-size: 2.2em;
  align-content: center;
}
@media (max-width: 750px) {
  .top-about-links a {
    font-size: 1.4rem;
    background-size: 1.5em;
    border-width: 2px;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
.top-about-links span {
  display: block;
  font-size: 1.1rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
  color: #bfbfbf;
}
@media (max-width: 750px) {
  .top-about-links span {
    font-size: 1rem;
  }
}

.c-big-btn a {
  background: url(../img/bg_paper.jpg);
  display: block;
  border: 3px solid #000;
  font-size: 2rem;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 750px) {
  .c-big-btn a {
    padding: 10px 0;
    font-size: 1.6rem;
  }
}
.c-big-btn a:after {
  content: "";
  display: block;
  width: 37px;
  height: 19px;
  background: url(../img/arrow_right.png) no-repeat;
  background-size: cover;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 750px) {
  .c-big-btn a:after {
    width: 18.5px;
    height: 9.5px;
    right: 10px;
  }
}
.c-big-btn a span {
  display: block;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  color: #bfbfbf;
  width: 100%;
}
@media (max-width: 750px) {
  .c-big-btn a span {
    font-size: 1rem;
  }
}

/* voice */
.top-voice {
  padding: 70px 0;
  background: #fff;
}
@media (max-width: 750px) {
  .top-voice {
    padding: 40px 0;
  }
}
.top-voice-lead {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
}
.top-voice-layout {
  display: grid;
  grid-template-columns: 3.72fr 5.85fr;
  gap: 35px 40px;
}
@media (max-width: 750px) {
  .top-voice-layout {
    grid-template-columns: 1fr;
  }
}
.top-voice-article a {
  display: grid;
  grid-template-columns: 2.7fr 6.7fr;
  gap: 15px 30px;
  padding: 20px 0;
  padding-right: 30px;
  border-bottom: 3px solid #000;
  background-image: url(../img/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}
@media (max-width: 750px) {
  .top-voice-article a {
    gap: 15px;
    padding: 15px 0;
    padding-right: 20px;
    border-width: 2px;
  }
}
.top-voice-article:first-child a {
  padding-top: 0;
}
.top-voice-article__thumbnail img {
  width: 100%;
  height: 100%;
  aspect-ratio: 150 / 100;
  object-fit: cover;
  display: block;
}
.top-voice-article__text {
  align-content: center;
}
.top-voice-article__text h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 750px) {
  .top-voice-article__text h3 {
    font-size: 1.4rem;
  }
}
.top-voice-article__text .c-tags + h3 {
  margin-top: 10px;
}
@media (max-width: 750px) {
  .top-voice-article__text .c-tags + h3 {
    margin-top: 5px;
  }
}

/* information */
.top-info {
  padding: 70px 0;
  background: url(../img/bg_paper.jpg);
}
@media (max-width: 750px) {
  .top-info {
    padding: 40px 0;
  }
}
.top-info .ttl-btn-area {
  margin-top: -80px;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .top-info .ttl-btn-area {
    display: none;
  }
}
.top-info .ttl-btn-area--sp {
  display: none;
}
@media (max-width: 750px) {
  .top-info .ttl-btn-area--sp {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.top-info-lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
}
@media (max-width: 750px) {
  .top-info-lead {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

/* service */
.top-service {
  background: url(../img/bg_paper02.jpg);
  padding: 70px 0 140px;
}
@media (max-width: 750px) {
  .top-service {
    padding: 40px 0 50px;
  }
}
.top-service .ttl-btn-area {
  margin-top: -80px;
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .top-service .ttl-btn-area {
    display: none;
  }
}
.top-service .ttl-btn-area--sp {
  display: none;
}
@media (max-width: 750px) {
  .top-service .ttl-btn-area--sp {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.top-service-list + .top-service-list {
  margin-top: 32px;
}

:root .top-service-building {
  width: 100%;
}
.top-service-building-bnr {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 750px) {
  .top-service-building-bnr {
    margin-top: 20px;
  }
}
.top-service-building-bnr__text {
  position: relative;
  z-index: 100;
  background-color: #fff;;
  width: calc(100% - 40px);
  max-width: 600px;
  margin-top: -32px;
  margin-inline: auto;
  padding: 1.2em 1em;
  border-bottom: 3px solid #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.44;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
@media (max-width: 750px) {
  .top-service-building-bnr__text {
    border-width: 2px;
    font-size: 1.2rem;
    margin-top: -10px;
    gap: 8px;
  }
}
@media (max-width: 750px) {
  .top-service-building-bnr__text img {
    width: 80px;
    height: auto;
  }
}
.top-service-building-bnr__text .sp-only {
  display: none;
}
@media (max-width: 599px) {
  .top-service-building-bnr__text .sp-only {
    display: inline;
  }
}
.top-service-building-bnr > img {
  display: block;
  width: 100%;
  height: auto;
}

main {
  overflow: hidden;
  margin-top: 75px;
}

.top-works {
  background: url(../img/bg_paper.jpg);
  padding: 70px 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  main {
    overflow: hidden;
    margin-top: 45px;
  }
  .top-works {
    padding: 40px 0;
  }
}
.top-works .ttl-btn-area {
  margin-top: -80px;
  margin-bottom: 40px;
}
@media (max-width: 750px) {
  .top-works .ttl-btn-area {
    display: none;
  }
}
.top-works .ttl-btn-area--sp {
  display: none;
}
@media (max-width: 750px) {
  .top-works .ttl-btn-area--sp {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

/* .top-works-slider {
  padding-bottom: 170px;
}
@media (max-width: 750px) {
  .top-works-slider {
    padding-bottom: 100px;
  }
} */
.top-works-slider .splide__list {
  display: grid!important;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
@media (max-width: 750px) {
  .top-works-slider .splide__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 599px) {
  .top-works-slider .splide__list {
    display: flex!important;
    gap: 0;
  }
}
.top-works-slider .splide__slide .item {
  height: 100%;
}
.top-works-slider .splide__slide a {
  height: 100%;
  outline: 5px solid transparent;
  outline-offset: -5px;
  display: block;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.top-works-slider .splide__slide a:hover {
  outline: 5px solid #145b7e;
  outline-offset: -5px;
  opacity: 1;
}


.top-works-slider .item.big picture {
  position: relative;
  z-index: -1;
}
.top-works-slider .item.big .text-box {
  padding: 30px 30px;
  background: #fff;
  position: relative;
  z-index: -1;
}

.top-works-slider .splide__slide{
  margin-bottom: 0 !important;
}
@media (max-width: 750px) {
  .top-works-slider .item.big .text-box {
    padding: 15px 15px;
  }
}
.top-works-slider .item.big .text-box .num {
  font-family: "din-2014", sans-serif;
  position: absolute;
  top: -50px;
  left: 15px;
  font-size: 5rem;
  font-weight: 700;
  text-shadow: 0 0 2px black;
  color: #fff;
  vertical-align: text-top;
  letter-spacing: 0.05em;
  z-index: 4;
}
@media (max-width: 750px) {
  .top-works-slider .item.big .text-box .num {
    top: -23px;
    left: 8px;
    font-size: 2.5rem;
  }
}
.top-works-slider .item.big .text-box .num span {
  font-size: 2.4rem;
  position: relative;
  top: -0.52em;
}
@media (max-width: 750px) {
  .top-works-slider .item.big .text-box .num span {
    font-size: 1.2rem;
  }
}
.top-works-slider .item.big .text-box .text {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 750px) {
  .top-works-slider .item.big .text-box .text {
    font-size: 1.2rem;
  }
}
@media (max-width: 599px) {
  .top-works-slider .item.big .text-box .text {
    -webkit-line-clamp: 1;
  }
}
.top-works-slider .item.big .text-box .cat-list {
  position: absolute;
  top: -16px;
  text-align: right;
  width: 100%;
  left: 0;
  padding-right: 40px;
  z-index: 4;
}
@media (max-width: 750px) {
  .top-works-slider .item.big .text-box .cat-list {
    top: -14px;
    padding-right: 20px;
  }
}
.top-works-slider .item.big .text-box .cat-list li {
  display: inline-block;
  font-size: 1.2rem;
  background: #000000;
  color: #fff;
  padding: 2px 12px;
}
@media (max-width: 750px) {
  /* .top-works-slider .splide__slide:nth-of-type(2n){
    width: 40vw !important;
  } */
  .top-works-slider .item.big .text-box .cat-list li {
    font-size: 1rem;
    padding: 2px 6px;
  }
}
.top-works-slider .swiper-wrapper {
  position: relative;
}
/* .top-works-slider .splide__slide:nth-of-type(2n) .item.big {
  width: 200px;
  margin: 0 0 0;
}
@media (max-width: 750px) {
  .top-works-slider .splide__slide:nth-of-type(2n) .item.big {
    width: 40vw;
    margin: 0 0 10px;
  }
}
.top-works-slider .splide__slide:nth-of-type(2n) .item.bigl picture {
  position: relative;
  z-index: -1;
}
.top-works-slider .splide__slide:nth-of-type(2n) .item.big .text-box {
  padding: 15px 10px;
  background: #fff;
  position: relative;
  position: relative;
  z-index: -1;
}
@media (max-width: 750px) {
  .top-works-slider .splide__slide:nth-of-type(2n) .item.big .text-box {
    padding: 7px 5px;
  }
}
.top-works-slider .splide__slide:nth-of-type(2n) .item.big .text-box .num {
  font-family: "din-2014", sans-serif;
  position: absolute;
  top: -24px;
  left: 15px;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0 0 2px black;
  color: #fff;
  vertical-align: text-top;
  letter-spacing: 0.05em;
  z-index: 4;
}
@media (max-width: 750px) {
  .top-works-slider .splide__slide:nth-of-type(2n) .item.big .text-box .num {
    top: -18px;
    left: 7px;
    font-size: 1.8rem;
  }
}
.top-works-slider .splide__slide:nth-of-type(2n) .item.big .text-box .num span {
  font-size: 1.4rem;
  position: relative;
  top: -0.52em;
}
@media (max-width: 750px) {
  .top-works-slider .splide__slide:nth-of-type(2n) .item.big .text-box .num span {
    font-size: 1.2rem;
  }
}
.top-works-slider .splide__slide:nth-of-type(2n) .item.big .text-box .text {
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .top-works-slider .splide__slide:nth-of-type(2n) .item.big .text-box .text {
    font-size: 1.2rem;
  }
}
.top-works-slider .splide__slide:nth-of-type(2n) .item.big .text-box .cat-list {
  position: absolute;
  top: -16px;
  text-align: right;
  width: 100%;
  left: 0;
  padding-right: 20px;
  z-index: 4;
}
@media (max-width: 750px) {
  .top-works-slider .splide__slide:nth-of-type(2n) .item.big .text-box .cat-list {
    top: -17px;
    padding-right: 10px;
  }
}
.top-works-slider .splide__slide:nth-of-type(2n) .item.big .text-box .cat-list li {
  display: inline-block;
  font-size: 1.2rem;
  background: #000000;
  color: #fff;
  padding: 2px 12px;
}
.top-works-slider .splide__slide:nth-of-type(2n){
  width: 200px !important;
}

.top-works-slider .splide__slide:nth-of-type(2n) .splide__slide__row{
  height: 192px !important;
} */

/* @media (max-width: 750px) {
  .top-works-slider .splide__slide:nth-of-type(2n) .item.big .text-box .cat-list li {
    font-size: 1rem;
    padding: 2px 6px;
  }
  .top-works-slider .splide__slide:nth-of-type(2n) .item.big{
    width: 40vw !important;
  }
  .top-works-slider .splide__slide:nth-of-type(2n){
    width: 40vw !important;
  }
} */

.top-recruit-bnr {
  position: relative;
  z-index: 10;
  padding: 60px 0;
  background: url(../img/bg_paper.jpg);
}

.top-recruit-bnr{
  text-align: center;
}

.top-recruit-bnr img{
  max-width: 800px;
  width: 100%;
}

/* supporter */
@media (max-width: 750px) {
  .c-contact-area:has(+.top-supporter) {
    padding-bottom: 24px;
  }
}
.top-supporter {
  padding-top: 30px;
  background: #fff;
}
@media (max-width: 750px) {
  .top-supporter {
    padding-top: 0;
  }
}
.top-supporter-headline {
  display: grid;
  grid-template-columns: max-content 1fr max-content;
  align-items: center;
  gap: 1.2em;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 1em;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-feature-settings: normal;
}
@media (max-width: 750px) {
  .top-supporter-headline {
    font-size: 1.8rem;
  }
}
.top-supporter-headline::before,
.top-supporter-headline::after {
  content: "";
  display: block;
  width: 1.8em;
  height: 3px;
  background-color: #000;
}
@media (max-width: 750px) {
  .top-supporter-headline::before,
  .top-supporter-headline::after {
    height: 2px;
  }
}
.top-supporter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  box-sizing: border-box;
  gap: 20px 0;
}
@media (max-width: 750px) {
  .top-supporter-list {
    gap: 10px 0;
    margin-left: -10px;
  }
}
.top-supporter-list li {
  width: 33.3%;
  padding-left: 20px;
}
@media (max-width: 750px) {
  .top-supporter-list li {
    width: 50%;
    padding-left: 10px;
  }
}
.top-supporter-list li a {
  display: block;
  margin-inline: auto;
  max-width: 320px;
}
.top-supporter-list img {
  display: block;
  width: 100%;
  height: auto;
}
.top-supporter-list--1 {
  margin-left: 0;
}
.top-supporter-list--1 li {
  width: 100%;
  max-width: 320px;
  padding-left: 0;
}
@media (max-width: 750px) {
  .top-supporter-list--1 li {
    max-width: 220px;
  }
}

/* service */
.service {
  background: url(../img/bg_paper.jpg);
}
.service .service_s01 .headline {
  font-size: 30px;
  font-weight: 500;
  padding-left: 0.8em;
  border-left: 0.33em solid #000;
  line-height: 1.2;
  margin-bottom: 64px;
}
@media (max-width: 750px) {
  .service .service_s01 .headline {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.service .service_s01 .logo {
  display: block;
  margin-inline: auto;
  height: auto;
}
@media (max-width: 750px) {
  .service .service_s01 .logo {
    width: 200px;
  }
}
.service .service_s01 .intro-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  margin: 50px 0;
}
@media (max-width: 750px) {
  .service .service_s01 .intro-text {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 30px 0;
  }
}
.service .service_s01 .lead-text {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}
@media (max-width: 750px) {
  .service .service_s01 .lead-text {
    font-size: 1.8rem;
  }
}
.service .service_s01 .lead-text i {
  margin: 0 10px;
}
@media (max-width: 750px) {
  .service .service_s01 .lead-text i {
    margin: 0 3px;
  }
}
@media (max-width: 750px) {
  .service .service_s01 .lead-text i img {
    height: 30px;
  }
}
.service .service_s01 .anker-list {
  margin: 55px 0 100px;
  text-align: center;
}
@media (max-width: 750px) {
  .service .service_s01 .anker-list {
    margin: 15px 0 50px;
  }
}
.service .service_s01 .anker-list li {
  display: inline-block;
  margin: 0 15px;
}
@media (max-width: 750px) {
  .service .service_s01 .anker-list li {
    margin: 0 0.4%;
    width: 45%;
  }
}
@media (max-width: 750px) {
  .service .service_s01 .anker-list li img {
    width: 100%;
  }
}
.service .service_s01 .sub-text {
  text-align: center;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  .service .service_s01 .sub-text {
    margin: 0 0 30px;
  }
}
.service .main-img {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .service .main-img {
    margin: 0 0 20px;
  }
}
@media (max-width: 750px) {
  .service .service_box .img-box {
    display: block;
  }
}
.service .service_box .img-box .img-area {
  width: 457px;
}
@media (max-width: 750px) {
  .service .service_box .img-box .img-area {
    width: 100%;
    text-align: center;
  }
}
.service .service_box .img-box .text-area {
  width: calc(100% - 457px);
  padding: 50px 75px 70px;
  background: url(../img/bg_paper.jpg);
  position: relative;
  margin-top: -100px;
  z-index: 2;
}
@media (max-width: 750px) {
  .service .service_box .img-box .text-area {
    width: 100%;
    padding: 25px;
    margin: -50px 0 0;
  }
}
.service .service_box .img-box .text-area h2 {
  text-align: left;
}
@media (max-width: 750px) {
  .service .service_box .img-box .text-area h2 {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .service .service_box .img-box .text-area h2 img {
    height: 25px;
  }
}
@media (max-width: 750px) {
  .service .service_box .img-box .text-area h2 img.pt01 {
    height: 36px;
  }
}
.service .service_box .img-box .text-area .lead-text {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 25px 0;
}
@media (max-width: 750px) {
  .service .service_box .img-box .text-area .lead-text {
    font-size: 1.8rem;
    margin: 15px 0;
  }
}
.service .service_box .img-box.reverse .text-area {
  padding-left: 0;
}
@media (max-width: 750px) {
  .service .service_box .img-box.reverse .text-area {
    padding: 25px;
  }
}
.service .service-modelhouse {
  padding: 70px 0 0;
}
@media (max-width: 750px) {
  .service .service-modelhouse {
    padding: 30px 0 0;
  }
}
.service .service-modelhouse h3 {
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .service .service-modelhouse h3 {
    margin: 0 0 10px;
  }
}
.service .service-modelhouse .bnr-area {
  position: relative;
  z-index: 2;
}
.service .service-modelhouse .bnr-area li {
  text-align: center;
}
.service .service-modelhouse .bnr-area li img {
  width: 100%;
}
.service .other-service {
  background: #fff;
  padding: 200px 0 0;
  margin-top: -120px;
}
@media (max-width: 750px) {
  .service .other-service {
    padding: 100px 0 0;
    margin-top: -60px;
  }
}
.service .other-service .img-box {
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  .service .other-service .img-box {
    margin: 0 0 30px;
    display: block;
  }
}
.service .other-service .img-box:last-child {
  margin: 0 !important;
}
.service .other-service .img-box .img-area {
  width: 500px;
}
@media (max-width: 750px) {
  .service .other-service .img-box .img-area {
    width: 100%;
  }
}
.service .other-service .img-box .text-area {
  width: calc(100% - 500px);
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 0 0 65px;
}
@media (max-width: 750px) {
  .service .other-service .img-box .text-area {
    width: 100%;
    padding: 15px 0 0 0;
  }
}
.service .other-service .img-box .text-area h3 span {
  color: #676767;
  display: inline-block;
  background: url(../img/bg_paper.jpg);
  padding: 10px 50px;
  font-size: 3rem;
  border-left: 5px solid #145b7e;
}
@media (max-width: 750px) {
  .service .other-service .img-box .text-area h3 span {
    padding: 7px 15px;
    font-size: 2rem;
    display: block;
  }
}
.service .other-service .img-box .text-area .lead-text {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 20px 0;
}
@media (max-width: 750px) {
  .service .other-service .img-box .text-area .lead-text {
    font-size: 1.8rem;
    margin: 15px 0;
  }
}
.service .other-service .img-box.reverse .text-area {
  padding: 0 65px 0 0;
}
@media (max-width: 750px) {
  .service .other-service .img-box.reverse .text-area {
    padding: 15px 0 0 0;
  }
}

.works {
  background: url(../img/bg_paper.jpg);
  padding: 0 0 60px;
}
.works .lower-mv {
  background: none;
  color: #000;
}
@media (max-width: 750px) {
  .works .lower-mv {
    padding: 30px 0;
  }
}
.works .lower-mv span {
  color: #000;
}
.works .column-box .item a {
  outline: 5px solid transparent;
  outline-offset: -5px;
  display: block;
  position: relative;
  z-index: 2;
}
.works .column-box .item a:hover {
  outline: 5px solid #145b7e;
  outline-offset: -5px;
  opacity: 1;
}
.works .column-box .item a:hover .text-box:after {
  display: none;
}
.works .column-box picture {
  position: relative;
  z-index: -1;
}
.works .column-box .text-box {
  padding: 30px 30px;
  background: #fff;
  position: relative;
  z-index: -1;
}
@media (max-width: 750px) {
  .works .column-box .text-box {
    padding: 15px 15px !important;
  }
}
.works .column-box .text-box .num {
  font-family: "din-2014", sans-serif;
  position: absolute;
  top: -50px;
  left: 15px;
  font-size: 5rem;
  font-weight: 700;
  text-shadow: 0 0 2px black;
  color: #fff;
  vertical-align: text-top;
  letter-spacing: 0.05em;
  z-index: 4;
}
@media (max-width: 750px) {
  .works .column-box .text-box .num {
    top: -23px;
    left: 8px;
    font-size: 2.5rem;
  }
}
.works .column-box .text-box .num span {
  font-size: 2.4rem;
  position: relative;
  top: -0.52em;
}
@media (max-width: 750px) {
  .works .column-box .text-box .num span {
    font-size: 1.2rem;
  }
}
.works .column-box .text-box .text {
  font-size: 1.6rem;
}
@media (max-width: 750px) {
  .works .column-box .text-box .text {
    font-size: 1.2rem;
  }
}
.works .column-box .text-box .cat-list {
  position: absolute;
  top: -16px;
  text-align: right;
  width: 100%;
  left: 0;
  padding-right: 40px;
  z-index: 4;
}
@media (max-width: 750px) {
  .works .column-box .text-box .cat-list {
    top: -14px;
    padding-right: 20px;
  }
}
.works .column-box .text-box .cat-list li {
  display: inline-block;
  font-size: 1.2rem;
  background: #000000;
  color: #fff;
  padding: 2px 12px;
}
@media (max-width: 750px) {
  .works .column-box .text-box .cat-list li {
    font-size: 1rem;
    padding: 2px 6px;
  }
}
.works .works-list {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .works .works-list .item {
    margin-bottom: 10px;
  }
}


.works .works-list .column-box .item:nth-of-type(3n-1) .text-box .num,.works .works-list .column-box .item:nth-of-type(3n) .text-box .num  {
  font-family: "din-2014", sans-serif;
  position: absolute;
  top: -24px;
  left: 15px;
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: 0 0 2px black;
  color: #fff;
  vertical-align: text-top;
  letter-spacing: 0.05em;
  z-index: 4;
}
@media (max-width: 750px) {
  .works .works-list .column-box .item:nth-of-type(3n-1) .text-box .num,.works .works-list .column-box .item:nth-of-type(3n) .text-box .num {
    top: -18px;
    left: 7px;
    font-size: 1.8rem;
  }
}
.works .works-list .column-box .item:nth-of-type(3n-1) .text-box .num span,.works .works-list .column-box .item:nth-of-type(3n) .text-box .num span {
  font-size: 1.4rem;
  position: relative;
  top: -0.52em;
}
@media (max-width: 750px) {
  .works .works-list .column-box .item:nth-of-type(3n-1) .text-box .num span,.works .works-list .column-box .item:nth-of-type(3n) .text-box .num span {
    font-size: 1.2rem;
  }
}

.works .works-list .column-box .item:nth-of-type(3n) .text-box,.works .works-list .column-box .item:nth-of-type(3n-1) .text-box {
  padding: 15px 10px;
  background: #fff;
  position: relative;
  position: relative;
  z-index: -1;
}
@media (max-width: 750px) {
  .works .works-list .column-box .item:nth-of-type(3n) .text-box,.works .works-list .column-box .item:nth-of-type(3n-1) .text-box {
    padding: 7px 5px;
  }
}


.works .works-list .column-box .item:nth-of-type(3n) .text-box .text,.works .works-list .column-box .item:nth-of-type(3n-1) .text-box .text {
  font-size: 1.4rem;
}
@media (max-width: 750px) {
  .works .works-list .column-box .item:nth-of-type(3n) .text-box .text,.works .works-list .column-box .item:nth-of-type(3n-1) .text-box .text {
    font-size: 1.2rem;
  }
}

.works .works-list .column-box{
  display: block !important;
}
.works .works-list .column-box .item{
  width: 592px;
  float: left;
}

.works .works-list .column-box .item{
  margin-bottom: 10px !important;
}

.works .works-list .column-box .item:nth-of-type(6n){
  float: left;
}

.works .works-list .column-box .item:nth-of-type(4){
  float: right;
}

.works .works-list .column-box .item:nth-of-type(3n-2) .text-box{
  height: 130px ;
}

.works .works-list .column-box .item:nth-of-type(3n-1){
  width: 298px;
}

.works .works-list .column-box .item:nth-of-type(2){
  float: right;
}

.works .works-list .column-box .item:nth-of-type(3){
  float: right;
  width: 298px;
}

.works .works-list .column-box .item:nth-of-type(6){
  width: 298px;
  float: left;
}

@media (max-width: 750px) {
  .works .works-list .column-box .item{
    float: none !important;
    width: 100% !important;
    height: inherit !important;
  }
  .works .works-list .column-box .item:nth-of-type(3n-2) .text-box{
    height: inherit !important;
  }
}

#imgMain {
  border-top: 2px solid #000000;
  padding: 20px 0 0;
}

ul#gallery {
  width: 100%;
  height: auto;
}

ul#gallery li {
  height: auto;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

ul#gallery li img {
  width: 100%;
}

.works-whitebox {
  background: #fff;
  padding: 50px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .works-whitebox {
    padding: 25px;
  }
}
.works-whitebox .cat-list {
  text-align: left;
}
.works-whitebox .cat-list li {
  display: inline-block;
  font-size: 1.2rem;
  background: #000000;
  color: #fff;
  padding: 2px 12px;
}
@media (max-width: 750px) {
  .works-whitebox .cat-list li {
    font-size: 1rem;
    padding: 2px 6px;
  }
}
.works-whitebox h1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 2.5rem;
  padding: 12px 0;
}
@media (max-width: 750px) {
  .works-whitebox h1 {
    font-size: 1.5rem;
    padding: 7px 0;
  }
}
.works-whitebox h1 span {
  font-family: "din-2014", sans-serif;
  top: -50px;
  left: 15px;
  font-size: 5rem;
  font-weight: 700;
  color: #fff;
  vertical-align: text-top;
  letter-spacing: 0.05em;
  z-index: 4;
  line-height: 1;
  margin-right: 15px;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.works-whitebox h1 span small {
  font-size: 2.4rem;
  position: relative;
  top: -0.52em;
}
@media (max-width: 750px) {
  .works-whitebox h1 span small {
    font-size: 1.6rem;
    top: -1em;
  }
}
.works-whitebox h2 {
  color: #999999;
  padding: 0 0 20px;
}
@media (max-width: 750px) {
  .works-whitebox h2 {
    padding: 0 0 10px;
  }
}
.works-whitebox .lead-text {
  font-size: 1.4rem;
  margin: 30px 0;
}
@media (max-width: 750px) {
  .works-whitebox .lead-text {
    font-size: 1.2rem;
    margin: 15px 0;
  }
}
.works-whitebox .works-table {
  width: 100%;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
}
.works-whitebox .works-table tbody tr {
  border-bottom: 1px solid #999999;
}
.works-whitebox .works-table tbody tr th {
  background: #145b7e;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0;
  width: 150px;
}
@media (max-width: 750px) {
  .works-whitebox .works-table tbody tr th {
    padding: 10px 0;
    width: 100px;
  }
}
.works-whitebox .works-table tbody tr td {
  padding: 20px 30px;
}
@media (max-width: 750px) {
  .works-whitebox .works-table tbody tr td {
    padding: 10px 15px;
  }
}

.work-slide-cnt {
  padding: 80px 0 0;
}
.work-slide-cnt .swiper-slide {
  width: 400px;
}
@media (max-width: 750px) {
  .work-slide-cnt .swiper-slide {
    width: 200px !important;
  }
}
.work-slide-cnt a {
  outline: 5px solid transparent;
  outline-offset: -5px;
  display: block;
  position: relative;
  z-index: 2;
}
.work-slide-cnt a:hover {
  outline: 5px solid #145b7e;
  outline-offset: -5px;
  opacity: 1;
}
.work-slide-cnt .item {
  width: 400px;
}
@media (max-width: 750px) {
  .work-slide-cnt .item {
    width: 200px;
  }
}
.work-slide-cnt .item picture {
  position: relative;
  z-index: -1;
}
.work-slide-cnt .item .text-box {
  padding: 30px 30px;
  background: #fff;
  position: relative;
  z-index: -1;
}
@media (max-width: 750px) {
  .work-slide-cnt .item .text-box {
    padding: 15px 15px;
  }
}
.work-slide-cnt .item .text-box .num {
  font-family: "din-2014", sans-serif;
  position: absolute;
  top: -50px;
  left: 15px;
  font-size: 5rem;
  font-weight: 700;
  text-shadow: 0 0 2px black;
  color: #fff;
  vertical-align: text-top;
  letter-spacing: 0.05em;
  z-index: 4;
}
@media (max-width: 750px) {
  .work-slide-cnt .item .text-box .num {
    top: -23px;
    left: 8px;
    font-size: 2.5rem;
  }
}
.work-slide-cnt .item .text-box .num span {
  font-size: 2.4rem;
  position: relative;
  top: -0.52em;
}
@media (max-width: 750px) {
  .work-slide-cnt .item .text-box .num span {
    font-size: 1.2rem;
  }
}
.work-slide-cnt .item .text-box .text {
  font-size: 1.6rem;
}
@media (max-width: 750px) {
  .work-slide-cnt .item .text-box .text {
    font-size: 1.2rem;
  }
}
.work-slide-cnt .item .text-box .cat-list {
  position: absolute;
  top: -16px;
  text-align: right;
  width: 100%;
  left: 0;
  padding-right: 40px;
  z-index: 4;
}
@media (max-width: 750px) {
  .work-slide-cnt .item .text-box .cat-list {
    top: -14px;
    padding-right: 20px;
  }
}
.work-slide-cnt .item .text-box .cat-list li {
  display: inline-block;
  font-size: 1.2rem;
  background: #000000;
  color: #fff;
  padding: 2px 12px;
}
@media (max-width: 750px) {
  .work-slide-cnt .item .text-box .cat-list li {
    font-size: 1rem;
    padding: 2px 6px;
  }
}
.work-slide-cnt .works-slide {
  position: relative;
}
.work-slide-cnt .works-slide .works-slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.work-slide-cnt .works-slide .works-slide-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 750px) {
  .work-slide-cnt .works-slide .works-slide-prev {
    left: 10px;
  }
}
@media (max-width: 750px) {
  .work-slide-cnt .works-slide .works-slide-prev img {
    width: 40px;
  }
}
.work-slide-cnt .works-slide .works-slide-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 750px) {
  .work-slide-cnt .works-slide .works-slide-next {
    right: 10px;
  }
}
@media (max-width: 750px) {
  .work-slide-cnt .works-slide .works-slide-next img {
    width: 40px;
  }
}

main.event {
  background: url(../img/bg_paper.jpg);
  padding: 0 0 60px;
}
main.event .lower-mv {
  background: none;
  color: #000;
  padding-bottom: 30px;
}
@media (max-width: 750px) {
  main.event .lower-mv {
    padding: 30px 0;
  }
}
main.event .lower-mv span {
  color: #000;
}

.event-whitebox {
  background: #fff;
  padding: 70px 50px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .event-whitebox {
    padding: 25px;
  }
}
.event-whitebox .sub-info {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .event-whitebox .sub-info {
    margin: 0 0 5px;
  }
}
.event-whitebox .sub-info time {
  font-size: 1.2rem;
  display: inline-block;
  color: #BFBFBF;
  text-align: center;
  margin-left: 1.2em;
}
@media (max-width: 750px) {
  .event-whitebox .sub-info time {
    font-size: 1rem;
  }
}
.event-whitebox .sub-info span {
  font-size: 1.2rem;
  background: #a05716;
  color: #fff;
  padding: 0 12px;
  display: inline-block;
}
@media (max-width: 750px) {
  .event-whitebox .sub-info span {
    padding: 0 6px;
    font-size: 1rem;
  }
}
.event-whitebox .sub-info span.news {
  background: #59981a;
}
.event-whitebox .sub-info span.blog {
  background: #22333C;
}
.event-whitebox h1 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin: 5px 0 0;
}
@media (max-width: 750px) {
  .event-whitebox h1 {
    font-size: 1.8rem;
  }
}
.event-whitebox .edit-area {
  border-top: 3px solid #000000;
  padding: 30px 0 0;
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  .event-whitebox .edit-area {
    border-width: 2px;
    padding: 15px 0 0;
    margin: 15px 0 0;
  }
}
.edit-area {
  font-feature-settings: normal;
  letter-spacing: 0.05em;
}
.edit-area > *:first-child {
  margin-top: 0 !important;
}
.edit-area > *:last-child {
  margin-bottom: 0 !important;
}
.edit-area h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #145B7E;
  background-color: #DAECF5;
  border-left: 0.5em solid #145B7E;
  padding: 0.25em 0.6em;
  margin-bottom: 0.6em;
  margin-top: 1.2em;
}
@media (max-width: 750px) {
  .edit-area h2 {
    font-size: 16px;
  }
}
.edit-area h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #145B7E;
  border-bottom: 3px solid #BFBFBF;
  padding-bottom: 0.5em;
  margin-bottom: 0.6em;
  margin-top: 1.2em;
  position: relative;
}
.edit-area h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 3px;
  background-color: #145B7E;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 10;
}
@media (max-width: 750px) {
  .edit-area h3 {
    font-size: 15px;
  }
  .edit-area h3::after {
    width: 50px;
  }
}
.edit-area p {
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 750px) {
  .edit-area p {
    font-size: 12px;
    line-height: 1.8;
  }
}
.edit-area figure {
  margin-top: 2em;
  margin-bottom: 2em;
}
.edit-area .wp-block-image {
  margin-top: 2em;
  margin-bottom: 2em;
}
.edit-area .is-style-heading-q {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 1em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: normal;
  letter-spacing: 0.05em;
  color: #000000;
  border: none;
  background-color: #EBEBEB;
  padding: 0.5em 0.9em;
  margin-bottom: 0.8em;
  margin-top: 1.7em;
}
.edit-area .is-style-heading-q::before {
  content: "";
  width: auto;
  aspect-ratio: 40 / 22;
  height: 1em;
  display: inline-block;
  background-image: url(../img/q.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  border-right: 2px solid #000000;
  translate: 0 0.28em;
}
.edit-area .is-style-heading-q::after {
  display: none;
}
@media (max-width: 750px) {
  .edit-area .is-style-heading-q {
    font-size: 15px;
  }
}

.contact {
  background: url(../img/bg_paper.jpg);
  padding: 0 0 80px;
}
body.contact{
  background: none !important;
  padding: 0 !important;
}
.contact .lower-mv {
  background: none;
  color: #000;
}
@media (max-width: 750px) {
  .contact .lower-mv {
    padding: 30px 0;
  }
}
.contact .lower-mv span {
  color: #000;
}
.contact .lead-box p {
  text-align: center;
  margin: 0 0 2em;
}
.contact .c-form-area {
  max-width: 800px;
  margin: 0 auto;
}
.contact .c-form-area table {
  width: 100%;
}
@media (max-width: 750px) {
  .contact .c-form-area table tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .contact .c-form-area table tr {
    display: block;
    width: 100%;
  }
}
.contact .c-form-area table tr th {
  width: 150px;
  vertical-align: top;
  padding: 20px 0;
}
@media (max-width: 750px) {
  .contact .c-form-area table tr th {
    display: block;
    width: 100%;
    padding: 10px 0 0;
  }
}
.contact .c-form-area table tr th i {
  font-size: 1.2rem;
  background: #b50000;
  color: #fff;
  margin: 0 0 0 10px;
  padding: 3px 10px;
}
@media (max-width: 750px) {
  .contact .c-form-area table tr th i {
    margin: 0 0 0 5px;
    padding: 2px 5px;
    font-size: 1rem;
  }
}
.contact .c-form-area table tr td {
  padding: 15px 0;
}
@media (max-width: 750px) {
  .contact .c-form-area table tr td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}
.contact .c-form-area table tr td .form-control {
  margin-bottom: 5px;
}
.contact .c-form-area table tr td .form-control:last-child {
  margin: 0;
}
.contact .c-form-area table tr td.check-cell p > span > span {
  display: block;
  text-align: left;
}
.contact .c-form-area table tr td.check-cell p > span > span > span {
  display: inline-block;
  margin-right: 60px !important;
  margin-left: 0 !important;
}
@media (max-width: 750px) {
  .contact .c-form-area table tr td.check-cell p > span > span > span {
    margin-right: 15px !important;
  }
}
.contact .c-form-area table tr td.check-cell p > span > span > span label {
  font-weight: 400;
}
.contact .c-form-area table tr td.check-cell p > span > span > span label input {
  margin-right: 5px;
  position: relative;
  top: -3px;
}
.wpcf7-list-item{
  margin: 0 !important;
}

.wpcf7-spinner{
  display: none !important;
}


@media (max-width: 750px) {
  .contact .c-form-area table tr td.check-cell p > span > span > span label input {
    margin-right: 5px;
  }
}
.contact .c-form-area table tr td.check-cell p > span > span > span:last-child {
  margin: 0;
}
.contact .c-form-area table tr td textarea {
  min-height: 330px;
}
@media (max-width: 750px) {
  .contact .c-form-area table tr td textarea {
    min-height: 80vw;
  }
}
.contact .c-form-area .privacy {
  display: table;
  width: 100%;
  margin: 25px 0 0;
}
@media (max-width: 750px) {
  .contact .c-form-area .privacy {
    margin: 15px 0 0;
  }
}
.contact .c-form-area .privacy > span {
  display: table-cell;
  width: 30px;
}
.contact .c-form-area .privacy > span.text {
  width: calc(100% - 30px);
}
.contact .c-form-area .policy-box {
  background: #fff;
  padding: 40px 50px;
  margin: 35px 0 0;
  height: 200px;
  overflow-y: scroll;
}
@media (max-width: 750px) {
  .contact .c-form-area .policy-box {
    padding: 20px 25px;
    margin: 17px 0 0;
  }
}
.contact .c-form-area .policy-box p {
  margin-bottom: 1.5em;
}
.contact .c-form-area .policy-box p.big-text{
  font-size: 2rem;
  margin-bottom: 0 !important;
}
.contact .c-form-area .policy-box p:last-child {
  margin: 0;
}
.contact .c-submit {
  text-align: center;
  margin: 60px 0 0;
}
@media (max-width: 750px) {
  .contact .c-submit {
    margin: 30px 0 0;
  }
  .contact .c-form-area .policy-box p.big-text{
    font-size: 1.6rem;
  }
}
.contact .c-submit input {
  background: #145b7e;
  color: #fff;
  letter-spacing: 1em;
  font-size: 1.6rem;
  display: inline-block;
  width: 400px;
  padding: 25px;
}
@media (max-width: 750px) {
  .contact .c-submit input {
    font-size: 1.2rem;
    padding: 15px;
    width: 280px;
  }
}

#wrap{
  overflow: initial !important;
}

@media (max-width: 750px) {
  #wrap{
    overflow: auto !important;
  }
}

.sp-only{
  display: none;
}
@media (max-width: 750px){
  .sp-only{
    display: block;
  }
}

.color-huck{
  background: #9c7852 !important;
  color: #fff;
}

.color-arie{
  background: #5e5045 !important;
  color: #fff;
}

.color-reno{
  background: #145b7e !important;
  color: #fff;
}

.renolease_btn{
  margin: -50px auto 110px;
}

.renolease_btn_box{
  max-width: 500px;
  margin: 0 auto;
}


@media (max-width: 750px){
  .renolease_btn{
    margin: -30px auto 60px;
  }
}


/* 以下 2025.12 追記 */
/* scrollhint */
:root .scroll-hint-icon {
  top: 50%;
  translate: 0 -50%;
}
:root .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 1;
}

/* taxonomy.phpのカテゴリータイトル */
.tax-label {
  display: block;
  width: fit-content;
  margin-inline: auto;
  padding: 0 1em 0.4em;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 3px solid #000000;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  .tax-label {
    font-size: 16px;
  }
}
.tax-label--event {
  color: #A05716;
  border-color: #A05716;
}
.tax-label--news {
  color: #59981A;
  border-color: #59981A;
}
.tax-label--blog {
  color: #22333C;
  border-color: #22333C;
}

/* イベント詳細ページ アクションボタン */
.event-rsv {
  margin-top: 70px;
}
@media (max-width: 750px) {
  .event-rsv {
    margin-top: 24px;
  }
}
.event-rsv a {
  max-width: 500px;
  margin-inline: auto;
}

/* ページナビゲーション */
.c-postnav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin-top: 30px;
}
.c-postnav a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  background-size: 1.1em;
  background-repeat: no-repeat;
  padding-bottom: 0.15em;
}
.c-postnav__prev {
  padding-left: 1.5em;
  background-image: url(../img/prev_post.svg);
  background-position: left center;
}
.c-postnav__next {
  padding-right: 1.5em;
  background-image: url(../img/next_post.svg);
  background-position: right center;
}
@media (max-width: 750px) {
  .c-postnav {
    gap: 30px;
    margin-top: 20px;
  }
  .c-postnav a {
    font-size: 1.2rem;
  }
}

/* お客様の声 */
.voice-archive {
  max-width: 940px;
  margin-inline: auto;
}
.voice-article + .voice-article {
  margin-top: 10px;
}
.voice-article a {
  display: grid;
  grid-template-columns: 240px auto;
  align-items: center;
}
@media (max-width: 750px) {
  .voice-article a {
    grid-template-columns: 1fr;
  }
}
.voice-article__thumbnail {
  height: 100%;
}
.voice-article__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 240 / 170;
}
.voice-article__text {
  align-content: center;
  height: 100%;
  background-color: #ffffff;
  padding: 30px;
  padding-right: 95px;
  background-image: url(../img/voice_article_arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 30px;
  background-size: 35px;
}
@media (max-width: 750px) {
  .voice-article__text {
    padding: 20px 16px;
    padding-right: 40px;
    background-size: 20px;
    background-position: center right 10px;
  }
}
.c-tags + .voice-article__title {
  margin-top: 10px;
}
@media (max-width: 750px) {
  .c-tags + .voice-article__title {
    margin-top: 5px;
  }
}
.voice-article__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  font-feature-settings: normal;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .voice-article__title {
    font-size: 15px;
    line-height: 1.75;
  }
}
.c-tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-tags__primary {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #145B7E;
  padding: 0.25em 0.8em;
  text-align: center;
}
@media (max-width: 750px) {
  .c-tags__primary {
    font-size: 10px;
  }
}
.c-tags__secondary {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #145B7E;
}
@media (max-width: 750px) {
  .c-tags__secondary {
    font-size: 11px;
  }
}

.voice-single {
  max-width: 940px;
  margin-inline: auto;
  background-color: #fff;
}
.voice-single__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 940 / 440;
}
.voice-single__body {
  padding: 70px 40px;
  max-width: 830px;
  margin-inline: auto;
}
.c-tags + .voice-single__title {
  margin-top: 10px;
}
@media (max-width: 750px) {
  .voice-single__body {
    padding: 30px 20px;
  }
  .c-tags + .voice-single__title {
    margin-top: 5px;
  }
}
.voice-single__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: normal;
  letter-spacing: 0.05em;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  border-bottom: 2px solid #000000;
  text-align: left;
}
@media (max-width: 750px) {
  .voice-single__title {
    font-size: 18px;
    padding-bottom: 1em;
    margin-bottom: 1.4em;
  }
}
