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

#preloadedImages {
  width: 0;
  height: 0;
  display: inline;
  background-image: url("../images/common/cv_on.png");
  background-image: url("../images/common/line_on.png");
  background-image: url("../images/common/head_line_on.png");
}

@font-face {
  src: url("Salonica.ttf") format("truetype");
  font-family: "Salonica";
}
body {
  color: #333;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  font-size: 14px;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  background: #fffaec;
}
@media screen and (max-width: 1260px) {
  body {
    width: 100%;
    font-size: 3.4vw;
  }
}

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

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

.image_s {
  display: none;
}
@media (max-width: 1260px) {
  .image_s {
    display: inline;
  }
}
@media (max-width: 1260px) {
  .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: 1260px) {
  p,
  dt,
  dd,
  li {
    font-size: 3.3vw;
    font-weight: 400;
  }
}

.anc {
  margin-top: -120px;
  padding-top: 120px;
}
@media (max-width: 1260px) {
  .anc {
    margin-top: -15vw;
    padding-top: 15vw;
  }
}
.anc#service {
  margin-top: -250px;
  padding-top: 250px;
}
@media (max-width: 1260px) {
  .anc#service {
    margin-top: -30vw;
    padding-top: 30vw;
  }
}

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

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

/*	pagination
---------------------------------*/
/* wrap */
.pagination {
  text-align: center;
  margin: 90px 0 0;
}
@media (max-width: 1260px) {
  .pagination {
    margin: 15vw 0 0;
  }
}

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

/* wrap */
.nav-links {
  overflow: hidden;
}

/* link */
a.page-numbers {
  background-color: #000;
  color: white !important;
  display: inline-block;
  margin-right: 15px;
  padding: 6px 6px 6px;
}

.nav-links .current {
  display: inline-block;
  margin-right: 12px;
  color: #000;
}

.page-numbers.current {
  display: inline-block;
  margin-right: 12px;
  color: #000;
}

.nav-links a.next {
  border: none;
  padding: 6px 8px 8px;
}
.nav-links a.next::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid;
  border-color: white white transparent transparent;
  transform: rotate(45deg);
  position: relative;
  top: -1px;
  left: -1px;
}
@media (max-width: 1260px) {
  .nav-links a.next::after {
    width: 1.7vw;
    height: 1.7vw;
  }
}

.nav-links a.prev {
  border: none;
  padding: 6px 8px 9px;
}
.nav-links a.prev::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid;
  border-color: white white transparent transparent;
  transform: rotate(-135deg);
  position: relative;
  top: -1px;
  right: -1px;
}
@media (max-width: 1260px) {
  .nav-links a.prev::after {
    width: 1.7vw;
    height: 1.7vw;
  }
}

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

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

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

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

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

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

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

.inline_s {
  display: none;
}
@media screen and (max-width: 1260px) {
  .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: 1260px) {
  #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: 1260px) {
  #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: 1260px) {
  .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: 1260px) {
  .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: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: transparent;
  transition: background-color 0.2s;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  header.normal {
    display: none;
  }
}
header.normal.fixed {
  background-color: white;
}
header.normal .content {
  width: 94%;
  display: flex;
  justify-content: space-between;
}
header.normal .content .logo {
  display: block;
  width: 330px;
  margin: 22px 0 0;
}
header.normal .content #global {
  width: calc(100% - 330px);
}
header.normal .content #global .global-items {
  display: flex;
  justify-content: flex-end;
  margin: 49px 0 0;
}
header.normal .content #global .global-items li {
  margin: 0 0 0 15px;
}
header.normal .content #global .global-items li a {
  color: #1f3e7a;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: color 0.3s;
}
header.normal .content #global .global-items li a:hover {
  color: #fb884a;
}
header.normal .line {
  display: block;
  width: 300px;
  height: 40px;
  background-image: url("../images/common/head_line_on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
header.normal .line img {
  display: block;
  transition: opacity 0.3s;
}
header.normal .line:hover img {
  opacity: 0;
}

.nav_drawer {
  display: none;
}
@media (max-width: 1260px) {
  .nav_drawer {
    display: block;
  }
  .nav_drawer .inner {
    position: fixed;
    width: 100%;
    height: 12vw;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1001;
  }
  .nav_drawer .logo {
    display: block;
    width: 53vw;
    margin: 2.6vw 0 0 3vw;
  }
}
.nav_drawer.fixed .inner {
  background: white;
}
.nav_drawer.active .inner {
  background: transparent;
}
.nav_drawer.active .menu-trigger:before {
  content: "CLOSE";
}
.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: #fffaec;
  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 .drawer_nav_wrapper .btn_line_s a {
  display: block;
}
.nav_drawer .drawer_nav_wrapper .global-items {
  margin: 0 0 8vw;
}
.nav_drawer .drawer_nav_wrapper .global-items li {
  margin: 0 0 4vw;
}
.nav_drawer .drawer_nav_wrapper .global-items li:last-of-type {
  margin: 0;
}
.nav_drawer .drawer_nav_wrapper .global-items li a {
  display: block;
  font-size: 4vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}

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

.menu-trigger {
  width: 14vw;
  height: 12vw;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  outline: none;
  background: #fb884a;
}
.menu-trigger:before {
  content: "MENU";
  font-size: 2.8vw;
  font-weight: 500;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 1vw;
  text-align: center;
  transition: all 0.4s;
}

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

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

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

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

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

footer {
  display: flex;
  justify-content: center;
  background-color: #fb884a;
  background-image: url(../images/common/footer_wave.png);
  background-size: 95px;
  background-repeat: repeat-x;
  background-position: left top;
  padding: 60px 0 30px;
}
@media (max-width: 1260px) {
  footer {
    padding: 10vw 0 5vw;
    background-size: 15vw;
  }
}
footer .content {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  footer .content {
    width: 85vw;
    display: block;
    justify-content: initial;
  }
}
footer .content .id {
  width: 50%;
}
@media (max-width: 1260px) {
  footer .content .id {
    width: 100%;
    margin: 0 0 8vw;
  }
}
footer .content .id .logo {
  display: block;
  width: 285px;
  margin: 0 0 20px;
}
@media (max-width: 1260px) {
  footer .content .id .logo {
    width: 50vw;
    margin: 0 0 5vw;
  }
}
footer .content .id .location {
  color: white;
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 1260px) {
  footer .content .id .location {
    font-size: 3.4vw;
  }
}
footer .content .id .location .place {
  display: block;
}
@media (max-width: 1260px) {
  footer .content .id .location .tel {
    display: none;
  }
}
footer .content .id .location .tel_s {
  display: none;
}
@media (max-width: 1260px) {
  footer .content .id .location .tel_s {
    display: inline;
    color: white;
    font-size: 3.4vw;
  }
}
footer .content #global-foot {
  width: 47%;
}
@media (max-width: 1260px) {
  footer .content #global-foot {
    width: 100%;
  }
}
footer .content #global-foot .global-items {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  line-height: 2;
  margin: 0 0 10px;
}
@media (max-width: 1260px) {
  footer .content #global-foot .global-items {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
    column-count: 2;
    margin: 0 0 7vw;
  }
}
footer .content #global-foot .global-items li {
  margin: 0 0 0 10px;
}
@media (max-width: 1260px) {
  footer .content #global-foot .global-items li {
    margin: 0 0 3vw;
  }
}
footer .content #global-foot .global-items li a {
  color: white;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.08em;
  transition: opacity 0.3s;
}
@media (max-width: 1260px) {
  footer .content #global-foot .global-items li a {
    font-size: 3.5vw;
  }
}
footer .content #global-foot .global-items li a:hover {
  opacity: 0.6;
}
@media (max-width: 1260px) {
  footer .content #global-foot .global-items li a:hover {
    opacity: 1;
  }
}
footer .content #global-foot .links {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1260px) {
  footer .content #global-foot .links {
    display: block;
    justify-content: initial;
  }
}
footer .content #global-foot .links li {
  margin: 0 0 0 17px;
}
@media (max-width: 1260px) {
  footer .content #global-foot .links li {
    display: inline-block;
    margin: 0 2vw 0 0;
  }
}
footer .content #global-foot .links li a {
  color: white;
  font-size: 12px;
  transition: opacity 0.3s;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  footer .content #global-foot .links li a {
    font-size: 3.2vw;
  }
}
footer .content #global-foot .links li a:hover {
  opacity: 0.6;
}
@media (max-width: 1260px) {
  footer .content #global-foot .links li a:hover {
    opacity: 1;
  }
}
footer .content #global-foot .links li a[target=_blank]::after {
  content: "";
  width: 12px;
  height: 12px;
  margin: 0 0 0 2px;
  display: inline-block;
  background-image: url("../images/common/icon_external.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
}
@media (max-width: 1260px) {
  footer .content #global-foot .links li a[target=_blank]::after {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 0 0 1.2vw;
  }
}

#btn_top {
  width: 52px;
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 30000;
}
@media (max-width: 1260px) {
  #btn_top {
    width: 12vw;
    right: 2vw;
    bottom: 2vw;
  }
}
#btn_top img {
  display: block;
}

.cv {
  width: 450px;
  height: 215px;
  position: fixed;
  right: 0;
  top: 36vw;
  transition: top 0.3s;
}
@media (max-width: 1260px) {
  .cv {
    width: 82vw;
    height: auto;
    top: 150vw;
  }
}
@media (max-width: 1260px) {
  .cv.move {
    top: initial;
    bottom: 16vw;
  }
}
.cv .close {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/common/cv_close.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  right: 3vw;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .cv .close {
    width: 11vw;
    height: 11vw;
    top: -5.5vw;
  }
}
.cv .btn {
  display: block;
  width: 100%;
  height: 215px;
  background-image: url("../images/common/cv_on.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 1260px) {
  .cv .btn {
    width: 100%;
    height: auto;
    background: none;
  }
}
.cv .btn .image {
  display: block;
  transition: opacity 0.3s;
}
@media (max-width: 1260px) {
  .cv .btn .image {
    display: none;
  }
}
.cv .btn:hover .image {
  opacity: 0;
}
.cv .btn .image_s {
  width: 82vw;
  height: auto;
}

#line_cv_s {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 81vw;
}
#line_cv_s a img {
  display: block;
}

/*	element
---------------------------------*/
.n3_ordinary {
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .n3_ordinary {
    margin-bottom: 5vw;
  }
}
.n3_ordinary li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 15px;
}
@media screen and (max-width: 1260px) {
  .n3_ordinary li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 5vw;
    text-align: center;
  }
}
.n3_ordinary li:nth-child(3n) {
  margin-right: 0;
}

.ttl_page {
  background-color: #ffeea9;
  background-image: url("../images/common/wave_ttl.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 95px;
  height: 380px;
  box-sizing: border-box;
  padding: 70px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1260px) {
  .ttl_page {
    background-size: 15vw;
    height: 46vw;
    padding: 10vw 0 0;
  }
}
.ttl_page .en {
  color: #fb884a;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 1260px) {
  .ttl_page .en {
    font-size: 3.6vw;
  }
}
.ttl_page .ja {
  color: #1f3e7a;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .ttl_page .ja {
    font-size: 6.4vw;
  }
}

.page_legal {
  padding: 100px 0 150px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  .page_legal {
    padding: 15vw 0 20vw;
  }
}
.page_legal .content {
  width: 900px;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
@media (max-width: 1260px) {
  .page_legal .content {
    width: 86vw;
    font-size: 3.6vw;
  }
}
.page_legal .content .box {
  margin: 0 0 30px;
}
@media (max-width: 1260px) {
  .page_legal .content .box {
    margin: 0 0 5vw;
  }
}
.page_legal .content .box .ttl {
  color: #1f3e7a;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 1260px) {
  .page_legal .content .box .ttl {
    margin: 0 0 2vw;
  }
}
.page_legal .content table {
  width: 100%;
}
.page_legal .content table tr {
  border-bottom: 2px dotted #fb884a;
}
.page_legal .content table tr:first-of-type th {
  padding: 0 30px 30px;
}
@media (max-width: 1260px) {
  .page_legal .content table tr:first-of-type th {
    padding: 0;
  }
}
.page_legal .content table tr:first-of-type td {
  padding: 0 30px 30px;
}
@media (max-width: 1260px) {
  .page_legal .content table tr:first-of-type td {
    padding: 0 0 3vw;
  }
}
.page_legal .content table tr th {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 30px;
  white-space: nowrap;
}
@media (max-width: 1260px) {
  .page_legal .content table tr th {
    padding: 3vw 0 0;
    display: block;
  }
}
.page_legal .content table tr td {
  padding: 30px;
}
@media (max-width: 1260px) {
  .page_legal .content table tr td {
    padding: 0 0 3vw;
    display: block;
  }
}
@media (max-width: 1260px) {
  .page_legal .content table tr td .tel {
    display: none;
  }
}
.page_legal .content table tr td .tel_s {
  display: none;
}
@media (max-width: 1260px) {
  .page_legal .content table tr td .tel_s {
    display: inline;
  }
}

#page_top #hero {
  margin: 0 0 470px;
  padding: 110px 0 0;
}
@media (max-width: 1260px) {
  #page_top #hero {
    margin: 0 0 74vw;
    padding: 16vw 0 0;
  }
}
#page_top #hero .tagline {
  text-align: center;
}
#page_top #hero .tagline img {
  width: 96%;
}
@media (max-width: 1260px) {
  #page_top #hero .tagline img {
    width: 94vw;
  }
}
#page_top #solution-sec {
  display: flex;
  justify-content: center;
  position: relative;
}
#page_top #solution-sec .content {
  width: 1200px;
  box-sizing: border-box;
  padding: 130px 90px 70px;
  background: #ffeea9;
  border-radius: 120px;
  position: relative;
}
@media (max-width: 1260px) {
  #page_top #solution-sec .content {
    padding: 18vw 6vw 7vw;
    border-radius: 12vw;
  }
}
#page_top #solution-sec .content .ttl {
  width: 100%;
  position: absolute;
  left: 0;
  top: -390px;
  text-align: center;
}
@media (max-width: 1260px) {
  #page_top #solution-sec .content .ttl {
    top: -55vw;
  }
}
#page_top #solution-sec .content .ttl img {
  width: 1015px;
}
@media (max-width: 1260px) {
  #page_top #solution-sec .content .ttl img {
    width: 86vw;
  }
}
#page_top #solution-sec .content .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  #page_top #solution-sec .content .list {
    display: block;
    justify-content: initial;
  }
}
#page_top #solution-sec .content .list li {
  width: 325px;
  background: white;
  box-sizing: border-box;
  border-radius: 35px;
  padding: 0 30px 30px;
}
@media (max-width: 1260px) {
  #page_top #solution-sec .content .list li {
    width: 100%;
    border-radius: 6vw;
    padding: 5vw 8vw 6vw;
    margin: 0 0 5vw;
  }
  #page_top #solution-sec .content .list li:last-of-type {
    margin: 0;
  }
}
#page_top #solution-sec .content .list li .inner {
  display: block;
}
@media (max-width: 1260px) {
  #page_top #solution-sec .content .list li .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 3vw;
  }
}
#page_top #solution-sec .content .list li .inner .icon {
  margin: -40px 0 20px;
  text-align: center;
}
@media (max-width: 1260px) {
  #page_top #solution-sec .content .list li .inner .icon {
    margin: 0;
    width: 13vw;
  }
}
#page_top #solution-sec .content .list li .inner .icon img {
  width: 150px;
}
@media (max-width: 1260px) {
  #page_top #solution-sec .content .list li .inner .icon img {
    width: 100%;
  }
}
#page_top #solution-sec .content .list li .inner .ttl_list {
  color: #fb884a;
  font-size: 22px;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 20px;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1260px) {
  #page_top #solution-sec .content .list li .inner .ttl_list {
    width: calc(100% - 18vw);
    font-size: 5vw;
    text-align: left;
    margin: 0;
    height: auto;
    display: block;
    align-items: initial;
    justify-content: initial;
  }
}
#page_top #solution-sec .content .list li .text {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 1260px) {
  #page_top #solution-sec .content .list li .text {
    font-size: 3.6vw;
  }
}
#page_top .ttl_sec .en {
  color: #fb884a;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 1260px) {
  #page_top .ttl_sec .en {
    font-size: 3.4vw;
    margin: 0 0 2vw;
  }
}
#page_top .ttl_sec .en.yellow {
  color: #ffeea9;
}
#page_top .ttl_sec .ja {
  color: #1f3e7a;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (max-width: 1260px) {
  #page_top .ttl_sec .ja {
    font-size: 6vw;
  }
}
#page_top .ttl_sec .ja.white {
  color: white;
}
#page_top .ttl_sec.vertical {
  display: flex;
}
@media (max-width: 1260px) {
  #page_top .ttl_sec.vertical {
    display: block;
  }
}
#page_top .ttl_sec.vertical .en {
  writing-mode: vertical-lr;
  text-orientation: mixed;
}
@media (max-width: 1260px) {
  #page_top .ttl_sec.vertical .en {
    writing-mode: initial;
    text-orientation: initial;
  }
}
#page_top .ttl_sec.vertical .ja {
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (max-width: 1260px) {
  #page_top .ttl_sec.vertical .ja {
    writing-mode: initial;
    text-orientation: initial;
  }
}

.bg_white_1 {
  margin: -300px 0 0;
  padding: 430px 0 0;
  background: white;
  background-image: url(../images/common/wave_base_white.png);
  background-size: 95px;
  background-repeat: repeat-x;
  background-position: left top;
}
@media (max-width: 1260px) {
  .bg_white_1 {
    margin: -140vw 0 0;
    padding: 150vw 0 0;
    background-size: 15vw;
  }
}

.bg_yellow_1 {
  background-image: url(../images/common/wave_yellow.png);
  background-size: 95px;
  background-repeat: repeat-x;
  background-position: left top;
  padding: 0;
}
@media (max-width: 1260px) {
  .bg_yellow_1 {
    background-size: 15vw;
    padding: 0 0 15vw;
  }
}

.panel_line_box {
  display: flex;
  justify-content: center;
}

.panel_line {
  width: 1024px;
  height: 410px;
  background-image: url("../images/common/line_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1260px) {
  .panel_line {
    width: 86vw;
    height: auto;
    background: none;
  }
}
.m1 .panel_line {
  margin: 0 0 90px;
}
@media (max-width: 1260px) {
  .m1 .panel_line {
    margin: 0 0 10vw;
  }
}
.m5 .panel_line {
  padding: 0 0 90px;
}
@media (max-width: 1260px) {
  .m5 .panel_line {
    padding: 0 0 15vw;
  }
}
.panel_line .btn {
  display: block;
  width: 505px;
  height: 82px;
  background-image: url("../images/common/line_on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 264px;
  left: 260px;
}
@media (max-width: 1260px) {
  .panel_line .btn {
    width: 100%;
    height: auto;
    background: none;
    position: static;
    top: initial;
    left: initial;
  }
}
.panel_line .btn .image {
  display: block;
  transition: opacity 0.3s;
}
@media (max-width: 1260px) {
  .panel_line .btn .image {
    display: none;
  }
}
.panel_line .btn:hover .image {
  opacity: 0;
}

#reason-sec {
  padding: 0 0 300px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  #reason-sec {
    padding: 0 0 30vw;
  }
}
#reason-sec .content {
  width: 1024px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  #reason-sec .content {
    width: 86vw;
    display: block;
    justify-content: initial;
  }
}
#reason-sec .content .ttl_sec {
  width: 100px;
}
@media (max-width: 1260px) {
  #reason-sec .content .ttl_sec {
    width: 100%;
    margin: 0 0 10vw;
  }
}
#reason-sec .content .in_content {
  width: 880px;
}
@media (max-width: 1260px) {
  #reason-sec .content .in_content {
    width: 100%;
  }
}
#reason-sec .content .in_content .box {
  display: flex;
  justify-content: space-between;
  padding: 0 0 50px;
  border-bottom: 2px dotted #fb884a;
  margin: 0 0 50px;
  position: relative;
}
@media (max-width: 1260px) {
  #reason-sec .content .in_content .box {
    display: block;
    justify-content: initial;
    padding: 0 0 6vw;
    margin: 0 0 10vw;
  }
}
#reason-sec .content .in_content .box:last-of-type {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#reason-sec .content .in_content .box .in_box {
  width: 520px;
}
@media (max-width: 1260px) {
  #reason-sec .content .in_content .box .in_box {
    width: 100%;
  }
}
#reason-sec .content .in_content .box .in_box .ttl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media (max-width: 1260px) {
  #reason-sec .content .in_content .box .in_box .ttl {
    display: block;
    justify-content: initial;
    margin: 0 0 10vw;
  }
}
#reason-sec .content .in_content .box .in_box .ttl .num {
  color: #fb884a;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: bold;
  width: 40px;
}
@media (max-width: 1260px) {
  #reason-sec .content .in_content .box .in_box .ttl .num {
    font-size: 5vw;
    width: 100%;
    margin: 0 0 1vw;
  }
}
#reason-sec .content .in_content .box .in_box .ttl .in_text {
  width: calc(100% - 60px);
  color: #1f3e7a;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1260px) {
  #reason-sec .content .in_content .box .in_box .ttl .in_text {
    font-size: 3.6vw;
  }
}
#reason-sec .content .in_content .box .in_box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1260px) {
  #reason-sec .content .in_content .box .in_box .text {
    font-size: 3.6vw;
  }
}
#reason-sec .content .in_content .box .in_box .text .emphasis {
  color: #fb884a;
  font-weight: bold;
}
#reason-sec .content .in_content .box .fig {
  width: 300px;
}
@media (max-width: 1260px) {
  #reason-sec .content .in_content .box .fig {
    width: 34vw;
    position: absolute;
    top: -5vw;
    right: 0;
  }
}

.bg_yellow_1 {
  background: #ffeea9;
  background-image: url("../images/common/wave_base_yellow.png");
  background-size: 95px;
  background-repeat: repeat-x;
  background-position: left top;
  height: 290px;
  position: relative;
}
@media (max-width: 1260px) {
  .bg_yellow_1 {
    background-size: 15vw;
    height: 25vw;
  }
}
.bg_yellow_1 .panel_line_box {
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1260px) {
  .bg_yellow_1 .panel_line_box {
    top: -20vw;
  }
}

#voice-sec {
  padding: 0 0 100px;
  background-color: #ffeea9;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  #voice-sec {
    padding: 0 0 15vw;
  }
}
#voice-sec .content {
  width: 1024px;
}
@media (max-width: 1260px) {
  #voice-sec .content {
    width: 86vw;
  }
}
#voice-sec .content .ttl_sec {
  margin: 0 0 100px;
}
@media (max-width: 1260px) {
  #voice-sec .content .ttl_sec {
    margin: 0 0 15vw;
  }
}
#voice-sec .content .voices {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  #voice-sec .content .voices {
    display: block;
    justify-content: initial;
  }
}
#voice-sec .content .voices .voice {
  width: 495px;
  background: white;
  border-radius: 35px;
  box-sizing: border-box;
  padding: 0 36px 36px;
}
@media (max-width: 1260px) {
  #voice-sec .content .voices .voice {
    border-radius: 6vw;
    padding: 6vw;
    width: 100%;
    margin: 0 0 16vw;
  }
  #voice-sec .content .voices .voice:last-of-type {
    margin: 0;
  }
}
#voice-sec .content .voices .voice .first {
  padding: 0 0 20px;
  border-bottom: 2px dotted #fb884a;
  margin: -60px 0 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1260px) {
  #voice-sec .content .voices .voice .first {
    padding: 0 0 4vw;
    margin: -15vw 0 4vw;
  }
}
#voice-sec .content .voices .voice .first::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/top/voice_deco.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 45px;
  right: 0;
}
@media (max-width: 1260px) {
  #voice-sec .content .voices .voice .first::after {
    width: 8vw;
    height: 8vw;
    top: 6.4vw;
  }
}
#voice-sec .content .voices .voice .first .icon {
  width: 150px;
  height: 150px;
}
@media (max-width: 1260px) {
  #voice-sec .content .voices .voice .first .icon {
    width: 26vw;
    height: 26vw;
  }
}
#voice-sec .content .voices .voice .first .info {
  width: 230px;
}
@media (max-width: 1260px) {
  #voice-sec .content .voices .voice .first .info {
    width: calc(100% - 29vw);
  }
}
#voice-sec .content .voices .voice .first .info .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  background: #fb884a;
  height: 26px;
  color: white;
  font-size: 16px;
  margin: 0 0 10px;
}
@media (max-width: 1260px) {
  #voice-sec .content .voices .voice .first .info .label {
    font-size: 3.6vw;
    height: 5vw;
    margin: 0 0 1vw;
  }
}
#voice-sec .content .voices .voice .first .info .data {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1260px) {
  #voice-sec .content .voices .voice .first .info .data {
    font-size: 3.6vw;
  }
}
#voice-sec .content .voices .voice .second .ttl {
  color: #1f3e7a;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media (max-width: 1260px) {
  #voice-sec .content .voices .voice .second .ttl {
    font-size: 4vw;
    margin: 0 0 1.5vw;
  }
}
#voice-sec .content .voices .voice .second .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1260px) {
  #voice-sec .content .voices .voice .second .text {
    font-size: 3.6vw;
  }
}

#price-sec {
  padding: 100px 0 100px;
  background-image: url("../images/common/wave_yellow_orange.png");
  background-size: 95px;
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #fb884a;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  #price-sec {
    padding: 15vw 0 15vw;
    background-size: 15vw;
  }
}
#price-sec .content {
  width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1260px) {
  #price-sec .content {
    width: 86vw;
  }
}
#price-sec .content .ttl_sec {
  width: 100%;
  margin: 0 0 40px;
}
@media (max-width: 1260px) {
  #price-sec .content .ttl_sec {
    margin: 0;
  }
}
#price-sec .content .fig {
  margin: 0 0 30px;
}
@media (max-width: 1260px) {
  #price-sec .content .fig {
    margin: -9vw 0 6vw;
  }
}
#price-sec .content .note {
  width: 730px;
  color: white;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 1260px) {
  #price-sec .content .note {
    width: 100%;
    font-size: 3.4vw;
  }
}

#payment-method-sec {
  padding: 100px 0 160px;
  background-image: url("../images/common/wave_base_orange.png");
  background-size: 95px;
  background-repeat: repeat-x;
  background-position: left top;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  #payment-method-sec {
    padding: 15vw 0 20vw;
    background-size: 15vw;
  }
}
#payment-method-sec .content {
  width: 1024px;
}
@media (max-width: 1260px) {
  #payment-method-sec .content {
    width: 86vw;
  }
}
#payment-method-sec .content .ttl_sec {
  margin: 0 0 40px;
}
@media (max-width: 1260px) {
  #payment-method-sec .content .ttl_sec {
    margin: 0 0 8vw;
  }
}
#payment-method-sec .content .in_content {
  background: white;
  border-radius: 35px;
  padding: 80px;
}
@media (max-width: 1260px) {
  #payment-method-sec .content .in_content {
    border-radius: 6vw;
    padding: 7vw;
  }
}
#payment-method-sec .content .in_content .ttl {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 1260px) {
  #payment-method-sec .content .in_content .ttl {
    margin: 0 0 6vw;
  }
}
#payment-method-sec .content .in_content .ttl img {
  width: 750px;
}
@media (max-width: 1260px) {
  #payment-method-sec .content .in_content .ttl img {
    width: 73vw;
  }
}
#payment-method-sec .content .in_content .boxes .box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media (max-width: 1260px) {
  #payment-method-sec .content .in_content .boxes .box {
    display: block;
    justify-content: initial;
    margin: 0 0 6vw;
  }
}
#payment-method-sec .content .in_content .boxes .box:last-of-type {
  margin: 0;
}
#payment-method-sec .content .in_content .boxes .box .ttl_pay {
  width: 200px;
  border-right: 2px dotted #fb884a;
  padding: 8px 0 0;
}
@media (max-width: 1260px) {
  #payment-method-sec .content .in_content .boxes .box .ttl_pay {
    width: 100%;
    border-right: none;
    padding: 0;
    margin: 0 0 1vw;
  }
}
#payment-method-sec .content .in_content .boxes .box .ttl_pay .in_text {
  color: #1f3e7a;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1260px) {
  #payment-method-sec .content .in_content .boxes .box .ttl_pay .in_text {
    font-size: 4vw;
  }
}
#payment-method-sec .content .in_content .boxes .box .ttl_pay .in_text .mini {
  font-size: 14px;
}
@media (max-width: 1260px) {
  #payment-method-sec .content .in_content .boxes .box .ttl_pay .in_text .mini {
    font-size: 3.6vw;
  }
}
#payment-method-sec .content .in_content .boxes .box .item {
  width: calc(100% - 260px);
}
@media (max-width: 1260px) {
  #payment-method-sec .content .in_content .boxes .box .item {
    width: 100%;
  }
}
#payment-method-sec .content .in_content .boxes .box .item .cards {
  width: 660px;
  position: relative;
  left: -25px;
}
@media (max-width: 1260px) {
  #payment-method-sec .content .in_content .boxes .box .item .cards {
    width: 80vw;
    left: -6vw;
  }
}
#payment-method-sec .content .in_content .boxes .box .item .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 1260px) {
  #payment-method-sec .content .in_content .boxes .box .item .text {
    font-size: 3.3vw;
  }
}

.bg_white_2 {
  background-color: white;
  background-image: url("../images/common/wave_yellow_white.png");
  background-size: 95px;
  background-repeat: repeat-x;
  background-position: left top;
  padding: 100px 0 190px;
  position: relative;
}
@media (max-width: 1260px) {
  .bg_white_2 {
    background-size: 15vw;
    padding: 15vw 0 25vw;
  }
}
.bg_white_2 .panel_line_box {
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1260px) {
  .bg_white_2 .panel_line_box {
    top: -20vw;
  }
}

#service-sec {
  background-color: #ffeea9;
  background-image: url("../images/common/wave_base_yellow.png");
  background-size: 95px;
  background-repeat: repeat-x;
  background-position: left top;
  padding: 0 0 300px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  #service-sec {
    padding: 0 0 30vw;
    background-size: 15vw;
  }
}
#service-sec .content {
  width: 1024px;
}
@media (max-width: 1260px) {
  #service-sec .content {
    width: 86vw;
  }
}
#service-sec .content .ttl_script {
  display: flex;
  justify-content: center;
  position: relative;
  margin: -45px 0 40px;
}
@media (max-width: 1260px) {
  #service-sec .content .ttl_script {
    margin: -6vw 0 8vw;
  }
}
#service-sec .content .ttl_script .ja {
  color: #fef9b7;
  font-size: 40px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 576px;
  height: 98px;
  background-image: url("../images/top/service_ttl_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1260px) {
  #service-sec .content .ttl_script .ja {
    width: 76vw;
    height: 13vw;
    font-size: 5.2vw;
  }
}
#service-sec .content .ttl_script .en {
  color: #fb884a;
  font-family: "Salonica", script;
  font-size: 130px;
  transform: rotate(-12deg);
  transform-origin: left bottom;
  position: absolute;
  top: -44px;
  left: 170px;
}
@media (max-width: 1260px) {
  #service-sec .content .ttl_script .en {
    font-size: 18vw;
    top: -8vw;
    left: 0;
  }
}
#service-sec .content .lead {
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 1260px) {
  #service-sec .content .lead {
    margin: 0 0 4vw;
  }
}
#service-sec .content .lead img {
  width: 647px;
}
@media (max-width: 1260px) {
  #service-sec .content .lead img {
    width: 64vw;
  }
}
#service-sec .content .fig {
  width: 800px;
}
@media (max-width: 1260px) {
  #service-sec .content .fig {
    width: 100%;
  }
}

#flow-sec {
  background: white;
  padding: 0 0 100px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  #flow-sec {
    padding: 0 0 15vw;
  }
}
#flow-sec .content {
  width: 1024px;
}
@media (max-width: 1260px) {
  #flow-sec .content {
    width: 86vw;
  }
}
#flow-sec .content .ttl_sec {
  margin: 0 0 40px;
}
@media (max-width: 1260px) {
  #flow-sec .content .ttl_sec {
    margin: 0 0 8vw;
  }
}
#flow-sec .content .steps {
  position: relative;
}
#flow-sec .content .steps::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-left: 3px dotted #fb884a;
  position: absolute;
  top: 0;
  left: 100px;
}
@media (max-width: 1260px) {
  #flow-sec .content .steps::before {
    left: calc(50% - 2px);
  }
}
#flow-sec .content .steps .step {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffeea9;
  border-radius: 35px;
  padding: 40px;
  margin: 0 0 40px;
  position: relative;
}
@media (max-width: 1260px) {
  #flow-sec .content .steps .step {
    display: block;
    justify-content: initial;
    align-items: initial;
    border-radius: 6vw;
    padding: 6vw;
    margin: 0 0 8vw;
  }
}
#flow-sec .content .steps .step:last-of-type {
  margin: 0;
}
#flow-sec .content .steps .step .ttl {
  width: 380px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fb884a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1260px) {
  #flow-sec .content .steps .step .ttl {
    width: 100%;
    font-size: 3.6vw;
    margin: 0 0 2vw;
  }
}
#flow-sec .content .steps .step .ttl .icon {
  display: block;
  width: 100px;
}
@media (max-width: 1260px) {
  #flow-sec .content .steps .step .ttl .icon {
    width: 13vw;
  }
}
#flow-sec .content .steps .step .ttl .in_ttl {
  width: calc(100% - 130px);
}
@media (max-width: 1260px) {
  #flow-sec .content .steps .step .ttl .in_ttl {
    width: calc(100% - 18vw);
  }
}
#flow-sec .content .steps .step .ttl .in_ttl .label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fb884a;
  margin: 0 0 10px;
}
@media (max-width: 1260px) {
  #flow-sec .content .steps .step .ttl .in_ttl .label {
    font-size: 3.2vw;
    margin: 0 0 1.5vw;
  }
}
#flow-sec .content .steps .step .ttl .in_ttl .in_text {
  color: #1f3e7a;
  font-size: 25px;
  line-height: 1.5;
}
@media (max-width: 1260px) {
  #flow-sec .content .steps .step .ttl .in_ttl .in_text {
    font-size: 3.8vw;
  }
}
#flow-sec .content .steps .step .text {
  width: 500px;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1260px) {
  #flow-sec .content .steps .step .text {
    width: 100%;
    font-size: 3.6vw;
  }
}

#faq-sec {
  padding: 100px 0 290px;
  background-image: url("../images/common/wave_white_base_invert.png");
  background-size: 95px;
  background-repeat: repeat-x;
  background-position: left top;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  #faq-sec {
    padding: 15vw 0 25vw;
    background-size: 15vw;
  }
}
#faq-sec .content {
  width: 1024px;
}
@media (max-width: 1260px) {
  #faq-sec .content {
    width: 86vw;
  }
}
#faq-sec .content .ttl_sec {
  margin: 0 0 40px;
}
@media (max-width: 1260px) {
  #faq-sec .content .ttl_sec {
    margin: 0 0 8vw;
  }
}
#faq-sec .content .toggle-group {
  margin: 0 0 40px;
}
@media (max-width: 1260px) {
  #faq-sec .content .toggle-group {
    margin: 0 0 8vw;
  }
}
#faq-sec .content .toggle-group .toggle-btn {
  position: relative;
  background: white;
  border-radius: 35px;
  padding: 40px;
  display: flex;
  cursor: pointer;
}
@media (max-width: 1260px) {
  #faq-sec .content .toggle-group .toggle-btn {
    padding: 6vw;
    border-radius: 6vw;
  }
}
#faq-sec .content .toggle-group .toggle-btn.active {
  border-radius: 35px 35px 0 0;
}
@media (max-width: 1260px) {
  #faq-sec .content .toggle-group .toggle-btn.active {
    border-radius: 6vw 6vw 0 0;
  }
}
#faq-sec .content .toggle-group .toggle-btn.active::after {
  background-image: url("../images/top/faq_minus.png");
}
#faq-sec .content .toggle-group .toggle-btn::before {
  content: "Q";
  display: block;
  color: #1f3e7a;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 20px 0 0;
}
@media (max-width: 1260px) {
  #faq-sec .content .toggle-group .toggle-btn::before {
    font-size: 6vw;
    margin: 0 3vw 0 0;
  }
}
#faq-sec .content .toggle-group .toggle-btn .in_text {
  width: 800px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 4px 0 0;
}
@media (max-width: 1260px) {
  #faq-sec .content .toggle-group .toggle-btn .in_text {
    width: 66vw;
    font-size: 4vw;
    margin: 0.4vw 8vw 0 0;
  }
}
#faq-sec .content .toggle-group .toggle-btn::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: url("../images/top/faq_plus.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  top: calc(50% - 10px);
  right: 40px;
}
@media (max-width: 1260px) {
  #faq-sec .content .toggle-group .toggle-btn::after {
    width: 6vw;
    height: 6vw;
    top: calc(50% - 3vw);
    right: 6vw;
  }
}
#faq-sec .content .toggle-group .toggle-content {
  display: none;
  border-radius: 0 0 35px 35px;
  background: #ffeea9;
  padding: 40px;
  box-sizing: border-box;
  border-top: 2px dotted #fb884a;
}
@media (max-width: 1260px) {
  #faq-sec .content .toggle-group .toggle-content {
    padding: 6vw;
    border-radius: 0 0 6vw 6vw;
  }
}
#faq-sec .content .toggle-group .toggle-content.is_open {
  display: flex !important;
}
#faq-sec .content .toggle-group .toggle-content::before {
  content: "A";
  display: block;
  color: #fb884a;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0 20px 0 0;
}
@media (max-width: 1260px) {
  #faq-sec .content .toggle-group .toggle-content::before {
    font-size: 6vw;
    margin: 0 3vw 0 0;
  }
}
#faq-sec .content .toggle-group .toggle-content .text {
  width: 850px;
  font-size: 16px;
  line-height: 2;
  margin: 4px 0 0;
}
@media (max-width: 1260px) {
  #faq-sec .content .toggle-group .toggle-content .text {
    width: 66vw;
    font-size: 3.6vw;
    margin: 0 0 0;
  }
}

.bg_yellow_2 {
  background: #ffeea9;
  background-image: url("../images/common/wave_base_yellow.png");
  background-size: 95px;
  background-repeat: repeat-x;
  background-position: left top;
  height: 290px;
  position: relative;
}
@media (max-width: 1260px) {
  .bg_yellow_2 {
    background-size: 15vw;
    height: 40vw;
  }
}
.bg_yellow_2 .panel_line_box {
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1260px) {
  .bg_yellow_2 .panel_line_box {
    top: -20vw;
  }
}

.news_list li {
  padding: 0 0 20px;
  border-bottom: 2px dotted #fb884a;
  margin: 0 0 20px;
}
@media (max-width: 1260px) {
  .news_list li {
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
}
.news_list li:last-of-type {
  padding: 0;
  border-bottom: none;
  margin: 0;
}
.news_list li a {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1260px) {
  .news_list li a {
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0 12vw 0 0;
  }
}
.news_list li a .date {
  display: block;
  width: 120px;
  color: #fb884a;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
}
@media (max-width: 1260px) {
  .news_list li a .date {
    display: inline-block;
    width: 23vw;
    font-size: 3.2vw;
  }
}
.news_list li a .category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 13px;
  background: #ffeea9;
  border-radius: 13px;
  margin: 0 20px 0 0;
}
@media (max-width: 1260px) {
  .news_list li a .category {
    width: auto;
    max-width: calc(100% - 23vw);
    height: 6vw;
    margin: 0;
    padding: 0 3vw 0;
  }
}
.news_list li a .category .in_text {
  display: block;
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
@media (max-width: 1260px) {
  .news_list li a .category .in_text {
    font-size: 3.2vw;
  }
}
.news_list li a .title {
  width: 410px;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1260px) {
  .news_list li a .title {
    width: 100%;
  }
}
.news_list li a::after {
  content: "";
  display: flex;
  background-image: url("../images/common/arrow_orange.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  right: 0;
  top: calc(50% - 12.5px);
}
@media (max-width: 1260px) {
  .news_list li a::after {
    width: 4vw;
    height: 4vw;
    top: calc(50% - 2vw);
  }
}
#archive_news .news_list li {
  padding: 0 0 30px;
  margin: 0 0 30px;
}
@media (max-width: 1260px) {
  #archive_news .news_list li {
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
}
#archive_news .news_list li:last-of-type {
  padding: 0 0 20px;
  border-bottom: 2px dotted #fb884a;
  margin: 0;
}
@media (max-width: 1260px) {
  #archive_news .news_list li:last-of-type {
    padding: 0 0 3vw;
    margin: 0;
  }
}
#archive_news .news_list li a .title {
  width: 650px;
}
@media (max-width: 1260px) {
  #archive_news .news_list li a .title {
    width: 100%;
  }
}

#news-sec {
  background-color: #ffeea9;
  padding: 0 0 90px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1260px) {
  #news-sec {
    padding: 0 0 7vw;
  }
}
#news-sec .content {
  width: 1024px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  #news-sec .content {
    width: 86vw;
    display: block;
    justify-content: initial;
  }
}
#news-sec .content .ttl_sec {
  width: calc(100% - 880px);
}
@media (max-width: 1260px) {
  #news-sec .content .ttl_sec {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#news-sec .content .box {
  width: 880px;
}
@media (max-width: 1260px) {
  #news-sec .content .box {
    width: 100%;
  }
}
#news-sec .content .box .in_box {
  background: white;
  border-radius: 35px;
  padding: 40px;
  margin: 0 0 40px;
}
@media (max-width: 1260px) {
  #news-sec .content .box .in_box {
    border-radius: 6vw;
    padding: 6vw;
    margin: 0 0 8vw;
  }
}
#news-sec .content .box .btn_wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1260px) {
  #news-sec .content .box .btn_wrap {
    justify-content: center;
  }
}
#news-sec .content .box .btn_wrap a {
  background: #1f3e7a;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 0 25px;
  position: relative;
}
@media (max-width: 1260px) {
  #news-sec .content .box .btn_wrap a {
    width: 44vw;
    height: 12vw;
    padding: 0 0 0 6vw;
    border-radius: 6vw;
  }
}
#news-sec .content .box .btn_wrap a .in_text {
  color: white;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1260px) {
  #news-sec .content .box .btn_wrap a .in_text {
    font-size: 3.6vw;
  }
}
#news-sec .content .box .btn_wrap a::after {
  content: "";
  display: flex;
  background-image: url("../images/common/arrow_white.svg");
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  position: absolute;
  right: 25px;
  top: calc(50% - 12.5px);
}
@media (max-width: 1260px) {
  #news-sec .content .box .btn_wrap a::after {
    width: 4vw;
    height: 4vw;
    top: calc(50% - 2vw);
    right: 6vw;
  }
}

#note-sec {
  padding: 160px 0 150px;
  display: flex;
  justify-content: center;
  background-image: url("../images/common/wave_yellow_base.png");
  background-size: 95px;
  background-repeat: repeat-x;
  background-position: left top;
}
@media (max-width: 1260px) {
  #note-sec {
    padding: 20vw 0 15vw;
    background-size: 15vw;
  }
}
#note-sec .content {
  width: 1024px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1260px) {
  #note-sec .content {
    width: 86vw;
    display: block;
    justify-content: initial;
  }
}
#note-sec .content .ttl {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 140px;
}
@media (max-width: 1260px) {
  #note-sec .content .ttl {
    flex-direction: initial;
    justify-content: flex-start;
    margin: 0 0 5vw;
  }
}
#note-sec .content .ttl .ja {
  color: #fb884a;
  font-size: 35px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 1260px) {
  #note-sec .content .ttl .ja {
    font-size: 5vw;
    margin: 0 0 0 3vw;
  }
}
#note-sec .content .ttl .icon {
  width: 80px;
}
@media (max-width: 1260px) {
  #note-sec .content .ttl .icon {
    width: 9vw;
  }
}
#note-sec .content .box {
  width: 800px;
  box-sizing: border-box;
  border-left: 1px dotted #fb884a;
  padding: 0 0 0 50px;
}
@media (max-width: 1260px) {
  #note-sec .content .box {
    width: 100%;
    border-left: none;
    padding: 0;
  }
}
#note-sec .content .box .text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 20px;
}
@media (max-width: 1260px) {
  #note-sec .content .box .text {
    font-size: 3.6vw;
    margin: 0 0 3vw;
  }
}
#note-sec .content .box ul {
  font-size: 16px;
  line-height: 2;
}

#about-sec {
  display: flex;
  padding: 0 0 0 calc(50% - 512px);
  margin: 0 0 110px;
}
@media (max-width: 1260px) {
  #about-sec {
    padding: 0;
    margin: 0 0 15vw 7vw;
  }
}
#about-sec .content {
  width: 1024px;
  background: #ffeea9;
  box-sizing: border-box;
  border-radius: 120px 0 0 120px;
  box-sizing: border-box;
  padding: 70px 0 70px 100px;
  position: relative;
}
@media (max-width: 1260px) {
  #about-sec .content {
    width: 86vw;
    border-radius: 12vw 0 0 12vw;
    padding: 10vw 0 10vw 8vw;
  }
}
#about-sec .content .fig {
  width: 296px;
  position: absolute;
  top: -110px;
  right: -30px;
}
@media (max-width: 1260px) {
  #about-sec .content .fig {
    width: 27vw;
    top: -15vw;
    right: 0;
  }
}
#about-sec .content .in_content {
  width: 600px;
}
@media (max-width: 1260px) {
  #about-sec .content .in_content {
    width: 100%;
  }
}
#about-sec .content .in_content .ttl {
  margin: 0 0 20px;
  position: relative;
}
@media (max-width: 1260px) {
  #about-sec .content .in_content .ttl {
    font-size: 5vw;
    margin: 0 0 3vw;
  }
}
#about-sec .content .in_content .ttl .en {
  position: absolute;
  top: -120px;
  left: -90px;
  transform: rotate(-8deg);
  transform-origin: left bottom;
  font-family: "Salonica", script;
  font-size: 120px;
}
@media (max-width: 1260px) {
  #about-sec .content .in_content .ttl .en {
    font-size: 18vw;
    top: -17vw;
    left: -7vw;
  }
}
#about-sec .content .in_content .ttl .ja {
  color: #fb884a;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1260px) {
  #about-sec .content .in_content .ttl .ja {
    font-size: 5vw;
  }
}
#about-sec .content .in_content .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1260px) {
  #about-sec .content .in_content .text {
    font-size: 3.6vw;
  }
}
#about-sec .temp {
  width: calc(50vw - 512px);
  background: #ffeea9;
}
@media (max-width: 1260px) {
  #about-sec .temp {
    width: 7vw;
  }
}

#single_news {
  padding: 100px 0 250px;
}
@media (max-width: 1260px) {
  #single_news {
    padding: 15vw 0 40vw;
  }
}
#single_news .inner {
  width: 810px;
  box-sizing: border-box;
  margin: 0 auto 120px;
}
@media (max-width: 1260px) {
  #single_news .inner {
    width: 86vw;
    margin: 0 auto 15vw;
  }
}
#single_news .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 10px;
  border-bottom: 2px dotted #D6D6D6;
  margin: 0 0 30px;
}
@media (max-width: 1260px) {
  #single_news .title {
    font-size: 4.2vw;
    padding: 0 0 2vw;
    margin: 0 0 4vw;
  }
}

.nav-genre {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
@media (max-width: 1260px) {
  .nav-genre {
    margin: 0 0 10vw;
    flex-wrap: wrap;
  }
}
@media (max-width: 1260px) {
  .nav-genre li {
    width: 48%;
  }
}
.nav-genre li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 60px;
  box-sizing: border-box;
  background: white;
  color: #1f3e7a;
  font-size: 16px;
  font-weight: bold;
  border-radius: 30px;
  transition: opacity 0.3s;
  position: relative;
}
@media (max-width: 1260px) {
  .nav-genre li a {
    width: 100%;
    height: 12vw;
    font-size: 3.6vw;
    justify-content: flex-start;
    padding: 0 6vw 0;
    margin: 0 0 3vw;
  }
}
.nav-genre li a:hover {
  opacity: 0.6;
}
@media (max-width: 1260px) {
  .nav-genre li a:hover {
    opacity: 1;
  }
}
.nav-genre li a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../images/news/arrow.png");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .nav-genre li a::after {
    width: 4vw;
    height: 4vw;
    right: 6vw;
  }
}

#archive_news {
  padding: 100px 0 150px;
}
@media (max-width: 1260px) {
  #archive_news {
    padding: 15vw 0 20vw;
  }
}
#archive_news .caption {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin: 0 0 30px;
}
@media (max-width: 1260px) {
  #archive_news .caption {
    font-size: 4vw;
    text-align: left;
    margin: 0 6vw 5vw;
  }
}
#archive_news .inner {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  #archive_news .inner {
    width: 88vw;
    margin: 0 auto;
  }
}
#archive_news .inner .box {
  display: flex;
  justify-content: space-between;
  background: white;
  border: 1px solid #D6D6D6;
  padding: 40px 40px 40px;
  margin: 0 0 60px;
  background-image: url("../images/news/arrow.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
}
@media (max-width: 1260px) {
  #archive_news .inner .box {
    display: block;
    justify-content: initial;
    padding: 6vw 6vw 12vw;
    margin: 0 0 10vw;
    background-size: 4vw;
    background-position: right 4vw bottom 5vw;
  }
}
#archive_news .inner .box:hover figure img {
  transform: scale(1.1);
  transform-origin: center center;
}
@media (max-width: 1260px) {
  #archive_news .inner .box:hover figure img {
    transform: scale(1);
  }
}
#archive_news .inner .box figure {
  width: 330px;
  overflow: hidden;
}
@media (max-width: 1260px) {
  #archive_news .inner .box figure {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#archive_news .inner .box figure img {
  transition: all 0.3s;
}
#archive_news .inner .box .content {
  width: 580px;
}
@media (max-width: 1260px) {
  #archive_news .inner .box .content {
    width: 100%;
  }
}
#archive_news .inner .box .content .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1260px) {
  #archive_news .inner .box .content .title {
    font-size: 4vw;
    margin: 0 0 3vw;
  }
}
#archive_news .inner .box .content p {
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1260px) {
  #archive_news .inner .box .content p {
    font-size: 3.6vw;
  }
}

.information {
  margin: 0 0 20px;
}
@media (max-width: 1260px) {
  .information {
    margin: 0 0 2vw;
  }
}
.information .label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: white;
  background: #fb884a;
  height: 26px;
  padding: 0 13px;
  border-radius: 13px;
  margin: 0 0 0 10px;
}
@media (max-width: 1260px) {
  .information .label {
    height: 6vw;
    font-size: 3.23vw;
    padding: 0 3vw 0;
  }
}
.information .date {
  display: inline-block;
  color: #fb884a;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
}
@media (max-width: 1260px) {
  .information .date {
    font-size: 3.2vw;
  }
}

.post_links {
  width: 740px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1260px) {
  .post_links {
    width: 80vw;
  }
}
.post_links a {
  display: block;
  transition: all 0.5s;
}
.post_links a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1260px) {
  .post_links a:hover {
    opacity: 1;
  }
}
.post_links a:not(.more) {
  display: inline-block;
  background-size: 27px;
  background-repeat: no-repeat;
  min-height: 27px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 10px;
}
@media (max-width: 1260px) {
  .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/news/arrow_preview.png");
  background-position: left top;
  padding: 5px 0 0 40px;
  left: 0;
}
@media (max-width: 1260px) {
  .post_links a[rel=prev] {
    padding: 0 0 2vw 6vw;
  }
}
.post_links a[rel=next] {
  background-image: url("../images/news/arrow_next.png");
  background-position: right top;
  padding: 5px 40px 0 0;
  right: 0;
}
@media (max-width: 1260px) {
  .post_links a[rel=next] {
    padding: 0 6vw 2vw 0;
  }
}
.post_links a.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  background: #1f3e7a;
  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: 1260px) {
  .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: 1260px) {
  .post_links a.more:hover {
    opacity: 1;
  }
}

@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;
  }
}
/*
---------------------------------------
404
---------------------------------------
*/
.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: 30px auto 120px;
}
@media (max-width: 750px) {
  .error404 .btn-404 {
    margin: 10vw auto;
  }
}
.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: #fb884a;
  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%;
  }
}

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