@charset "UTF-8";
/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oswald-v53-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/oswald-v53-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/zen-kaku-gothic-new-v16-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-jp-v53-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-sans-jp-v53-japanese-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-jp-v53-japanese-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

header {
  z-index: 15;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

input[type=submit] {
  border-radius: 0;
}

/*===============================================
# common
=================================================*/
html {
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #000;
  line-height: 2;
  letter-spacing: 0.01em;
  overflow-x: hidden;
  background-color: #fff;
  color: #333;
  font-style: normal;
  font-weight: 500;
  position: relative;
  font-family: "Oswald", sans-serif;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: content-box;
}

.container2 {
  max-width: 1480px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 1649px) {
  .container2 {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

a:hover {
  opacity: 0.7;
}

.btn {
  background: #333;
  display: inline-block;
  width: 240px;
  padding: 4px 5px 6px;
  text-align: center;
  border-radius: 20px;
}
.btn-right {
  text-align: right;
}
.btn-text {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.12em;
  display: inline-block;
  padding-right: 18px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn-text {
    font-size: 14px;
  }
}
.btn-text::before {
  position: absolute;
  content: "";
  background: url(../images/arrow.png) no-repeat;
  background-size: 100%;
  width: 6px;
  height: 11px;
  right: 0;
  bottom: 8px;
}
@media screen and (max-width: 767px) {
  .btn-text::before {
    bottom: 7px;
  }
}

.title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 14px;
  }
}
.title-jp {
  display: block;
  margin-top: 24px;
  font-size: 40px;
  line-height: 1.7;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .title-jp {
    font-size: 24px;
    margin-top: 14px;
  }
}
.title-jp-white {
  color: #fff;
}
.title-jp-faq {
  vertical-align: bottom;
}
@media screen and (max-width: 1023px) {
  .title-jp-faq {
    vertical-align: auto;
  }
}
.title-sub {
  font-size: 32px;
  line-height: 1.7;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .title-sub {
    font-size: 20px;
  }
}
.title-sub-color {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.12em;
  font-family: "Oswald", sans-serif;
  color: #1C479B;
  display: block;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .title-sub-color {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.subtitle {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-top: 36px;
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .subtitle {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.text {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2.25;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 14px;
  }
}

.wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .wrap {
    display: block;
  }
}
.wrap-r {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .wrap-r {
    display: block;
  }
}

.anchor {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
  pointer-events: none;
  outline: none;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

/*===============================================
# フェードイン
=================================================*/
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 0.9s;
}

.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.9s;
}

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/*===============================================
# 画像、ボタンの背景移動
=================================================*/
.mask_wrap {
  display: table;
  overflow: hidden;
  width: 0;
}

.mask-wrap .mask {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
  margin-bottom: 0;
  left: -1000%;
  overflow: hidden;
}

.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}

div.colorbox {
  position: relative;
  width: 80%;
  margin: 30px auto 30px;
}

div.colorbox div.color {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
}

div.colorbox img {
  display: block;
  width: 100%;
}

/*===============================================
# header
=================================================*/
.header {
  position: fixed;
  width: 100%;
  padding: 32px 60px;
  z-index: 5;
}
@media screen and (max-width: 1649px) {
  .header {
    padding: 32px 40px;
  }
}
@media screen and (max-width: 1023px) {
  .header {
    padding: 20px;
  }
}
.header-inner {
  display: flex;
  position: relative;
}
.header-logo {
  width: 171px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 122px;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav {
    display: none;
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    height: 99vh;
    background: linear-gradient(180deg, rgb(28, 71, 155) 0%, rgb(59, 134, 216) 100%);
    padding: 50px 20px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .header-nav {
    top: 68px;
  }
}
.header-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header-nav-list {
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-list-pc {
    display: none;
  }
}
.header-nav-list-sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .header-nav-list-sp {
    display: block;
  }
}
.header-nav-item {
  font-size: 15px;
  letter-spacing: 0.12em;
  margin-left: 40px;
}
@media screen and (max-width: 1279px) {
  .header-nav-item {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-item {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.header-nav-item-link {
  font-weight: 600;
  color: #333;
}
@media screen and (max-width: 1023px) {
  .header-nav-item-link {
    color: #fff;
  }
}
.header-nav-item-contact {
  background: linear-gradient(180deg, rgb(28, 71, 155) 0%, rgb(59, 134, 216) 100%);
  color: #fff;
  display: block;
  text-align: center;
  width: 180px;
  border-radius: 25px;
  padding: 8px;
  font-weight: 600;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1023px) {
  .hamburger-menu {
    display: block;
    width: 32px;
    height: 16px;
    position: relative;
    position: fixed;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    z-index: 3;
    cursor: pointer;
    right: 20px;
    top: 30px;
    background: transparent;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu {
    width: 16px;
    height: 8px;
  }
}
.hamburger-menu-bar {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .hamburger-menu-bar {
    width: 16px;
  }
}
.hamburger-menu-bar:first-child {
  top: 0%;
}
.hamburger-menu-bar:nth-child(2) {
  top: 50%;
}
.hamburger-menu-bar:last-child {
  top: 100%;
}
.hamburger-menu-open .hamburger-menu-bar {
  top: 50%;
}
.hamburger-menu-open .hamburger-menu-bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu-open .hamburger-menu-bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu-open .hamburger-menu-bar:nth-child(2) {
  display: none;
}

/*===============================================
# mv
=================================================*/
.mv {
  background: url(../images/mv_bk.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 154px;
  padding-bottom: 106px;
}
@media screen and (max-width: 1649px) {
  .mv {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1023px) {
  .mv {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.mv-bg {
  width: 100%;
  position: relative;
}
.mv-bg::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgb(28, 71, 155) 0%, rgb(59, 134, 216) 100%);
  width: 100%;
  height: 87.5%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@keyframes infinity-scroll-mv {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.mv-copy {
  position: absolute;
  z-index: 2;
  width: 73%;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 1279px) {
  .mv-copy {
    width: 71.8%;
  }
}
@media screen and (max-width: 767px) {
  .mv-copy {
    width: 90%;
    transform: none;
    left: 10px;
    bottom: 0;
  }
}
.mv .slider {
  position: relative;
}
.mv .slider-wrap {
  display: flex;
  overflow: hidden;
  width: 450%;
}
.mv .slider-list {
  display: flex;
  list-style: none;
  padding: 0;
}
.mv .slider-list-mv {
  animation: infinity-scroll-mv 100s infinite linear 0.5s both;
}
@media screen and (max-width: 767px) {
  .mv .slider-list-mv {
    animation: infinity-scroll-mv 60s infinite linear 0.5s both;
  }
}
.mv .slider-item {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .mv .slider-item {
    margin-right: 10px;
  }
}
.mv .slider-item > img {
  width: 100%;
}

/*===============================================
# footer
=================================================*/
.footer {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer-items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .footer-items {
    display: block;
    margin-bottom: 60px;
  }
}
.footer-btn {
  display: block;
  background: #333;
  padding: 16px 53px 8px 24px;
  border-radius: 10px;
  position: relative;
  margin: 0 10px;
}
@media screen and (max-width: 1023px) {
  .footer-btn {
    margin: 0 5px;
    padding: 16px 43px 8px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-btn {
    max-width: 370px;
    width: 100%;
    margin: 0 auto 15px;
  }
}
.footer-btn::before {
  position: absolute;
  content: "";
  background: url(../images/arrow.png) no-repeat;
  background-size: 100%;
  width: 5px;
  height: 10px;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.footer-btn-text {
  color: #fff;
  font-size: 15px;
  line-height: 0.4;
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .footer-btn-text {
    font-size: 14px;
  }
}
.footer-btn-text-small {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 1023px) {
  .footer-btn-text-small {
    font-size: 11px;
  }
}
.footer-wrap {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .footer-wrap {
    display: block;
  }
}
.footer-item {
  font-size: 14px;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  .footer-item {
    font-size: 12px;
  }
}
.footer-logo {
  margin-bottom: 40px;
  width: 168px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}
.footer-tel-number {
  color: #333;
}
.footer-inner {
  margin-left: auto;
  display: flex;
  flex-direction: column;
}
.footer-nav {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .footer-nav {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav {
    display: block;
    margin-top: 20px;
  }
}
.footer-nav-item {
  margin-left: 40px;
}
@media screen and (max-width: 1023px) {
  .footer-nav-item {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-item {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer-nav-item-link {
  color: #333;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .footer-nav-item-link {
    font-size: 13px;
  }
}
.footer-copyright {
  text-align: right;
  font-size: 12px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 10px;
  }
}

/*===============================================
# 電話発信
=================================================*/
/*===============================================
# concept
=================================================*/
.concept-inner {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .concept-inner {
    padding-top: 60px;
  }
}
.concept-inner::before {
  position: absolute;
  content: "";
  background: url(../images/concept_text.png) no-repeat;
  background-size: 100%;
  width: 329px;
  height: 651px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .concept-inner::before {
    width: 35%;
  }
}
@media screen and (max-width: 630px) {
  .concept-inner::before {
    content: none;
  }
}
.concept-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
  position: relative;
  z-index: 2;
  margin-left: 86px;
}
@media screen and (max-width: 1023px) {
  .concept-title {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .concept-title {
    font-size: 24px;
  }
}
.concept-text {
  margin-left: auto;
  margin-top: 80px;
  width: 660px;
  letter-spacing: 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .concept-text {
    width: 100%;
    margin-top: 40px;
  }
}
.concept-img {
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .concept-img {
    margin-top: 60px;
  }
}

/*===============================================
# service
=================================================*/
.service {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .service {
    margin-top: 40px;
  }
}
.service-bg {
  background: #FAFAFA;
  padding-top: 120px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .service-bg {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.service-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .service-wrap {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.service-wrap-r {
  flex-direction: row-reverse;
}
.service-inner {
  width: 420px;
  margin-right: 100px;
}
@media screen and (max-width: 1279px) {
  .service-inner {
    width: 50%;
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-inner {
    width: 100%;
    margin-right: 0;
  }
}
.service-inner-r {
  margin-right: 0;
  margin-left: 100px;
}
@media screen and (max-width: 1279px) {
  .service-inner-r {
    margin-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-inner-r {
    margin-left: 0;
  }
}
.service-img {
  max-width: 720px;
  width: 100%;
}
@media screen and (max-width: 1649px) {
  .service-img {
    margin-right: -20px;
  }
}
@media screen and (max-width: 1279px) {
  .service-img {
    max-width: none;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .service-img {
    width: 100%;
    margin-left: 20px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1649px) {
  .service-img-r {
    margin-right: 0;
    margin-left: -20px;
  }
}
.service-text {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .service-text {
    margin-top: 20px;
  }
}
.service-btn {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .service-btn {
    margin-top: 20px;
  }
}
.service-btn-online {
  width: 260px;
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .service-btn-online {
    margin-left: 0;
    margin-top: 10px;
    width: 240px;
  }
}
.service-btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .service-btn-wrap {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
  }
}
.service-item {
  display: flex;
  padding: 40px 50px;
  border-bottom: solid 1px #ACACAC;
}
@media screen and (max-width: 767px) {
  .service-item {
    display: block;
    padding: 30px 10px;
  }
}
.service-item:nth-last-child(1) {
  border-bottom: none;
}
.service-icon {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .service-icon {
    margin: 0 auto 20px;
  }
}
.service-group {
  width: calc(100% - 200px);
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .service-group {
    margin-left: 0;
    width: 100%;
  }
}
.service-group-title {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .service-group-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

/*===============================================
# case
=================================================*/
.case {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .case {
    margin-top: 60px;
  }
}
.case-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 550px) {
  .case-inner {
    display: block;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
.case-inner-right {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .case-inner-right {
    margin-left: auto;
    margin-top: 20px;
  }
}
.case-item {
  display: flex;
  background: #FAFAFA;
  border-radius: 40px;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .case-item {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .case-item {
    padding: 20px;
    display: block;
    border-radius: 20px;
  }
}
.case-img {
  width: 350px;
  height: 429px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .case-img {
    width: 250px;
    height: 305px;
  }
}
@media screen and (max-width: 767px) {
  .case-img {
    width: 100%;
    height: 429px;
  }
}
.case-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-content {
  width: calc(100% - 390px);
  margin-left: 40px;
}
@media screen and (max-width: 1023px) {
  .case-content {
    width: calc(100% - 270px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .case-content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.case-content-inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  .case-content-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.case-content-heading {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .case-content-heading {
    font-size: 18px;
  }
}
.case-content-title {
  color: #1C479B;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .case-content-title {
    font-size: 16px;
    margin-top: 15px;
  }
}
.case-content-text {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .case-content-text {
    font-size: 12px;
  }
}
.case .swiper-button-next {
  bottom: 0;
  background-image: none;
  outline: none;
  position: relative;
}
.case .swiper-button-next::after {
  content: "";
}
.case .swiper-button-next:hover img:first-of-type {
  opacity: 0;
}
.case .swiper-button-next img {
  transition: opacity 0.3s;
  width: 40px;
  height: 40px;
}
.case .swiper-button-next img:last-of-type {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.case .swiper-button-next:hover img:last-of-type {
  opacity: 1;
}
.case .swiper-button-prev {
  left: 0;
  background-image: none;
  outline: none;
  position: relative;
}
.case .swiper-button-prev::after {
  content: "";
}
.case .swiper-button-prev:hover img:first-of-type {
  opacity: 0;
}
.case .swiper-button-prev img {
  transition: opacity 0.3s;
  width: 40px;
  height: 40px;
}
.case .swiper-button-prev img:last-of-type {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.case .swiper-button-prev:hover img:last-of-type {
  opacity: 1;
}
.case .swiper-pagination {
  margin-right: 70px;
}
.case .swiper-pagination-bullet {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 8px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .case .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.case .swiper-pagination-bullet-active {
  border: solid 1px #EBEBEB;
  color: #EBEBEB;
}
.case .swiper-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .case .swiper-content {
    display: block;
    margin-top: 20px;
  }
}
.case .swiper-title {
  position: relative;
  display: inline-block;
  padding-left: 220px;
}
@media screen and (max-width: 1279px) {
  .case .swiper-title {
    padding-left: 180px;
  }
}
@media screen and (max-width: 767px) {
  .case .swiper-title {
    padding-left: 150px;
  }
}
@media screen and (max-width: 550px) {
  .case .swiper-title {
    padding-left: 80px;
  }
}
.case .swiper-title::before {
  position: absolute;
  content: "";
  width: 195px;
  height: 1px;
  background: #000;
  left: 0;
  top: 24px;
}
@media screen and (max-width: 1279px) {
  .case .swiper-title::before {
    width: 150px;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .case .swiper-title::before {
    width: 100px;
    top: 18px;
  }
}
@media screen and (max-width: 550px) {
  .case .swiper-title::before {
    width: 50px;
  }
}
.case .swiper-title p {
  color: #000;
  font-size: 24px;
}
@media screen and (max-width: 1279px) {
  .case .swiper-title p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .case .swiper-title p {
    font-size: 16px;
  }
}
.case .swiper-text {
  margin-left: 30px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .case .swiper-text {
    margin-left: 0;
  }
}
.case .swiper-text p {
  color: #EBEBEB;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 550px) {
  .case .swiper-text p {
    font-size: 13px;
  }
}
.case .swiper-img {
  position: relative;
  height: 540px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .case .swiper-img {
    height: 450px;
  }
}
.case .swiper-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
.case01 {
  position: relative;
}
.case02 {
  position: relative;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.case .slider {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
}
@media screen and (max-width: 767px) {
  .case .slider {
    display: none;
  }
}
.case .slider-wrap {
  display: flex;
  overflow: hidden;
}
.case .slider-list {
  display: flex;
  list-style: none;
  padding: 0;
}
.case .slider-list-left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.case .slider-item {
  width: 150vw;
}
.case .slider-item > img {
  width: 100%;
}

.post-closed {
  display: block;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-size: 16px;
}

/*===============================================
# profile
=================================================*/
.profile {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .profile {
    padding-top: 60px;
  }
}
.profile-item {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .profile-item {
    display: block;
  }
}
.profile-item-top {
  flex-direction: row-reverse;
  margin-top: 20px;
}
.profile-item-bottom {
  max-width: 1000px;
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .profile-item-bottom {
    margin-top: 40px;
  }
}
.profile-item-contents {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .profile-item-contents {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .profile-item-contents {
    position: static;
    top: auto;
    transform: none;
    margin-top: 20px;
  }
}
.profile-item-name {
  display: inline-block;
  font-size: 64px;
  font-family: "Oswald", sans-serif;
  background: linear-gradient(180deg, rgb(28, 71, 155) 0%, rgb(59, 134, 216) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  letter-spacing: 0.17em;
  line-height: 1.53;
}
@media screen and (max-width: 1023px) {
  .profile-item-name {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .profile-item-name {
    font-size: 35px;
  }
}
.profile-item-position {
  font-weight: 400;
  position: relative;
  padding-left: 180px;
}
@media screen and (max-width: 1023px) {
  .profile-item-position {
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .profile-item-position {
    padding-left: 0;
    line-height: 1.45;
    margin-top: 8px;
  }
}
.profile-item-position::before {
  position: absolute;
  content: "";
  background: #ACACAC;
  width: 144px;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023px) {
  .profile-item-position::before {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .profile-item-position::before {
    content: none;
  }
}
.profile-item-img {
  width: 667px;
}
@media screen and (max-width: 1023px) {
  .profile-item-img {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .profile-item-img {
    width: 100%;
  }
}
.profile-item-text {
  max-width: 480px;
  width: 100%;
}
.profile-item-text:nth-last-child(1) {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .profile-item-text:nth-last-child(1) {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .profile-item-text {
    max-width: none;
  }
}

/*===============================================
# company
=================================================*/
.company {
  background: linear-gradient(180deg, rgb(28, 71, 155) 0%, rgb(59, 134, 216) 100%);
  border-radius: 20px;
  margin-top: 120px;
  padding-top: 90px;
  padding-bottom: 370px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .company {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.company-map {
  max-width: 1080px;
  width: 100%;
  height: 540px;
  border-radius: 20px;
  overflow: hidden;
  margin: -270px auto 0px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .company-map {
    max-width: none;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .company-map {
    margin-top: -300px;
  }
}
.company-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.company-table {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .company-table {
    margin-top: 20px;
  }
}
.company-table-item {
  max-width: 500px;
  width: 100%;
  padding: 40px 50px 22px 50px;
  border-bottom: solid 1px #EBEBEB;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .company-table-item {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .company-table-item {
    padding: 20px 10px 15px;
    font-size: 14px;
  }
}
.company-table-item:nth-child(odd) {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .company-table-item:nth-child(odd) {
    margin-right: 0;
  }
}
.company-table-title {
  margin-bottom: 10px;
}
.company-table-text {
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .company-table-text {
    padding-left: 10px;
  }
}
.company-table-text-small {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .company-table-text-small {
    font-size: 13px;
  }
}
.company-table-link {
  color: #fff;
  text-decoration: underline;
}
.company-table-tel {
  color: #fff;
  pointer-events: none;
}

/*===============================================
# news
=================================================*/
.news {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .news {
    margin-top: 60px;
  }
}
.news-wrap {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .news-wrap {
    display: block;
  }
}
.news-items {
  width: 760px;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .news-items {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}
.news-item {
  border-bottom: solid 1px #ACACAC;
  display: block;
  margin-bottom: 30px;
  padding: 0 30px 30px;
}
@media screen and (max-width: 767px) {
  .news-item {
    margin-bottom: 20px;
    padding: 0 10px 20px;
  }
}
.news-item-wrap {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news-item-wrap {
    display: block;
  }
}
.news-time {
  font-weight: 400;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #ACACAC;
  display: block;
  line-height: 2.2;
  margin-right: 37px;
}
@media screen and (max-width: 767px) {
  .news-time {
    font-size: 14px;
    margin-right: 20px;
  }
}
.news-title {
  font-weight: 700;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .news-title {
    font-size: 18px;
  }
}
.news-text {
  line-height: 2;
}

/*===============================================
# contact
=================================================*/
.contact {
  background: #FAFAFA;
  border-radius: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
  }
}
.contact-form {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 40px;
  }
}
.contact-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
  /* チェックボックス・ラジオボタン */
}
@media screen and (max-width: 767px) {
  .contact-item {
    padding: 15px 0;
    display: block;
  }
}
.contact-item-top {
  align-items: flex-start;
}
.contact-item .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-bottom: 4px;
  font-weight: 400;
}
.contact-item input[type=checkbox],
.contact-item input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #C4C4C4;
  background: #fff;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-item input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}
.contact-title {
  width: 316px;
}
@media screen and (max-width: 1023px) {
  .contact-title {
    width: 230px;
  }
}
@media screen and (max-width: 767px) {
  .contact-title {
    margin-bottom: 15px;
  }
}
.contact-title p {
  font-weight: 500;
}
.contact-input {
  width: calc(100% - 316px);
}
@media screen and (max-width: 1023px) {
  .contact-input {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 767px) {
  .contact-input {
    width: 100%;
  }
}
.contact-note {
  width: 100%;
  height: 294px;
  overflow: scroll;
  margin: 42px auto 47px;
  padding: 22px 25px;
  background: #fff;
  border: solid 1px #CFCFCF;
}
@media screen and (max-width: 767px) {
  .contact-note {
    margin-top: 20px;
  }
}
.contact-note p {
  margin-bottom: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.contact-note::-webkit-scrollbar {
  width: 6px;
  height: 0;
  background: #FAFAFA;
}
.contact-note::-webkit-scrollbar-thumb {
  background: #000;
  height: 80px;
  width: 4px;
}
.contact-check p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .contact-check p {
    margin: 8px auto;
  }
}
.contact-submit {
  text-align: center;
  margin: 60px auto;
}
.contact-submit:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .contact-submit {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.contact-protect {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .contact-protect {
    text-align: left;
  }
}
.contact-protect a {
  color: #000;
}
.contact-check {
  display: flex;
  justify-content: center;
}
.contact-check .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-right: 4px;
  font-weight: 400;
}

.wpcf7 input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  opacity: 1;
  background: #333;
  color: #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 16.5px;
  max-width: 370px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.haveto {
  white-space: nowrap;
  color: #fff;
  background: #333;
  border-radius: 10px;
  font-size: 12px;
  padding: 1px 12px 1.5px;
  margin-left: 20px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 0;
  font-size: 16px;
  border: 1px solid #CFCFCF;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel] {
  padding: 17px 8px;
  font-weight: 400;
}

textarea {
  min-height: 190px;
  resize: vertical;
  padding: 17px 8px;
  font-weight: 400;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/*===============================================
# 404
=================================================*/
#content > .inner {
  display: block;
}

.entry-404 {
  padding-bottom: 240px;
  padding-top: 180px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .entry-404 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.entry-404-head {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .entry-404-head {
    font-size: 40px;
  }
}

.entry-404-head span::after {
  content: " ";
}

.entry-404-lead {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .entry-404-lead {
    font-size: 20px;
  }
}

.entry-404-lead .m_sp {
  display: none;
}

.entry-404-content {
  color: #000;
  line-height: 2.1;
}

.entry-404-btn {
  margin-top: 58px;
}

.entry-404-btn .btn {
  color: #000;
}/*# sourceMappingURL=style.css.map */