@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Jost:ital@0;1&family=Noto+Sans+JP:wght@700&family=Noto+Serif+JP:wght@500;900&family=Oooh+Baby&family=Roboto&display=swap");
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;
}*/
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  body {
    width: 100%;
    font-size: 3.4vw;
  }
}

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

a:active, a:focus {
  outline: 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;
}

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

/*	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 {
  text-align: center;
  margin: 60px 0 60px;
}
@media (max-width: 750px) {
  .pagination {
    margin: 5vw 0 5vw;
  }
}

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

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

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

.nav-links .current {
  display: inline-block;
  margin-right: 15px;
  color: #4D4D4D;
}

.page-numbers.current {
  display: inline-block;
  margin-right: 15px;
  color: #4D4D4D;
}

.nav-links a.next {
  border: none;
}

.nav-links a.prev {
  border: none;
}

/*	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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #E6E6E6;
  line-height: 1;
  margin: 0 auto 120px;
  -webkit-transition: all 0.5s;
  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 */
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.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: 30000;
  background: white;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1048px;
}
@media (max-width: 750px) {
  header.normal {
    display: none;
  }
}
header.normal .logo {
  display: block;
  width: 33vw;
  max-width: 440px;
  margin: 0 10px 0 10px;
}
#global .global-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#global .global-items li {
  width: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px dotted #151653;
}
#global .global-items li.contact {
  border-left: none;
}
#global .global-items li.contact a {
  color: white;
  background: #151653;
}
#global .global-items li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#global .global-items li a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #global .global-items li a:hover {
    opacity: 1;
  }
}
#global_foot .global-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0 30px;
  border-top: 1px solid #151653;
  border-bottom: 1px solid #151653;
}
#global_foot .global-items li {
  margin: 0 20px 0;
}
#global_foot .global-items li a {
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#global_foot .global-items li a:hover {
  opacity: 0.6;
}
#drawer .global-items, #global_foot_s .global-items {
  width: 100%;
}
#drawer .global-items li, #global_foot_s .global-items li {
  border-bottom: 1px dotted white;
}
#drawer .global-items li:last-child, #global_foot_s .global-items li:last-child {
  border-bottom: none;
}
#drawer .global-items li a, #global_foot_s .global-items li a {
  display: block;
  width: 100%;
  color: white;
  font-size: 4.2vw;
  padding: 5vw 0 5vw;
}

.nav_drawer {
  display: none;
}
@media (max-width: 750px) {
  .nav_drawer {
    display: block;
  }
  .nav_drawer .inner {
    position: fixed;
    width: 100%;
    height: 15vw;
    top: 0;
    left: 0;
    background: white;
    z-index: 1001;
  }
  .nav_drawer .logo {
    display: block;
    width: 68vw;
    margin: 1.5vw 0 0 1vw;
  }
}
.nav_drawer.active .menu-trigger:before {
  color: white;
}
.nav_drawer.active .menu-trigger span {
  background-color: 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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(100vw);
          transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #151653;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40vw 10vw 10vw;
}
.nav_drawer .drawer_nav_wrapper.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}

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

.menu-trigger {
  width: 15vw;
  height: 15vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2vw;
  background: #151653;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  outline: none;
}
.menu-trigger:before {
  content: "menu";
  font-size: 2.6vw;
  display: block;
  font-family: "Roboto", sans-serif;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 0 0 1vw;
  bottom: 2vw;
  text-align: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

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

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

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

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

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

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

footer .id {
  padding: 50px 0 50px;
}
@media (max-width: 750px) {
  footer .id {
    padding: 10vw 0 10vw;
  }
}
footer .id .logo {
  display: block;
  width: 440px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  footer .id .logo {
    width: 76vw;
  }
}
@media (max-width: 750px) {
  footer #global_foot {
    display: none;
  }
}
footer #global_foot_s {
  display: none;
}
@media (max-width: 750px) {
  footer #global_foot_s {
    display: block;
    background: #151653;
    padding: 15vw 10vw 15vw;
  }
}
footer .primary {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 50px;
}
@media (max-width: 750px) {
  footer .primary {
    width: 88vw;
    display: block;
    padding: 15vw 0 10vw;
  }
}
footer .primary .box {
  width: 460px;
}
@media (max-width: 750px) {
  footer .primary .box {
    width: 100%;
    margin: 0 0 10vw;
  }
}
footer .primary .box .site {
  padding: 0 0 10px;
  margin: 0 0 16px;
  border-bottom: 1px solid #151653;
}
@media (max-width: 750px) {
  footer .primary .box .site {
    padding: 0 0 2vw;
    margin: 0 0 3vw;
  }
}
footer .primary .box .site .in_text .small {
  font-size: 15px;
  font-weight: bold;
}
@media (max-width: 750px) {
  footer .primary .box .site .in_text .small {
    font-size: 3.4vw;
  }
}
footer .primary .box .site .in_text .normal {
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 750px) {
  footer .primary .box .site .in_text .normal {
    font-size: 4vw;
  }
}
footer .primary .box #location {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  footer .primary .box #location {
    font-size: 3.6vw;
    margin: 0 0 5vw;
  }
}
footer .primary .box #location .name {
  font-weight: bold;
}
footer .primary .box #location .tel {
  display: inline-block;
  margin: 0 1em 0 0;
}
@media (max-width: 750px) {
  footer .primary .box #location .tel {
    display: none;
  }
}
footer .primary .box #location .tel_s {
  display: none;
}
@media (max-width: 750px) {
  footer .primary .box #location .tel_s {
    display: block;
  }
}
footer .primary .box #location .fax {
  display: inline-block;
}
footer .primary .box .seo {
  color: #949494;
  font-size: 12px;
  line-height: 1.8;
}
footer .primary .map {
  width: 490px;
}
@media (max-width: 750px) {
  footer .primary .map {
    width: 100%;
  }
}
footer .primary .map iframe {
  width: 100%;
  height: 240px;
}
footer #copyright {
  color: white;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  padding: 20px 0 20px;
  background: #333;
  text-align: center;
}
@media (max-width: 750px) {
  footer #copyright {
    font-size: 2.6vw;
    padding: 40px 0 40px;
  }
}

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

/*	element
---------------------------------*/
.n3_ordinary {
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .n3_ordinary {
    margin-bottom: 5vw;
  }
}
.n3_ordinary li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .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_tax_name {
  display: block;
  width: 100%;
  color: #151653;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  .ttl_tax_name {
    font-size: 5vw;
    margin: 0 0 8vw;
    padding: 15vw 0 0;
  }
}

#archive_case {
  padding: 90px 0 120px;
}
@media (max-width: 750px) {
  #archive_case {
    padding: 0 0 20vw;
  }
}
@media (max-width: 750px) {
  #archive_case .inner {
    margin: 0;
    padding: 0;
  }
}
#archive_case .wrapper {
  width: 1024px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 750px) {
  #archive_case .wrapper {
    width: 100%;
    margin: 0 auto 5vw;
    display: block;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
}

.box_case {
  display: block;
  padding: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 0 20px;
  background: white;
}
@media (max-width: 750px) {
  .box_case {
    -webkit-box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 1vw 3vw rgba(0, 0, 0, 0.2);
    padding: 6vw 6vw 10vw;
    margin: 0 0 2.5vw;
  }
}
.box_case:last-of-type {
  margin: 0;
}
.box_case .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  .box_case .btns {
    margin: 5vw 0 0;
  }
}
.box_case .btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  width: 49%;
  height: 48px;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (-ms-high-contrast: none) {
  .box_case .btns a {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  .box_case .btns a {
    height: 12vw;
    border-radius: 6vw;
    font-size: 3.8vw;
    padding: 0;
  }
}
.box_case .btns a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  .box_case .btns a:hover {
    opacity: 1;
  }
}
.box_case .btns a.n1 {
  background: #636363;
}
.box_case .btns a.n2 {
  background: #151653;
  color: white;
}
.box_case .btns a.n2:before {
  border-color: white;
}
.box_case .btns a i {
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
}
@media all and (-ms-high-contrast: none) {
  .box_case .btns a i {
    top: calc(50% - 6px);
  }
}
@media (max-width: 750px) {
  .box_case .btns a i {
    right: 3vw;
    top: calc(50% - 1.6vw);
  }
}
.box_case .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .box_case .wrap {
    display: block;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
.box_case .wrap .data {
  width: 62%;
}
@media (max-width: 750px) {
  .box_case .wrap .data {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 3vw;
  }
}
.box_case .wrap .data .inner_s figure {
  display: none;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s figure {
    display: block;
    width: 30vw;
  }
}
.box_case .wrap .data .inner_s figure img {
  border: 1px solid #ccc;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s .info {
    width: 50vw;
  }
}
.box_case .wrap .data .inner_s .info .label_term {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s .info .label_term {
    margin: 0 0 3vw;
  }
}
.box_case .wrap .data .inner_s .info .label_term .inner_text {
  display: inline-block;
  color: white;
  font-size: 12px;
  font-weight: bold;
  background: #151653;
  padding: 6px 50px 6px;
}
@media all and (-ms-high-contrast: none) {
  .box_case .wrap .data .inner_s .info .label_term .inner_text {
    padding: 12px 50px 6px;
  }
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s .info .label_term .inner_text {
    font-size: 2.4vw;
    padding: 1vw 6vw;
  }
}
.box_case .wrap .data .inner_s .info .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_s .info .title {
    font-size: 4vw;
    margin: 0 0 3vw;
  }
}
.box_case .wrap .data .inner_data .job-description {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 16px;
  font-weight: normal;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_data .job-description {
    font-size: 3.6vw;
    -webkit-line-clamp: 3;
    margin: 0 0 3vw;
  }
}
.box_case .wrap .data .inner_data .table_job-information {
  width: 100%;
  table-layout: fixed;
  line-height: 1.5;
  font-size: 12px;
}
@media (max-width: 750px) {
  .box_case .wrap .data .inner_data .table_job-information {
    font-size: 2.8vw;
  }
}
.box_case .wrap .data .inner_data .table_job-information tr {
  border-bottom: 1px solid #ccc;
}
.box_case .wrap .data .inner_data .table_job-information tr:first-of-type {
  border-top: 1px solid #ccc;
}
.box_case .wrap .data .inner_data .table_job-information th {
  white-space: nowrap;
  width: 70px;
  padding: 10px;
  background: #e6e6e6;
  font-weight: bold;
}
.box_case .wrap .data .inner_data .table_job-information td {
  padding: 10px;
}
.box_case .wrap .data .inner_data .table_job-information td .n4 {
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box_case .wrap .data .inner_data .table_job-information td .n3 {
  /*line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_case .wrap figure {
  width: 35%;
}
@media (max-width: 750px) {
  .box_case .wrap figure {
    display: none;
  }
}
.box_case .wrap figure img {
  border: 1px solid #ccc;
}

#case {
  padding: 90px 0 120px;
  margin: 0;
}
@media (max-width: 750px) {
  #case {
    padding: 10vw 0 0;
    margin: 0;
  }
}
#case .wrapper {
  width: 94%;
  max-width: 1064px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper {
    width: 100vw;
    padding: 0;
    display: block;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
#case .wrapper .contents {
  width: calc(100% - 285px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 60px 60px 70px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 750px) {
  #case .wrapper .contents {
    width: 100%;
    padding: 0 6vw 15vw;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#case .wrapper .contents .primary .label_term {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .label_term {
    margin: 0 0 5vw;
  }
}
#case .wrapper .contents .primary .label_term .inner_text {
  display: inline-block;
  color: white;
  background: #151653;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 50px 8px;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .primary .label_term .inner_text {
    padding: 14px 50px 8px;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .label_term .inner_text {
    font-size: 3.4vw;
    padding: 1vw 6vw;
  }
}
#case .wrapper .contents .primary .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 28px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .primary .title {
    font-size: 4.4vw;
    padding: 0 0 3vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .information .lead {
  color: #151653;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .information .lead {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .single-content {
  margin: 0 auto 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .single-content {
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .photo_information {
  width: 464px;
  margin: 0 auto 50px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .photo_information {
    width: 86vw;
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .photo_information img {
  max-width: 100%;
}
#case .wrapper .contents .btns_s {
  display: none;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 10vw;
  }
  #case .wrapper .contents .btns_s a {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 48%;
    font-size: 14px;
    text-align: center;
    padding: 13px 8px 11px 0;
    font-weight: bold;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #case .wrapper .contents .btns_s a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #case .wrapper .contents .btns_s a:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  #case .wrapper .contents .btns_s a {
    padding: 12px 8px 12px 0;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btns_s a:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    right: 15px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  #case .wrapper .contents .btns_s a.btn-case--detail {
    background-color: #636363;
    color: white;
  }
  #case .wrapper .contents .btns_s a.btn-case--detail:before {
    border-color: white;
  }
  #case .wrapper .contents .btns_s a.btn-case--entry {
    background-color: #151653;
    color: white;
  }
  #case .wrapper .contents .btns_s a.btn-case--entry:before {
    border-color: white;
  }
}
#case .wrapper .contents .pr {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .pr .box_pr {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr {
    margin: 0 0 10vw;
  }
}
#case .wrapper .contents .pr .box_pr:last-of-type {
  margin: 0;
}
#case .wrapper .contents .pr .box_pr.narrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow {
    display: block;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
#case .wrapper .contents .pr .box_pr.narrow figure {
  width: 210px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow figure {
    width: 66vw;
    margin: 5vw auto 0;
  }
}
#case .wrapper .contents .pr .box_pr.narrow figure img {
  max-width: 100%;
}
#case .wrapper .contents .pr .box_pr.narrow .data {
  width: 380px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr.narrow .data {
    width: 100%;
  }
}
#case .wrapper .contents .pr .box_pr .data .ttl_pr {
  color: #151653;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .ttl_pr {
    font-size: 3.8vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .pr .box_pr .data .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .pr .box_pr .data .text {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery {
    margin: 0 0 15vw;
  }
}
#case .wrapper .contents .gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul {
    display: block;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
    width: 66vw;
    margin: 0 auto;
  }
}
#case .wrapper .contents .gallery ul li {
  width: 47.8%;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li {
    width: 100%;
    margin: 0 0 5vw;
  }
  #case .wrapper .contents .gallery ul li:last-of-type {
    margin: 0;
  }
}
#case .wrapper .contents .gallery ul li .caption {
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .gallery ul li .caption {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .gallery ul li img {
  max-width: 100%;
}
#case .wrapper .contents .requirements .ttl_requirements {
  color: white;
  font-size: 16px;
  font-weight: bold;
  background: #4d4d4d;
  padding: 14px 20px 12px;
  margin: 0 0 7px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .requirements .ttl_requirements {
    font-size: 3.8vw;
    padding: 4vw;
  }
}
#case .wrapper .contents .table_requirements {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements {
    font-size: 3.4vw;
  }
}
#case .wrapper .contents .table_requirements tr {
  border-bottom: 1px solid #ccc;
}
#case .wrapper .contents .table_requirements tr th {
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding: 10px 50px 10px 10px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr th {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 4vw 0 0;
  }
}
#case .wrapper .contents .table_requirements tr td {
  padding: 10px 10px 10px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  #case .wrapper .contents .table_requirements tr td {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0 4vw;
  }
}
#case .wrapper .contents .google {
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google {
    margin: 4vw 0 0;
  }
}
#case .wrapper .contents .google .ttl_map {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .ttl_map {
    font-size: 3.4vw;
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map {
    margin: 0 0 3vw;
  }
}
#case .wrapper .contents .google .map iframe {
  width: 100%;
  height: 220px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .map iframe {
    height: 60vw;
  }
}
#case .wrapper .contents .google .url {
  text-align: right;
}
#case .wrapper .contents .google .url a {
  font-size: 14px;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#case .wrapper .contents .google .url a .icon {
  display: inline-block;
  width: 10px;
  margin: 0 0 0 3px;
}
#case .wrapper .contents .google .url a .icon img {
  width: 10px;
  height: 10px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .contents .google .url a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .contents .google .url a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .btn_entry {
  text-align: center;
  margin: 60px 0 22px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry {
    margin: 10vw 0 10vw;
  }
}
#case .wrapper .contents .btn_entry a {
  width: 360px;
  height: 64px;
  border-radius: 32px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-size: 18px;
  font-weight: bold;
  background: #151653;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .btn_entry a {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry a {
    width: 100%;
    height: 15vw;
    border-radius: 7.5vw;
    font-size: 4.2vw;
  }
}
#case .wrapper .contents .btn_entry a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 28px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid white;
  border-right: 2px solid white;
}
#case .wrapper .contents .btn_entry a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .contents .btn_entry a:hover {
    opacity: 1;
  }
}
#case .wrapper .contents .display_tel {
  width: 316px;
  margin: 0 auto 31px;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel {
    width: 100%;
    margin: 0 auto 10vw;
  }
}
#case .wrapper .contents .display_tel .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel .tel {
    display: none;
  }
}
#case .wrapper .contents .display_tel .tel .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 135px;
  height: 30px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}
@media all and (-ms-high-contrast: none) {
  #case .wrapper .contents .display_tel .tel .label {
    padding: 6px 0 0;
  }
}
#case .wrapper .contents .display_tel .tel .number {
  font-size: 20px;
  font-weight: bold;
}
#case .wrapper .contents .display_tel .tel .number .icon {
  display: inline-block;
  width: 15px;
  margin: 0 5px;
}
#case .wrapper .contents .display_tel .tel .number .icon img {
  width: 15px;
  height: 15px;
}
#case .wrapper .contents .display_tel .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #case .wrapper .contents .display_tel .tel_s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #case .wrapper .contents .display_tel .tel_s .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 34vw;
    height: 6.6vw;
    font-size: 3.4vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #ccc;
  }
  #case .wrapper .contents .display_tel .tel_s .number {
    font-size: 4vw;
    font-weight: bold;
  }
  #case .wrapper .contents .display_tel .tel_s .number .icon {
    display: inline-block;
    width: 3.6vw;
    margin: 0 2vw;
  }
  #case .wrapper .contents .display_tel .tel_s .number .icon img {
    width: 100%;
    height: auto;
  }
}
#case .wrapper .links_wrap {
  width: 1064px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  position: fixed;
  top: 436px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 750px) {
  #case .wrapper .links_wrap {
    display: none !important;
  }
}
#case .wrapper .links {
  width: 254px;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 20px;
  top: 0;
}
#case .wrapper .links .ttl {
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #4d4d4d;
  padding: 28px 0;
}
#case .wrapper .links .inner {
  padding: 20px;
}
#case .wrapper .links .inner .btn {
  display: block;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 0;
  border-radius: 20px;
  margin: 0 0 10px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#case .wrapper .links .inner .btn:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #case .wrapper .links .inner .btn:hover {
    opacity: 1;
  }
}
#case .wrapper .links .inner .btn:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  right: 20px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#case .wrapper .links .inner .btn.n1 {
  background: #636363;
  color: #fff;
}
#case .wrapper .links .inner .btn.n2 {
  background: #151653;
  color: white;
}
#case .wrapper .links .inner .btn.n2:before {
  border-color: white;
}
#case .wrapper .links .inner .tel {
  background: #e6e6e6;
  padding: 20px 0 13px;
}
#case .wrapper .links .inner .tel .title {
  text-align: center;
  margin: 0 0 5px;
  font-size: 14px;
  font-weight: bold;
}
#case .wrapper .links .inner .tel .title .icon {
  display: inline-block;
  width: 14px;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}
#case .wrapper .links .inner .tel .title .icon img {
  width: 14px;
  height: 14px;
}
#case .wrapper .links .inner .tel .number {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

#historyback {
  text-align: center;
}
#historyback a {
  color: #808080;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  #historyback a {
    font-size: 3.8vw;
  }
}
#historyback a:before {
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  top: 50%;
  left: -20px;
}
#historyback a i {
  color: #808080;
  padding: 0 10px 0 0;
}
@media (max-width: 750px) {
  #historyback a i {
    padding: 0 1.5vw 0 0;
  }
}
#historyback a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  #historyback a:hover {
    opacity: 1;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.ttl_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 260px;
  background: #151653;
  margin: 90px 0 0;
}
@media (max-width: 750px) {
  .ttl_page {
    height: 34vw;
    margin: 15vw 0 0;
  }
}
.ttl_page .in_text {
  color: white;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media (max-width: 750px) {
  .ttl_page .in_text {
    font-size: 7vw;
  }
}
.ttl_page.narrow {
  height: 120px;
}
.ttl_page.narrow .in_text {
  font-size: 40px;
}
@media (max-width: 750px) {
  .ttl_page.narrow .in_text {
    font-size: 5vw;
  }
}

.ttl_spacer {
  margin: 180px 0 0;
}
@media (max-width: 750px) {
  .ttl_spacer {
    margin: 25vw 0 0;
  }
}

#single_news {
  padding: 0 0 60px;
}
@media (max-width: 750px) {
  #single_news {
    padding: 0 0 20vw;
  }
}
#single_news .inner {
  width: 1024px;
  border: 1px solid #D6D6D6;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px;
  margin: 0 auto 60px;
}
@media (max-width: 750px) {
  #single_news .inner {
    width: 88vw;
    padding: 6vw;
    margin: 0 auto 10vw;
  }
}
#single_news .title {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 10px;
  border-bottom: 1px solid #D6D6D6;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #single_news .title {
    font-size: 4.2vw;
    padding: 0 0 2vw;
    margin: 0 0 4vw;
  }
}

.nav_genre {
  width: 1024px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .nav_genre {
    width: 88vw;
    margin: 0 auto 10vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.nav_genre a {
  display: block;
  width: 24%;
  font-size: 17px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px 20px 20px;
  background-image: url("../images/news/arrow_1.png");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (-ms-high-contrast: none) {
  .nav_genre a {
    padding: 26px 40px 20px 20px;
  }
}
@media (max-width: 750px) {
  .nav_genre a {
    width: 48%;
    height: 14vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 3vw;
    padding: 0 7vw 0 3vw;
    font-size: 3.6vw;
    background-size: 4vw;
    background-position: right 3vw center;
  }
}

#archive_news {
  padding: 0 0 120px;
}
@media (max-width: 750px) {
  #archive_news {
    padding: 0 0 15vw;
  }
}
#archive_news .caption {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #archive_news .caption {
    font-size: 4vw;
    text-align: left;
    margin: 0 6vw 5vw;
  }
}
#archive_news .inner {
  width: 1024px;
  margin: 0 auto 60px;
}
@media (max-width: 750px) {
  #archive_news .inner {
    width: 88vw;
    margin: 0 auto 10vw;
  }
}
#archive_news .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 750px) {
  #archive_news .inner .box {
    display: block;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            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 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media (max-width: 750px) {
  #archive_news .inner .box:hover figure img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#archive_news .inner .box figure {
  width: 330px;
  overflow: hidden;
}
@media (max-width: 750px) {
  #archive_news .inner .box figure {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#archive_news .inner .box figure img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#archive_news .inner .box .content {
  width: 580px;
}
@media (max-width: 750px) {
  #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: 750px) {
  #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: 750px) {
  #archive_news .inner .box .content p {
    font-size: 3.6vw;
  }
}

.information {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .information {
    margin: 0 0 2vw;
  }
}
.information .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: white;
  background: #1F6BC8;
  height: 28px;
  padding: 0 16px;
  margin: 0 0 10px;
}
@media all and (-ms-high-contrast: none) {
  .information .label {
    padding: 6px 16px 0;
  }
}
@media (max-width: 750px) {
  .information .label {
    height: 6vw;
    font-size: 3.3vw;
    margin: 0 0 2vw;
  }
}
.information .label.genre_sakura-base {
  background: #F7A69E;
}
.information .label.genre_nagoyaka-station {
  background: #84C368;
}
.information .label.genre_company {
  background: #E2AF00;
}
.information .label.genre_0 {
  background: #9E854F;
}
.information .date {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #1F6BC8;
}
@media (max-width: 750px) {
  .information .date {
    font-size: 4vw;
  }
}

.post_links {
  width: 740px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  .post_links {
    width: 80vw;
  }
}
.post_links a {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.post_links a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .post_links a:hover {
    opacity: 1;
  }
}
.post_links a:not(.more) {
  display: inline-block;
  background-size: 24px;
  background-repeat: no-repeat;
  min-height: 24px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  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/news/arrow_preview.png");
  background-position: left top;
  padding: 2px 0 5px 34px;
  left: 0;
}
@media (max-width: 750px) {
  .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: 2px 34px 5px 0;
  right: 0;
}
@media (max-width: 750px) {
  .post_links a[rel=next] {
    padding: 0 6vw 2vw 0;
  }
}
.post_links a.more {
  display: block;
  width: 220px;
  border: 1px solid #ccc;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0 20px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media all and (-ms-high-contrast: none) {
  .post_links a.more {
    padding: 16px 20px 10px;
  }
}
@media (max-width: 750px) {
  .post_links a.more {
    width: 44vw;
    font-size: 3.8vw;
    padding: 4vw 0 4vw;
    top: 13vw;
  }
}
.post_links a.more:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .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%;
    -webkit-box-sizing: border-box;
            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;
  }
}
/*	form
---------------------------------*/
@media (max-width: 750px) {
  .sec-form .inner {
    padding: 0 5%;
  }
}

.steps_form {
  max-width: 700px;
  margin: 0 auto 20px;
}
@media (max-width: 750px) {
  .steps_form {
    width: 100%;
    margin: 0 auto 3vw;
  }
}

.sec-form__require {
  color: #c1272d;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .sec-form__require {
    font-size: 3.3vw;
    margin: 0 0 3vw;
  }
}

.wrap_form {
  max-width: 700px;
  margin: 0 auto;
}
.wrap_form .require {
  color: #c1272d;
  font-weight: bold;
}
.wrap_form .btn_send_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 0 auto;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #c1272d;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form .btn_send_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 0 auto;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: right 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form .btn_send_narrow:hover {
    opacity: 0.3;
  }
}
.wrap_form button.btn_back_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 30px auto 0;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #808080;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow_back.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: left 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form button.btn_back_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 7vw auto 0;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: left 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form button.btn_back_narrow:hover {
    opacity: 0.3;
  }
}

.table_entry {
  width: 100%;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .table_entry {
    margin: 0 0 5vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: #fff;
  margin-bottom: 4px;
  padding: 6px 0;
}
@media (max-width: 750px) {
  .table_entry .row {
    padding: 7px 0;
  }
}
@media (max-width: 750px) {
  .table_entry .row-2 {
    display: block;
    padding: 5px 4vw;
  }
  .table_entry .row-2 .dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 3.2vw 0 2vw;
  }
  .table_entry .row-2 .dd {
    width: 100%;
    padding: 1.5vw 0;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding: 13px 0 10px 18px;
  font-size: 14px;
  width: 155px;
  line-height: 1;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .table_entry .dt {
    padding: 2.7vw 0 2.7vw 4vw;
    width: 28vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 6px 18px 0px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dd {
    padding: 1vw 3.5vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
@media (max-width: 750px) {
  .table_entry .dd .mwform-radio-field.horizontal-item {
    display: inline-block;
    margin: 1.5vw 0 1.5vw;
  }
}
.table_entry .dd .dd-in {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 5px;
  line-height: 1.5;
}
.table_entry .mark_zip {
  font-size: 16px;
  padding: 2px 0 0;
}
@media (max-width: 750px) {
  .table_entry .mark_zip {
    font-size: 3.4vw;
    padding: 0;
  }
}
.table_entry input[type=tel] {
  border: none;
}
.table_entry input[type=tel]::-webkit-input-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry input[type=tel]::-moz-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry input[type=tel]:-ms-input-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry input[type=tel]::-ms-input-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry input[type=tel]::placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
@media (max-width: 750px) {
  .table_entry input[type=tel]::-webkit-input-placeholder {
    font-size: 3.6vw;
  }
  .table_entry input[type=tel]::-moz-placeholder {
    font-size: 3.6vw;
  }
  .table_entry input[type=tel]:-ms-input-placeholder {
    font-size: 3.6vw;
  }
  .table_entry input[type=tel]::-ms-input-placeholder {
    font-size: 3.6vw;
  }
  .table_entry input[type=tel]::placeholder {
    font-size: 3.6vw;
  }
}
.table_entry input[type=text],
.table_entry input[type=email] {
  width: 100%;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 5px;
  background: none;
  line-height: 1;
  border: none;
}
@media (max-width: 750px) {
  .table_entry input[type=text],
  .table_entry input[type=email] {
    width: 100%;
    font-size: 3.4vw;
  }
}
.table_entry input[type=text]#age,
.table_entry input[type=email]#age {
  width: 100px;
}
@media (max-width: 750px) {
  .table_entry input[type=text]#age,
  .table_entry input[type=email]#age {
    width: 40%;
  }
}
.table_entry input[type=text]::-webkit-input-placeholder, .table_entry input[type=email]::-webkit-input-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry input[type=text]::-moz-placeholder, .table_entry input[type=email]::-moz-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry input[type=text]:-ms-input-placeholder, .table_entry input[type=email]:-ms-input-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry input[type=text]::-ms-input-placeholder, .table_entry input[type=email]::-ms-input-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry input[type=text]::placeholder,
.table_entry input[type=email]::placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
@media (max-width: 750px) {
  .table_entry input[type=text]::-webkit-input-placeholder, .table_entry input[type=email]::-webkit-input-placeholder {
    font-size: 3.6vw;
  }
  .table_entry input[type=text]::-moz-placeholder, .table_entry input[type=email]::-moz-placeholder {
    font-size: 3.6vw;
  }
  .table_entry input[type=text]:-ms-input-placeholder, .table_entry input[type=email]:-ms-input-placeholder {
    font-size: 3.6vw;
  }
  .table_entry input[type=text]::-ms-input-placeholder, .table_entry input[type=email]::-ms-input-placeholder {
    font-size: 3.6vw;
  }
  .table_entry input[type=text]::placeholder,
  .table_entry input[type=email]::placeholder {
    font-size: 3.6vw;
  }
}
.table_entry textarea {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  padding: 5px 5px;
  width: 100%;
  height: 200px;
  border: none;
}
@media (max-width: 750px) {
  .table_entry textarea {
    height: 26vw;
    font-size: 3.4vw !important;
  }
}
.table_entry textarea::-webkit-input-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry textarea::-moz-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry textarea:-ms-input-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry textarea::-ms-input-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry textarea::placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
@media (max-width: 750px) {
  .table_entry textarea::-webkit-input-placeholder {
    font-size: 3.6vw;
  }
  .table_entry textarea::-moz-placeholder {
    font-size: 3.6vw;
  }
  .table_entry textarea:-ms-input-placeholder {
    font-size: 3.6vw;
  }
  .table_entry textarea::-ms-input-placeholder {
    font-size: 3.6vw;
  }
  .table_entry textarea::placeholder {
    font-size: 3.6vw;
  }
}
.table_entry .radio-wrap {
  padding: 8px 0;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap {
    padding: 0;
  }
}
.table_entry .radio-wrap label {
  cursor: pointer;
  margin-right: 2em;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap label {
    margin-right: 0;
    display: inline-block;
  }
}
.table_entry .radio-wrap label input[type=radio],
.table_entry .radio-wrap label input[type=checkbox] {
  margin-right: 0;
  position: relative;
  top: -2px;
}
.table_entry .radio-wrap label input[type=radio].error,
.table_entry .radio-wrap label input[type=checkbox].error {
  display: inline-block;
}
.table_entry .radio-wrap label.error {
  margin-right: 0;
  margin-bottom: 0;
  line-height: 1;
}
.table_entry #zip {
  height: 32px;
  width: 200px;
  font-size: 16px;
  padding: 0 5px;
}
@media (max-width: 750px) {
  .table_entry #zip {
    height: 9vw;
    width: calc(100% - 15vw);
    font-size: 3.4vw;
  }
}

.mw_wp_form .wrap_form .error {
  font-size: 16px;
}
@media (max-width: 750px) {
  .mw_wp_form .wrap_form .error {
    font-size: 3.4vw;
  }
}
.mw_wp_form .wrap_form input.error {
  display: inline-block;
}
.mw_wp_form .wrap_form label.error {
  color: #b70000;
  display: block;
  margin: 10px 0;
}

.mw_wp_form_confirm .table_entry {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .mw_wp_form_confirm .table_entry {
    margin-bottom: 8vw;
  }
}
.mw_wp_form_confirm .table_entry div {
  line-height: 2;
}
.mw_wp_form_confirm .table_entry .radio-wrap {
  padding: 0;
}
.mw_wp_form_confirm .table_entry .dt {
  line-height: 1.3;
}
.mw_wp_form_confirm .table_entry .dd {
  font-size: 16px;
  line-height: 2;
  padding: 6px 18px 5px;
}
@media (max-width: 750px) {
  .mw_wp_form_confirm .table_entry .dd {
    padding: 1.5vw 3.5vw;
    font-size: 3.4vw;
  }
}
.mw_wp_form_confirm .sec-form__mailAttention {
  display: none;
}

.form_privacy-policy {
  background: #e6e6e6;
  padding: 20px 20px 15px;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .form_privacy-policy {
    padding: 4vw 3vw;
    margin-bottom: 4vw;
  }
}
.form_privacy-policy .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .ttl {
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .agree_text p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .form_privacy-policy .agree_text p {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .agree_text a {
  text-decoration: underline;
}
.form_privacy-policy .inner_box {
  height: 130px;
  background: white;
  overflow-y: scroll;
  border: 1px solid #b1b1b1;
  padding: 14px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box {
    height: 32vw;
    padding: 4vw 3vw;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .inner_box .ttl {
  font-weight: bold;
  margin-bottom: 0;
}
.form_privacy-policy .inner_box p {
  margin-bottom: 20px;
  line-height: 1.64;
  font-size: 14px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box p {
    font-size: 3.3vw;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul {
  margin-left: 1em;
  margin-bottom: 20px;
  line-height: 1.64;
  list-style-position: outside;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box ul {
    margin-left: 1em;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul > li {
  line-height: 1.64;
}
.form_privacy-policy .inner_box ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box ul > li > ul > li {
  line-height: 1.64;
}
.form_privacy-policy .inner_box ul > li > ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box .right_text {
  text-align: right;
}

.sec-form .sec-form__mailAttention {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .sec-form .sec-form__mailAttention {
    text-align: left;
    margin-bottom: 8vw;
    font-size: 3.3vw;
  }
}

.mw_wp_form_confirm .example {
  display: none;
}

.mw_wp_form_confirm .comment {
  display: none;
}

.mw_wp_form_confirm .require {
  display: none;
}

.mw_wp_form_confirm .entry_contents {
  display: none;
}

.display_confirm {
  display: none;
}

.mw_wp_form_confirm .display_confirm {
  display: block;
}

.confirm_attention {
  display: none;
}

.mw_wp_form_confirm .form_privacy-policy {
  display: none;
}

.mw_wp_form_confirm .confirm_attention {
  display: block;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .mw_wp_form_confirm .confirm_attention {
    line-height: 150%;
    margin-bottom: 3vw;
  }
}

.require {
  color: #c1272d;
  font-weight: bold;
}

.mwform-checkbox-field.horizontal-item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline;
  margin-bottom: 10px;
}

.mwform-radio-field.horizontal-item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline;
  margin-bottom: 10px;
  /*@include sp {
  	margin-right: 0 !important;
  	margin-left: 0 !important;
  	padding-right: 0 !important;
  	padding-left: 0 !important;
  	display: block;
  	margin-bottom: 1vw;
  }*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 5px;
  background-image: url(../images/form/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 200px;
  font-size: 14px;
}
@media all and (-ms-high-contrast: none) {
  select {
    background-image: url(../images/form/arrow-select.png);
  }
}
@media (max-width: 750px) {
  select {
    width: 100%;
  }
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* firefoxハック */
  #contact-table select {
    -webkit-appearance: button;
    -moz-appearance: button;
    text-indent: 0.2em;
    background-image: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* chromeハック */
  #contact-table select {
    text-indent: 0.2em;
  }
}
@media all and (-ms-high-contrast: none) {
  .wrap_form .btn_send_narrow {
    padding: 17px 20px 12px;
  }
}
.thanks-text {
  margin: 50px 0;
  line-height: 2;
}
@media (max-width: 750px) {
  .thanks-text {
    margin: 9vw 0;
  }
}
.thanks-text.insert {
  font-weight: bold;
}

.thanks_btn {
  text-align: center;
}
.thanks_btn a {
  text-decoration: underline;
}
@media (hover: hover) {
  .thanks_btn a:hover {
    text-decoration: none;
  }
}

/*
---------------------------------------
contact
---------------------------------------
*/
#contact {
  background: rgba(21, 22, 83, 0.3);
  padding: 90px 0 120px;
}
@media (max-width: 750px) {
  #contact {
    padding: 10vw 0 10vw;
  }
}
#contact .pageTtl {
  padding-bottom: 143px;
}
@media (max-width: 750px) {
  #contact .pageTtl {
    padding-bottom: 17vw;
  }
}
#contact .ttl_page_form {
  text-align: center;
  margin: 0 0 50px;
  color: #1F6BC8;
  font-size: 38px;
  letter-spacing: 3px;
}
@media (max-width: 750px) {
  #contact .ttl_page_form {
    font-size: 7vw;
    margin: 0 0 8vw;
  }
}

#page_privacy-policy {
  padding: 120px 0 150px;
}
@media (max-width: 750px) {
  #page_privacy-policy {
    padding: 10vw 0 20vw;
  }
}
#page_privacy-policy .inner_sec {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #page_privacy-policy .inner_sec {
    width: 88vw;
  }
}
#page_privacy-policy .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
#page_privacy-policy p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_privacy-policy p {
    font-size: 3.6vw;
  }
}
#page_privacy-policy p:last-of-type {
  margin: 0;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #e6e6e6;
  line-height: 1;
  -webkit-transition: all 0.5s;
  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%;
}
.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: 50px 0 50px;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 2;
}
@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;
  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;
  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: 0 !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;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-],
  .single-content img[class*=attachment-] {
    width: 100%;
  }
}
.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%;
  }
}

.pageTtl {
  padding-top: 185px;
}
@media (max-width: 750px) {
  .pageTtl {
    padding-top: 31vw;
  }
}

.heading-01--center {
  text-align: center;
}
.heading-01--flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heading-01--flex .heading-01__en {
  margin-right: 20px;
  padding-bottom: 0;
}
.heading-01--flex .heading-01__ja {
  padding-top: 20px;
}

.heading-01__en {
  font-size: 74px;
  line-height: 1;
  color: #56626e;
  padding-bottom: 15px;
}
@media (max-width: 750px) {
  .heading-01__en {
    font-size: 14.6vw;
    padding-bottom: 4vw;
  }
}

.heading-01__ja {
  font-size: 16px;
  line-height: 1;
  color: #56626e;
}
@media (max-width: 750px) {
  .heading-01__ja {
    font-size: 3.8vw;
  }
}

.heading-02--center {
  text-align: center;
}

.heading-02__ja {
  font-size: 24px;
  line-height: 1;
  color: #56626e;
  padding-bottom: 8px;
}
@media (max-width: 750px) {
  .heading-02__ja {
    font-size: 6vw;
    padding-bottom: 2vw;
  }
}

.heading-02__en {
  font-size: 14px;
  line-height: 1;
  color: #56626e;
}
@media (max-width: 750px) {
  .heading-02__en {
    font-size: 3.3vw;
  }
}

/* custom-common
--------------------------------------------------*/
/* custom-pages
--------------------------------------------------*/
.page_wrap {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #000;
  overflow: hidden;
  background: url(../images/page-common/bg01.png) 6px 12px;
}
@media screen and (max-width: 750px) {
  .page_wrap {
    background-size: 41px auto;
  }
}
.page_wrap a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_wrap ul,
.page_wrap li {
  list-style: none;
}
.page_wrap .inner {
  max-width: 1024px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page_wrap .inner:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
@media screen and (max-width: 750px) {
  .page_wrap .inner {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.page_wrap section {
  position: relative;
}
.page_wrap section:after {
  content: "";
  width: 100%;
  max-width: 1024px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  z-index: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(7%, rgb(255, 255, 255)), color-stop(93%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 7%, rgb(255, 255, 255) 93%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 750px) {
  .page_wrap section:after {
    width: 80%;
  }
}
.page_wrap .sec-title.title_en {
  position: relative;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page_wrap .sec-title.title_en span {
  font-size: 2.8571428571em;
  font-weight: bold;
  color: #151653;
  text-align: center;
}
.page_wrap .sec-title.title_en i {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-style: normal;
  font-family: "Oooh Baby", cursive;
  color: #938418;
  font-size: 1.9285714286em;
  position: absolute;
  left: 100%;
  top: 75%;
  -webkit-transform: translateX(-38%) rotate(-15deg);
          transform: translateX(-38%) rotate(-15deg);
}
.page_wrap#top {
  margin-top: 90px;
}
@media screen and (max-width: 750px) {
  .page_wrap#top {
    margin-top: 15vw;
  }
}
.page_wrap#top #above-the-fold {
  width: calc(100vw + 2px);
  height: calc(100vh - 90px);
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 0 8px 12px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 12px 3px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .page_wrap#top #above-the-fold {
    height: calc(100vh - 15vw);
  }
}
.page_wrap#top #above-the-fold .slick-slider {
  height: 100%;
}
.page_wrap#top #above-the-fold .slick-slider .slick-list {
  height: 100%;
}
.page_wrap#top #above-the-fold .slick-slider .slick-list .slick-track {
  height: 100%;
}
.page_wrap#top #above-the-fold .slick-slider .slick-list .slick-track .slick-slide {
  position: relative;
}
.page_wrap#top #above-the-fold .slick-slider .slick-list .slick-track .slick-slide:before {
  content: "";
  width: 100%;
  height: calc(100vh - 90px);
  display: block;
}
@media screen and (max-width: 750px) {
  .page_wrap#top #above-the-fold .slick-slider .slick-list .slick-track .slick-slide:before {
    height: calc(100vh - 15vw);
  }
}
.page_wrap#top #above-the-fold .slick-slider .slick-list .slick-track .slick-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.page_wrap#top #above-the-fold .scroll {
  width: 12px;
  position: absolute;
  right: 30px;
  bottom: 0;
}
@media (max-width: 750px) {
  .page_wrap#top #above-the-fold .scroll {
    display: none;
  }
}
.page_wrap#top #above-the-fold .scroll .label {
  width: 12px;
  margin: 0;
}
.page_wrap#top #above-the-fold .scroll .label figure {
  position: absolute;
  width: 100%;
  left: 100%;
}
.page_wrap#top #above-the-fold .scroll .bar {
  width: 12px;
  height: 100px;
  position: relative;
  overflow-y: hidden;
}
.page_wrap#top #above-the-fold .scroll .bar::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 4px;
}
.page_wrap#top #above-the-fold .scroll .bar::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
  position: absolute;
  left: 1px;
  -webkit-animation: scroll infinite 1.6s linear;
          animation: scroll infinite 1.6s linear;
}
@-webkit-keyframes scroll {
  0% {
    top: -8px;
  }
  100% {
    top: 100px;
  }
}
@keyframes scroll {
  0% {
    top: -8px;
  }
  100% {
    top: 100px;
  }
}
.page_wrap#top #above-the-fold .scroll_s {
  display: none;
}
@media (max-width: 750px) {
  .page_wrap#top #above-the-fold .scroll_s {
    display: block;
    width: 3vw;
    position: absolute;
    right: 6vw;
    bottom: 0vw;
  }
  .page_wrap#top #above-the-fold .scroll_s .label {
    width: 3vw;
  }
  .page_wrap#top #above-the-fold .scroll_s .label figure {
    position: absolute;
    width: 100%;
    left: 100%;
  }
  .page_wrap#top #above-the-fold .scroll_s .bar {
    width: 3vw;
    height: 26vw;
    position: relative;
    overflow-y: hidden;
  }
  .page_wrap#top #above-the-fold .scroll_s .bar::before {
    content: "";
    display: block;
    width: 1px;
    height: 26vw;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 4px;
  }
  .page_wrap#top #above-the-fold .scroll_s .bar::after {
    content: "";
    display: block;
    width: 2vw;
    height: 2vw;
    border-radius: 1vw;
    background-color: #ffffff;
    position: absolute;
    left: 0.1vw;
    -webkit-animation: scroll_s infinite 1.6s linear;
            animation: scroll_s infinite 1.6s linear;
  }
}
@-webkit-keyframes scroll_s {
  0% {
    top: -3vw;
  }
  100% {
    top: 25vw;
  }
}
@keyframes scroll_s {
  0% {
    top: -3vw;
  }
  100% {
    top: 25vw;
  }
}
.page_wrap#top #above-the-fold .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.page_wrap#top #above-the-fold .slick-slide img.image {
  display: block !important;
}
@media screen and (max-width: 750px) {
  .page_wrap#top #above-the-fold .slick-slide img.image {
    display: none !important;
  }
}
.page_wrap#top #above-the-fold .slick-slide img.image_s {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .page_wrap#top #above-the-fold .slick-slide img.image_s {
    display: block !important;
  }
}
.page_wrap#top #above-the-fold .slick-dots {
  bottom: 1em;
  text-align: right;
  width: calc(100% - 5em);
}
.page_wrap#top #above-the-fold .slick-dots li button:before {
  content: "";
  width: 7px;
  height: 7px;
  border: solid 2px #ffffff;
  border-radius: 100%;
  background: none;
  opacity: 1;
}
.page_wrap#top #above-the-fold .slick-dots li.slick-active button:before {
  background: #ffffff;
  opacity: 1;
}
.page_wrap#top #above-the-fold .tagline {
  position: absolute;
  width: 67%;
  max-width: 866px;
  top: 29%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .page_wrap#top #above-the-fold .tagline {
    width: 96%;
    top: 29%;
  }
}
.page_wrap#top .more_link {
  position: relative;
  padding-right: 6.2em;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .more_link {
    font-size: 0.75em;
  }
}
.page_wrap#top .more_link:before, .page_wrap#top .more_link:after {
  content: "";
  position: absolute;
  top: 84%;
  right: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page_wrap#top .more_link:before {
  width: 3.43em;
  height: 3.43em;
  display: block;
  background: currentColor;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 1px currentColor;
}
.page_wrap#top .more_link:after {
  width: 0.78em;
  height: 0.78em;
  display: block;
  border: solid #151653;
  border-width: 0 1px 1px 0;
  -webkit-transform: translate(-390%, -50%) rotate(-45deg);
          transform: translate(-390%, -50%) rotate(-45deg);
}
.page_wrap#top .more_link span {
  font-family: "Comfortaa", cursive;
  font-size: 1.2857142857em;
  font-weight: 300;
  border-bottom: solid 3px currentColor;
  padding: 0 0.2em 0.4em 0.4em;
  letter-spacing: 0.15em;
}
.page_wrap#top .sec-path {
  overflow: hidden;
  -webkit-box-shadow: 7px 6px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 7px 6px 6px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 1;
}
.page_wrap#top .sec-path .message_box {
  padding: 6em 0;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .message_box {
    padding: 6em 0 17em;
  }
}
.page_wrap#top .sec-path .message_box .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .message_box .message {
    display: block;
  }
}
.page_wrap#top .sec-path .message_box .message figure.text_block {
  max-width: 370px;
  margin: -26% -12% 0 2%;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .message_box .message figure.text_block {
    margin: 0;
  }
}
.page_wrap#top .sec-path .message_box .message figure.image_block {
  max-width: 858px;
  margin: -7% -12% 0 2%;
}
@media screen and (max-width: 1100px) {
  .page_wrap#top .sec-path .message_box .message figure.image_block {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .message_box .message figure.image_block {
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .message_box .message figure.image_block img {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    margin-left: 6%;
  }
}
.page_wrap#top .sec-path .path_box {
  background: #151653;
  position: relative;
  z-index: 2;
  margin-top: -1.8em;
  padding: 5.3em 0 12.8em;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .path_box {
    padding: 0 0 12.8em;
  }
}
.page_wrap#top .sec-path .path_box:before {
  content: "";
  width: 980px;
  height: 980px;
  position: absolute;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(45deg) skew(162.5deg, 162.5deg);
          transform: rotate(45deg) skew(162.5deg, 162.5deg);
  top: 212px;
  right: 50%;
  margin-right: -620px;
  background: linear-gradient(45deg, rgb(21, 22, 83) 50%, rgb(17, 114, 177) 100%);
  -webkit-box-shadow: 8px 8px 9px rgba(0, 0, 0, 0.4);
          box-shadow: 8px 8px 9px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .path_box:before {
    width: 210vw;
    height: 210vw;
    right: auto;
    margin-right: 0;
    left: 28vw;
    top: -200px;
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.page_wrap#top .sec-path .path_box:after {
  content: "";
  position: absolute;
  width: 2048px;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/top/arrow.png) no-repeat, url(../images/top/arrow.png) no-repeat, url(../images/top/arrow.png) no-repeat;
  background-size: 853px auto;
  background-position: 28% 82%, 10.5% 180%, 47.7% 203%;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .path_box:after {
    width: 800px;
    background-size: 500px auto;
    background-position: 28% 48%, 21.5% 65%, -19.3% 125%;
  }
}
.page_wrap#top .sec-path .path_box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .path_box .inner {
    display: block;
  }
}
.page_wrap#top .sec-path .path_box .text_box {
  max-width: 420px;
  margin-left: 2.6%;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .path_box .text_box {
    margin-left: 0;
    margin-bottom: 5em;
  }
}
.page_wrap#top .sec-path .path_box .text_box .sec-title {
  max-width: 394px;
  margin-bottom: 2.5em;
}
.page_wrap#top .sec-path .path_box .text_box p {
  font-size: 1.1428571429em;
  font-weight: bold;
  line-height: 2.4;
  color: #ffffff;
}
.page_wrap#top .sec-path .path_box .text_box .more_link {
  color: #ffffff;
  margin-top: 3.2em;
}
.page_wrap#top .sec-path .path_box .text_box .more_link:hover:before {
  background: none;
  border-color: #ffffff;
}
.page_wrap#top .sec-path .path_box .text_box .more_link:hover:after {
  border-color: #ffffff;
}
.page_wrap#top .sec-path .path_box .image_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -17% -45% 0 0.2%;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .path_box .image_box {
    margin: 0 -19vw 0 -8vw;
  }
}
.page_wrap#top .sec-path .path_box .image_box figure {
  max-width: 549px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .path_box .image_box figure {
    max-width: 60%;
  }
}
.page_wrap#top .sec-path .path_box .image_box figure:nth-child(even) {
  margin: 14.2% 0 -17% -26%;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .path_box .image_box figure:nth-child(even) {
    margin: 16.5% 0 -16% -30%;
  }
}
.page_wrap#top .sec-path .path_box .image_box figure img {
  display: block;
}
.page_wrap#top .sec-path .below_box {
  position: relative;
  z-index: 3;
}
.page_wrap#top .sec-path .below_box .text_block {
  position: absolute;
  bottom: 100%;
  left: 0;
  max-width: 790px;
  width: 100%;
  margin-left: -10em;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .below_box .text_block {
    margin-left: 0;
  }
}
.page_wrap#top .sec-path .below_box .text_block img {
  display: block;
  margin-bottom: -1px;
}
.page_wrap#top .sec-path .below_box .image_block img {
  display: block;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-path .below_box .image_block img {
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
.page_wrap#top .sec-link {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(21, 22, 83)), to(rgb(88, 89, 132)));
  background: linear-gradient(to bottom, rgb(21, 22, 83) 0%, rgb(88, 89, 132) 100%);
  padding: 10.6em 0;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-link {
    padding: 7em 0;
  }
}
.page_wrap#top .sec-link:before {
  content: "";
  position: absolute;
  width: 2048px;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/top/arrow.png) no-repeat, url(../images/top/arrow.png) no-repeat, url(../images/top/arrow.png) no-repeat;
  background-size: 450px auto;
  background-position: 57% 7.5%, 71.7% 2%, 75.7% 8.5%;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-link:before {
    background-size: 280px auto;
    background-position: 43% 12.5%, 52% 4%, 52.7% 14.5%;
  }
}
.page_wrap#top .sec-link:after {
  display: none;
}
.page_wrap#top .sec-link ul li {
  width: 100%;
}
.page_wrap#top .sec-link ul li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
}
.page_wrap#top .sec-link ul li a figure {
  width: 50%;
  overflow: hidden;
}
.page_wrap#top .sec-link ul li a figure img {
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.page_wrap#top .sec-link ul li a .text_box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-link ul li a .text_box {
    display: block;
  }
}
.page_wrap#top .sec-link ul li a .text_box .text_block {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: -1.5em;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-link ul li a .text_box .text_block {
    margin-top: 0;
  }
}
.page_wrap#top .sec-link ul li a .text_box .text_block span {
  font-size: 3.5714285714em;
  font-weight: bold;
  line-height: 1.8;
  color: #151653;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-link ul li a .text_box .text_block span {
    font-size: 1.7857142857em;
  }
}
.page_wrap#top .sec-link ul li a .text_box .text_block i {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-style: normal;
  font-family: "Oooh Baby", cursive;
  color: #D0C000;
  font-size: 2.5714285714em;
  position: absolute;
  left: 100%;
  top: 75%;
  -webkit-transform: translate(-80%, 17%) rotate(-10deg);
          transform: translate(-80%, 17%) rotate(-10deg);
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-link ul li a .text_box .text_block i {
    font-size: 1.2857142857em;
  }
}
.page_wrap#top .sec-link ul li a .text_box .more_link {
  position: absolute;
  right: -0.5em;
  bottom: 3em;
  color: #151653;
}
@media screen and (max-width: 750px) {
  .page_wrap#top .sec-link ul li a .text_box .more_link {
    bottom: 2.5em;
    right: -1em;
  }
}
.page_wrap#top .sec-link ul li a .text_box .more_link:after {
  border-color: #ffffff;
}
.page_wrap#top .sec-link ul li a:hover {
  /*
  figure{
  	img{
  		transform: scale(1.4);
  	}
  }
  */
}
.page_wrap#top .sec-link ul li a:hover .more_link:before {
  background: none;
  border-color: #151653;
}
.page_wrap#top .sec-link ul li a:hover .more_link:after {
  border-color: #151653;
}
.page_wrap#top .sec-link ul li:nth-child(odd) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page_wrap#top .sec-link ul li:nth-child(odd) .text_box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page_wrap#top .sec-link ul li:nth-child(even) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page_wrap#top .sec-link ul li:nth-child(even) text_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page_wrap#history .sec-history {
  padding: 3em 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history {
    background: #ffffff;
    padding: 5em 0 0;
  }
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history .inner {
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history .head_box {
    margin-bottom: 5em;
  }
}
.page_wrap#history .sec-history .head_box figure {
  max-width: 620px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history .head_box figure {
    max-width: 80%;
  }
}
.page_wrap#history .sec-history .head_box figure img {
  margin-left: 2%;
}
.page_wrap#history .sec-history ul {
  margin-top: -4.4em;
  padding-bottom: 6.5em;
}
.page_wrap#history .sec-history ul > li {
  position: relative;
}
.page_wrap#history .sec-history ul > li:before {
  content: "";
  width: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #a6a6a6;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:before {
    left: 15%;
  }
}
.page_wrap#history .sec-history ul > li + li {
  padding-top: 0.8em;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li + li {
    padding-top: 3em;
  }
}
.page_wrap#history .sec-history ul > li > dl > dt {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li > dl > dt {
    width: 30%;
  }
}
.page_wrap#history .sec-history ul > li > dl > dt span {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8571428571em;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #151653;
  padding-bottom: 0.15em;
  display: block;
  margin-left: 0.1em;
  opacity: 0.4;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li > dl > dt span {
    font-size: 3.4285714286em;
    margin: 0;
  }
}
.page_wrap#history .sec-history ul > li > dl > dt:before {
  content: "";
  width: 0.86em;
  height: 0.86em;
  display: block;
  border-radius: 100%;
  background: #151653;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.page_wrap#history .sec-history ul > li > dl > dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li > dl > dd {
    display: block;
    padding-left: 20%;
  }
}
.page_wrap#history .sec-history ul > li > dl > dd > dl {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li > dl > dd > dl {
    width: 100%;
  }
}
.page_wrap#history .sec-history ul > li > dl > dd > dl > dt {
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  text-align: left;
  border-bottom: solid 1px #333333;
  position: relative;
}
.page_wrap#history .sec-history ul > li > dl > dd > dl > dt:before, .page_wrap#history .sec-history ul > li > dl > dd > dl > dt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 100%;
  left: 3em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page_wrap#history .sec-history ul > li > dl > dd > dl > dt:before {
  border-width: 10px 4px 0 4px;
  border-color: #333333 transparent transparent transparent;
}
.page_wrap#history .sec-history ul > li > dl > dd > dl > dt:after {
  border-width: 9px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li > dl > dd > dl > dt:after {
    top: calc(100% - 1px);
  }
}
.page_wrap#history .sec-history ul > li > dl > dd > dl > dt span {
  font-size: 1.2857142857em;
  font-weight: bold;
  color: #151653;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.page_wrap#history .sec-history ul > li > dl > dd > dl > dt span strong {
  font-size: 1.33em;
  color: #000000;
}
.page_wrap#history .sec-history ul > li > dl > dd > dl > dd p {
  font-size: 1.1428571429em;
  color: #000000;
  line-height: 1.8;
  letter-spacing: -0.018em;
}
.page_wrap#history .sec-history ul > li > dl > dd > dl > dd p + p {
  margin-top: 1.5em;
}
.page_wrap#history .sec-history ul > li > dl > dd > .image_box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li > dl > dd > .image_box {
    width: 100%;
    padding-right: 1.8em;
    margin-top: 3em;
  }
}
.page_wrap#history .sec-history ul > li > dl > dd > .image_box figure {
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}
.page_wrap#history .sec-history ul > li > dl > dd > .image_box figure img {
  display: block;
}
.page_wrap#history .sec-history ul > li:nth-child(odd) > dl > dd > dl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 1.8em;
}
.page_wrap#history .sec-history ul > li:nth-child(odd) > dl > dd > .image_box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 3em;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:nth-child(odd) > dl > dd > .image_box {
    padding-left: 0;
  }
}
.page_wrap#history .sec-history ul > li:nth-child(odd) > dl > dd > .image_box figure {
  max-width: 405px;
}
.page_wrap#history .sec-history ul > li:nth-child(even) > dl > dd > dl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 2.5em;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:nth-child(even) > dl > dd > dl {
    padding-left: 0;
    padding-right: 1.8em;
  }
}
.page_wrap#history .sec-history ul > li:nth-child(even) > dl > dd > .image_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 3em;
  margin-top: -5em;
  margin-bottom: -4em;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:nth-child(even) > dl > dd > .image_box {
    padding-right: 1.8em;
    margin-top: 2em;
    margin-bottom: 0;
  }
}
.page_wrap#history .sec-history ul > li:nth-child(even) > dl > dd > .image_box figure {
  max-width: 257px;
}
.page_wrap#history .sec-history ul > li:nth-child(1):before {
  top: 7em;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:nth-child(1):before {
    top: 5em;
  }
}
.page_wrap#history .sec-history ul > li:nth-child(1) > dl > dt span {
  padding-bottom: 0.3em;
}
.page_wrap#history .sec-history ul > li:last-child {
  padding-top: 3.8em;
}
.page_wrap#history .sec-history ul > li:last-child:before {
  bottom: auto;
  height: 3.8em;
}
.page_wrap#history .sec-history ul > li:last-child > dl > dt {
  padding-bottom: 3em;
}
.page_wrap#history .sec-history ul > li:last-child > dl > dt:before {
  top: 0;
  bottom: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.page_wrap#history .sec-history ul > li:last-child > dl > dt span {
  font-size: 5.7142857143em;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:last-child > dl > dt span {
    font-size: 3.4285714286em;
    padding-top: 1em;
  }
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:last-child > dl > dd {
    padding-left: 0;
  }
}
.page_wrap#history .sec-history ul > li:last-child > dl > dd > dl {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:last-child > dl > dd > dl {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dt {
  text-align: center;
  border-bottom-width: 2px;
  max-width: 544px;
  margin: 0 auto 3.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dt {
    padding-bottom: 0.5em;
    text-align: left;
    border-bottom-width: 1px;
  }
}
.page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dt span {
  font-size: 2.1428571429em;
  color: #151653;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dt span {
    font-size: 2em;
  }
}
.page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dt:before, .page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dt:after {
  left: 50%;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dt:before, .page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dt:after {
    left: 3em;
  }
}
.page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dt:before {
  border-width: 16px 6px 0 6px;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dt:before {
    border-width: 10px 4px 0 4px;
  }
}
.page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dt:after {
  border-width: 12px 4px 0 4px;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dt:after {
    border-width: 9px 3px 0 3px;
  }
}
.page_wrap#history .sec-history ul > li:last-child > dl > dd > dl > dd {
  max-width: 850px;
  margin: 0 auto;
}
.page_wrap#history .sec-history .below_box {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 8px 8px 9px rgba(0, 0, 0, 0.4);
          box-shadow: 8px 8px 9px rgba(0, 0, 0, 0.4);
}
.page_wrap#history .sec-history .below_box figure img {
  display: block;
}
.page_wrap#history .sec-thought {
  background: #151653;
  padding: 8em 0 13em;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-thought {
    padding: 4em 0;
  }
}
.page_wrap#history .sec-thought:after {
  display: none;
}
.page_wrap#history .sec-thought ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-thought ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-thought ul li + li {
    margin-top: 5.5em;
  }
}
.page_wrap#history .sec-thought ul li dl {
  width: 58%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-thought ul li dl {
    width: 100%;
  }
}
.page_wrap#history .sec-thought ul li dl:before {
  content: "";
  position: absolute;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-thought ul li dl:before {
    width: 240vw;
    height: 240vw;
  }
}
.page_wrap#history .sec-thought ul li dl dt {
  position: relative;
  margin-bottom: 2em;
}
.page_wrap#history .sec-thought ul li dl dt span {
  font-size: 2.8571428571em;
  color: #ffffff;
  font-weight: bold;
}
.page_wrap#history .sec-thought ul li dl dt span strong {
  color: #D0C000;
}
.page_wrap#history .sec-thought ul li dl dd {
  position: relative;
}
.page_wrap#history .sec-thought ul li dl dd p {
  font-size: 1.1428571429em;
  line-height: 1.8;
  color: #ffffff;
}
.page_wrap#history .sec-thought ul li .image_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_wrap#history .sec-thought ul li .image_box figure {
  max-width: 597px;
}
.page_wrap#history .sec-thought ul li .image_box figure + figure {
  margin-top: 18.2%;
  margin-left: -30%;
}
.page_wrap#history .sec-thought ul li:nth-child(odd) dl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 31%;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-thought ul li:nth-child(odd) dl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page_wrap#history .sec-thought ul li:nth-child(odd) dl:before {
  width: 1040px;
  height: 1040px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(45deg) skew(162.5deg, 162.5deg);
          transform: rotate(45deg) skew(162.5deg, 162.5deg);
  top: 49%;
  right: -71%;
  background: linear-gradient(45deg, rgb(21, 22, 83) 50%, rgb(17, 114, 177) 100%);
  -webkit-box-shadow: 8px 8px 9px rgba(0, 0, 0, 0.4);
          box-shadow: 8px 8px 9px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-thought ul li:nth-child(odd) dl:before {
    width: 2080px;
    height: 2080px;
    top: 117%;
    right: -260%;
    background: linear-gradient(33.5deg, rgb(21, 22, 83) 72%, rgb(17, 114, 177) 80%);
    -webkit-transform: rotate(45deg) skew(135.5deg, 162.5deg);
            transform: rotate(45deg) skew(135.5deg, 162.5deg);
  }
}
.page_wrap#history .sec-thought ul li:nth-child(odd) .image_box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: -27%;
  margin-right: -7.5%;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-thought ul li:nth-child(odd) .image_box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: -28%;
    margin-right: -28%;
  }
}
.page_wrap#history .sec-thought ul li:nth-child(even) dl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 11%;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-thought ul li:nth-child(even) dl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page_wrap#history .sec-thought ul li:nth-child(even) dl:before {
  width: 1300px;
  height: 1300px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-45deg) skew(-162.5deg, -162.5deg);
          transform: rotate(-45deg) skew(-162.5deg, -162.5deg);
  top: 21.7%;
  left: -126%;
  background: rgb(21, 22, 83);
  background: linear-gradient(135deg, rgb(21, 22, 83) 50%, rgb(17, 114, 177) 100%);
  -webkit-box-shadow: -8px 8px 9px rgba(0, 0, 0, 0.4);
          box-shadow: -8px 8px 9px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-thought ul li:nth-child(even) dl:before {
    width: 2600px;
    height: 2600px;
    top: -10%;
    left: -264%;
    background: linear-gradient(123.5deg, rgb(21, 22, 83) 15%, rgb(17, 114, 177) 23%);
    -webkit-transform: rotate(-45deg) skew(-162.5deg, -135.5deg);
            transform: rotate(-45deg) skew(-162.5deg, -135.5deg);
  }
}
.page_wrap#history .sec-thought ul li:nth-child(even) .image_box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 31%;
  margin-left: -19%;
  margin-right: -15.5%;
}
@media screen and (max-width: 750px) {
  .page_wrap#history .sec-thought ul li:nth-child(even) .image_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 19%;
    margin-left: -36%;
    margin-right: -20%;
  }
}
.page_wrap#business .sec-about {
  padding: 5em 0 0;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about {
    padding: 5em 0 2em;
  }
}
.page_wrap#business .sec-about .head_box {
  margin-bottom: 5em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .head_box {
    margin-bottom: 2em;
  }
}
.page_wrap#business .sec-about .head_box figure {
  max-width: 877px;
  margin: 0 auto;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}
.page_wrap#business .sec-about .head_box figure img {
  display: block;
}
.page_wrap#business .sec-about .text_box {
  max-width: 800px;
  margin: 0 auto 5.5em;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 1em;
  padding: 5em 2em 7em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .text_box {
    padding: 4em 2em 4em;
  }
}
.page_wrap#business .sec-about .text_box:before, .page_wrap#business .sec-about .text_box:after {
  content: "";
  width: 7em;
  height: 7em;
  display: block;
  border: solid rgba(147, 132, 24, 0.16);
  position: absolute;
}
.page_wrap#business .sec-about .text_box:before {
  top: 0;
  left: 0;
  border-width: 9px 0 0 9px;
}
.page_wrap#business .sec-about .text_box:after {
  bottom: 0;
  right: 0;
  border-width: 0 9px 9px 0;
}
.page_wrap#business .sec-about .text_box .sec-title {
  margin: 0 auto 5.2em;
}
.page_wrap#business .sec-about .text_box .sec-title span {
  font-size: 2.8571428571em;
  color: #151653;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .text_box .sec-title span {
    font-size: 2em;
  }
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .text_box .sec-title i {
    font-size: 1.1428571429em;
    left: 75%;
    top: 130%;
  }
}
.page_wrap#business .sec-about .text_box p {
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.2857142857em;
  font-weight: bold;
  color: #000000;
  line-height: 2;
}
.page_wrap#business .sec-about .box-important {
  max-width: 880px;
  margin: 0 auto;
}
.page_wrap#business .sec-about .box-important .box-title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 1;
  padding: 1.5em 3.3em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .box-important .box-title {
    left: calc(-6vw - 2em );
    padding: 1.5em 1.5em 1.5em 3.3em;
  }
}
.page_wrap#business .sec-about .box-important .box-title:before {
  content: "";
  width: 103%;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #151653;
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transform: skewX(-35deg) translateX(-50%);
          transform: skewX(-35deg) translateX(-50%);
}
.page_wrap#business .sec-about .box-important .box-title span {
  font-size: 2.2857142857em;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .box-important .box-title span {
    font-size: 1.7142857143em;
  }
}
.page_wrap#business .sec-about .box-important .box-title span strong {
  color: #D0C000;
}
.page_wrap#business .sec-about .box-important .comment {
  text-align: right;
  color: #151653;
  font-size: 1.2857142857em;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 2em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .box-important .comment {
    text-align: left;
  }
}
.page_wrap#business .sec-about .box-important ol {
  counter-reset: count;
}
.page_wrap#business .sec-about .box-important ol li {
  counter-increment: count;
  background: rgba(232, 232, 238, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.2em 2em 2.2em 11.5em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .box-important ol li {
    display: block;
    padding: 6.5em 1.5em 3em 1.5em;
  }
}
.page_wrap#business .sec-about .box-important ol li:before {
  content: counter(count, decimal-leading-zero);
  color: #151653;
  font-size: 5.2142857143em;
  font-weight: bold;
  line-height: 1.8;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.15em 0 0 0.5em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .box-important ol li:before {
    font-size: 3.5714285714em;
  }
}
.page_wrap#business .sec-about .box-important ol li:after {
  content: "";
  width: 5.5em;
  height: 5.5em;
  display: block;
  border: solid 2px #938418;
  border-width: 0 2px 2px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_wrap#business .sec-about .box-important ol li dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page_wrap#business .sec-about .box-important ol li dl dt {
  margin-bottom: 1.5em;
}
.page_wrap#business .sec-about .box-important ol li dl dt span {
  color: #151653;
  font-size: 1.5714285714em;
  font-weight: bold;
  line-height: 1;
}
.page_wrap#business .sec-about .box-important ol li dl dt span strong {
  padding: 0 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, rgba(147, 132, 24, 0.2)), color-stop(60%, rgba(147, 132, 24, 0.2)));
  background: linear-gradient(transparent 40%, rgba(147, 132, 24, 0.2) 40%, rgba(147, 132, 24, 0.2) 60%);
}
.page_wrap#business .sec-about .box-important ol li dl dd p {
  color: #000000;
  font-size: 1.1428571429em;
  font-weight: normal;
  line-height: 1.8;
}
.page_wrap#business .sec-about .box-important ol li figure {
  max-width: 240px;
  width: 100%;
  margin-left: 3em;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .box-important ol li figure {
    max-width: none;
    margin-left: 0;
    margin-top: 1em;
  }
}
.page_wrap#business .sec-about .box-important ol li figure img {
  display: block;
  width: 100%;
  max-width: none;
}
.page_wrap#business .sec-about .box-important ol li + li {
  margin-top: 0.8em;
}
.page_wrap#business .sec-about .box-important .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .box-important .message {
    display: block;
  }
}
.page_wrap#business .sec-about .box-important .message .text_block {
  padding: 3.5em 0 1em 3.5em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .box-important .message .text_block {
    padding: 3em 0 0;
  }
}
.page_wrap#business .sec-about .box-important .message .text_block p {
  color: #151653;
  font-size: 1.8214285714em;
  font-weight: bold;
  line-height: 1.9;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .box-important .message .text_block p {
    font-size: 1.3571428571em;
  }
}
.page_wrap#business .sec-about .box-important .message .text_block p strong {
  padding: 0 0.2em;
  background: rgba(147, 132, 24, 0.2);
}
.page_wrap#business .sec-about .box-important .message figure {
  max-width: 358px;
  margin: 3% 6% -22px -10%;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-about .box-important .message figure {
    max-width: none;
    margin: -10% 0 0;
  }
}
.page_wrap#business .sec-example {
  background: #151653;
  padding: 5em 0 8em;
  position: relative;
  overflow: hidden;
}
.page_wrap#business .sec-example:before {
  content: "";
  width: 100vw;
  height: 100vw;
  position: absolute;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(45deg) skew(162.5deg, 162.5deg);
          transform: rotate(45deg) skew(162.5deg, 162.5deg);
  top: 50%;
  right: 50vw;
  margin: 300px -830px 0 0;
  background: linear-gradient(45deg, rgb(21, 22, 83) 50%, rgb(17, 114, 177) 100%);
  -webkit-box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.4);
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-example:before {
    width: 200vw;
    height: 200vw;
    margin: -270px -830px 0 0;
  }
}
.page_wrap#business .sec-example:after {
  display: none;
}
.page_wrap#business .sec-example .inner {
  position: relative;
  max-width: 1240px;
}
.page_wrap#business .sec-example .text_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  margin-top: 8.5%;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-example .text_box {
    position: relative;
    width: 100%;
    margin-top: 0;
  }
}
.page_wrap#business .sec-example .text_box .sec-title {
  margin-bottom: 4.2em;
}
.page_wrap#business .sec-example .text_box .sec-title span {
  font-size: 3.1428571429em;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-example .text_box .sec-title span {
    font-size: 2.1428571429em;
  }
}
.page_wrap#business .sec-example .text_box .sec-title i {
  font-size: 2.0714285714em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-example .text_box .sec-title i {
    font-size: 1.4285714286em;
  }
}
.page_wrap#business .sec-example .text_box p {
  color: #ffffff;
  font-size: 1.5714285714em;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-example .text_box p {
    font-size: 1.2857142857em;
  }
}
.page_wrap#business .sec-example .image_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page_wrap#business .sec-example .image_box figure {
  position: relative;
  z-index: 0;
  margin-top: 3em;
}
.page_wrap#business .sec-example .image_box figure:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: rgba(232, 232, 238, 0.2);
  z-index: -1;
}
.page_wrap#business .sec-example .image_box figure:first-child:before, .page_wrap#business .sec-example .image_box figure:last-child:before {
  background: rgba(147, 132, 24, 0.2);
}
.page_wrap#business .sec-example .image_box figure:nth-child(1) {
  max-width: 493px;
  margin-left: 2.2em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-example .image_box figure:nth-child(1) {
    width: 80%;
  }
}
.page_wrap#business .sec-example .image_box figure:nth-child(1):before {
  top: -1.8em;
  left: -1.8em;
}
.page_wrap#business .sec-example .image_box figure:nth-child(2) {
  max-width: 241px;
  margin-bottom: 3em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-example .image_box figure:nth-child(2) {
    width: 40%;
    margin-right: 7%;
  }
}
.page_wrap#business .sec-example .image_box figure:nth-child(2):before {
  top: 1.2em;
  left: 1.2em;
}
.page_wrap#business .sec-example .image_box figure:nth-child(3) {
  max-width: 247px;
  margin-right: 1.5em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-example .image_box figure:nth-child(3) {
    width: 43%;
  }
}
.page_wrap#business .sec-example .image_box figure:nth-child(3):before {
  top: 1.2em;
  left: 1.2em;
}
.page_wrap#business .sec-example .image_box figure:nth-child(4) {
  max-width: 387px;
  margin-left: 14em;
  margin-bottom: 7em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-example .image_box figure:nth-child(4) {
    margin-left: 0;
    margin-bottom: 0;
    width: 70%;
  }
}
.page_wrap#business .sec-example .image_box figure:nth-child(4):before {
  width: 104%;
  height: 92%;
  top: 3.8em;
  left: -1.7em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-example .image_box figure:nth-child(4):before {
    top: 2em;
    left: -1em;
  }
}
.page_wrap#business .sec-example .image_box figure:nth-child(5) {
  max-width: 507px;
  margin-right: 3em;
  margin-top: 3.5em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-example .image_box figure:nth-child(5) {
    width: 90%;
    margin-left: 0;
    margin-right: 0;
  }
}
.page_wrap#business .sec-example .image_box figure:nth-child(5):before {
  width: 100%;
  height: 100%;
  top: 1.5em;
  left: 1.5em;
}
.page_wrap#business .sec-flow {
  position: relative;
  padding: 9.2em 0 8em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-flow {
    padding: 5em 0 3em;
  }
}
.page_wrap#business .sec-flow:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgb(17, 114, 177)), to(rgb(0, 52, 97)));
  background: linear-gradient(to right, rgb(17, 114, 177) 0%, rgb(0, 52, 97) 100%);
  opacity: 0.16;
  z-index: 1;
}
.page_wrap#business .sec-flow .sec-title {
  margin: 0 auto 7em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-flow .sec-title span {
    font-size: 2em;
  }
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-flow .sec-title i {
    left: 82%;
    top: 120%;
    font-size: 1.2857142857em;
  }
}
.page_wrap#business .sec-flow ol {
  counter-reset: count;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_wrap#business .sec-flow ol li {
  counter-increment: count;
  max-width: 238px;
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.8em 2em 2em;
  margin-bottom: 3em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-flow ol li {
    width: 48%;
    max-width: none;
    padding: 3em 0.8em 0.8em;
  }
}
.page_wrap#business .sec-flow ol li:before {
  content: counter(count);
  font-family: "Roboto", sans-serif;
  font-size: 1.5714285714em;
  color: #ffffff;
  background: #151653;
  width: 1.73em;
  height: 1.73em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page_wrap#business .sec-flow ol li figure {
  max-width: 90px;
  margin: 0 auto 1.5em;
}
.page_wrap#business .sec-flow ol li dl dt {
  text-align: center;
  margin-bottom: 0.6em;
}
.page_wrap#business .sec-flow ol li dl dt span {
  font-size: 1.5714285714em;
  font-weight: bold;
  line-height: 1.8;
  color: #000000;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-flow ol li dl dt span {
    font-size: 1.2857142857em;
  }
}
.page_wrap#business .sec-flow ol li dl dd p {
  font-size: 1.1428571429em;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 750px) {
  .page_wrap#business .sec-flow ol li dl dd p {
    font-size: 1em;
  }
}
.page_wrap#company .box.box_polygon {
  background: linear-gradient(45deg, transparent 25px, #ffffff 25px), linear-gradient(135deg, transparent 25px, #ffffff 25px), linear-gradient(225deg, transparent 25px, #ffffff 25px), linear-gradient(315deg, transparent 25px, #ffffff 25px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}
.page_wrap#company .box.box_polygon.box_border:before {
  content: "";
  background: linear-gradient(45deg, transparent 25px, #ffffff 25px), linear-gradient(135deg, transparent 25px, #ffffff 25px), linear-gradient(225deg, transparent 25px, #ffffff 25px), linear-gradient(315deg, transparent 25px, #ffffff 25px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  width: calc(100% + 34px);
  height: calc(100% + 30px);
  opacity: 0.5;
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page_wrap#company .sec-greeting {
  padding: 5em 0 11.5em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-greeting {
    padding: 5em 0;
  }
}
.page_wrap#company .sec-greeting .head_box {
  margin-bottom: 3.8em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-greeting .head_box {
    margin-bottom: 2em;
  }
}
.page_wrap#company .sec-greeting .head_box figure {
  max-width: 877px;
  margin: 0 auto;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}
.page_wrap#company .sec-greeting .head_box figure img {
  display: block;
}
.page_wrap#company .sec-greeting .sec-title {
  max-width: 780px;
  margin: 0 auto 1.8em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-greeting .sec-title {
    margin: 0 auto 1em;
  }
}
.page_wrap#company .sec-greeting .sec-title span {
  font-size: 2.8571428571em;
  font-weight: bold;
  line-height: 1.8;
  color: #151653;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-greeting .sec-title span {
    font-size: 2.1428571429em;
  }
}
.page_wrap#company .sec-greeting .text_box {
  max-width: 780px;
  margin: 0 auto;
}
.page_wrap#company .sec-greeting .text_box p {
  font-size: 1.2857142857em;
  font-weight: normal;
  line-height: 1.8;
}
.page_wrap#company .sec-greeting .text_box p + P {
  margin-top: 1.72em;
}
.page_wrap#company .sec-greeting .text_box .name {
  text-align: right;
  margin-top: 2.5em;
}
.page_wrap#company .sec-greeting .text_box .name img {
  max-height: 1.93em;
}
.page_wrap#company .sec-philosophy {
  padding: 9em 0 9em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(66, 67, 116, 0.8)), color-stop(1%, rgba(66, 67, 116, 0.8)), to(rgba(21, 22, 83, 0.8))), url(../images/company/philosophy-bg.jpg) no-repeat center;
  background: linear-gradient(to right, rgba(66, 67, 116, 0.8) 0%, rgba(66, 67, 116, 0.8) 1%, rgba(21, 22, 83, 0.8) 100%), url(../images/company/philosophy-bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-philosophy {
    padding: 5em 0;
  }
}
.page_wrap#company .sec-philosophy:after {
  display: none;
}
.page_wrap#company .sec-philosophy .box {
  position: relative;
  padding: 8em 2em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-philosophy .box {
    padding: 3em 1em;
    width: 86%;
    margin: 0 auto;
  }
}
.page_wrap#company .sec-philosophy .box dl dt {
  text-align: center;
  margin-bottom: 1.2em;
}
.page_wrap#company .sec-philosophy .box dl dt span {
  font-size: 2.8571428571em;
  font-weight: bold;
  color: #151653;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-philosophy .box dl dt span {
    font-size: 2.1428571429em;
  }
}
.page_wrap#company .sec-philosophy .box dl dd {
  text-align: center;
}
.page_wrap#company .sec-philosophy .box dl dd span {
  font-family: "Noto Serif JP", serif;
  font-size: 4.1428571429em;
  font-weight: bold;
  color: #000000;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-philosophy .box dl dd span {
    font-size: 2.4285714286em;
  }
}
.page_wrap#company .sec-philosophy .box dl dd ol {
  counter-reset: count;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: 4.2em auto 0;
}
.page_wrap#company .sec-philosophy .box dl dd ol li {
  counter-increment: count;
  max-width: 262px;
  width: 100%;
  background: #E8E8EE;
  padding: 3.5em 0.5em 2.5em;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-philosophy .box dl dd ol li {
    max-width: none;
    padding: 2em 0.2em 1.5em;
  }
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-philosophy .box dl dd ol li + li {
    margin-top: 2.5em;
  }
}
.page_wrap#company .sec-philosophy .box dl dd ol li:before {
  content: counter(count);
  font-family: "Roboto", sans-serif;
  font-size: 1.5714285714em;
  color: #ffffff;
  background: #151653;
  width: 1.73em;
  height: 1.73em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page_wrap#company .sec-philosophy .box dl dd ol li p {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8571428571em;
  line-height: 1.6;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-philosophy .box dl dd ol li p {
    font-size: 1.4em;
    letter-spacing: 0;
  }
}
.page_wrap#company .sec-philosophy .box dl + dl {
  margin-top: 7.8em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-philosophy .box dl + dl {
    margin-top: 3em;
  }
}
.page_wrap#company .sec-overview {
  padding: 10em 0 11em;
  background: #151653;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-overview {
    padding: 4em 0;
  }
}
.page_wrap#company .sec-overview:before {
  content: "";
  width: 100vw;
  height: 100vw;
  position: absolute;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(45deg) skew(162.5deg, 162.5deg);
          transform: rotate(45deg) skew(162.5deg, 162.5deg);
  top: 50%;
  right: 50vw;
  margin: -140px -820px 0 0;
  background: linear-gradient(45deg, rgb(21, 22, 83) 60%, rgb(17, 114, 177) 100%);
  -webkit-box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.4);
  opacity: 0.5;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-overview:before {
    width: 200vw;
    height: 200vw;
    margin: -140px -720px 0 0;
    background: linear-gradient(45deg, rgb(21, 22, 83) 40%, rgb(17, 114, 177) 100%);
  }
}
.page_wrap#company .sec-overview:after {
  content: "";
  width: 100vw;
  height: 100vw;
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg) skew(162.5deg, 162.5deg);
          transform: rotate(45deg) skew(162.5deg, 162.5deg);
  top: 50%;
  left: 50vw;
  margin: -140px 0 0 1040px;
  background: linear-gradient(45deg, rgb(21, 22, 83) 30%, rgb(17, 114, 177) 100%);
  -webkit-box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 12px 12px 14px rgba(0, 0, 0, 0.4);
  opacity: 0.5;
  max-width: none;
  bottom: auto;
}
.page_wrap#company .sec-overview .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8em 5.5em 7.7em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-overview .box {
    display: block;
    padding: 2em 1em;
  }
}
.page_wrap#company .sec-overview .box + .box {
  margin-top: 5em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-overview .box + .box {
    margin-top: 3em;
  }
}
.page_wrap#company .sec-overview .box .box-title {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.page_wrap#company .sec-overview .box .box-title span {
  font-size: 2.8571428571em;
  line-height: 1.8;
  font-weight: bold;
  color: #151653;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-overview .box .box-title span {
    font-size: 2em;
  }
}
.page_wrap#company .sec-overview .box .text_box {
  max-width: 640px;
  width: 100%;
  padding: 0.5em 0 0;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-overview .box .text_box {
    padding-bottom: 3em;
  }
}
.page_wrap#company .sec-overview .box .text_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.page_wrap#company .sec-overview .box .text_box dl dt, .page_wrap#company .sec-overview .box .text_box dl dd {
  border-bottom: solid 1px #D4D4D4;
}
.page_wrap#company .sec-overview .box .text_box dl dt {
  font-size: 1.1428571429em;
  line-height: 1.8;
  font-weight: bold;
  color: #000000;
  padding: 0.67em 0;
  width: 7em;
  margin-right: 3em;
}
.page_wrap#company .sec-overview .box .text_box dl dt span {
  text-align: center;
  display: inline-block;
}
.page_wrap#company .sec-overview .box .text_box dl dt small {
  display: block;
  font-size: 0.8125em;
  line-height: 1;
}
.page_wrap#company .sec-overview .box .text_box dl dd {
  font-size: 1.1428571429em;
  line-height: 1.8;
  font-weight: normal;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.67em 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-overview .box.box-overview .text_box dl {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-overview .box.box-overview .text_box dl dt {
    border: none;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-overview .box.box-overview .text_box dl dd {
    padding-top: 0;
  }
}
.page_wrap#company .sec-overview .box.box-history .text_box dl dt span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.page_wrap#company .sec-overview .box.box-history .text_box dl dt span i {
  font-style: normal;
  width: 1.5em;
  padding-right: 0.3em;
  text-align: right;
  display: inline-block;
}
.page_wrap#company .sec-overview .box.box-history .text_box dl dt span small {
  display: block;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-overview .box.box-history .text_box dl dt {
    margin-right: 0;
    width: 6em;
  }
}
.page_wrap#company .sec-overview .box.box-history .text_box dl dd {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-overview .box.box-history .text_box dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.page_wrap#company .sec-office {
  position: relative;
  padding: 8.8em 0 10em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-office {
    padding: 4em 0;
  }
}
.page_wrap#company .sec-office:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgb(17, 114, 177)), to(rgb(0, 52, 97)));
  background: linear-gradient(to right, rgb(17, 114, 177) 0%, rgb(0, 52, 97) 100%);
  opacity: 0.16;
  z-index: 1;
}
.page_wrap#company .sec-office .sec-title {
  text-align: center;
  margin-bottom: 6.6em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-office .sec-title {
    margin-bottom: 5em;
  }
}
.page_wrap#company .sec-office .sec-title span {
  font-size: 2.8571428571em;
  line-height: 1.8;
  font-weight: bold;
  color: #151653;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-office .sec-title span {
    font-size: 2.1428571429em;
  }
}
.page_wrap#company .sec-office ul {
  padding-left: 9em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-office ul {
    padding-left: 1em;
  }
}
.page_wrap#company .sec-office ul li {
  background: #ffffff;
  position: relative;
  padding: 4.1em 2em 5em 27.8em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-office ul li {
    padding: 0 1em 2em 1em;
  }
}
.page_wrap#company .sec-office ul li:after {
  content: "";
  width: 5.5em;
  height: 5.5em;
  border: solid #151653;
  border-width: 0 2px 2px 0;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page_wrap#company .sec-office ul li + li {
  margin-top: 6.5em;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-office ul li + li {
    margin-top: 4em;
  }
}
.page_wrap#company .sec-office ul li figure {
  max-width: 431px;
  margin: -2.5em 0 0 -7.5em;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-office ul li figure {
    position: relative;
    margin: 0;
    left: -2.5em;
    top: -1.5em;
    width: 75%;
  }
}
.page_wrap#company .sec-office ul li figure img {
  display: block;
}
.page_wrap#company .sec-office ul li dl dt {
  margin-bottom: 1.2em;
}
.page_wrap#company .sec-office ul li dl dt span {
  font-size: 1.7142857143em;
  line-height: 1.6;
  font-weight: bold;
  color: #000000;
  border-left: solid 6px #151653;
  display: block;
  padding-left: 0.6em;
}
.page_wrap#company .sec-office ul li dl dd .text_box {
  font-size: 1.1428571429em;
  line-height: 1.8;
  font-weight: normal;
  color: #000000;
  margin-bottom: 0.8em;
}
.page_wrap#company .sec-office ul li dl dd .map_box {
  max-width: 420px;
  overflow: hidden;
}
.page_wrap#company .sec-office ul li dl dd .map_box .map {
  width: 100%;
  height: 0;
  padding: 44.7% 0 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page_wrap#company .sec-office ul li dl dd .map_box .map {
    padding: 60.5% 0 0 0;
  }
}
.page_wrap#company .sec-office ul li dl dd .map_box .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_wrap#company .sec-office ul li dl dd .map_box .map_link {
  font-size: 1em;
  line-height: 1.8;
  font-weight: normal;
  color: #151653;
  float: right;
  margin-top: 0.4em;
}
.page_wrap#company .sec-office ul li dl dd .map_box .map_link:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  background: url(../images/page-common/icon-link.svg) no-repeat center;
  background-size: contain;
  margin-left: 0.5em;
}
.page_wrap#recruit {
  position: relative;
}
.page_wrap#recruit:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgb(17, 114, 177)), to(rgb(0, 52, 97)));
  background: linear-gradient(to right, rgb(17, 114, 177) 0%, rgb(0, 52, 97) 100%);
  opacity: 0.16;
  z-index: 1;
}
.page_wrap#recruit .sec-description {
  padding: 10em 0;
}
@media screen and (max-width: 750px) {
  .page_wrap#recruit .sec-description {
    padding: 5em 0;
  }
}
.page_wrap#recruit .sec-description .sec-title {
  text-align: center;
  margin-bottom: 2.8em;
}
.page_wrap#recruit .sec-description .sec-title span {
  font-size: 2.8571428571em;
  line-height: 1.8;
  font-weight: bold;
  color: #151653;
}
@media screen and (max-width: 750px) {
  .page_wrap#recruit .sec-description .sec-title span {
    font-size: 2.1428571429em;
  }
}
.page_wrap#recruit .sec-description ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4em;
}
@media screen and (max-width: 750px) {
  .page_wrap#recruit .sec-description ul {
    display: block;
  }
}
.page_wrap#recruit .sec-description ul li {
  background: #ffffff;
  width: 32.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5em 2.5em 3em;
}
@media screen and (max-width: 750px) {
  .page_wrap#recruit .sec-description ul li {
    width: 100%;
    margin-bottom: 2em;
    padding: 3em 2em 3em;
  }
}
.page_wrap#recruit .sec-description ul li figure {
  max-width: 66px;
  margin: 0 auto 1.8em;
}
.page_wrap#recruit .sec-description ul li dl dt {
  text-align: center;
  margin-bottom: 1em;
}
.page_wrap#recruit .sec-description ul li dl dt span {
  font-size: 1.7142857143em;
  line-height: 1.8;
  font-weight: bold;
  color: #000000;
}
.page_wrap#recruit .sec-description ul li dl dd p {
  font-size: 1.1428571429em;
  line-height: 1.8;
  font-weight: normal;
  color: #000000;
}
.page_wrap#recruit .sec-description .link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .page_wrap#recruit .sec-description .link_box {
    display: block;
  }
}
.page_wrap#recruit .sec-description .link_box a {
  background: -webkit-gradient(linear, left top, right top, from(rgb(17, 114, 177)), to(rgb(0, 52, 97)));
  background: linear-gradient(to right, rgb(17, 114, 177) 0%, rgb(0, 52, 97) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.4em;
  width: 48.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.6em 4.2em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page_wrap#recruit .sec-description .link_box a {
    width: 100%;
    margin-bottom: 2em;
    padding: 2em 2em;
  }
}
.page_wrap#recruit .sec-description .link_box a:before, .page_wrap#recruit .sec-description .link_box a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.3em;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 750px) {
  .page_wrap#recruit .sec-description .link_box a:before, .page_wrap#recruit .sec-description .link_box a:after {
    right: 0;
  }
}
.page_wrap#recruit .sec-description .link_box a:before {
  width: 2.14em;
  height: 2.14em;
  display: block;
  background: #ffffff;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 1px #ffffff;
}
.page_wrap#recruit .sec-description .link_box a:after {
  width: 0.5em;
  height: 0.5em;
  display: block;
  border: solid #003461;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-390%, -50%) rotate(-45deg);
          transform: translate(-390%, -50%) rotate(-45deg);
  margin-right: -0.4em;
}
.page_wrap#recruit .sec-description .link_box a figure {
  max-width: 76px;
  margin-right: 3.7em;
}
@media screen and (max-width: 750px) {
  .page_wrap#recruit .sec-description .link_box a figure {
    margin-right: 1em;
  }
}
.page_wrap#recruit .sec-description .link_box a span {
  font-size: 1.8571428571em;
  line-height: 1.5;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.3em;
}
.page_wrap#recruit .sec-description .link_box a:hover:before {
  background: none;
}
.page_wrap#recruit .sec-description .link_box a:hover:after {
  border-color: #ffffff;
}
.page_wrap#about-work .sec-keyword {
  padding: 0 0 4.4em;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-keyword {
    padding: 5em 0 2em;
  }
}
.page_wrap#about-work .sec-keyword:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: url(../images/about-work/keyword-bg.png) repeat-x 50% 100%;
  background-size: 1261px auto;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-keyword:before {
    background-position: 50% 100%;
    background-size: 190vw auto;
  }
}
.page_wrap#about-work .sec-keyword .head_box {
  margin-bottom: 5.5em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-keyword .head_box {
    margin-bottom: 2em;
  }
}
.page_wrap#about-work .sec-keyword .head_box figure {
  max-width: 1300px;
  margin: 0 auto;
}
.page_wrap#about-work .sec-keyword .head_box figure img {
  display: block;
}
.page_wrap#about-work .sec-keyword .text_box .sec-title {
  text-align: center;
  margin-bottom: 2.8em;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-keyword .text_box .sec-title {
    margin-bottom: 1em;
  }
}
.page_wrap#about-work .sec-keyword .text_box .sec-title span {
  font-size: 2.8571428571em;
  line-height: 1.8;
  font-weight: bold;
  color: #151653;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-keyword .text_box .sec-title span {
    font-size: 2em;
  }
}
.page_wrap#about-work .sec-keyword .text_box figure {
  max-width: 741px;
  width: 100%;
  margin: 0 auto 6.2em;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-keyword .text_box figure {
    margin-bottom: 3em;
  }
}
.page_wrap#about-work .sec-keyword .text_box p {
  text-align: center;
  font-size: 2.1428571429em;
  line-height: 1.8;
  font-weight: bold;
  color: #151653;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-keyword .text_box p {
    font-size: 1.1428571429em;
  }
}
.page_wrap#about-work .sec-flow {
  padding: 8.5em 0 16.5em;
  background: #ffffff;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow {
    padding: 3em 0 9em;
  }
}
.page_wrap#about-work .sec-flow .sec-title {
  text-align: center;
  margin-bottom: 11.1em;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow .sec-title {
    margin-bottom: 6em;
  }
}
.page_wrap#about-work .sec-flow .sec-title span {
  font-size: 2.8571428571em;
  line-height: 1.8;
  font-weight: bold;
  color: #151653;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow .sec-title span {
    font-size: 2em;
  }
}
.page_wrap#about-work .sec-flow ol {
  position: relative;
  counter-reset: count;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow ol {
    width: calc(100vw - (6vw * 2) - 4em);
    margin: 0 auto;
  }
}
.page_wrap#about-work .sec-flow ol:before, .page_wrap#about-work .sec-flow ol:after {
  content: "";
  position: absolute;
  top: -6.8em;
  right: -6.2em;
  bottom: -7.1em;
  left: -6.2em;
  display: block;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow ol:before, .page_wrap#about-work .sec-flow ol:after {
    top: -4em;
    right: -2em;
    bottom: -5em;
    left: -2em;
  }
}
.page_wrap#about-work .sec-flow ol:before {
  z-index: -1;
  background: linear-gradient(45deg, #ffffff 25px, transparent 25px), linear-gradient(135deg, #ffffff 25px, transparent 25px), linear-gradient(225deg, #ffffff 25px, transparent 25px), linear-gradient(315deg, #ffffff 25px, transparent 25px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  margin: -1px;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow ol:before {
    background: linear-gradient(45deg, #ffffff 15px, transparent 15px), linear-gradient(135deg, #ffffff 15px, transparent 15px), linear-gradient(225deg, #ffffff 15px, transparent 15px), linear-gradient(315deg, #ffffff 15px, transparent 15px);
  }
}
.page_wrap#about-work .sec-flow ol:after {
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, from(rgb(17, 114, 177)), to(rgb(21, 22, 83)));
  background: linear-gradient(to right, rgb(17, 114, 177) 0%, rgb(21, 22, 83) 100%);
  opacity: 0.16;
}
.page_wrap#about-work .sec-flow ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: count;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow ol li {
    display: block;
  }
}
.page_wrap#about-work .sec-flow ol li + li {
  margin-top: 6.7em;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow ol li + li {
    margin-top: 3em;
  }
}
.page_wrap#about-work .sec-flow ol li figure {
  max-width: 670px;
  position: relative;
  z-index: 1;
}
.page_wrap#about-work .sec-flow ol li dl {
  background: #ffffff;
  min-height: 28.6em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 57%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow ol li dl {
    max-width: none;
    width: calc(100% + 2em + 6vw);
    min-height: 0;
  }
}
.page_wrap#about-work .sec-flow ol li dl dt {
  margin-bottom: 1.8em;
  position: relative;
}
.page_wrap#about-work .sec-flow ol li dl dt:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin: -0.35em -0.35em 0 0;
  width: 1.125em;
  height: 0.85em;
  font-size: 7.8571428571em;
  background: no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow ol li dl dt:before {
    font-size: 4.2857142857em;
    margin: -0.1em -0.2em 0 0;
  }
}
.page_wrap#about-work .sec-flow ol li dl dt span {
  font-size: 1.8571428571em;
  line-height: 1.8;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.12em;
  background: #151653;
  padding: 0.1em 0.6em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow ol li dl dt span {
    font-size: 1.5714285714em;
  }
}
.page_wrap#about-work .sec-flow ol li dl dd p {
  font-size: 1.1428571429em;
  line-height: 1.8;
  font-weight: normal;
  color: #000000;
}
.page_wrap#about-work .sec-flow ol li:nth-child(odd) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: -3.3em 0 0 -9.8em;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow ol li:nth-child(odd) figure {
    margin: 0 0.8em -2em calc(-1 * (2em + 6vw));
  }
}
.page_wrap#about-work .sec-flow ol li:nth-child(odd) dl {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 4.8em 4em 2em 10.8em;
  margin: 0 0 0 -6.4em;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow ol li:nth-child(odd) dl {
    margin-left: 0;
    padding: 5em 3em 4em 2em;
  }
}
.page_wrap#about-work .sec-flow ol li:nth-child(even) figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: -3.3em -9.8em 0 0;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow ol li:nth-child(even) figure {
    margin: 0 calc(-1 * (2em + 6vw)) -2em 0.8em;
  }
}
.page_wrap#about-work .sec-flow ol li:nth-child(even) dl {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 5.8em 10.8em 2em 4.4em;
  margin: 0 -6.4em 0 0;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-flow ol li:nth-child(even) dl {
    margin-right: 0;
    margin-left: calc(-1 * (2em + 6vw));
    padding: 5em 2em 4em 3em;
  }
}
.page_wrap#about-work .sec-flow ol li:nth-child(1) dl dt:before {
  background-image: url(../images/about-work/flow-number01.png);
}
.page_wrap#about-work .sec-flow ol li:nth-child(2) dl dt:before {
  background-image: url(../images/about-work/flow-number02.png);
}
.page_wrap#about-work .sec-flow ol li:nth-child(3) dl dt:before {
  background-image: url(../images/about-work/flow-number03.png);
}
.page_wrap#about-work .sec-flow ol li:nth-child(4) dl dt:before {
  background-image: url(../images/about-work/flow-number04.png);
}
.page_wrap#about-work .sec-flow ol li:nth-child(5) dl dt:before {
  background-image: url(../images/about-work/flow-number05.png);
}
.page_wrap#about-work .sec-interview {
  padding: 8.5em 0 9.6em;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-interview {
    padding: 3em 0;
  }
}
.page_wrap#about-work .sec-interview:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(rgb(17, 114, 177)), to(rgb(0, 52, 97)));
  background: linear-gradient(to right, rgb(17, 114, 177) 0%, rgb(0, 52, 97) 100%);
  opacity: 0.16;
  z-index: 1;
}
.page_wrap#about-work .sec-interview .sec-title {
  text-align: center;
  margin-bottom: 7.5em;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-interview .sec-title {
    margin-bottom: 4em;
  }
}
.page_wrap#about-work .sec-interview .sec-title span {
  font-size: 2.8571428571em;
  line-height: 1.8;
  font-weight: bold;
  color: #151653;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-interview .sec-title span {
    font-size: 2em;
  }
}
.page_wrap#about-work .sec-interview ul {
  padding-left: 3.7em;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-interview ul {
    padding-left: 2em;
  }
}
.page_wrap#about-work .sec-interview ul li {
  background: #ffffff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-interview ul li {
    padding: 13em 2em 2em 2em;
  }
}
.page_wrap#about-work .sec-interview ul li:before {
  content: "";
  width: 5.5em;
  height: 5.5em;
  display: block;
  border: solid #151653;
  border-width: 0 2px 2px 0;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_wrap#about-work .sec-interview ul li + li {
  margin-top: 6.3em;
}
.page_wrap#about-work .sec-interview ul li figure {
  max-width: 414px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: -3.3em 0 0 -3.6em;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-interview ul li figure {
    margin: -2em 0 0 -2em;
    width: 75%;
  }
}
.page_wrap#about-work .sec-interview ul li figure img {
  display: block;
}
.page_wrap#about-work .sec-interview ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-interview ul li dl {
    display: block;
  }
}
.page_wrap#about-work .sec-interview ul li dl dt {
  width: 37.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 4.4em 3.9em;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-interview ul li dl dt {
    padding: 0;
    width: 100%;
    margin-bottom: 2em;
  }
}
.page_wrap#about-work .sec-interview ul li dl dt span {
  font-size: 1.7142857143em;
  line-height: 1.8;
  font-weight: bold;
  color: #151653;
  border: solid currentColor;
  border-width: 0 0 0 6px;
  display: block;
  padding: 0.2em 0 0.4em 1.1em;
}
.page_wrap#about-work .sec-interview ul li dl dt span small {
  display: block;
  font-size: 0.583em;
  color: #000000;
}
.page_wrap#about-work .sec-interview ul li dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.6em;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-interview ul li dl dd {
    padding: 0;
    width: 100%;
  }
}
.page_wrap#about-work .sec-interview ul li dl dd p {
  font-size: 1.1428571429em;
  line-height: 1.74;
  font-weight: normal;
  color: #000000;
}
.page_wrap#about-work .sec-interview a {
  margin: 5.3em auto 0;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: -webkit-gradient(linear, left top, right top, from(rgb(17, 114, 177)), to(rgb(0, 52, 97)));
  background: linear-gradient(to right, rgb(17, 114, 177) 0%, rgb(0, 52, 97) 100%);
  text-align: center;
  min-width: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.4em;
  padding: 0.7em 1em;
  position: relative;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-interview a {
    margin-top: 3em;
  }
}
.page_wrap#about-work .sec-interview a:before, .page_wrap#about-work .sec-interview a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.1em;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 750px) {
  .page_wrap#about-work .sec-interview a:before, .page_wrap#about-work .sec-interview a:after {
    right: 0;
  }
}
.page_wrap#about-work .sec-interview a:before {
  width: 1.43em;
  height: 1.43em;
  display: block;
  background: #ffffff;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: solid 1px #ffffff;
}
.page_wrap#about-work .sec-interview a:after {
  width: 0.36em;
  height: 0.36em;
  display: block;
  border: solid #003461;
  border-width: 0 1px 1px 0;
  -webkit-transform: translate(-390%, -50%) rotate(-45deg);
          transform: translate(-390%, -50%) rotate(-45deg);
  margin-right: -0.3em;
}
.page_wrap#about-work .sec-interview a span {
  font-size: 1.1428571429em;
  line-height: 1.8;
  font-weight: bold;
  color: #ffffff;
}
.page_wrap#about-work .sec-interview a:hover:before {
  background: none;
}
.page_wrap#about-work .sec-interview a:hover:after {
  border-color: #ffffff;
}