@charset "UTF-8";
/*!
Theme Name: Corporate + i Premium Ver1.0
Author: TOKON
Author URI: https://tokon.co.jp
Description: コーポレート プラスアイ プレミアム
Version: 1.0.0
*/
/*--------------------------------------
font
---------------------------------------*/
body, .tooltip, .popover,
button, input, optgroup, select, textarea,
h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: 'Noto Sans JP', sans-serif;
}

.en {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
}

/*--------------------------------------
base
---------------------------------------*/
ol, ul {
  padding-left: 0;
  list-style: none;
}

img {
  vertical-align: baseline;
  font-size: 0;
  line-height: 0;
}

a {
  color: #000;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:focus, a:hover {
  color: #1d4ba0;
  text-decoration: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/*bootstrap gridのgutter調整*/
.row-no-gutter {
  margin: 0;
}

.row-no-gutter > * {
  padding: 0;
}

.row-small-gutter {
  margin-left: -6px;
  margin-right: -6px;
}

.row-small-gutter > * {
  padding-left: 6px;
  padding-right: 6px;
}

.row-large-gutter {
  margin-left: -30px;
  margin-right: -30px;
}

.row-large-gutter > * {
  padding-left: 30px;
  padding-right: 30px;
}

/*--------------------------------------
Variables
---------------------------------------*/
/*--------------------------------------
reset
---------------------------------------*/
/* アニメーション ----------*/
.wow {
  visibility: hidden;
}

/*--------------------------------------
icons
---------------------------------------*/
.icon-btn-arrow {
  display: inline-block;
  width: 22px;
  height: 7px;
  vertical-align: middle;
  stroke: #fff;
  stroke-width: 1;
  fill: none;
  overflow: hidden;
}

.icon-arrow-l,
.icon-arrow-r {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  vertical-align: middle;
  overflow: hidden;
}

.icon-circle-arrow-r,
.icon-external-link {
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  vertical-align: middle;
  overflow: hidden;
}

.icon-circle-arrow-r {
  margin-left: 0.25rem;
  fill: #FFFFFF;
}

.btn .icon-circle-arrow-r {
  vertical-align: -2px;
}
.btn > span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  width: 100%;
  letter-spacing: 1px;
}
.btn > span .icon-btn-arrow {
  position: absolute;
  right: 0;
  bottom: 6px;
  stroke: #fff;
  stroke-width: 1;
  fill: none;
  transition: all 0.4s ease;
}
.btn > span .icon-arrow-r {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  fill: #fff;
  width: 12px;
  height: 12px;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .btn:hover > span .icon-arrow-r {
    stroke: #fff;
    stroke-width: 1;
    transform: translateX(4px);
  }
}

/*--------------------------------------
body
---------------------------------------*/
html {
  min-height: 100vh;
}
@media all and (max-width: 767px) {
  html {
    min-height: auto;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 140px;
  color: #000;
  background-color: #f1f1f1;
  box-sizing: border-box;
}
body.active {
  overflow: hidden;
}
@media all and (max-width: 1080px) {
  body {
    padding-top: 80px;
  }
}

@media (hover: hover) {
  a:hover {
    color: #1d4ba0;
  }
}
a:active {
  color: #1d4ba0;
}

.btns {
  margin: 88px auto 0;
}
@media all and (max-width: 991px) {
  .btns {
    margin-top: 72px;
  }
}

.btn {
  padding: 12px 16px;
  min-width: 240px;
  color: #FFFFFF;
  font-size: 1rem;
  background-color: #1d4ba0;
  border: none;
  border-radius: 50vw;
  font-size: 1rem;
  outline: none;
}
@media all and (max-width: 575px) {
  .btn {
    min-width: 180px;
  }
}
@media all and (max-width: 340px) {
  .btn {
    min-width: auto;
  }
}
.btn:active, .btn:focus {
  color: #FFFFFF;
}
@media (hover: hover) {
  .btn:hover {
    color: #FFFFFF;
    background-color: #153775;
  }
}

#contents {
  padding-top: 2rem;
}

.br-md {
  display: none;
}
@media all and (max-width: 767px) {
  .br-md {
    display: inline-block;
  }
}

.br-sm {
  display: none;
}
@media all and (max-width: 575px) {
  .br-sm {
    display: inline-block;
  }
}

/*--------------------------------------
header
---------------------------------------*/
header#header {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  background-color: #FFF;
  height: 140px;
  z-index: 100;
  backface-visibility: hidden;
}
header#header.header-light {
  background-color: #FFF;
}
header#header.header-light a {
  color: #000;
}
@media all and (min-width: 769px) {
  header#header.header-light a:hover {
    color: #000;
  }
}
header#header.header-dark {
  background-color: #FFFFFF;
}
header#header.header-dark a {
  color: #000;
}
@media (hover: hover) {
  header#header.header-dark a:hover, header#header.header-dark a:active {
    color: #000;
  }
}
header#header.header-dark nav {
  background-color: #FFFFFF;
}
@media all and (max-width: 1080px) {
  header#header {
    height: 80px;
  }
}
body.customize-support header#header {
  top: 32px;
}
header#header img {
  width: auto;
}
@media (hover: hover) {
  header#header a:hover, header#header a:active {
    opacity: 0.5;
  }
}
header#header #header-main {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 200px;
  width: 100%;
  height: 80px;
}
@media all and (max-width: 1080px) {
  header#header #header-main {
    padding: 0 100px;
  }
}
@media all and (max-width: 360px) {
  header#header #header-main {
    justify-content: flex-start;
    padding: 0 20px;
  }
}
header#header #corp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
header#header #corp #logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
header#header #corp #logo a {
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
@media all and (max-width: 991px) {
  header#header #corp #logo a {
    align-items: center;
    flex-direction: column;
  }
}
header#header #corp #logo a h1 {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.25rem;
}
header#header #corp #logo a .img {
  height: 48px;
  display: inline-block;
}
@media all and (max-width: 991px) {
  header#header #corp #logo a .img {
    margin-bottom: 4px;
    height: 40px;
  }
}
header#header #corp #logo a img {
  display: block;
  width: auto;
  height: 100%;
}
header#header #corp .link-corpsite {
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
  height: 100%;
}
header#header #corp .link-corpsite a {
  padding: 4px 1.25rem;
  font-size: 0.875rem;
  border-left: 1px gray solid;
}
header#header #corp .link-corpsite a .icon-external-link {
  margin-left: 0.25rem;
  width: 0.6875rem;
  height: 0.6875rem;
  fill: #000;
  vertical-align: 0;
}
@media (hover: hover) {
  header#header #corp .link-corpsite a:hover, header#header #corp .link-corpsite a:active {
    opacity: 1;
  }
  header#header #corp .link-corpsite a:hover .icon-external-link, header#header #corp .link-corpsite a:active .icon-external-link {
    fill: btn_bg;
  }
}
@media all and (max-width: 767px) {
  header#header #corp .link-corpsite {
    display: none;
  }
}
header#header #nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
header#header #nav .phone {
  height: 100%;
  margin-right: 10px;
}
@media all and (min-width: 580px) {
  header#header #nav .phone {
    margin-right: 20px;
  }
}
header#header #nav .phone a[href^="tel:"] {
  height: 100%;
  color: #1d4ba0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 580px) {
  header#header #nav .phone a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: hover) {
  header#header #nav .phone a[href^="tel:"]:hover, header#header #nav .phone a[href^="tel:"]:active {
    color: #153775;
    opacity: 1;
  }
}
header#header #nav .phone svg {
  width: 24px;
  margin-right: 2px;
  fill: #1d4ba0;
}
@media all and (max-width: 991px) {
  header#header #nav .phone svg {
    width: 20px;
  }
}
@media all and (max-width: 580px) {
  header#header #nav .phone svg {
    width: 44px;
    height: 44px;
    fill: #FFFFFF;
    background: #1d4ba0;
    border-radius: 50px;
    padding: 10px;
  }
}
header#header #nav .phone .number {
  font-size: 20px;
  font-weight: 700;
}
@media all and (max-width: 580px) {
  header#header #nav .phone .number {
    display: none;
  }
}
header#header #nav ul {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
header#header #nav li {
  height: 100%;
}
header#header #nav li a {
  padding-right: .5rem;
  padding-left: .5rem;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  line-height: 1;
}
header#header #nav li a p {
  margin-bottom: 0;
}
header#header #nav li.nav-contact {
  padding: 0;
  background-color: #1d4ba0;
}
header#header #nav li.nav-contact a {
  padding: 0 1.5rem;
  background-color: #1d4ba0;
  color: #FFFFFF;
}
header#header #nav li.nav-contact a .icon-circle-arrow-r {
  vertical-align: -3px;
}
@media (hover: hover) {
  header#header #nav li.nav-contact a:hover, header#header #nav li.nav-contact a:active {
    background-color: #153775;
    opacity: 1;
  }
}
header#header #nav li.nav-contact a:active {
  background-color: #153775;
  opacity: 1;
}
@media all and (max-width: 575px) {
  header#header #nav li.nav-contact {
    display: none;
  }
}

.nav-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 80px;
}
@media all and (max-width: 1080px) {
  .nav-hamburger {
    display: block;
  }
  .nav-hamburger .hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, top, right filter;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background: #FFFFFF;
    border: 0;
    margin: 0;
    padding: 10px 0 0 0;
    width: 80px;
    height: 80px;
    overflow: visible;
    z-index: 99;
    pointer-events: auto;
  }
  .nav-hamburger .hamburger.is-active {
    z-index: 300;
  }
  .nav-hamburger .hamburger.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .nav-hamburger .hamburger.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }
  .nav-hamburger .hamburger.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }
  .nav-hamburger .hamburger.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .nav-hamburger .hamburger span.hamburger-box {
    margin: 0 auto;
    width: 36px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -3px;
  }
  .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner,
  .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before,
  .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
    width: 36px;
    height: 2px;
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    transition-property: width, transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before,
  .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
    content: "";
    display: block;
  }
  .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::before {
    top: -12px;
  }
  .nav-hamburger .hamburger span.hamburger-box span.hamburger-inner::after {
    bottom: -12px;
  }
  .nav-hamburger .hamburger.is-active span.hamburger-inner, .nav-hamburger .hamburger.is-active span.hamburger-inner::before, .nav-hamburger .hamburger.is-active span.hamburger-inner::after {
    background-color: #000;
  }
}
@media all and (max-width: 1080px) and (hover: hover) {
  .nav-hamburger .hamburger:hover {
    background: #1d4ba0;
  }
  .nav-hamburger .hamburger:hover span.hamburger-box span.hamburger-inner,
  .nav-hamburger .hamburger:hover span.hamburger-box span.hamburger-inner::before,
  .nav-hamburger .hamburger:hover span.hamburger-box span.hamburger-inner::after {
    background-color: #fff;
  }
}

/*--------------------------------------
Global nav
---------------------------------------*/
#nav-main {
  background: #1d4ba0;
  box-sizing: border-box;
  width: 100%;
}
#nav-main #nav-main-inner > ul > li {
  box-sizing: border-box;
}
#nav-main #nav-main-inner > ul > li a,
#nav-main #nav-main-inner > ul > li .nav-parent {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#nav-main #nav-main-inner > ul > li a span,
#nav-main #nav-main-inner > ul > li .nav-parent span {
  display: block;
  width: 100%;
  text-align: center;
}
#nav-main #nav-main-inner > ul > li a .jp,
#nav-main #nav-main-inner > ul > li .nav-parent .jp {
  margin-top: 8px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  text-align: center;
}
#nav-main #nav-main-inner > ul > li .nav-parent {
  cursor: pointer;
}
#nav-main #nav-main-inner > ul > li .subnav {
  display: none;
  background: #153775;
}
@media all and (min-width: 1081px) {
  #nav-main {
    position: relative;
    height: 60px;
  }
  #nav-main #nav-main-inner {
    margin: 0 auto;
    width: 990px;
    height: 100%;
  }
  #nav-main #nav-main-inner > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  #nav-main #nav-main-inner > ul > li {
    width: calc(100% / 7);
    height: 100%;
    box-sizing: border-box;
  }
  #nav-main #nav-main-inner > ul > li a,
  #nav-main #nav-main-inner > ul > li .nav-parent {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 12px;
  }
  #nav-main #nav-main-inner > ul > li a span,
  #nav-main #nav-main-inner > ul > li .nav-parent span {
    width: 100%;
  }
  #nav-main #nav-main-inner > ul > li > a::before,
  #nav-main #nav-main-inner > ul > li .nav-parent::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0;
    height: 32px;
    border-left: 1px solid #FFF;
  }
}
@media all and (min-width: 1081px) and (hover: hover) {
  #nav-main #nav-main-inner > ul > li > a:hover {
    opacity: 1;
  }
  #nav-main #nav-main-inner > ul > li > a:hover > span {
    opacity: 0.8;
  }
}
@media all and (min-width: 1081px) {
  #nav-main #nav-main-inner > ul > li .nav-parent {
    position: relative;
  }
  #nav-main #nav-main-inner > ul > li .subnav {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }
  #nav-main #nav-main-inner > ul > li .subnav a {
    padding: 1rem 0.5rem;
    font-size: 13px;
    line-height: 1.3;
    border-top: 1px rgba(255, 255, 255, 0.5) solid;
  }
}
@media all and (min-width: 1081px) and (hover: hover) {
  #nav-main #nav-main-inner > ul > li .subnav a:hover {
    background: #1d4ba0;
    opacity: 1;
  }
}
@media all and (min-width: 1081px) and (min-width: 1081px) {
  #nav-main #nav-main-inner > ul > li:last-of-type > a::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 0;
    height: 32px;
    border-left: 1px solid #FFF;
  }
}

@media all and (max-width: 1080px) {
  #nav-main {
    position: fixed;
    overflow-y: scroll;
    display: none;
    top: 80px;
    left: 0;
    height: auto;
    pointer-events: auto;
    z-index: 300;
  }
  #nav-main #nav-main-inner {
    width: 100%;
    height: 100%;
  }
  #nav-main #nav-main-inner > ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #nav-main #nav-main-inner > ul li {
    width: 100%;
  }
  #nav-main #nav-main-inner > ul li a,
  #nav-main #nav-main-inner > ul li .nav-parent {
    padding: 1rem 0;
  }
  #nav-main #nav-main-inner > ul li:not(:first-of-type) {
    border-top: 1px rgba(255, 255, 255, 0.7) solid;
  }
  #nav-main #nav-main-inner > ul li .subnav li {
    border-top: 1px rgba(255, 255, 255, 0.5) solid;
    border-bottom: none;
  }
}
@media all and (max-width: 575px) {
  #nav-main #nav-main-news {
    display: none;
  }
}

#nav-main-contact {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}
#nav-main-contact a {
  display: block;
  padding: 0.75rem 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  background: #1d4ba0;
  box-sizing: border-box;
  color: #fff;
}
@media (hover: hover) {
  #nav-main-contact a:hover, #nav-main-contact a:active {
    background: #719ae5;
  }
}
#nav-main-contact a:active {
  background: #719ae5;
}
@media all and (max-width: 575px) {
  #nav-main-contact {
    display: block;
  }
}

/*--------------------------------------
footer
---------------------------------------*/
footer {
  margin-top: auto;
  padding: 15px 56px 15px;
  width: 100%;
  background-color: #000;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
}
@media all and (max-width: 575px) {
  footer {
    padding-bottom: 64px;
  }
}
footer span {
  padding: 0 0.5rem;
}
footer #link-privacypolicy {
  border-right: 1px #cccccc solid;
}
footer #link-privacypolicy a {
  color: #FFFFFF;
}
@media (hover: hover) {
  footer #link-privacypolicy a:hover, footer #link-privacypolicy a:active {
    font-weight: bold;
  }
}
footer #link-privacypolicy a:active {
  font-weight: bold;
}
@media all and (max-width: 575px) {
  footer #link-privacypolicy {
    display: block;
    margin-bottom: 0.5rem;
    border: none;
  }
}

/*--------------------------------------
hero
---------------------------------------*/
#kv {
  position: relative;
  padding-bottom: 0;
  height: 50.7vw;
  max-height: calc(100vh - 80px);
  background-position: center;
  background-size: cover;
}
@media all and (max-width: 575px) {
  #kv {
    padding-bottom: 48px;
    height: calc(100vh - 80px);
  }
}
#kv .catch-copy {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 2rem;
  z-index: 10;
}
@media all and (max-width: 767px) {
  #kv .catch-copy {
    padding: 0 1rem;
  }
}
#kv .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 75, 75, 0.41);
  z-index: 5;
}
#kv .img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#kv .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
}
#kv h2 {
  margin-bottom: 1rem;
  background: none;
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2rem;
}
@media all and (max-width: 991px) {
  #kv h2 {
    font-size: 2.25rem;
  }
}
@media all and (max-width: 767px) {
  #kv h2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 575px) {
  #kv h2 {
    font-size: 1.75rem;
  }
}
#kv p {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
}
@media all and (max-width: 767px) {
  #kv p {
    font-size: 1.125rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
  margin: 0;
  height: 100%;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  height: 100%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.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: 48vw;
  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;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------
Scroll down and Back to top icons
---------------------------------------*/
#icon-scrolldown {
  position: absolute;
  bottom: 48px;
  left: 50%;
  z-index: 10;
}
@media all and (max-width: 575px) {
  #icon-scrolldown {
    bottom: 112px;
  }
}
#icon-scrolldown .arrow.anime {
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.11, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.11, 0.355, 1) 0s infinite alternate;
}
#icon-scrolldown .arrow span {
  position: relative;
  display: block;
  left: 50%;
}
#icon-scrolldown .arrow span:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

#backtotop {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  z-index: 199;
  cursor: pointer;
}
@media all and (max-width: 575px) {
  #backtotop {
    z-index: 410;
  }
}
#backtotop .arrow span {
  position: relative;
  display: block;
  margin: 28px 0 0 0;
}
#backtotop .arrow span:before {
  content: '';
  width: 16px;
  height: 16px;
  border: 0;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}
@media (hover: hover) {
  #backtotop:hover {
    background: rgba(0, 0, 0, 0.7);
  }
}

@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}
/*--------------------------------------
container
---------------------------------------*/
.container {
  margin: 4rem auto 3rem auto;
  padding: 0 24px;
  max-width: 1128px;
  box-sizing: border-box;
}
.container.full-width {
  max-width: 100%;
}
@media all and (max-width: 991px) {
  .container {
    margin: 3rem auto 2rem auto;
  }
}

/*--------------------------------------
section
---------------------------------------*/
section {
  background-color: #f1f1f1;
  overflow: hidden;
}
section .sec-title {
  background-color: #FFFFFF;
  margin: 0;
  padding: 4rem 0 3rem;
  width: 100%;
  font-weight: bold;
  line-height: .6;
  letter-spacing: .1rem;
  text-align: center;
  z-index: 10;
}
section h2 {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  z-index: 10;
}
section h2 span.en {
  display: block;
  font-size: 1.75rem;
  font-weight: bold;
}
section h2 span.sub {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
}
section .box {
  padding: 0 24px;
  height: 100%;
}
@media all and (max-width: 767px) {
  section .box {
    margin-bottom: 2rem;
    padding: 0 12px;
  }
}
section .inner {
  padding: 30px 0 0 0;
}
section h3 {
  color: #202D3B;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
section h3.alignleft {
  text-align: left;
}
@media all and (max-width: 767px) {
  section h3.alignleft {
    text-align: center;
  }
}
section h4 {
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 15px;
}
section h5 {
  color: #202D3B;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
section h5.alignleft {
  text-align: left;
}
@media all and (max-width: 767px) {
  section h5.alignleft {
    text-align: center;
  }
}
section .txt {
  line-height: 1.8;
}
section .badge {
  padding: 4px 5px 5px;
}

/*--------------------------------------
section News
---------------------------------------*/
#news {
  background: #f1f1f1;
}
#news .container .row {
  position: relative;
  margin: 0 auto;
  padding: 0 40px 30px;
  width: 100%;
}
@media all and (max-width: 575px) {
  #news .container .row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#news .list {
  width: 100%;
  padding: 0 24px;
}
@media all and (max-width: 767px) {
  #news .list {
    padding: 0;
  }
}
#news dl {
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 30px 0;
  color: #000;
}
#news dl:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
@media all and (max-width: 575px) {
  #news dl {
    padding: 20px 0;
  }
}
#news dl a {
  color: #000;
}
@media (hover: hover) {
  #news dl a:hover, #news dl a:active {
    color: #1d4ba0;
  }
}
@media all and (max-width: 767px) {
  #news dl {
    display: block;
  }
}
#news dt {
  padding-top: 0.25rem;
  width: 160px;
  font-size: 1rem;
  font-weight: normal;
}
@media all and (max-width: 767px) {
  #news dt {
    font-size: 14px;
    width: 100%;
    margin-bottom: 10px;
  }
}
#news dd {
  margin: 0;
  width: calc(100% - 240px);
}
@media all and (max-width: 767px) {
  #news dd {
    width: 100%;
  }
}
#news dd .title {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: normal;
}
#news dd .txt {
  margin: 0.5rem 0 0;
  font-size: 0.9375rem;
}
#news dd .txt p {
  margin: 0;
}
#news .btns {
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  #news .btns {
    margin-top: 40px;
  }
}

#archive #news {
  min-height: calc(100vh - 257px);
  /* ヘッダー、フッター、ボタンの高さを引いた画面の高さ */
}
#archive #news .list {
  margin-top: 2rem;
}

/*--------------------------------------
section 02 message
---------------------------------------*/
#message .message-portrait {
  padding: 0 24px;
}
@media all and (max-width: 767px) {
  #message .message-portrait {
    margin-bottom: 3rem;
    padding: 0;
  }
}
#message .img {
  background-color: #FFF;
  width: 100%;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
#message .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
#message .box h5 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 25px;
}
#message .box .name {
  font-size: 1.5rem;
  text-align: right;
}
@media all and (max-width: 991px) {
  #message .box .name {
    font-size: 1.25rem;
  }
}
#message .box span {
  font-size: 1rem;
  padding-right: 1rem;
}
#message .box .txt {
  margin-bottom: 15px;
}
#message .movie {
  margin: 60px 0 30px;
}
@media all and (max-width: 767px) {
  #message .movie {
    margin-top: 30px;
  }
  #message .movie .box {
    margin: 0;
  }
}
#message .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#message .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------
section 03 service
---------------------------------------*/
#service #service-listing {
  overflow: hidden;
  margin: 0;
}
#service #service-listing > li {
  width: 100%;
}
#service #service-listing > li .wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 40vw;
  z-index: 2;
}
#service #service-listing > li .wrapper .img {
  width: 100%;
  height: 100%;
}
#service #service-listing > li .wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service #service-listing > li .wrapper .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media all and (max-width: 767px) {
  #service #service-listing > li .wrapper {
    min-height: 360px;
  }
}
@media all and (max-width: 575px) {
  #service #service-listing > li .wrapper {
    height: 60vw;
  }
}
#service #service-listing > li .listing-content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0;
  z-index: 20;
}
#service #service-listing > li .listing-content h3 {
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
  color: #fff;
  font-size: 1.875rem;
}
#service #service-listing > li .listing-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
}
@media all and (max-width: 768px) {
  #service #service-listing > li .listing-content h3 {
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
}
#service #service-listing > li .txt {
  margin: 1.5rem 0 1rem;
  max-width: 30rem;
  color: #fff;
}
#service #service-listing > li .btns {
  margin-top: 30px;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
@media all and (max-width: 768px) {
  #service #service-listing > li .btns {
    margin-top: 1rem;
  }
}
#service #service-listing > li .btn {
  min-width: 216px;
  width: auto;
  background: #1d4ba0;
  color: #fff;
  transition: all 0.4s ease;
}
#service #service-listing > li .btn > span {
  position: relative;
  display: inline-block;
  padding: 0 40px;
  letter-spacing: 1px;
}
#service #service-listing > li .btn > span .icon-btn-arrow {
  position: absolute;
  right: 0;
  bottom: 6px;
  stroke: #fff;
  stroke-width: 1;
  fill: none;
  transition: all 0.4s ease;
}
#service #service-listing > li .btn > span .icon-arrow-r {
  position: absolute;
  right: 0;
  bottom: 6px;
  fill: #fff;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  #service #service-listing > li .btn:hover {
    background: #fff;
    color: #1d4ba0;
    font-weight: bold;
  }
  #service #service-listing > li .btn:hover > span .icon-btn-arrow {
    stroke: #1d4ba0;
    stroke-width: 2;
    transform: translateX(6px);
  }
  #service #service-listing > li .btn:hover > span .icon-arrow-r {
    fill: #1d4ba0;
    transform: translateX(4px);
  }
}
@media all and (max-width: 768px) {
  #service #service-listing > li .btn {
    padding: 6px 12px;
  }
}
@media all and (max-width: 575px) {
  #service #service-listing > li .btn {
    min-width: 160px;
  }
}
#service #service-listing > li:nth-child(odd) .listing-content {
  padding-left: 120px;
  padding-right: 120px;
}
@media all and (max-width: 991px) {
  #service #service-listing > li:nth-child(odd) .listing-content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media all and (max-width: 768px) {
  #service #service-listing > li:nth-child(odd) .listing-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#service #service-listing > li:nth-child(even) .wrapper {
  justify-content: flex-end;
}
#service #service-listing > li:nth-child(even) .listing-content {
  align-items: flex-end;
  padding-right: 120px;
  padding-left: 120px;
}
#service #service-listing > li:nth-child(even) .listing-content h3 {
  text-align: right;
}
#service #service-listing > li:nth-child(even) .listing-content .txt {
  text-align: right;
}
@media all and (max-width: 991px) {
  #service #service-listing > li:nth-child(even) .listing-content {
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media all and (max-width: 768px) {
  #service #service-listing > li:nth-child(even) .listing-content {
    padding-right: 40px;
    padding-left: 40px;
  }
}
#service #service-listing > li:nth-child(even) .btns {
  text-align: right;
}

/*--------------------------------------
section 04 photo album
---------------------------------------*/
#photo .container {
  margin: 0 auto;
  padding: 0;
}
#photo .container .row {
  margin: 0;
}
#photo .container ul li .img {
  overflow: hidden;
  position: relative;
  padding-top: 66.66666%;
  width: 100%;
}
#photo .container ul li .img .img-fluid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 102%;
  max-width: 102%;
}
#photo .container ul li p.caption {
  padding: 0.5rem 1rem 0.25rem;
  font-size: 0.875rem;
  text-align: left;
}
@media all and (max-width: 767px) {
  #photo .container ul li p.caption {
    font-size: 0.8125rem;
  }
}

/*--------------------------------------
section 05 COMPANY
---------------------------------------*/
#company .list {
  margin: 0 auto;
}
#company dl {
  display: flex;
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media all and (max-width: 767px) {
  #company dl {
    display: block;
  }
}
#company dt, #company dd {
  padding-left: 20px;
}
@media all and (max-width: 767px) {
  #company dt, #company dd {
    padding-left: 0;
  }
}
#company dt {
  width: 20%;
}
@media all and (max-width: 767px) {
  #company dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
#company dd {
  width: 80%;
}
@media all and (max-width: 767px) {
  #company dd {
    width: 100%;
  }
}
#company .btns {
  margin: 80px 0 30px;
  text-align: center;
}
#company .btn {
  min-width: 216px;
  width: auto;
  background: #1d4ba0;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  #company .btn:hover {
    background-color: #153775;
    color: #fff;
  }
  #company .btn:hover > span .icon-btn-arrow {
    stroke: #fff;
    stroke-width: 1;
    transform: translateX(6px);
  }
}
@media all and (max-width: 768px) {
  #company .btn {
    padding: 6px 12px;
  }
}
@media all and (max-width: 575px) {
  #company .btn {
    min-width: 160px;
  }
}

/*--------------------------------------
section 06 ACCESS
---------------------------------------*/
#access .access-company-name {
  padding: 0.5rem 1.25rem;
  border-left: 4px #1d4ba0 solid;
  font-size: 1.25rem;
  text-align: left;
}
#access .access-directions {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
#access .access-map {
  margin-top: 1.5rem;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
  height: 0;
}
#access .access-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#access .access-company-info {
  margin-top: 0.25rem;
  font-size: 1rem;
}
#access .access-add-info {
  margin-top: 3rem;
  font-size: 0.8125rem;
}
@media all and (max-width: 767px) {
  #access .access-directions {
    font-size: 1.25rem;
  }
}
#access #access-branch {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 50;
}
#access #access-branch > li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  width: calc(50% - 40px);
}
@media all and (max-width: 575px) {
  #access #access-branch > li {
    width: 100%;
  }
}
#access #access-branch .btns {
  display: block;
  margin: 1rem 0 0;
  text-align: left;
}
#access #access-branch .btns .btn {
  display: inline-block;
  margin: 0;
  padding: 6px 30px;
  min-width: auto;
  width: auto;
  border: 1px #1d4ba0 solid;
  border-radius: 50vw;
  background: transparent;
  color: #1d4ba0;
}
@media (hover: hover) {
  #access #access-branch .btns .btn:hover {
    background: #1d4ba0;
    color: #fff;
  }
}

/*--------------------------------------
News Archive / Single
---------------------------------------*/
#post #contents {
  padding-top: 0;
}

#archive #news {
  min-height: calc(100vh - 257px);
  /* ヘッダー、フッター、ボタンの高さを引いた画面の高さ */
}
#archive #news .sec-title {
  padding: 30px 0 0;
  background: transparent;
}
#archive #news .sec-title .en,
#archive #news .sec-title .sub {
  color: #1d4ba0;
}

#news-single {
  padding-top: 0;
  background: #fff;
}
#news-single .inner {
  margin: 0 auto;
  padding: 80px 40px 40px;
  max-width: calc(40rem + 120px);
  width: 100%;
  background: #fff;
  border-radius: 20px;
}
#news-single .single-page-title {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 40rem;
  width: 100%;
  background: transparent;
  color: #000;
  text-align: left;
}
#news-single .date {
  display: block;
  margin: 40px auto 0;
  max-width: 40rem;
  color: #000;
  font-size: 0.875rem;
  text-align: left;
}
#news-single h1 {
  margin: 1.5rem auto 0;
  max-width: 40rem;
  background: transparent;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
}
#news-single h2,
#news-single h3,
#news-single h4,
#news-single h5 {
  margin: 1.5rem auto 1rem;
  padding: 0;
  background: transparent;
  color: #000;
  font-weight: bold;
  text-align: left;
}
#news-single h2 {
  font-size: 1.75rem;
}
#news-single h3 {
  font-size: 1.5rem;
}
#news-single h4 {
  font-size: 1.25rem;
}
#news-single h5 {
  font-size: 1.125rem;
}
#news-single .txt {
  margin: 2.5rem auto 0;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.7;
}
#news-single .btns {
  max-width: 40rem;
  text-align: center;
}
#news-single img {
  margin: 0;
  width: 100%;
  height: auto;
}
#news-single .wp-block-image,
#news-single .wp-block-embed,
#news-single .wp-block-video {
  margin: 1rem auto;
}
#news-single .wp-block-embed__wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  border-radius: 12px;
  width: 100%;
  height: 0;
}
#news-single .wp-block-embed__wrapper iframe {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#news-single a {
  position: relative;
  z-index: 1;
}
#news-single ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  padding-left: 1.5rem;
}
#news-single ul li:not(:first-child) {
  margin-top: 0.25rem;
}
#news-single ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0.5rem;
  padding-right: 0.5rem;
  color: #1d4ba0;
  font-size: 1rem;
}

.icon-new {
  display: inline-block;
  margin-left: 0.75rem;
  padding: 6px 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #000;
  border-radius: 12px;
  box-sizing: border-box;
}
@media all and (max-width: 767px) {
  .icon-new {
    width: auto;
  }
}

/*--------------------------------------
Service pages
---------------------------------------*/
#page {
  background: #fff;
}
#page section:not(.kv) {
  background: transparent;
}
#page .btns {
  margin: 40px auto 64px;
  text-align: center;
}

#intro .txt {
  margin: 1.125rem auto 0;
  max-width: 53rem;
  color: #000;
  font-size: 1.25rem;
  line-height: 2;
  text-align: center;
}

#service-service .container {
  padding-top: 0;
  padding-bottom: 0;
}
#service-service .sec-title {
  margin-bottom: 80px;
  padding: 0;
  background: transparent;
}
#service-service .sec-title .en,
#service-service .sec-title .sub {
  color: #000;
}
#service-service #service-listing > li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#service-service #service-listing .img {
  width: calc(40% - 30px);
}
#service-service #service-listing .img .img-wrapper {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
#service-service #service-listing .img .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 768px) {
  #service-service #service-listing .img {
    width: 100%;
  }
}
#service-service #service-listing .txt {
  width: calc(60% - 30px);
}
#service-service #service-listing .txt h3 {
  margin: 0 0 1rem;
  color: #1d4ba0;
  font-size: 1.5rem;
  text-align: left;
}
#service-service #service-listing .txt .body {
  margin-top: 0.5rem;
  color: #000;
  line-height: 2;
}
@media all and (max-width: 768px) {
  #service-service #service-listing .txt {
    margin-top: 30px;
    width: 100%;
  }
}
#service-service .btns {
  padding-bottom: 80px;
  text-align: center;
}

/*--------------------------------------
企業理念
---------------------------------------*/
#philosophy {
  background: #fff;
}
#philosophy section:not(.kv) {
  background: transparent;
}
#philosophy .philosophy-sec {
  margin-top: 4rem;
  max-width: 53rem;
}
#philosophy .philosophy-sec#philosophy-slogan {
  font-size: 1.125rem;
  line-height: 3;
}
#philosophy h3 {
  margin: 0 auto 3rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px #1d4ba0 solid;
  color: #000;
}
#philosophy h3.no-border {
  border: none;
}
@media all and (min-width: 576px) {
  #philosophy h3 br {
    display: none;
  }
}
#philosophy #intro {
  margin-top: 1rem;
}
#philosophy #intro h3 {
  display: inline-block;
  border: none;
}
@media all and (max-width: 575px) {
  #philosophy #intro .txt p {
    font-size: 1.125rem;
  }
  #philosophy #intro .txt p br {
    display: none;
  }
}
#philosophy .decimal li {
  position: relative;
  counter-increment: list;
  padding-left: 1.5rem;
}
#philosophy .decimal li::before {
  content: counter(list) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #1d4ba0;
}
#philosophy .decimal li span {
  display: inline-block;
}
#philosophy .decimal li span:first-child {
  margin-right: 1rem;
}
@media all and (min-width: 769px) {
  #philosophy .decimal li br {
    display: none;
  }
}
#philosophy #philosophy-vision.philosophy-sec {
  max-width: 55rem;
}
#philosophy #philosophy-vision h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
#philosophy #philosophy-vision h4:not(:first-of-type) {
  margin-top: 50px;
}
#philosophy .btns {
  margin: 40px auto 64px;
  text-align: center;
}

/*--------------------------------------
Privacy Policy Page
---------------------------------------*/
#privacy-policy {
  line-height: 1.7;
}
#privacy-policy #contents {
  padding: 0 48px;
}
@media all and (max-width: 575px) {
  #privacy-policy #contents {
    padding: 0 36px;
  }
}
#privacy-policy #contents-privacypolicy h2 {
  margin-bottom: 1.25rem;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
#privacy-policy #contents-privacypolicy h3 {
  margin: 2rem 0 1rem 0;
  padding: 0;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: left;
  background: none;
}
#privacy-policy #contents-privacypolicy p {
  margin-bottom: 1rem;
}
#privacy-policy #contents-privacypolicy > ol, #privacy-policy #contents-privacypolicy > ul {
  list-style: square;
  padding-left: 1.5rem;
}
#privacy-policy #contents-privacypolicy > ol > li, #privacy-policy #contents-privacypolicy > ul > li {
  margin-bottom: 1rem;
}
#privacy-policy #contents-privacypolicy > ol ol, #privacy-policy #contents-privacypolicy > ol ul, #privacy-policy #contents-privacypolicy > ul ol, #privacy-policy #contents-privacypolicy > ul ul {
  list-style: disc;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

/*--------------------------------------
pagination
---------------------------------------*/
.pagination-wrapper {
  width: 100%;
}

.pagination {
  margin-top: 60px;
}
.pagination .page-item {
  padding: 0 2px;
}
.pagination .page-item:first-child .page-numbers {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.pagination .page-item:last-child .page-numbers {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.pagination .page-item .page-link,
.pagination .page-item .page-numbers {
  margin: 0;
  color: #000;
  border: none;
  background: #fff;
}
.pagination .page-item .page-link .icon-arrow-l,
.pagination .page-item .page-link .icon-arrow-r,
.pagination .page-item .page-numbers .icon-arrow-l,
.pagination .page-item .page-numbers .icon-arrow-r {
  position: relative;
  top: 1px;
  padding-left: 3px;
  fill: #000;
}
@media all and (min-width: 769px) {
  .pagination .page-item .page-link:hover,
  .pagination .page-item .page-numbers:hover {
    color: #fff;
    background-color: #c73939;
  }
  .pagination .page-item .page-link:hover .icon-arrow-l,
  .pagination .page-item .page-link:hover .icon-arrow-r,
  .pagination .page-item .page-numbers:hover .icon-arrow-l,
  .pagination .page-item .page-numbers:hover .icon-arrow-r {
    fill: #fff;
  }
}
.pagination .page-item .page-link.current,
.pagination .page-item .page-numbers.current {
  color: #fff;
  background-color: #c73939;
}
.pagination .page-item .page-link.current .icon-arrow-l,
.pagination .page-item .page-link.current .icon-arrow-r,
.pagination .page-item .page-numbers.current .icon-arrow-l,
.pagination .page-item .page-numbers.current .icon-arrow-r {
  fill: #fff;
}
@media all and (min-width: 769px) {
  .pagination .page-item .page-link.current:hover,
  .pagination .page-item .page-numbers.current:hover {
    cursor: default;
  }
}
.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 36px;
  height: 36px;
  line-height: 1.25;
}
.pagination .page-item.active .page-link {
  color: #fff;
  background-color: #c73939;
}
@media all and (min-width: 769px) {
  .pagination .page-item.active .page-link:hover {
    cursor: default;
  }
}

/*--------------------------------------
contact
---------------------------------------*/
#contact {
  background: #f1f1f1;
}
#contact .container {
  margin: 0 auto;
  padding: 2rem;
}
#contact .card {
  border: none;
}
#contact .card-body {
  padding: 2rem;
}
#contact .form-group {
  margin: 0 0 2rem 0;
  padding: 0 0 2rem 0;
  box-sizing: border-box;
}
@media all and (max-width: 575px) {
  #contact .form-group {
    margin: 0 0 1rem 0;
    padding: 0 0 1rem 0;
  }
}
#contact .form-group > div {
  padding: 0;
}
#contact .form-group:not(.checkbox) {
  border-bottom: 1px #f1f1f1 solid;
}
#contact .form-group:last-of-type {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
#contact .form-group:last-of-type > div {
  text-align: center;
}
#contact select {
  padding-right: 1rem;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 99% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#contact .sent fieldset {
  display: none;
}
#contact input::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
#contact input::-moz-placeholder {
  color: #CCC;
  font-weight: normal;
}
#contact input:-ms-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
#contact textarea {
  height: 11rem;
}
#contact textarea::-moz-placeholder {
  color: #CCC;
  font-weight: normal;
}
#contact textarea::-webkit-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
#contact textarea:-ms-input-placeholder {
  color: #CCC;
  font-weight: normal;
}
#contact .card-block {
  padding: 26px;
}
#contact .card-block h2 {
  margin-bottom: 20px;
}
#contact .card-block p {
  line-height: 1.8;
}
#contact .card-block p:last-child {
  margin-bottom: 40px;
}
#contact label {
  margin: 0;
}
#contact label.control-label-mb {
  margin-bottom: 0.25rem;
}
@media all and (max-width: 991px) {
  #contact label {
    margin: 0 0 0.5rem;
  }
}
@media all and (max-width: 991px) {
  #contact .privacypolicy-wrapper label {
    margin: 0;
  }
}
#contact .checkbox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 42px;
}
#contact .checkbox-txt {
  text-align: center;
}
#contact .btns {
  margin: 30px 0 30px;
  text-align: center;
}
#contact .btn {
  display: inline-block;
  margin: 30px 10px 0;
  padding: 12px 1rem;
  max-width: 240px;
  width: 100%;
  font-size: 1rem;
}
#contact .btn a {
  font-size: 1rem;
  color: #FFFFFF;
}
@media all and (max-width: 575px) {
  #contact .btn {
    margin: 30px 0 0;
  }
}
#contact .must {
  font-size: 13px;
  color: #FFF;
  background: #D62C1A;
  margin: 0 6px;
  padding: 2px 6px;
  border-radius: 3px;
  white-space: nowrap;
}
#contact .error {
  margin-top: 0.25rem;
}

.formError {
  top: 38px !important;
  left: 0 !important;
  width: 100%;
}
.formError .formErrorContent {
  width: 100px;
  font-size: 12px;
  color: #D62C1A;
}
.formError + .form-control {
  border-color: #D62C1A;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.formError + .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed7669;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ed7669;
}

.mw_wp_form_complete .card-block {
  padding: 2rem;
}
.mw_wp_form_complete h2 {
  font-size: 1.5rem;
}
