@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address {
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*	preload
---------------------------------*/
/*body:after {
    content: url("../images/") url("");
    display: none;
}*/
#preloadedImages {
  width: 0;
  height: 0;
  display: inline;
  /*background-image: url("../images/top/nav_1_in_on.png");
  background-image: url("../images/top/nav_1_on.jpg");
  background-image: url("../images/top/nav_2_in_on.png");
  background-image: url("../images/top/nav_2_on.jpg");*/
}
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  min-width: 1300px;
}
@media screen and (max-width: 750px) {
  body {
    width: 100%;
    font-size: 3.4vw;
    min-width: 100%;
  }
}

body::-webkit-scrollbar { /* Chrome, Safari 対応 */ }

a {
  color: #333;
  text-decoration: none;
}

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

.image_s {
  display: none;
}
@media (max-width: 750px) {
  .image_s {
    display: inline;
  }
}
@media (max-width: 750px) {
  .image_s.bk {
    display: block;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: normal;
}

p {
  text-align: justify;
  overflow-wrap: break-word;
}

p,
dt,
dd,
li {
  font-size: 14px;
  line-height: 2.142;
  font-weight: 500;
  line-break: normal;
  word-break: normal !important;
  word-wrap: break-word;
}
@media (max-width: 750px) {
  p,
  dt,
  dd,
  li {
    font-size: 3.3vw;
    font-weight: 400;
  }
}

.anc {
  margin-top: -126px;
  padding-top: 126px;
}
@media (max-width: 750px) {
  .anc {
    margin-top: -12vw;
    padding-top: 12vw;
  }
}

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before, .cl:after {
  content: " ";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  *zoom: 1;
  display: block;
}

/*	section
---------------------------------*/
#main {
  width: 100%;
}

/*	breads
---------------------------------*/
#breads a:hover {
  text-decoration: underline;
}

/*	pagination
---------------------------------*/
/* wrap */
.pagination {
  background: white;
  width: 760px;
  height: 74px;
  border-radius: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 100px 0 0;
}
@media (max-width: 750px) {
  .pagination {
    width: 86vw;
    height: 12vw;
    border-radius: 6vw;
    margin: 15vw 0 0;
  }
}

/* heading */
.screen-reader-text {
  display: none;
}

/* wrap */
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-links .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .nav-links .page-numbers {
    width: 5vw;
    height: 5vw;
    font-size: 3vw;
  }
}
.nav-links .page-numbers.next {
  background: #2eb13b;
  position: absolute;
  right: 37px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .nav-links .page-numbers.next {
    right: 5vw;
  }
}
.nav-links .page-numbers.next::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid;
  border-color: white white transparent transparent;
  transform: rotate(45deg);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  .nav-links .page-numbers.next::after {
    width: 1.7vw;
    height: 1.7vw;
  }
}
.nav-links .page-numbers.prev {
  background: #2eb13b;
  position: absolute;
  left: 37px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .nav-links .page-numbers.prev {
    left: 5vw;
  }
}
.nav-links .page-numbers.prev::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid;
  border-color: white white transparent transparent;
  transform: rotate(-135deg);
  margin: auto;
  position: absolute;
  left: 3px;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  .nav-links .page-numbers.prev::after {
    width: 1.7vw;
    height: 1.7vw;
  }
}

/* link */
.page-numbers.current {
  color: white;
  background: #333;
}

/*	display
---------------------------------*/
.pc-block {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc-block {
    display: none;
  }
}

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

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

.sp-inline {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-inline {
    display: inline;
  }
}

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

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

.inline_p {
  display: inline;
}
@media screen and (max-width: 750px) {
  .inline_p {
    display: none;
  }
}

.inline_s {
  display: none;
}
@media screen and (max-width: 750px) {
  .inline_s {
    display: inline;
  }
}

#page_404 {
  padding: 100px 0 0;
  /*.lead_404 {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.5;
      margin: 0 0 20px;
      text-align: center;

      @media (max-width: $viewport) {
          font-size: 4.2vw;
          margin: 0 0 3vw;
          text-align: left;
      }
  }*/
}
@media (max-width: 750px) {
  #page_404 {
    width: 88vw;
    margin: 0 auto;
    padding: 20vw 0 20vw;
  }
}
#page_404 .text_404 {
  line-height: 1.8;
  text-align: center;
  margin: 0 0 100px;
}
@media (max-width: 750px) {
  #page_404 .text_404 {
    text-align: left;
    margin: 0 0 10vw;
  }
}

.btn_top_404 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #E6E6E6;
  line-height: 1;
  margin: 0 auto 120px;
  transition: all 0.5s;
}
@media (max-width: 750px) {
  .btn_top_404 {
    width: 60vw;
    height: 12vw;
    padding: 0 0 0 3vw;
    margin: 0 auto 10vw;
  }
}
@media all and (-ms-high-contrast: none) {
  .btn_top_404 {
    padding: 5px 10px 0 10px;
  }
}
.btn_top_404:hover {
  opacity: 0.5;
}
@media (max-width: 750px) {
  .btn_top_404:hover {
    opacity: 1;
  }
}
.btn_top_404::after {
  content: "▶︎";
  padding: 0 5px 0 0;
}

/*	device
---------------------------------*/
/* Android bugfix ４系 */
/* iOS */
.logged-in header.normal {
  top: 32px;
}

#wp-admin-bar-customize,
#wp-admin-bar-duplicate-post {
  display: none !important;
}

header.normal {
  width: 100%;
  height: 126px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30000;
  background: transparent;
  transition: background 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 980px;
  box-sizing: border-box;
  padding: 0 30px;
}
@media (max-width: 750px) {
  header.normal {
    display: none;
  }
}
header.normal.fixed {
  background: white;
}
header.normal .logo {
  display: block;
  width: 104px;
}
header.normal #global {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.normal #global .global-items {
  display: flex;
}
header.normal #global .global-items li {
  margin: 0 30px 0 0;
}
header.normal #global .global-items li.contact {
  display: none;
}
header.normal #global .global-items li a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
header.normal #global .global-items li a:hover {
  color: #2eb13b;
}

.contact_head {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 178px;
  height: 52px;
  border-radius: 26px;
  color: white;
  font-size: 16px;
  font-weight: 700;
  background: #2eb13b;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .contact_head {
    width: 72vw;
    height: 13.4vw;
    border-radius: 6.7vw;
    font-size: 4vw;
  }
}
.contact_head:hover {
  background: #84cf58;
}
@media (max-width: 750px) {
  .contact_head:hover {
    background: #2eb13b;
  }
}

.post-type-archive-blog #global .global-items li:nth-of-type(4),
.single-blog #global .global-items li:nth-of-type(4) {
  color: #2eb13b;
}

.single-assets #global .global-items li:nth-of-type(3) {
  color: #2eb13b;
}

.nav_drawer {
  display: none;
}
@media (max-width: 750px) {
  .nav_drawer {
    display: block;
  }
  .nav_drawer .inner {
    position: fixed;
    width: 100%;
    height: 12vw;
    top: 0;
    left: 0;
    background: white;
    z-index: 1001;
  }
  .nav_drawer .logo {
    display: block;
    width: 37.7vw;
    margin: 2.8vw 0 0 4vw;
  }
}
.nav_drawer.fixed .inner {
  background: white;
}
.nav_drawer .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: transparent;
  display: none;
  top: 0;
  left: 0;
}

/*+++ Default Navigation CSS +++*/
.nav_drawer .drawer_nav_wrapper {
  width: 100vw;
  height: 100%;
  transition: all 0.5s;
  transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #faf6f0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40vw 18vw 20vw;
}
.nav_drawer .drawer_nav_wrapper.open {
  transform: translate(0);
}
.nav_drawer .global-items {
  margin: 0 0 5vw;
}
.nav_drawer .global-items li.contact {
  display: none;
}
.nav_drawer .global-items li a {
  display: block;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
  padding: 4vw 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  width: 12vw;
  height: 12vw;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  outline: none;
  background: #84cf58;
}

.menu-trigger span {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 0.5vw;
  background-color: white;
  border-radius: 1px;
}

.menu-trigger span:nth-of-type(1) {
  top: 4vw;
}

.menu-trigger span:nth-of-type(2) {
  top: 6vw;
}

.menu-trigger span:nth-of-type(3) {
  top: 8vw;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(2vw) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-2vw) rotate(45deg);
}

#panel_cv {
  padding: 140px 0 0;
}
@media (max-width: 750px) {
  #panel_cv {
    padding: 15vw 0 0;
  }
}
#panel_cv .ttl_sec {
  margin: 0 0 88px;
}
@media (max-width: 750px) {
  #panel_cv .ttl_sec {
    margin: 0 0 12vw;
  }
}

.cv_contact .flex {
  display: flex;
}
@media (max-width: 750px) {
  .cv_contact .flex {
    flex-wrap: wrap;
  }
}
.cv_contact .flex .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
  position: relative;
  color: white;
  box-sizing: border-box;
  padding: 90px 0 50px;
}
@media (max-width: 750px) {
  .cv_contact .flex .box {
    width: 50%;
    padding: 15vw 0 8vw;
  }
}
.cv_contact .flex .box.tel {
  display: flex;
  width: 34%;
  background: #84cf58;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .cv_contact .flex .box.tel {
    display: none;
  }
}
.cv_contact .flex .box.tel_s {
  display: none;
}
@media (max-width: 750px) {
  .cv_contact .flex .box.tel_s {
    display: flex;
    width: 100%;
    background: #84cf58;
    padding: 15vw 0 10vw;
    letter-spacing: 0.1em;
  }
}
.cv_contact .flex .box.line {
  background: #06c755;
}
@media (max-width: 750px) {
  .cv_contact .flex .box.line .title {
    height: 4em;
  }
}
.cv_contact .flex .box.form {
  background: #2eb13b;
}
@media (max-width: 750px) {
  .cv_contact .flex .box.form .title {
    height: 4em;
  }
}
.cv_contact .flex .box .icon {
  width: 82px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -20px;
}
@media (max-width: 750px) {
  .cv_contact .flex .box .icon {
    width: 15vw;
    top: -4vw;
  }
}
.cv_contact .flex .box .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .cv_contact .flex .box .title {
    font-size: 4.26vw;
    line-height: 1.4;
    margin: 0 0 4.6vw;
  }
}

footer {
  display: flex;
  justify-content: center;
  padding: 140px 0 520px;
  background-image: url("../images/common/footer.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 750px) {
  footer {
    padding: 16vw 0 64vw;
    background-image: url("../images/common/footer_s.png");
  }
}
footer .content {
  width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  footer .content {
    width: 86vw;
  }
}
footer .content .logo {
  display: block;
  width: 130px;
  margin: 0 0 180px;
}
@media (max-width: 750px) {
  footer .content .logo {
    width: 22.4vw;
    margin: 0 0 14vw;
  }
}
footer .content .flex {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  footer .content .flex {
    display: block;
    justify-content: initial;
    flex-direction: initial;
  }
}
footer .content .flex #global_foot {
  position: relative;
  top: -15px;
}
footer .content .flex #global_foot .global-items {
  display: flex;
}
@media (max-width: 750px) {
  footer .content .flex #global_foot .global-items {
    display: block;
    column-count: 2;
    column-gap: 0;
  }
}
footer .content .flex #global_foot .global-items li {
  margin: 0 30px 0 0;
}
@media (max-width: 750px) {
  footer .content .flex #global_foot .global-items li {
    width: 43vw;
    margin: 0 0 5vw;
  }
}
footer .content .flex #global_foot .global-items li:last-of-type {
  margin: 0;
}
@media (max-width: 750px) {
  footer .content .flex #global_foot .global-items li:last-of-type {
    margin: 0 0 12vw;
  }
}
footer .content .flex #global_foot .global-items li a {
  font-size: 15px;
  font-weight: 700;
  transition: opacity 0.3s;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  footer .content .flex #global_foot .global-items li a {
    font-size: 4vw;
    display: block;
    text-align: center;
  }
}
footer .content .flex #global_foot .global-items li a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  footer .content .flex #global_foot .global-items li a:hover {
    opacity: 1;
  }
}
footer .content .flex #global_foot .contact_head {
  display: none;
}
@media (max-width: 750px) {
  footer .content .flex .id {
    margin: 0 0 6.4vw;
  }
}
footer .content .flex .id .site {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 25px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  footer .content .flex .id .site {
    font-size: 3.46vw;
    margin: 0 0 4vw;
  }
}
footer .content .flex .id .location {
  font-size: 15px;
  line-height: 1.86;
}
@media (max-width: 750px) {
  footer .content .flex .id .location {
    font-size: 3.2vw;
  }
}
footer .content .flex .id .location .tel {
  display: inline-block;
}
@media (max-width: 750px) {
  footer .content .flex .id .location .tel {
    display: none;
  }
}
footer .content .flex .id .location .tel_s {
  display: none;
}
@media (max-width: 750px) {
  footer .content .flex .id .location .tel_s {
    display: inline-block;
  }
}
footer .content .flex .id .location .fax {
  display: inline-block;
  margin: 0 0 0 1em;
}
footer .content .flex #copyright {
  position: absolute;
  right: 0;
  top: 50px;
  color: #2eb13b;
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 750px) {
  footer .content .flex #copyright {
    position: static;
    right: initial;
    top: initial;
    display: block;
    text-align: right;
    font-size: 2.8vw;
  }
}

#btn_top {
  width: 60px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 30000;
}
@media (max-width: 750px) {
  #btn_top {
    width: 12vw;
    right: 6vw;
    bottom: 6vw;
  }
}
#btn_top img {
  display: block;
}

.ttl_spacer {
  background: white;
  height: 126px;
}
@media (max-width: 750px) {
  .ttl_spacer {
    height: 12vw;
  }
}

.ttl_page {
  background-image: url("../images/title/ttl_page.png");
  background-size: 895px;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  box-sizing: border-box;
  padding: 0 0 150px;
}
@media (max-width: 750px) {
  .ttl_page {
    background-image: url("../images/title/ttl_page_s.png");
    background-size: 100%;
    height: 58.6vw;
    padding: 0 0 25vw;
  }
}
.ttl_page .box {
  width: 1024px;
}
@media (max-width: 750px) {
  .ttl_page .box {
    width: 86vw;
  }
}
.ttl_page .box .en {
  color: #00a645;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  margin: 0 0 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .ttl_page .box .en {
    font-size: 3.4vw;
    margin: 0 0 3vw;
  }
}
.ttl_page .box .ja {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .ttl_page .box .ja {
    font-size: 6vw;
  }
}

#assets-sec {
  padding: 140px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  #assets-sec {
    padding: 15vw 0 0;
  }
}
#assets-sec::after {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background-image: url("../images/top/assets_houses.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  right: calc(50% - 512px);
}
@media (max-width: 750px) {
  #assets-sec::after {
    width: 34vw;
    height: 34vw;
    top: -10vw;
    right: 6vw;
  }
}
#assets-sec .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #assets-sec .content {
    width: 86vw;
  }
}
#assets-sec .content .ttl_sec {
  margin: 0 0 76px;
}
@media (max-width: 750px) {
  #assets-sec .content .ttl_sec {
    margin: 0 0 8vw;
  }
}
#assets-sec .content .flex {
  display: flex;
  flex-wrap: wrap;
  width: 1040px;
  position: relative;
  left: -8px;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #assets-sec .content .flex {
    justify-content: space-between;
    width: 100%;
    position: static;
    left: initial;
    margin: 0 0 10vw;
  }
}
#assets-sec .links {
  width: 1024px;
  background: #faf6f0;
  box-sizing: border-box;
  padding: 70px 100px 70px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 750px) {
  #assets-sec .links {
    width: 86vw;
    padding: 10vw 5vw 10vw;
    border-radius: 4vw;
  }
}
#assets-sec .links .ttl {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -11px;
  left: 0;
}
@media (max-width: 750px) {
  #assets-sec .links .ttl {
    font-size: 4vw;
    top: -2vw;
  }
}
#assets-sec .links .btn_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 750px) {
  #assets-sec .links .btn_wrap {
    flex-direction: column;
    justify-content: initial;
    align-items: center;
  }
}
#assets-sec .links .btn_wrap .btn_more {
  width: 394px;
}
@media (max-width: 750px) {
  #assets-sec .links .btn_wrap .btn_more {
    width: 100%;
  }
  #assets-sec .links .btn_wrap .btn_more:first-of-type {
    margin: 0 0 3vw;
  }
}

.blog_boxes {
  width: 760px;
}
@media (max-width: 750px) {
  .blog_boxes {
    width: 100%;
  }
}
.blog_boxes .box {
  display: block;
  position: relative;
  padding: 50px 80px 50px 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 750px) {
  .blog_boxes .box {
    padding: 8vw 15vw 8vw 0;
  }
}
.blog_boxes .box:first-of-type {
  border-top: 1px solid #e5e5e5;
}
.blog_boxes .box:hover::after {
  background-color: #2eb13b;
}
.blog_boxes .box::after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #84cf58;
  background-image: url("../images/top/arrow_white.svg");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: calc(50% - 30px);
}
@media (max-width: 750px) {
  .blog_boxes .box::after {
    width: 12vw;
    height: 12vw;
    top: calc(50% - 6vw);
    background-color: #2eb13b;
  }
}
.blog_boxes .box .first {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}
.blog_boxes .box .first .date {
  color: #00a645;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  line-height: 1;
  display: block;
  width: 90px;
  margin: 0 30px 0 0;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .blog_boxes .box .first .date {
    font-size: 2.8vw;
    width: 17vw;
    margin: 0 4vw 0 0;
  }
}
.blog_boxes .box .first .category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-radius: 12px;
  padding: 0 12px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  background: #2eb13b;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .blog_boxes .box .first .category {
    height: 4.8vw;
    border-radius: 2.4vw;
    padding: 0 2.4vw;
    color: white;
    font-size: 2.4vw;
    max-width: calc(100% - 19vw);
  }
}
.blog_boxes .box .title {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .blog_boxes .box .title {
    text-overflow: initial;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 3.4vw;
    line-height: 1.4;
  }
}

.box_assets {
  width: 220px;
  margin: 0 20px 40px;
}
@media (max-width: 750px) {
  .box_assets {
    width: 48%;
    margin: 0 0 8vw;
  }
}
.box_assets .fig {
  margin: 0 0 18px;
}
@media (max-width: 750px) {
  .box_assets .fig {
    margin: 0 0 3vw;
  }
}
.box_assets .fig img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  .box_assets .fig img {
    border-radius: 4vw;
  }
}
.box_assets .fig.none img {
  border: 1px solid #ccc;
}
.box_assets .subject {
  color: #2eb13b;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .box_assets .subject {
    font-size: 3vw;
    margin: 0 0 2vw;
  }
}
.box_assets .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 18px;
}
@media (max-width: 750px) {
  .box_assets .title {
    font-size: 3.6vw;
    margin: 0 0 2vw;
  }
}
.box_assets .note {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 750px) {
  .box_assets .note {
    font-size: 3.4vw;
  }
}

.ttl_sec {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ttl_sec.left {
  align-items: flex-start;
}
.ttl_sec .en {
  color: #00a645;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  margin: 0 0 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .ttl_sec .en {
    font-size: 3.4vw;
    margin: 0 0 3vw;
  }
}
.ttl_sec .ja {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .ttl_sec .ja {
    font-size: 6vw;
  }
}

.btn_wrap {
  display: flex;
  justify-content: center;
}
.btn_wrap.tel_wrap {
  align-items: center;
  flex-direction: column;
}
.btn_wrap .btn_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 264px;
  height: 60px;
  padding: 0 30px;
  border-radius: 30px;
  background: white;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .btn_wrap .btn_more {
    width: 100%;
    height: 10vw;
    border-radius: 5vw;
    padding: 0 5vw;
  }
}
@media (max-width: 750px) {
  .btn_wrap .btn_more.mini {
    width: 38vw;
    padding: 0 5vw;
  }
  .btn_wrap .btn_more.mini .in_text {
    font-size: 3.4vw;
  }
}
.btn_wrap .btn_more.green {
  background: #2eb13b;
}
.btn_wrap .btn_more.green::before {
  content: "";
}
.btn_wrap .btn_more.green::after {
  background-image: url("../images/top/arrow_white.svg");
}
.btn_wrap .btn_more.green .in_text {
  color: white;
}
.btn_wrap .btn_more.light_green {
  background: #84cf58;
}
.btn_wrap .btn_more.light_green::before {
  content: "";
}
.btn_wrap .btn_more.light_green::after {
  background-image: url("../images/top/arrow_white.svg");
}
.btn_wrap .btn_more.light_green .in_text {
  color: white;
}
.btn_wrap .btn_more .in_text {
  color: #06c755;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 750px) {
  .btn_wrap .btn_more .in_text {
    font-size: 3.6vw;
  }
}
.btn_wrap .btn_more::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("../images/top/arrow_green.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: right 0.3s;
}
@media (max-width: 750px) {
  .btn_wrap .btn_more::after {
    width: 3.4vw;
    height: 3.4vw;
  }
}
.btn_wrap .btn_more:hover::after {
  position: relative;
  right: -3px;
}
.btn_wrap .btn_tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
.btn_wrap .btn_tel .num {
  font-family: "Lexend Deca", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 0 14px;
}
@media (max-width: 750px) {
  .btn_wrap .btn_tel .num {
    font-size: 8vw;
    margin: 0 0 2vw;
  }
}
.btn_wrap .btn_tel .text {
  font-size: 16px;
}
@media (max-width: 750px) {
  .btn_wrap .btn_tel .text {
    font-size: 3.4vw;
  }
}

#page_top #hero {
  container-type: inline-size;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 210px 0 0;
}
@media (max-width: 750px) {
  #page_top #hero {
    padding: 28vw 0 0;
  }
}
#page_top #hero .tagline {
  width: 1024px;
  margin: 0 0 76px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 750px) {
  #page_top #hero .tagline {
    width: 86vw;
    margin: 0 0 11.3vw;
    padding: 0 0 0 3vw;
  }
}
#page_top #hero .tagline .in_text {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #page_top #hero .tagline .in_text {
    text-align: center;
    font-size: 6.13vw;
    line-height: 1.73;
  }
}
#page_top #hero .tagline::before {
  content: "";
  display: block;
  background-image: url("../images/top/hero_pen.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 376px;
  height: 36px;
  position: absolute;
  right: 280px;
  bottom: -33px;
  z-index: -1;
}
@media (max-width: 750px) {
  #page_top #hero .tagline::before {
    background-image: url("../images/top/hero_pen_s.svg");
    width: 52.5vw;
    height: 4.93vw;
    right: 23vw;
    bottom: -2.4vw;
  }
}
#page_top #hero .screen {
  width: 90cqi;
  min-width: 1260px;
}
@media (max-width: 750px) {
  #page_top #hero .screen {
    width: 93.3vw;
    min-width: 93.3vw;
  }
}
#page_top #hero .scroll {
  background-image: url("../images/top/hero_scroll.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 74px;
  height: 74px;
  position: absolute;
  right: calc(50cqi - 590px);
  top: 280px;
}
@media (max-width: 750px) {
  #page_top #hero .scroll {
    width: 12vw;
    height: 12vw;
    right: 8vw;
    top: 56vw;
  }
}
#page_top #hero .sway {
  --amp: 20px;
  --dur: 3.6s;
  --half: calc(var(--amp) / 2);
  --nHalf: calc(0px - var(--half));
  animation: swayY var(--dur) cubic-bezier(0.37, 0.01, 0.63, 1) infinite alternate both;
  will-change: transform;
}
@keyframes swayY {
  from {
    transform: translateY(var(--nHalf));
  }
  to {
    transform: translateY(var(--half));
  }
}
@media (prefers-reduced-motion: reduce) {
  #page_top #hero .sway {
    animation: none;
    transform: none;
  }
}
#page_top #company-sec {
  padding: 140px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #page_top #company-sec {
    padding: 15vw 0 0;
  }
}
#page_top #company-sec .content {
  width: 1024px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 110px;
}
@media (max-width: 750px) {
  #page_top #company-sec .content {
    display: block;
    justify-content: initial;
    width: 86vw;
    margin: 0 0 20vw;
  }
}
#page_top #company-sec .content .ttl_sec {
  width: 180px;
}
@media (max-width: 750px) {
  #page_top #company-sec .content .ttl_sec {
    width: 100%;
    margin: 0 0 7vw;
  }
}
#page_top #company-sec .content .text {
  width: 750px;
  font-size: 16px;
  line-height: 2;
  margin: 30px 0 0;
}
@media (max-width: 750px) {
  #page_top #company-sec .content .text {
    width: 100%;
    font-size: 3.6vw;
  }
}
#page_top #company-sec .screen {
  width: 100%;
  position: relative;
}
#page_top #company-sec .screen::after {
  content: "";
  background-image: url("../images/top/company_building.png");
  display: block;
  width: 150px;
  height: 150px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 512px);
  top: -100px;
}
@media (max-width: 750px) {
  #page_top #company-sec .screen::after {
    width: 25vw;
    height: 25vw;
    left: 6vw;
    top: -13vw;
  }
}
#page_top #service-sec {
  display: flex;
  justify-content: center;
  background: #faf6f0;
  padding: 140px 0 90px;
}
@media (max-width: 750px) {
  #page_top #service-sec {
    padding: 15vw 0 15vw;
  }
}
#page_top #service-sec .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #page_top #service-sec .content {
    width: 86vw;
  }
}
#page_top #service-sec .content .ttl_sec {
  margin: 0 0 76px;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .ttl_sec {
    margin: 0 0 10vw;
  }
}
#page_top #service-sec .content .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .text {
    font-size: 3.6vw;
  }
}
#page_top #service-sec .content .first {
  margin: 0 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .first {
    margin: 0 0 10vw;
    display: block;
    justify-content: initial;
    align-items: initial;
  }
}
#page_top #service-sec .content .first .fig {
  width: 550px;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .first .fig {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#page_top #service-sec .content .first .body {
  width: 420px;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .first .body {
    width: 100%;
  }
}
#page_top #service-sec .content .first .body .ttl {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .first .body .ttl {
    margin: 0 0 5vw;
  }
}
#page_top #service-sec .content .first .body .ttl .en {
  color: #84cf58;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  margin: 0 0 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .first .body .ttl .en {
    font-size: 3.2vw;
    margin: 0 0 3vw;
  }
}
#page_top #service-sec .content .first .body .ttl .ja {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .first .body .ttl .ja {
    font-size: 5.3vw;
  }
}
#page_top #service-sec .content .primary-sec {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 50px 0 0 60px;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .primary-sec {
    padding: 4vw 0 0 9vw;
  }
}
#page_top #service-sec .content .primary-sec .deco {
  transform: rotate(90deg);
  transform-origin: left bottom;
  width: 680px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .primary-sec .deco {
    width: 325vw;
  }
}
#page_top #service-sec .content .primary-sec .deco .in_text {
  font-family: "Lexend Deca", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .primary-sec .deco .in_text {
    font-size: 4vw;
  }
}
#page_top #service-sec .content .primary-sec .deco::after {
  content: "";
  display: block;
  width: 380px;
  height: 1px;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .primary-sec .deco::after {
    width: 264vw;
    top: 2vw;
  }
}
#page_top #service-sec .content .primary-sec .box {
  width: 440px;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .primary-sec .box {
    width: 100%;
    margin: 0 0 10vw;
  }
  #page_top #service-sec .content .primary-sec .box:last-of-type {
    margin: 0;
  }
}
#page_top #service-sec .content .primary-sec .box .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .primary-sec .box .ttl {
    margin: 0 0 7vw;
  }
}
#page_top #service-sec .content .primary-sec .box .ttl .icon {
  width: 90px;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .primary-sec .box .ttl .icon {
    width: 18vw;
  }
}
#page_top #service-sec .content .primary-sec .box .ttl .in_text {
  width: calc(100% - 110px);
}
@media (max-width: 750px) {
  #page_top #service-sec .content .primary-sec .box .ttl .in_text {
    width: calc(100% - 21vw);
  }
}
#page_top #service-sec .content .primary-sec .box .ttl .in_text .en {
  color: #84cf58;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  margin: 0 0 16px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .primary-sec .box .ttl .in_text .en {
    font-size: 3.2vw;
    margin: 0 0 3vw;
  }
}
#page_top #service-sec .content .primary-sec .box .ttl .in_text .ja {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #page_top #service-sec .content .primary-sec .box .ttl .in_text .ja {
    font-size: 4.6vw;
  }
}
#page_top #assets-sec {
  padding: 140px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  #page_top #assets-sec {
    padding: 15vw 0 0;
  }
}
#page_top #assets-sec::after {
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background-image: url("../images/top/assets_houses.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  right: calc(50% - 512px);
}
@media (max-width: 750px) {
  #page_top #assets-sec::after {
    width: 34vw;
    height: 34vw;
    top: -10vw;
    right: 6vw;
  }
}
#page_top #assets-sec .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #page_top #assets-sec .content {
    width: 86vw;
  }
}
#page_top #assets-sec .content .ttl_sec {
  margin: 0 0 76px;
}
@media (max-width: 750px) {
  #page_top #assets-sec .content .ttl_sec {
    margin: 0 0 8vw;
  }
}
#page_top #assets-sec .content .flex {
  display: flex;
  flex-wrap: wrap;
  width: 1040px;
  position: relative;
  left: -8px;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #page_top #assets-sec .content .flex {
    justify-content: space-between;
    width: 100%;
    position: static;
    left: initial;
    margin: 0 0 10vw;
  }
}
#page_top #assets-sec .links {
  width: 1024px;
  background: #faf6f0;
  box-sizing: border-box;
  padding: 70px 100px 70px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 750px) {
  #page_top #assets-sec .links {
    width: 86vw;
    padding: 10vw 5vw 10vw;
    border-radius: 4vw;
  }
}
#page_top #assets-sec .links .ttl {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -11px;
  left: 0;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #page_top #assets-sec .links .ttl {
    font-size: 4vw;
    top: -2vw;
  }
}
#page_top #assets-sec .links .btn_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 750px) {
  #page_top #assets-sec .links .btn_wrap {
    flex-direction: column;
    justify-content: initial;
    align-items: center;
  }
}
#page_top #assets-sec .links .btn_wrap .btn_more {
  width: 394px;
}
@media (max-width: 750px) {
  #page_top #assets-sec .links .btn_wrap .btn_more {
    width: 100%;
  }
  #page_top #assets-sec .links .btn_wrap .btn_more:first-of-type {
    margin: 0 0 3vw;
  }
}
#page_top #blog_head {
  width: 100%;
  height: 31vw;
  background-image: url("../images/top/blog.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 750px) {
  #page_top #blog_head {
    height: 50vw;
    background-image: url("../images/top/blog_s.png");
  }
}
#page_top #blog-sec {
  display: flex;
  justify-content: center;
  padding: 90px 0 140px;
}
@media (max-width: 750px) {
  #page_top #blog-sec {
    padding: 5vw 0 15vw;
  }
}
#page_top #blog-sec .content {
  width: 1024px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #page_top #blog-sec .content {
    width: 86vw;
    display: block;
    justify-content: initial;
  }
}
#page_top #blog-sec .content .control {
  width: 150px;
}
@media (max-width: 750px) {
  #page_top #blog-sec .content .control {
    width: 100%;
    position: relative;
  }
}
#page_top #blog-sec .content .control .ttl_sec {
  margin: 0 0 76px;
}
@media (max-width: 750px) {
  #page_top #blog-sec .content .control .ttl_sec {
    margin: 0 0 10vw;
  }
}
#page_top #blog-sec .content .control a {
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #page_top #blog-sec .content .control a {
    position: absolute;
    right: 0;
    top: 7vw;
  }
}
#page_top #blog-sec .content .control a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #page_top #blog-sec .content .control a:hover {
    opacity: 1;
  }
}
#page_top #blog-sec .content .control a::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/top/archive_icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  margin: 0 16px 0 0;
}
@media (max-width: 750px) {
  #page_top #blog-sec .content .control a::before {
    width: 4vw;
    height: 4vw;
    margin: 0 2vw 0 0;
  }
}
#page_top #blog-sec .content .control a .in_text {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #page_top #blog-sec .content .control a .in_text {
    font-size: 3.6vw;
  }
}
#page_top #company-overview-sec {
  padding: 0 0 140px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #page_top #company-overview-sec {
    padding: 0 0 15vw;
  }
}
#page_top #company-overview-sec .content {
  background: white;
  width: 1024px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 130px;
}
@media (max-width: 750px) {
  #page_top #company-overview-sec .content {
    width: 86vw;
    border-radius: 4vw;
    padding: 10vw 6vw 10vw;
  }
}
#page_top #company-overview-sec .content .ttl_sec {
  margin: 0 0 76px;
}
@media (max-width: 750px) {
  #page_top #company-overview-sec .content .ttl_sec {
    margin: 0 0 7vw;
  }
}
#page_top #company-overview-sec .content table {
  width: 100%;
  line-height: 2;
  font-size: 16px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_top #company-overview-sec .content table {
    font-size: 3.6vw;
    margin: 0 0 5vw;
  }
}
#page_top #company-overview-sec .content table tr th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  width: 150px;
  padding: 0 0 30px;
}
@media (max-width: 750px) {
  #page_top #company-overview-sec .content table tr th {
    display: block;
    width: 100%;
    padding: 3vw 0 0;
  }
}
#page_top #company-overview-sec .content table tr td {
  padding: 0 0 30px;
}
@media (max-width: 750px) {
  #page_top #company-overview-sec .content table tr td {
    display: block;
    width: 100%;
    padding: 0 0 3vw;
  }
}
#page_top #company-overview-sec .content table tr td ul li {
  display: inline-block;
  margin: 0 1em 0 0;
}
@media (max-width: 750px) {
  #page_top #company-overview-sec .content table tr td ul li {
    display: block;
    margin: 0;
  }
}
#page_top #company-overview-sec .content table tr td ul li::before {
  content: "● ";
  color: #2eb13b;
}
@media (max-width: 750px) {
  #page_top #company-overview-sec .content table tr td .tel {
    display: none;
  }
}
#page_top #company-overview-sec .content table tr td .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #page_top #company-overview-sec .content table tr td .tel_s {
    display: inline;
  }
}
#page_top #company-overview-sec .content .map iframe {
  width: 100%;
  height: 250px;
}
@media (max-width: 750px) {
  #page_top #company-overview-sec .content .map iframe {
    height: 60vw;
  }
}

.bg_cork {
  background: #faf6f0;
}
@media print {
  body.single-case {
    font-size: 2vw;
    line-height: 1.5;
    /*.ttl_page_simple{
    	display:none;
    	padding:1em;
    	box-sizing:border-box;
    	height:auto;
    	img{
    		width:20%;
    	}
    }*/
  }
  body.single-case header {
    display: none;
  }
  body.single-case .wrap_recruit {
    padding: 0;
    margin: 0;
  }
  body.single-case .wrap_recruit .wrap_case {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  body.single-case .wrap_recruit .wrap_case #case {
    width: 100%;
    max-width: none;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner > .primary .lead {
    font-size: 1em;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner > .primary .data.narrow {
    width: calc(100% - 450px);
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #btn_requirements {
    display: none;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #requirements .acf-map {
    position: relative;
    height: 40vw !important;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #requirements .acf-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #requirements #mapurl {
    display: none;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #btn_entry {
    display: none;
  }
  body.single-case .wrap_recruit .wrap_case #case #historyback {
    display: none;
  }
  body.single-case footer {
    display: none;
  }
  body.single-case .cv_top,
  body.single-case #pagetop {
    opacity: 0;
    display: none !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.page-contact .grecaptcha-badge, .page-entry .grecaptcha-badge, .page-registration .grecaptcha-badge {
  display: block !important;
}

.grecaptcha-badge {
  bottom: 150px !important;
}
@media (max-width: 750px) {
  .grecaptcha-badge {
    bottom: 31vw !important;
  }
}

#autozip {
  display: none !important;
}

#form {
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background: #eff0f2;
  padding: 90px 0 90px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #form {
    font-size: 3.4vw;
    padding: 15vw 0 15vw;
  }
}
#form .content {
  width: 700px;
}
@media (max-width: 750px) {
  #form .content {
    width: 88vw;
  }
}
#form .content .step {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #form .content .step {
    margin: 0 0 5vw;
  }
}
#form .content .note .text {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #form .content .note .text {
    font-size: 3.4vw;
    margin: 0 0 5vw;
  }
}
#form .content .note_require {
  color: #c1272d;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #form .content .note_require {
    font-size: 3.4vw;
    margin: 0 0 2vw;
  }
}
#form .content .require {
  color: #c1272d;
}
#form .content .wpcf7-not-valid-tip {
  display: none;
}
#form .content .error {
  color: #c1272d;
}
#form .content .wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.error {
  color: #333;
}
#form .content #zip-error {
  display: block;
}
#form .content .wpcf7-radio {
  display: block;
  padding: 2px 0 0;
}
#form .content .wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  top: 4px;
}
@media (max-width: 750px) {
  #form .content .wpcf7-radio .wpcf7-list-item-label {
    top: 0;
  }
}
#form .content .wpcf7-checkbox {
  display: block;
  padding: 2px 0 0;
}
#form .content .wpcf7-checkbox .wpcf7-list-item-label {
  position: relative;
  top: 2px;
}
#form .content .wpcf7-list-item {
  margin: 0 1em 0.5em 0;
}
@media (max-width: 750px) {
  #form .content .wpcf7-list-item {
    display: block;
    margin: 0 0 0.5vw 0 !important;
  }
}
#form .content .wpcf7-list-item.first {
  margin: 0 1em 0.5em 0;
}
#form .content .items {
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  #form .content .items {
    margin: 0 0 3vw;
  }
}
#form .content .items .item {
  display: flex;
  background: white;
  padding: 16px;
  margin: 0 0 5px;
}
@media (max-width: 750px) {
  #form .content .items .item {
    padding: 3vw;
    margin: 0 0 1.5vw;
  }
}
@media (max-width: 750px) {
  #form .content .items .item.wide {
    display: block;
    align-items: initial;
  }
}
@media (max-width: 750px) {
  #form .content .items .item.wide .label {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #form .content .items .item.wide .box {
    width: 100%;
    border-left: none;
    border-top: 1px solid #e6e6e6;
    margin: 2vw 0 0;
    padding: 2vw 0 0;
  }
}
#form .content .items .item .label {
  display: flex;
  white-space: nowrap;
  width: 154px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  #form .content .items .item .label {
    white-space: initial;
    width: 20vw;
  }
}
#form .content .items .item .label .in_label {
  display: inline;
  font-weight: bold;
}
#form .content .items .item .label .require {
  display: inline-block;
  margin: 0 0 0 3px;
}
@media (max-width: 750px) {
  #form .content .items .item .label .require {
    margin: 0 0 0 0.5vw;
  }
}
#form .content .items .item .box {
  width: calc(100% - 164px);
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
@media (max-width: 750px) {
  #form .content .items .item .box {
    width: calc(100% - 21vw);
    padding: 0 0 0 2vw;
    margin: 0 0 0 1vw;
  }
}
#form .content .items .item .box input[type=text],
#form .content .items .item .box input[type=tel],
#form .content .items .item .box input[type=email] {
  display: block;
  width: 480px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 8px;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  border: none;
}
@media (max-width: 750px) {
  #form .content .items .item .box input[type=text],
  #form .content .items .item .box input[type=tel],
  #form .content .items .item .box input[type=email] {
    width: 53vw;
    font-size: 3.4vw;
  }
}
#form .content .items .item .box input[type=text]::placeholder,
#form .content .items .item .box input[type=tel]::placeholder,
#form .content .items .item .box input[type=email]::placeholder {
  color: #c8c8c8;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 16px;
}
@media (max-width: 750px) {
  #form .content .items .item .box input[type=text]::placeholder,
  #form .content .items .item .box input[type=tel]::placeholder,
  #form .content .items .item .box input[type=email]::placeholder {
    font-size: 3.6vw;
  }
}
#form .content .items .item .box .example {
  display: block;
  line-height: inherit;
  font-weight: 700;
}
#form .content .items .item .box #your_age {
  display: inline-block;
  width: 70px;
}
@media (max-width: 750px) {
  #form .content .items .item .box #your_age {
    width: 15vw;
    display: inline;
  }
}
#form .content .items .item .box .unit {
  display: inline-block;
}
#form .content .items .item .box .unit.your_age {
  margin: 0 0 0 3px;
  position: relative;
  top: 2px;
}
@media (max-width: 750px) {
  #form .content .items .item .box .unit.your_age {
    margin: 0 0 0 1em;
    top: 0.2vw;
  }
}
#form .content .items .item .box .unit.zip {
  margin: 0 3px 0 0;
  position: relative;
  top: 1px;
}
@media (max-width: 750px) {
  #form .content .items .item .box .unit.zip {
    margin: 0 1em 0 0;
    top: 0.2vw;
  }
}
#form .content .items .item .box #zip {
  width: 120px;
  display: inline-block;
}
@media (max-width: 750px) {
  #form .content .items .item .box #zip {
    width: 30vw;
    display: inline;
  }
}
#form .content .items .item .box textarea {
  display: block;
  width: 480px;
  box-sizing: border-box;
  padding: 5px 8px;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 14px;
  border: none;
  resize: vertical;
}
@media (max-width: 750px) {
  #form .content .items .item .box textarea {
    width: 100%;
    height: 30vw;
    font-size: 3.4vw;
  }
}
#form .content .items .item .box textarea::placeholder {
  color: #c8c8c8;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 16px;
}
@media (max-width: 750px) {
  #form .content .items .item .box textarea::placeholder {
    font-size: 3.6vw;
  }
}
#form .content .items .item .box select {
  display: block;
  width: 200px;
  height: 34px;
  box-sizing: border-box;
  padding: 0 8px;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 16px;
  border: 1px solid #c8c8c8;
}
#form .content input[type=submit] {
  background-image: url("../images/form/arrow.svg");
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-color: #2eb13b;
  width: 300px;
  height: 64px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  color: white;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  margin: 40px auto 0;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #form .content input[type=submit] {
    background-size: 2vw;
    background-repeat: no-repeat;
    background-position: right 6vw center;
    width: 56vw;
    height: 14vw;
    border-radius: 7vw;
    font-size: 4vw;
    margin: 5vw auto 0;
  }
}
#form .content input[type=submit]:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #form .content input[type=submit]:hover {
    opacity: 1;
  }
}
#form .content .privacy-policy {
  background: #e6e6e6;
  padding: 20px;
  font-size: 14px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #form .content .privacy-policy {
    padding: 6vw;
    font-size: 3.4vw;
    margin: 0 0 5vw;
  }
}
#form .content .privacy-policy .ttl_privacy-policy {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #form .content .privacy-policy .ttl_privacy-policy {
    margin: 0 0 3vw;
  }
}
#form .content .privacy-policy .ttl_privacy-policy .in_text {
  font-weight: bold;
}
#form .content .privacy-policy .scroll {
  border: 1px solid #b1b1b1;
  background: white;
  height: 130px;
  padding: 20px;
  overflow-y: scroll;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #form .content .privacy-policy .scroll {
    height: 20vw;
    padding: 3vw;
    margin: 0 0 3vw;
  }
}
#form .content .privacy-policy .scroll .in_scroll {
  font-size: 14px;
}
@media (max-width: 750px) {
  #form .content .privacy-policy .scroll .in_scroll {
    font-size: 3.4vw;
  }
}
#form .content .privacy-policy .scroll .in_scroll .note_ttl {
  font-weight: bold;
  line-height: 1.5;
}
#form .content .privacy-policy .scroll .in_scroll .note_text,
#form .content .privacy-policy .scroll .in_scroll .note_list {
  line-height: 1.7;
  margin: 0 0 24px;
}
@media (max-width: 750px) {
  #form .content .privacy-policy .scroll .in_scroll .note_text,
  #form .content .privacy-policy .scroll .in_scroll .note_list {
    margin: 0 0 4vw;
  }
}
#form .content .privacy-policy .agree_note .in_text {
  line-height: 1.5;
  display: inline;
}
#form .content .privacy-policy .wpcf7-form-control-wrap .error {
  display: inline-block;
  margin: 0 3px 0 0;
  position: relative;
  top: 0;
}
@media (max-width: 750px) {
  #form .content .privacy-policy .wpcf7-form-control-wrap .error {
    margin: 0 0.5vw 0 0;
    top: 0.2vw;
  }
}
#form .content .privacy-policy .error {
  display: block;
  margin: 10px 0 0;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #form .content .privacy-policy .error {
    margin: 2vw 0 0;
  }
}
#form .content .mail_note {
  line-height: 1.5;
  text-align: center;
  margin: 0 0 25px;
  font-size: 14px;
}
@media (max-width: 750px) {
  #form .content .mail_note {
    text-align: left;
    margin: 0 0 8vw;
    font-size: 3.4vw;
  }
}

.thanks {
  margin: 150px auto 120px;
}
@media (max-width: 750px) {
  .thanks {
    margin: 30vw auto 30vw;
  }
}
.thanks .text {
  margin: 50px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  .thanks .text {
    margin: 9vw 0;
  }
}
.thanks .text.insert {
  font-weight: bold;
}
.thanks .text .emphasis {
  font-weight: bold;
}
.thanks .thanks_btn {
  text-align: center;
}
.thanks .thanks_btn a {
  text-decoration: underline;
}
@media (hover: hover) {
  .thanks .thanks_btn a:hover {
    text-decoration: none;
  }
}

/*
---------------------------------------
404
---------------------------------------
*/
.error404 {
  margin: 140px auto 140px;
}
@media (max-width: 750px) {
  .error404 {
    padding: 15vw 0 15vw;
  }
}
.error404 .text_404 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .error404 .text_404 {
    font-size: 3.8vw;
  }
}
.error404 .btn-404 {
  text-align: center;
  margin: 90px auto 0;
}
@media (max-width: 750px) {
  .error404 .btn-404 {
    margin: 15vw auto 0;
  }
}
.error404 .btn-404 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #e6e6e6;
  line-height: 1;
  transition: all 0.5s;
  font-size: 14px;
  margin: 0 auto;
}
.error404 .btn-404 a:after {
  content: "▶︎";
  padding: 0 5px 0 0;
}
@media (max-width: 750px) {
  .error404 .btn-404 a {
    font-size: 3.4vw;
    width: 60vw;
    height: 12vw;
    padding: 0 0 0 3vw;
  }
}
@media (min-width: 751px) {
  .error404 .btn-404 a:hover {
    opacity: 0.6;
  }
}

.single-content * {
  max-width: 100%;
  --main-color: #84cf58;
  line-height: 2;
}
.single-content h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 18px 20px;
  background: var(--main-color);
  color: #fff;
}
@media (max-width: 750px) {
  .single-content h2 {
    font-size: 4.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
.single-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding: 16px 0;
}
@media (max-width: 750px) {
  .single-content h3 {
    font-size: 4.2vw;
    margin: 5vw 0 3vw;
    padding: 3vw 0;
    border-width: 1px;
  }
}
.single-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-bottom: 2px solid var(--main-color);
  padding: 0 0 0.2px;
}
@media (max-width: 750px) {
  .single-content h4 {
    font-size: 4.1vw;
    margin: 5vw 0 3vw;
    border-width: 1px;
  }
}
.single-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h5 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h6 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content p {
  font-size: 14px;
  margin: 10px 0 10px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .single-content p {
    font-size: 3.9vw;
    margin: 3vw 0 3vw;
  }
}
.single-content p a {
  text-decoration: underline;
  color: var(--main-color);
}
.single-content .full {
  margin: 2em 0;
}
.single-content .wp-caption-text {
  margin-top: 0;
}
.single-content strong,
.single-content b {
  font-weight: bold;
}
.single-content em {
  font-style: italic;
}
.single-content blockquote {
  background: #fafafa;
  position: relative;
  padding: 40px 30px;
  margin: 40px 0;
}
@media (max-width: 750px) {
  .single-content blockquote {
    margin: 5vw 0;
    padding: 5vw;
  }
}
.single-content blockquote p {
  padding: 0;
  margin: 0;
  color: #777;
}
.single-content ul,
.single-content ol {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .single-content ul,
  .single-content ol {
    margin-bottom: 5vw;
  }
}
.single-content ul li {
  list-style: none;
  line-height: 1.6;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ul li {
    font-size: 3.9vw;
  }
}
.single-content ul li:before {
  content: "・";
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ul li:before {
    font-size: 3.9vw;
  }
}
.single-content ul li ul {
  padding-top: 10px;
  margin-bottom: 0;
}
.single-content ul li ul li {
  line-height: 1.6;
  padding: 0 0 10px 20px;
}
.single-content ul li ul li:last-child {
  padding: 0 0 0 20px;
}
.single-content ol {
  counter-reset: item;
  list-style-type: none;
}
.single-content ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 42px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ol li {
    font-size: 3.9vw;
    padding-left: 8vw;
    margin-bottom: 3vw;
  }
}
.single-content ol li:before {
  position: absolute;
  left: 0;
  top: -4px;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: white;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ol li:before {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 3.9vw;
  }
}
.single-content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 10px 0;
}
.single-content table {
  margin: 40px 0;
  border: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .single-content table {
    margin: 5vw 0;
  }
}
.single-content table th {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}
.single-content table th,
.single-content table td {
  text-align: center;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 16px 10px;
}
@media (max-width: 750px) {
  .single-content table th,
  .single-content table td {
    font-size: 3.9vw;
    padding: 3vw;
  }
}
.single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-content .alignright {
  float: right;
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .alignright {
    margin: 0;
    float: none;
  }
}
.single-content .alignleft {
  float: left;
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .alignleft {
    margin: 0;
    float: none;
  }
}
.single-content #image-details-caption {
  display: none;
}
.single-content .wp-caption {
  position: relative;
  width: 100% !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption {
    padding: 0;
  }
}
.single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
  width: 48% !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
    width: 100%;
  }
}
.single-content .wp-caption.alignleft {
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft {
    margin: 0;
  }
}
.single-content .wp-caption.alignright {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignright {
    margin: 0;
  }
}
.single-content .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
.single-content img[class*=wp-image-],
.single-content img[class*=attachment-] {
  height: auto;
  max-width: 600px;
  margin: 0 auto 40px;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-],
  .single-content img[class*=attachment-] {
    width: 100%;
    margin: 0 auto 5vw;
  }
}
.single-content img[class*=wp-image-].alignright,
.single-content img[class*=attachment-].alignright {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignright,
  .single-content img[class*=attachment-].alignright {
    width: 100%;
  }
}
.single-content img[class*=wp-image-].alignleft,
.single-content img[class*=attachment-].alignleft {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignleft,
  .single-content img[class*=attachment-].alignleft {
    width: 100%;
  }
}

.post_links {
  width: 740px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  .post_links {
    width: 80vw;
  }
}
.post_links a {
  display: block;
  transition: all 0.5s;
  /*&:hover {
      opacity: .5;

      @media screen and (max-width: $viewport) {
          opacity: 1;
      }
  }

   */
}
.post_links a:not(.more) {
  display: inline-block;
  background-size: 27px;
  background-repeat: no-repeat;
  min-height: 27px;
  color: #2eb13b;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 10px;
}
@media (max-width: 750px) {
  .post_links a:not(.more) {
    background-size: 4vw;
    background-repeat: no-repeat;
    min-height: 4vw;
    font-size: 4vw;
    top: 0;
  }
}
.post_links a[rel=prev] {
  background-image: url("../images/common/arrow_green_invert.svg");
  background-position: left top;
  padding: 5px 0 0 40px;
  left: 0;
  transition: background-position 0.3s;
}
@media (max-width: 750px) {
  .post_links a[rel=prev] {
    padding: 0 0 2vw 6vw;
  }
}
.post_links a[rel=prev]:hover {
  background-position: left -4px top;
}
@media (max-width: 750px) {
  .post_links a[rel=prev]:hover {
    background-position: left top;
  }
}
.post_links a[rel=next] {
  background-image: url("../images/common/arrow_green.svg");
  background-position: right top;
  padding: 5px 40px 0 0;
  right: 0;
  transition: background-position 0.3s;
}
@media (max-width: 750px) {
  .post_links a[rel=next] {
    padding: 0 6vw 2vw 0;
  }
}
.post_links a[rel=next]:hover {
  background-position: right -4px top;
}
@media (max-width: 750px) {
  .post_links a[rel=next]:hover {
    background-position: right top;
  }
}
.post_links a.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  border-radius: 25px;
  background: #2eb13b;
  color: white;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .post_links a.more {
    width: 44vw;
    height: 12vw;
    font-size: 3.6vw;
    top: 10vw;
  }
}
.post_links a.more:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .post_links a.more:hover {
    opacity: 1;
  }
}

.btn_top {
  display: flex;
  justify-content: center;
  padding: 100px 0 0;
}
@media (max-width: 750px) {
  .btn_top {
    padding: 30vw 0 0;
  }
}
.btn_top a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 750px) {
  .btn_top a {
    font-size: 3.8vw;
  }
}

#single_blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #faf6f0;
  padding: 140px 0 140px;
}
@media (max-width: 750px) {
  #single_blog {
    padding: 15vw 0 20vw;
  }
}
#single_blog .content {
  width: 810px;
  margin: 0 0 90px;
}
@media (max-width: 750px) {
  #single_blog .content {
    width: 86vw;
    margin: 0 0 12vw;
  }
}
#single_blog .content .note {
  padding: 0 0 30px;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #single_blog .content .note {
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
}
#single_blog .content .note .flex {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #single_blog .content .note .flex {
    margin: 0 0 3vw;
  }
}
#single_blog .content .note .flex .date {
  color: #00a645;
  font-family: "Lexend Deca", sans-serif;
  font-size: 14px;
  line-height: 1;
  display: block;
  width: 90px;
  margin: 0 30px 0 0;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #single_blog .content .note .flex .date {
    font-size: 2.8vw;
    width: 17vw;
    margin: 0 4vw 0 0;
  }
}
#single_blog .content .note .flex .category {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-radius: 12px;
  padding: 0 12px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  background: #2eb13b;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #single_blog .content .note .flex .category {
    height: 4.8vw;
    border-radius: 2.4vw;
    padding: 0 2.4vw;
    color: white;
    font-size: 2.4vw;
    max-width: calc(100% - 19vw);
  }
}
#single_blog .content .note .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  #single_blog .content .note .title {
    text-overflow: initial;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 3.4vw;
    line-height: 1.4;
  }
}

#archive_blog {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #faf6f0;
  padding: 140px 0 140px;
}
@media (max-width: 750px) {
  #archive_blog {
    padding: 15vw 0 20vw;
  }
}
#archive_blog .content {
  width: 1044px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #archive_blog .content {
    width: 86vw;
    flex-direction: column;
    justify-content: initial;
    align-items: center;
  }
}
#archive_blog .content .nav_genre {
  width: 240px;
}
@media (max-width: 750px) {
  #archive_blog .content .nav_genre {
    width: 64vw;
    margin: 0 0 10vw;
  }
}
#archive_blog .content .nav_genre ul li {
  margin: 0 0 16px;
}
@media (max-width: 750px) {
  #archive_blog .content .nav_genre ul li {
    margin: 0 0 2vw;
  }
}
#archive_blog .content .nav_genre ul li:last-of-type {
  margin: 0;
}
#archive_blog .content .nav_genre ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 54px;
  border-radius: 27px;
  background: #2eb13b;
  box-sizing: border-box;
  padding: 0 26px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #archive_blog .content .nav_genre ul li a {
    height: 12vw;
    border-right: 6vw;
    padding: 0 6vw;
    font-size: 3.6vw;
  }
}
#archive_blog .content .nav_genre ul li a.all {
  background: #84cf58;
}
#archive_blog .content .nav_genre ul li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../images/blog/arrow.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: right 0.3s;
}
@media (max-width: 750px) {
  #archive_blog .content .nav_genre ul li a::after {
    width: 2.4vw;
    height: 2.4vw;
  }
}
#archive_blog .content .nav_genre ul li a:hover::after {
  position: relative;
  right: -3px;
}
@media (max-width: 750px) {
  #archive_blog .content .nav_genre ul li a:hover::after {
    right: initial;
  }
}

.single-content img {
  border-radius: 20px;
}
@media (max-width: 750px) {
  .single-content img {
    border-radius: 0;
  }
}

#single_assets {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #faf6f0;
  padding: 140px 0 140px;
}
@media (max-width: 750px) {
  #single_assets {
    padding: 15vw 0 20vw;
  }
}
#single_assets .content {
  width: 810px;
  margin: 0 0 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #single_assets .content {
    width: 86vw;
    margin: 0 0 15vw;
  }
}
#single_assets .content .info {
  width: 100%;
  border-bottom: 1px solid #595757;
  padding: 0 0 20px;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #single_assets .content .info {
    padding: 0 0 3vw;
    margin: 0 0 5vw;
  }
}
#single_assets .content .info .subject {
  color: #2eb13b;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 16px;
}
@media (max-width: 750px) {
  #single_assets .content .info .subject {
    font-size: 3.6vw;
    margin: 0 0 2vw;
  }
}
#single_assets .content .info .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #single_assets .content .info .title {
    font-size: 4.2vw;
  }
}
#single_assets .content .fig {
  width: 600px;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #single_assets .content .fig {
    width: 100%;
    margin: 0 0 6vw;
  }
}
#single_assets .content .fig img {
  border-radius: 20px;
}
@media (max-width: 750px) {
  #single_assets .content .fig img {
    border-radius: 4vw;
  }
}
#single_assets .content .fig.none img {
  border: 1px solid #ccc;
}
#single_assets .content .note {
  width: 600px;
}
@media (max-width: 750px) {
  #single_assets .content .note {
    width: 100%;
  }
}
#single_assets .content .note .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #single_assets .content .note .text {
    font-size: 3.6vw;
  }
}
#single_assets .content .boxes {
  margin: 100px 0 0;
}
@media (max-width: 750px) {
  #single_assets .content .boxes {
    margin: 10vw 0 0;
  }
}
#single_assets .content .boxes .box {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #single_assets .content .boxes .box {
    margin: 0 0 8vw;
  }
}
#single_assets .content .boxes .box:last-of-type {
  margin: 0;
}
#single_assets .content .boxes .box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #single_assets .content .boxes .box .text {
    font-size: 3.6vw;
  }
}
#single_assets .content .boxes .box .sub-fig {
  width: 330px;
}
@media (max-width: 750px) {
  #single_assets .content .boxes .box .sub-fig {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#single_assets .content .boxes .box .sub-fig img {
  border-radius: 20px;
}
@media (max-width: 750px) {
  #single_assets .content .boxes .box .sub-fig img {
    border-radius: 4vw;
  }
}
#single_assets .content .boxes .box.split {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #single_assets .content .boxes .box.split {
    display: block;
    justify-content: initial;
  }
}
#single_assets .content .boxes .box.split .text {
  width: 440px;
}
@media (max-width: 750px) {
  #single_assets .content .boxes .box.split .text {
    width: 100%;
  }
}

/*
---------------------------------------
contact
---------------------------------------
*/
#form {
  background: #faf6f0;
  padding: 90px 0 90px;
}
@media (max-width: 750px) {
  #form {
    padding: 15vw 0 15vw;
  }
}

/*# sourceMappingURL=styles.css.map */
