@charset "UTF-8";
/* ubuntu-700 - 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: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ubuntu-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* heebo-700 - 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: "Heebo";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/heebo-v27-latin-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-v54-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-v54-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-v54-japanese-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-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: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-jp-v54-japanese-700.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 {
  overflow-x: hidden;
  background-color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
  font-weight: 500;
  font-style: normal;
  font-family: "Ubuntu", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media screen and (max-width: 1649px) {
  .container {
    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 {
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-top: 60px;
  border-radius: 35px;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 270px;
    height: 60px;
    margin-top: 30px;
  }
}
.btn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-color {
  background: #EDEEF1;
}
.btn-text {
  color: #000000;
  font-weight: 700;
}

.title {
  font-size: 80px;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.45;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.title-jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .title-jp {
    font-size: 16px;
  }
}
.title-contact {
  color: #fff;
  margin-bottom: 0;
}

.heading {
  font-size: 56px;
  letter-spacing: 0.09em;
  line-height: 1.87;
  font-weight: 700;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .heading {
    font-size: 30px;
    line-height: 1.5;
  }
}

/*===============================================
# フェードイン
=================================================*/
/*フェードインアニメ*/
/*左から右にフェードイン*/
.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);
}

/*===============================================
# header
=================================================*/
.header {
  position: fixed;
  width: 100%;
  z-index: 3;
  padding: 20px 40px 0;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 12px 20px;
  }
}
.header-inner {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .header-inner {
    justify-content: flex-end;
  }
}
.header-logo {
  width: 178px;
  margin-right: auto;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 140px;
  }
}
.header-nav {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #EDEEF1;
    padding: 80px 25px;
    overflow-y: scroll;
    z-index: 3;
  }
}
.header-nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .header-nav-list {
    display: block;
  }
}
.header-nav-item {
  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-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.header-nav-item-link {
  font-family: "Ubuntu", sans-serif;
  color: #000000;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .header-nav-item-link {
    font-size: 16px;
  }
}
.header-nav-item-link-contact {
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 1023px) {
  .header-nav-item-link-contact {
    width: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .header-nav-item-link-contact {
    margin: 0 auto;
  }
}
.header-nav-item-link-contact .header-nav-item-link {
  color: #fff;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 1023px) {
  .hamburger-menu {
    position: relative;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    z-index: 5;
    right: 0;
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
  }
}
.hamburger-menu-bar {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .hamburger-menu-bar {
    width: 12px;
  }
}
.hamburger-menu-bar:first-child {
  top: 40%;
}
.hamburger-menu-bar:nth-child(2) {
  top: 50%;
}
.hamburger-menu-bar:last-child {
  top: 60%;
}
.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
=================================================*/
.parallax {
  background: url(../images/top/bg_circle.png) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .parallax {
    background: url(../images/top/bg_circle_sp.png) no-repeat;
    background-size: 100%;
  }
}

.mv-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1279px) {
  .mv-container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .mv-container {
    padding: 0 20px;
    margin-top: 120px;
  }
}

/*===============================================
# footer
=================================================*/
.footer {
  position: relative;
  padding: 80px 20px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer-container {
  background: #1D1D1D;
  border-radius: 40px 40px 0 0;
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .footer-container {
    padding-bottom: 50px;
  }
}
.footer-cta {
  display: flex;
  align-items: flex-end;
  border-bottom: solid 1px #707070;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .footer-cta {
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }
}
@media screen and (max-width: 1023px) {
  .footer-btn {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-btn {
    margin-left: auto;
  }
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    display: block;
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.footer-inner {
  margin-left: 60px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    margin-left: 0;
    margin-top: 40px;
  }
}
.footer-logo {
  width: 281px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 200px;
  }
}
.footer-email {
  font-weight: 700;
  margin-top: 40px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 0 28px 0 90px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    display: block;
    padding: 0;
    margin-top: 40px;
  }
}
.footer-nav-list {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .footer-nav-list {
    margin-right: 0;
  }
}
.footer-nav-item {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer-nav-item {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.footer-copyright {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    text-align: center;
    font-size: 10px;
  }
}

/*===============================================
# post
=================================================*/
.voice {
  padding: 140px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice {
    padding: 70px 0;
  }
}
.voice::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(237, 238, 241, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  top: 0;
  left: 0;
}
.voice-item {
  display: flex;
  align-items: flex-end;
  max-width: 940px;
  width: 100%;
  padding: 40px 40px 0;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .voice-item {
    margin-bottom: 20px;
    padding: 30px 20px 0;
  }
}
@media screen and (max-width: 550px) {
  .voice-item {
    display: block;
  }
}
.voice-item:nth-child(odd) .voice-img {
  position: relative;
  width: 147px;
  height: 223px;
}
@media screen and (max-width: 767px) {
  .voice-item:nth-child(odd) .voice-img {
    width: 115px;
    height: 180px;
  }
}
@media screen and (max-width: 550px) {
  .voice-item:nth-child(odd) .voice-img {
    margin-left: auto;
  }
}
.voice-item:nth-child(odd) .voice-img::before {
  position: absolute;
  content: "";
  background: url(../images/top/voice_01.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.voice-item:nth-child(even) {
  margin-left: auto;
}
.voice-item:nth-child(even) .voice-img {
  position: relative;
  width: 159px;
  height: 222px;
}
@media screen and (max-width: 767px) {
  .voice-item:nth-child(even) .voice-img {
    width: 115px;
    height: 180px;
  }
}
@media screen and (max-width: 550px) {
  .voice-item:nth-child(even) .voice-img {
    margin-left: auto;
  }
}
.voice-item:nth-child(even) .voice-img::before {
  position: absolute;
  content: "";
  background: url(../images/top/voice_02.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.voice-inner {
  max-width: 720px;
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .voice-inner {
    padding-bottom: 30px;
    width: calc(100% - 115px);
  }
}
@media screen and (max-width: 550px) {
  .voice-inner {
    width: 100%;
    padding-bottom: 10px;
  }
}
.voice-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .voice-title {
    font-size: 16px;
  }
}
.voice-text {
  line-height: 2.2;
  color: #000000;
  margin-top: 14px;
  font-size: 14px;
}
.voice-category {
  display: flex;
  flex-wrap: wrap;
}
.voice-category-item {
  margin-right: 12px;
  margin-top: 12px;
}
.voice-category-item-link {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  background: #EDEEF1;
  padding: 8px 12px;
  border-radius: 15px;
  pointer-events: none;
}
.voice-btn {
  margin: 0 auto;
}

.achievements {
  padding: 140px 0;
  background: #EDEEF1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .achievements {
    padding: 70px 0;
  }
}
.achievements-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.achievements-item {
  width: 48.1%;
  height: 100%;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .achievements-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 20px;
  }
}
.achievements-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .achievements-title {
    font-size: 16px;
  }
}
.achievements-text {
  line-height: 2.2;
  color: #000000;
  margin-top: 14px;
  font-size: 14px;
}
.achievements-category {
  display: flex;
  flex-wrap: wrap;
}
.achievements-category-link {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  background: #EDEEF1;
  padding: 8px 12px;
  border-radius: 15px;
  margin-right: 12px;
  margin-top: 12px;
  pointer-events: none;
}
.achievements-btn {
  margin: 0 auto;
}

.post-closed {
  display: block;
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.post-closed-blog {
  max-width: 840px;
  padding-bottom: 80px;
}

/*===============================================
# トップページ
=================================================*/
.h-concept {
  margin-top: -140px;
  padding: 140px 40px;
  position: relative;
}
.h-concept::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(237, 238, 241, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .h-concept {
    margin-top: -20px;
    padding: 70px 0;
  }
}
.h-concept-text {
  font-weight: 600;
  line-height: 2.5;
  margin-top: 80px;
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .h-concept-text {
    line-height: 2;
    margin-top: 40px;
  }
}
.h-concept-slider {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .h-concept-slider {
    margin-top: 40px;
  }
}

.h-service {
  background: #fff;
  padding: 140px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .h-service {
    padding: 70px 0;
  }
}
.h-service-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .h-service-wrap {
    flex-direction: column-reverse;
  }
}
.h-service-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .h-service-img {
    width: 100%;
  }
}
.h-service-inner {
  width: 50%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .h-service-inner {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.h-service-inner-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.09em;
  line-height: 2.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .h-service-inner-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.h-service-inner-text {
  line-height: 2.5;
}
.h-service-inner-bold {
  line-height: 2.5;
  font-weight: bold;
}
.h-service-pc {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .h-service-pc {
    width: 100%;
  }
}
.h-service-btn {
  width: 27%;
  background: #EDEEF1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .h-service-btn {
    width: 100%;
    min-height: 100px;
    margin-top: 20px;
  }
}
.h-service-btn-text {
  color: #000;
  display: block;
  padding-left: 57px;
  position: relative;
}
.h-service-btn-text::before {
  position: absolute;
  content: "";
  background: url(../images/top/arrow.png) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .h-service-btn-text::before {
    width: 30px;
    height: 30px;
  }
}
.h-service-subtitle {
  font-size: 26px;
  margin-top: 80px;
  margin-bottom: 60px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .h-service-subtitle {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.h-service-content {
  width: 70%;
  border-radius: 20px;
  padding: 45px 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .h-service-content {
    width: 100%;
    padding: 30px 20px;
    margin-top: 10px;
  }
}
.h-service-content-01 {
  background: #D84876;
}
.h-service-content-02 {
  background: #6EB08E;
}
.h-service-content-03 {
  background: #E8C45D;
}
.h-service-content-04 {
  background: #CD453E;
}
.h-service-content-img {
  width: 27%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .h-service-content-img {
    width: 100%;
  }
}
.h-service-content-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .h-service-content-title {
    font-size: 18px;
  }
}
.h-service-content-text {
  line-height: 2.5;
}

/*===============================================
# 下層ページ共通
=================================================*/
.sub-mv {
  position: relative;
  background: url(../images/sub/mv_sub.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 443px;
}
@media screen and (max-width: 767px) {
  .sub-mv {
    height: 300px;
  }
}
.sub-mv-inner {
  max-width: 1080px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1279px) {
  .sub-mv-inner {
    left: 20px;
    transform: none;
    top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .sub-mv-inner {
    left: 20px;
  }
}
.sub-mv-title {
  font-size: 80px;
  font-family: "Ubuntu", sans-serif;
  color: #000000;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .sub-mv-title {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sub-mv-title {
    font-size: 40px;
  }
}
.sub-mv-title-jp {
  display: block;
  font-size: 24px;
  letter-spacing: 0.09em;
  margin-top: 20px;
  color: #000000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-mv-title-jp {
    font-size: 18px;
  }
}
.sub-mv-img {
  width: 740px;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .sub-mv-img {
    width: 66%;
  }
}
@media screen and (max-width: 767px) {
  .sub-mv-img {
    width: 96%;
  }
}

.top {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top {
    padding: 60px 0;
  }
}
.top-img {
  max-width: 864px;
  width: 100%;
  margin: 48px auto 0;
}
@media screen and (max-width: 767px) {
  .top-img {
    margin-top: 30px;
  }
}

/*===============================================
# page-service
=================================================*/
.concept {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .concept {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.concept-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.09em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .concept-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.concept-text {
  font-weight: 600;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .concept-text {
    line-height: 2;
  }
}

.feature {
  padding: 140px 0;
  background: #EDEEF1;
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 70px 0;
  }
}
.feature-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feature-item {
  width: 28.5%;
}
@media screen and (max-width: 1279px) {
  .feature-item {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .feature-item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.feature-item:nth-child(2) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .feature-item:nth-child(2) {
    margin-top: 0;
  }
}
.feature-item-inner {
  background: #366ECC;
  border-radius: 20px;
  color: #fff;
  line-height: 1.5;
  padding: 32px 40px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .feature-item-inner {
    padding: 25px 20px;
    margin-top: 10px;
  }
}
.feature-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .feature-item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.feature-item-text {
  font-weight: 400;
}
.feature-content {
  background: #fff;
  border-radius: 20px;
  padding: 56px 72px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .feature-content {
    padding: 35px 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-content {
    display: block;
    padding: 35px 20px 0;
    margin-top: 30px;
  }
}
.feature-content-inner {
  max-width: 721px;
  width: 100%;
}
.feature-content-img {
  width: 159px;
}
@media screen and (max-width: 767px) {
  .feature-content-img {
    width: 100px;
    margin-left: auto;
  }
}
.feature-content-text {
  line-height: 2.5;
}
.feature-content-text-large {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .feature-content-text-large {
    font-size: 16px;
  }
}
.feature-content-text-color {
  color: #366ECC;
}
.feature-content-text:nth-child(1) {
  padding-bottom: 68px;
  position: relative;
}
.feature-content-text:nth-child(1)::before {
  position: absolute;
  content: "";
  background: url(../images/service/down.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 20px;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%);
}
.feature-content-text:nth-child(2) {
  padding-bottom: 56px;
}
@media screen and (max-width: 1023px) {
  .feature-content-text:nth-child(2) {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .feature-content-text:nth-child(2) {
    padding-bottom: 0;
  }
}

.capability {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .capability {
    padding: 70px 0;
  }
}
.capability-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .capability-wrap {
    display: block;
  }
}
.capability-item {
  display: flex;
  align-items: center;
  width: 46%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .capability-item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.capability-item-img {
  width: 140px;
}
@media screen and (max-width: 767px) {
  .capability-item-img {
    width: 100px;
  }
}
.capability-item-inner {
  width: calc(100% - 140px);
  padding-left: 32px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .capability-item-inner {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}
.capability-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .capability-item-title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.flow {
  padding: 140px 0;
  background: #EDEEF1;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 70px 0;
  }
}
.flow-wrap {
  display: flex;
}
.flow-monthly {
  background: #EE7B3D;
  max-width: 161px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .flow-monthly {
    max-width: 100px;
  }
}
.flow-monthly-img {
  width: 28px;
}
.flow-inner {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .flow-inner {
    margin-left: 20px;
  }
}
.flow-item {
  display: flex;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 40px;
  min-height: 186px;
}
@media screen and (max-width: 767px) {
  .flow-item {
    display: block;
    padding: 30px 20px;
  }
}
.flow-item:nth-last-child(1) {
  margin-bottom: 0;
}
.flow-item-inner {
  width: 45%;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .flow-item-inner {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.flow-item-number {
  font-size: 32px;
  font-weight: 700;
  padding-top: 22px;
  font-family: "Ubuntu", sans-serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-item-number {
    font-size: 26px;
  }
}
.flow-item-number::before {
  position: absolute;
  content: "STEP";
  color: #EE7B3D;
  font-size: 16px;
  font-weight: 700;
  top: 0;
}
@media screen and (max-width: 767px) {
  .flow-item-number::before {
    font-size: 14px;
  }
}
.flow-item-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .flow-item-title {
    font-size: 18px;
  }
}
.flow-item-text {
  width: 55%;
  min-height: 106px;
  border-left: solid 1px #000;
  padding-left: 40px;
  font-weight: 400;
  line-height: 2.2;
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow-item-text {
    display: block;
    width: 100%;
    border-left: none;
    border-top: solid 1px #000;
    padding-top: 20px;
    padding-left: 0;
  }
}

.service {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 70px 0;
  }
}
.service-item {
  max-width: 928px;
  width: 100%;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  padding: 48px 40px;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service-item {
    display: block;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
}
.service-item:nth-child(odd) {
  margin-right: 0;
  margin-left: auto;
}
.service-item-01 {
  background: #D84876;
}
.service-item-02 {
  background: #6EB08E;
}
.service-item-03 {
  background: #E8C45D;
}
.service-item-04 {
  background: #CD453E;
}
.service-item-inner {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .service-item-inner {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .service-item-inner {
    max-width: none;
    margin-bottom: 20px;
  }
}
.service-item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .service-item-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.service-item-text {
  font-weight: 600;
  line-height: 2.5;
}
.service-item-img {
  max-width: 308px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .service-item-img {
    max-width: none;
  }
}

/*===============================================
# page-about
=================================================*/
.philosophy {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .philosophy {
    padding: 70px 0;
  }
}
.philosophy-heading {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .philosophy-heading {
    font-size: 28px;
  }
}
.philosophy-heading-color {
  color: #5A9CE2;
}
.philosophy-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .philosophy-wrap {
    display: block;
    margin-top: 40px;
  }
}
.philosophy-text {
  font-weight: 600;
  width: 53.6%;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .philosophy-text {
    width: 100%;
    line-height: 2;
    margin-bottom: 30px;
  }
}
.philosophy-img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .philosophy-img {
    width: 100%;
  }
}

.strengths {
  padding: 140px 0;
  background: #EDEEF1;
}
@media screen and (max-width: 767px) {
  .strengths {
    padding: 70px 0;
  }
}
.strengths-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .strengths-wrap {
    display: block;
  }
}
.strengths-item {
  width: 31.9%;
  background: #fff;
  border-radius: 20px;
  padding: 43px 40px 40px;
  min-height: 294px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .strengths-item {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 767px) {
  .strengths-item {
    width: 100%;
    margin-bottom: 40px;
    min-height: auto;
  }
}
.strengths-item:nth-last-child(1) {
  margin-bottom: 0;
}
.strengths-item-number {
  font-size: 56px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  position: absolute;
  top: -30px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .strengths-item-number {
    font-size: 40px;
    top: -23px;
  }
}
.strengths-item-number-01 {
  color: #D84876;
}
.strengths-item-number-02 {
  color: #6EB08E;
}
.strengths-item-number-03 {
  color: #E8C45D;
}
.strengths-item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .strengths-item-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.strengths-item-text {
  font-size: 14px;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .strengths-item-text {
    font-size: 12px;
  }
}

.message {
  padding: 140px 0;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 70px 0;
  }
}
.message-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .message-wrap {
    display: block;
  }
}
.message-img {
  width: 29.7%;
}
@media screen and (max-width: 767px) {
  .message-img {
    width: 100%;
  }
}
.message-item {
  width: 62.8%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .message-item {
    width: 100%;
    margin-top: 30px;
  }
}
.message-item-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.09em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .message-item-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.message-item-text {
  line-height: 2.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .message-item-text {
    margin-bottom: 20px;
  }
}
.message-item-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .message-item-name {
    font-size: 16px;
  }
}

.overview {
  background: #EE7B3D;
  padding: 140px 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 70px 0;
  }
}
.overview-table {
  width: 342px;
  margin: 0 auto;
  text-align: left;
}
.overview-table-item {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .overview-table-item {
    margin-bottom: 30px;
  }
}
.overview-table-item:nth-last-child(1) {
  margin-bottom: 0;
}
.overview-table-title {
  width: 132px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .overview-table-title {
    width: 100px;
  }
}

/*===============================================
# contact
=================================================*/
.contact-heading {
  margin-top: 90px;
  text-align: center;
  line-height: 2.25;
}
.contact-heading-form {
  font-size: 32px;
  margin-top: 83px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-heading-form {
    font-size: 24px;
    margin-top: 40px;
  }
}
.contact-body {
  max-width: 888px;
  width: 100%;
  margin: 0 auto;
  padding-top: 62px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact-body {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.contact-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: solid 1px #EDEEF1;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .contact-item {
    display: block;
  }
}
.contact-item-top {
  align-items: flex-start;
}
.contact-title {
  margin-right: 20px;
}
.contact-title p {
  width: 272px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .contact-title p {
    justify-content: flex-start;
    font-size: 14px;
  }
}
.contact-title-top {
  margin-top: 15px;
}
.contact-input {
  width: calc(100% - 272px);
}
@media screen and (max-width: 1023px) {
  .contact-input {
    width: calc(100% - 200px);
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-input {
    margin-top: 15px;
    width: 100%;
    margin-left: 0;
  }
}
.contact-input ul {
  display: flex;
  align-items: center;
}
.contact-input ul li {
  width: 240px;
}
.contact-input .wpcf7-list-item {
  margin-bottom: 6px;
}
.contact-note {
  max-width: 868px;
  width: 100%;
  height: 200px;
  overflow: scroll;
  margin: 18px auto 40px;
  padding: 27px 41px 31px;
  background: #fff;
  border: 1px solid #B5B5B5;
}
@media screen and (max-width: 767px) {
  .contact-note {
    padding: 20px 25px;
  }
}
.contact-note p {
  color: #000000;
  font-weight: 400;
  line-height: 2;
  font-size: 14px;
  margin-bottom: 1em;
}
.contact-note::-webkit-scrollbar {
  width: 15px;
  height: 0;
  background: #000;
}
.contact-note::-webkit-scrollbar-thumb {
  background: #fff;
  border: solid 4px #000;
  height: 30px;
  border-radius: 10px;
}
.contact-check p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .contact-check p {
    margin: 8px auto;
    font-size: 14px;
  }
}
.contact-check .wpcf7-list-item.last {
  margin-bottom: 0;
}
.contact-submit {
  max-width: 300px;
  width: 100%;
  margin: 56px auto 30px;
  position: relative;
}
.contact-submit::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  left: 24px;
  top: 25%;
  z-index: 2;
}
.contact-protect {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
  line-height: 1.3;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .contact-protect {
    text-align: left;
    margin-top: 0;
  }
}
.contact-protect a {
  color: #000000;
}

.haveto {
  white-space: nowrap;
  color: #fff;
  font-weight: 400;
  background: #CD453E;
  font-size: 14px;
  width: 52px;
  height: 26px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .haveto {
    font-size: 12px;
    margin-left: 30px;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: 0;
  border: 1px solid #B5B5B5;
  width: 100%;
}

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

textarea {
  min-height: 200px;
  resize: vertical;
  padding: 17px 8px;
}

.wpcf7-list-item {
  display: block;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 0;
  font-size: 14px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item {
    font-size: 12px;
  }
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border: 1px solid #B5B5B5;
  vertical-align: -5px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* チェックボックス */
input[type=checkbox]:checked {
  border: 1px solid #B5B5B5;
  background: #fff;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 0px;
  left: 3px;
  transform: rotate(50deg);
  width: 5px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
}

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;
}

.wpcf7 input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #CD453E;
  border-radius: 35px;
  color: #EDEEF1;
  max-width: 300px;
  width: 100%;
  position: relative;
  padding: 21.5px 20px;
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .wpcf7 input[type=submit] {
    font-size: 16px;
    padding: 18px;
  }
}

/*===============================================
# breadcrumb
=================================================*/
.breadcrumb {
  max-width: 1080px;
  margin: 24px auto 0;
  box-sizing: content-box;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  color: #000;
  font-family: "Ubuntu", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .breadcrumb {
    padding: 0 20px;
    margin-top: 18px;
  }
}

.breadcrumb span {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .breadcrumb span {
    font-size: 12px;
  }
}

/*===============================================
# archive
=================================================*/
.contents {
  display: flex;
  margin-top: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .contents {
    display: block;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.content {
  margin-top: 73px;
  margin-bottom: 160px;
}
.content-voice {
  margin-top: 0;
}

.primary {
  width: 63%;
}
@media screen and (max-width: 767px) {
  .primary {
    width: 100%;
    margin-bottom: 70px;
  }
}

.entry-item {
  display: flex;
  padding: 0 6px 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px #D8D8D8;
}
@media screen and (max-width: 767px) {
  .entry-item {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.entry-item-img {
  max-width: 135px;
  width: 100%;
  height: 95px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .entry-item-img {
    max-width: none;
    padding-top: 70.5%;
  }
}
.entry-item-img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.entry-item-body {
  width: calc(100% - 135px);
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .entry-item-body {
    width: 100%;
    margin-left: 0;
  }
}
.entry-item-wrap {
  display: flex;
  align-items: center;
}
.entry-item-published {
  letter-spacing: 0.1em;
  color: #6EB08E;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .entry-item-published {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
.entry-item-title {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.7;
}
.entry-closed {
  text-align: center;
}

/*===============================================
# pagination
=================================================*/
.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: "Heebo", sans-serif;
  font-weight: bold;
}
.pagination-wrap {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .pagination-wrap {
    margin-top: 50px;
  }
}

.page-numbers {
  color: #6EB08E;
  border: solid 2px #6EB08E;
  background: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0 8px;
  border-radius: 50%;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #6EB08E;
  color: #fff;
}

/*===============================================
# sidebar
=================================================*/
.widget {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .widget {
    margin-bottom: 30px;
  }
}

.widget-title {
  font-family: "Ubuntu", sans-serif;
  color: #6EB08E;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-bottom: 8px;
  border-bottom: 2px solid #EDEEF1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .widget-title {
    font-size: 18px;
  }
}

.secondary {
  width: 250px;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .secondary {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .secondary {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

.secondary-category-list a {
  color: #000000;
  padding-left: 28px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}
.secondary-category-list a::before {
  position: absolute;
  content: "";
  background: url(../images/post/arrow.png) center center/contain no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.secondary-category-item {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.secondary-child {
  margin-left: 15px;
  display: none;
}

.secondary-archive-list ul {
  color: #000;
}
.secondary-archive-list a {
  color: #000000;
  padding-left: 28px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
}
.secondary-archive-list a::before {
  position: absolute;
  content: "";
  background: url(../images/post/arrow.png) center center/contain no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.secondary-post-list {
  margin-bottom: -10px;
  font-weight: bold;
}

.secondary-post-item {
  display: block;
  padding: 10px 3px;
  border-bottom: #d9d9d9 solid 1px;
}
.secondary-post-item p {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0;
  font-weight: bold;
}
.secondary-post-item time {
  color: #000;
  font-size: 10px;
  line-height: 2.4;
  letter-spacing: 0;
  margin-top: -6px;
  display: block;
}

/*===============================================
# single
=================================================*/
.single-main {
  line-height: 1.5;
}
.single-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .single-title {
    font-size: 18px;
  }
}
.single-top-published {
  font-size: 16px;
  color: #6EB08E;
  letter-spacing: 0.05em;
  padding-top: 10px;
  font-family: "Ubuntu", sans-serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .single-top-published {
    font-size: 14px;
  }
}
.single-img {
  text-align: center;
  width: 100%;
  height: 70%;
  margin-top: 44px;
}
@media screen and (max-width: 767px) {
  .single-img {
    margin-top: 30px;
  }
}
.single-img img {
  width: 100%;
  height: 100%;
}
.single-content h1 {
  font-size: 22px;
  color: #000000;
  letter-spacing: 0.16em;
  padding: 13px 16px;
  border-bottom: solid #6EB08E 1px;
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-content h1 {
    font-size: 20px;
    margin: 20px 0;
  }
}
.single-content h2 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.16em;
  padding: 13px 16px;
  border-bottom: solid #6EB08E 1px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .single-content h2 {
    margin: 20px 0;
    font-size: 19px;
  }
}
.single-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  letter-spacing: 0.16em;
  padding: 8px 24px;
  position: relative;
  border-bottom: solid 3px #6EB08E;
  margin: 35px 0;
}
@media screen and (max-width: 767px) {
  .single-content h3 {
    margin: 20px 0;
    font-size: 18px;
  }
}
.single-content h4 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.16em;
  border-left: solid 3px #6EB08E;
  padding-left: 20px;
  margin-bottom: 35px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .single-content h4 {
    margin: 20px 0;
    font-size: 17px;
  }
}
.single-content h5 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0.16em;
  margin-bottom: 35px;
  margin-top: 35px;
  padding-left: 36px;
  position: relative;
}
.single-content h5::before {
  position: absolute;
  content: "";
  background: url(../images/post/check.png) no-repeat;
  background-size: 100%;
  left: 0;
  width: 16px;
  height: 16px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .single-content h5 {
    margin: 20px 0;
    font-size: 18px;
  }
}
.single-content h6 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.16em;
  margin-bottom: 21px;
  margin-top: 21px;
}
@media screen and (max-width: 767px) {
  .single-content h6 {
    margin: 20px 0;
    font-size: 16px;
  }
}
.single-content p {
  font-size: 16px;
  line-height: 2.5;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .single-content p {
    font-size: 14px;
    line-height: 2;
  }
}
.single-content table {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .single-content table {
    margin-top: 40px;
  }
}
.single-content table td {
  vertical-align: middle;
}
.single-content table td:nth-child(2) {
  padding-left: 59px;
}
@media screen and (max-width: 767px) {
  .single-content table td:nth-child(2) {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-content table td {
    width: 100% !important;
    display: block;
  }
}
.single-content .box {
  border: solid #EE7B3D 2px;
  border-radius: 10px;
  padding: 30px 23px;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .single-content .box {
    padding: 18px 15px;
    margin: 20px 0;
  }
}
.single-btn {
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6EB08E;
  margin: 100px auto 0;
  border-radius: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-btn {
    width: 270px;
    height: 60px;
    margin-top: 50px;
  }
}
.single-btn::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.single-btn-text {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .single-btn-text {
    font-size: 12px;
  }
}

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

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

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

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

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

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

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

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

.entry-404-btn .btn {
  color: #000000;
}

/*===============================================
# coming soon
=================================================*/
.comingsoon {
  padding-bottom: 200px;
  padding-top: 220px;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .comingsoon {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.comingsoon-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 60px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .comingsoon-title {
    font-size: 36px;
  }
}
.comingsoon-text {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .comingsoon-text {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */