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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

address {
  font-style: normal;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

/*	preload
---------------------------------*/
/*body:after {
    content: url("../images/") url("");
    display: none;
}*/
#preloadedImages {
  width: 0;
  height: 0;
  display: inline;
  /*background-image: url("../images/top/nav_1_in_on.png");
  background-image: url("../images/top/nav_1_on.jpg");
  background-image: url("../images/top/nav_2_in_on.png");
  background-image: url("../images/top/nav_2_on.jpg");*/
}
body {
  color: #333;
  font-family: "游ゴシック", 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%;
  -ms-overflow-style: none;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  body {
    width: 100%;
    font-size: 3.4vw;
  }
}

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

a {
  color: #333;
  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: -100px;
  padding-top: 100px;
}
@media (max-width: 750px) {
  .anc {
    margin-top: -16vw;
    padding-top: 16vw;
  }
}

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

/*	device
---------------------------------*/
/* Android bugfix ４系 */
/* iOS */
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: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30000;
  background: white;
  transition: background 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  min-width: 1180px;
}
@media (max-width: 750px) {
  header.normal {
    display: none;
  }
}
header.normal .logo {
  width: 248px;
}
#global {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#global .global-items {
  display: flex;
  margin: 10px 20px 0 0;
}
#global .global-items li {
  margin: 0 10px 0;
}
#global .global-items li a {
  display: block;
  color: #004673;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  /*&::after {
  	content: "";
  	display: block;
  	width: 100%;
  	height: 2px;
  	background-image: url("../images/common/bar.png");
  	background-size: 100% 2px;
  	background-repeat: no-repeat;
  	position: absolute;
  	left: 0;
  	bottom: -10px;
  }*/
}
#global .global-items li a::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-image: url("../images/common/bar.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 10px auto 0;
  opacity: 0;
  transition: opacity 0.3s;
}
#global .global-items li a:hover::after {
  opacity: 1;
}
#global .btn_contact {
  display: block;
  width: 198px;
  height: 100px;
  background-image: url("../images/common/head_contact_on.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#global .btn_contact .image {
  display: block;
  transition: opacity 0.3s;
}
#global .btn_contact:hover .image {
  opacity: 0;
}

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

/*+++ Default Navigation CSS +++*/
.nav_drawer .drawer_nav_wrapper {
  width: 100vw;
  height: 100%;
  transition: all 0.5s;
  transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 26vw 3vw 20vw;
}
.nav_drawer .drawer_nav_wrapper.open {
  transform: translate(0);
}

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

.menu-trigger {
  width: 16vw;
  height: 16vw;
  border: none;
  appearance: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  outline: none;
  background: linear-gradient(90deg, #f06124, #f37a24, #f59224);
}
.menu-trigger:before {
  content: "menu";
  font-size: 2.8vw;
  display: block;
  font-family: "Roboto", sans-serif;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 3vw;
  text-align: center;
  transition: all 0.4s;
}

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

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

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

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

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

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

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

#drawer .global-items {
  margin: 0 0 10vw 6vw;
}
#drawer .global-items li a {
  display: block;
  padding: 4vw 0 4vw;
  color: #004673;
  font-size: 4.2vw;
  font-weight: bold;
}
#drawer .btn_contact {
  display: block;
  width: 94vw;
}

footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 60px 0 60px;
}
@media (max-width: 750px) {
  footer {
    padding: 10vw 0 18vw;
  }
}
footer .layout {
  width: 1024px;
}
@media (max-width: 750px) {
  footer .layout {
    width: 85vw;
  }
}
footer .primary-sec {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  footer .primary-sec {
    display: block;
  }
}
footer .logo {
  display: block;
  width: 175px;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  footer .logo {
    display: none;
  }
}
footer .location .site {
  color: #004673;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  footer .location .site {
    display: none;
  }
}
footer .location .place {
  color: #004673;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  footer .location .place {
    font-size: 3.4vw;
  }
}
footer .location .access {
  color: #004673;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  footer .location .access {
    font-size: 3.4vw;
    margin: 0 0 3vw;
  }
}
footer .location .access .tel {
  display: inline-block;
}
@media (max-width: 750px) {
  footer .location .access .tel {
    display: none;
  }
}
footer .location .access .tel_s {
  display: none;
}
@media (max-width: 750px) {
  footer .location .access .tel_s {
    display: inline-block;
    color: #004673;
    font-size: 3.4vw;
  }
}
footer .location .access .fax {
  color: #004673;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 750px) {
  footer .location .access .fax {
    font-size: 3.4vw;
  }
}
footer .location .numbers {
  font-size: 14px;
  line-height: 1.5;
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  footer .location .numbers {
    font-size: 3.4vw;
    margin: 3vw 0 0;
  }
}
@media (max-width: 750px) {
  footer .id {
    display: none;
  }
}
footer .id_s {
  display: none;
}
@media (max-width: 750px) {
  footer .id_s {
    display: block;
    margin: 0 0 10vw;
  }
}
footer .logo_s {
  display: none;
}
@media (max-width: 750px) {
  footer .logo_s {
    display: block;
    width: 100%;
    margin: 0 0 5vw;
  }
}
footer #global_foot {
  width: 550px;
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  footer #global_foot {
    width: 100%;
    margin: 0;
  }
}
footer #global_foot .global-items {
  columns: 2;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  footer #global_foot .global-items {
    columns: initial;
    margin: 0 0 5vw;
  }
}
footer #global_foot .global-items li {
  width: 100%;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  footer #global_foot .global-items li {
    width: 100%;
    margin: 0;
  }
}
footer #global_foot .global-items li a {
  color: #004673;
  display: block;
  font-size: 16px;
  font-weight: bold;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  footer #global_foot .global-items li a {
    padding: 4vw 0 4vw;
    font-size: 4.2vw;
  }
}
footer #global_foot .global-items li a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  footer #global_foot .global-items li a:hover {
    opacity: 1;
  }
}
footer #global_foot .btn_contact {
  display: none;
}
@media (max-width: 750px) {
  footer #global_foot .btn_contact {
    display: block;
    width: 94vw;
    position: relative;
    left: -4vw;
    margin: 0 0 5vw;
  }
}
footer #global_foot .btn_contact_foot {
  display: block;
  width: 550px;
  height: 135px;
  background-image: url("../images/common/foot_contact_on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -8px;
}
@media (max-width: 750px) {
  footer #global_foot .btn_contact_foot {
    display: none;
  }
}
footer #global_foot .btn_contact_foot .image {
  display: block;
  transition: opacity 0.3s;
}
footer #global_foot .btn_contact_foot:hover .image {
  opacity: 0;
}
footer .links .btn_corporate {
  display: block;
  width: 340px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  footer .links .btn_corporate {
    width: 100%;
    margin: 0 0 10vw;
  }
}
footer .links .btn_corporate:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  footer .links .btn_corporate:hover {
    opacity: 1;
  }
}
footer #copyright {
  width: 1024px;
  display: flex;
  justify-content: flex-end;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  footer #copyright {
    width: 85vw;
  }
}

#btn_top {
  width: 61px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 800;
}
@media (max-width: 750px) {
  #btn_top {
    width: 12vw;
    right: 3vw;
    bottom: 2vw;
  }
}
#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;
}

#above-the-fold {
  margin: 100px 0 0;
}
@media (max-width: 750px) {
  #above-the-fold {
    margin: 16vw 0 0;
  }
}
#above-the-fold .image {
  display: block;
}
@media (max-width: 750px) {
  #above-the-fold .image {
    display: none;
  }
}
#above-the-fold .image_s {
  display: none;
}
@media (max-width: 750px) {
  #above-the-fold .image_s {
    display: block;
  }
}

.inner_sec {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .inner_sec {
    width: 85vw;
  }
}

#top_cv {
  padding: 50px 0 50px;
}
@media (max-width: 750px) {
  #top_cv {
    padding: 10vw 0 10vw;
  }
}
#top_cv .inner_sec {
  width: 900px;
}
@media (max-width: 750px) {
  #top_cv .inner_sec {
    width: 85vw;
  }
}
#top_cv .inner_sec .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #top_cv .inner_sec .content {
    display: block;
    justify-content: initial;
  }
}
#top_cv .inner_sec .content .text {
  width: 410px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  margin: 14px 0 0;
}
@media (max-width: 750px) {
  #top_cv .inner_sec .content .text {
    width: 100%;
    font-size: 3.4vw;
    margin: 0 0 5vw;
  }
}
#top_cv .inner_sec .content .btn {
  display: block;
  width: 465px;
  height: 156px;
  background-image: url("../images/top/top_cv_on.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  #top_cv .inner_sec .content .btn {
    width: 90.8vw;
    height: auto;
    background: none;
    position: relative;
    left: -1.5vw;
  }
}
#top_cv .inner_sec .content .btn .image {
  display: block;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #top_cv .inner_sec .content .btn .image {
    display: none;
  }
}
#top_cv .inner_sec .content .btn:hover .image {
  opacity: 0;
}

#primary-sec .first {
  background: #f2f2f2;
  padding: 90px 0 0;
}
@media (max-width: 750px) {
  #primary-sec .first {
    padding: 15vw 0 0;
  }
}
#primary-sec .second {
  background-image: url("../images/top/solution_agile.png"), url("../images/top/primary_tri.png"), url("../images/top/solution_bg.jpg");
  background-size: 650px, 100%, cover;
  background-repeat: no-repeat;
  background-position: right top 45.6vw, center top, center bottom;
  padding: 13vw 0 90px;
}
@media (max-width: 750px) {
  #primary-sec .second {
    background-image: url("../images/top/solution_agile.png"), url("../images/top/primary_tri_s.png"), url("../images/top/solution_bg_s.jpg");
    background-size: 100%, 100%, cover;
    background-position: right top 102vw, center top, center bottom;
    padding: 21vw 0 15vw;
  }
}
@media (max-width: 750px) {
  #primary-sec .second .inner_sec .content .in_content {
    margin: 0 0 20vw;
  }
}
#primary-sec .second .inner_sec .content .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #primary-sec .second .inner_sec .content .flex {
    display: block;
    justify-content: initial;
  }
}
#primary-sec .second .inner_sec .content .flex .fig_2 {
  width: 570px;
}
@media (max-width: 750px) {
  #primary-sec .second .inner_sec .content .flex .fig_2 {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#primary-sec .second .inner_sec .content .flex .in_flex {
  width: 400px;
  margin: 280px 0 0;
}
@media (max-width: 750px) {
  #primary-sec .second .inner_sec .content .flex .in_flex {
    width: 100%;
    margin: 0;
  }
}
#primary-sec .second .inner_sec .content .flex .in_flex .ttl {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #primary-sec .second .inner_sec .content .flex .in_flex .ttl {
    margin: 0 0 5vw;
  }
}
#primary-sec .second .inner_sec .content .flex .in_flex .ttl img {
  width: 345px;
}
@media (max-width: 750px) {
  #primary-sec .second .inner_sec .content .flex .in_flex .ttl img {
    width: 70vw;
  }
}
#primary-sec .second .inner_sec .content .flex .in_flex .text {
  color: white;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #primary-sec .second .inner_sec .content .flex .in_flex .text {
    font-size: 3.6vw;
  }
}

#facility-sec {
  background: rgba(98, 194, 243, 0.15);
  padding: 90px 0 90px;
}
@media (max-width: 750px) {
  #facility-sec {
    padding: 15vw 0 15vw;
  }
}
@media (max-width: 750px) {
  #facility-sec .inner_sec {
    width: 100%;
  }
}
#facility-sec .ttl_sec {
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #facility-sec .ttl_sec {
    margin: 0 0 10vw;
  }
}
#facility-sec .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1080px;
  position: relative;
  left: -28px;
}
@media (max-width: 750px) {
  #facility-sec .content {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
    width: 94vw;
    left: initial;
    margin: 0 auto;
  }
}
#facility-sec .content .item {
  width: 360px;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #facility-sec .content .item {
    width: 100%;
    margin: 0 0 10vw;
  }
  #facility-sec .content .item:last-of-type {
    margin: 0;
  }
}

#case-sec {
  padding: 90px 0 90px;
}
@media (max-width: 750px) {
  #case-sec {
    padding: 15vw 0 15vw;
  }
}
#case-sec .inner_sec .ttl_sec {
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #case-sec .inner_sec .ttl_sec {
    margin: 0 0 10vw;
  }
}
#case-sec .inner_sec .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #case-sec .inner_sec .content {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
  }
}
#case-sec .inner_sec .content .box {
  width: 490px;
  background: white;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #62c2f3;
  margin: 0 0 40px;
  box-shadow: 5px 5px 5px rgba(98, 194, 243, 0.2);
}
@media (max-width: 750px) {
  #case-sec .inner_sec .content .box {
    width: 100%;
    border-radius: 4vw;
    margin: 0 0 10vw;
  }
  #case-sec .inner_sec .content .box:last-of-type {
    margin: 0;
  }
}
#case-sec .inner_sec .content .box .inner {
  padding: 30px;
}
@media (max-width: 750px) {
  #case-sec .inner_sec .content .box .inner {
    padding: 6vw;
  }
}
#case-sec .inner_sec .content .box .inner .label {
  margin: 0 0 16px;
}
@media (max-width: 750px) {
  #case-sec .inner_sec .content .box .inner .label {
    margin: 0 0 3vw;
  }
}
#case-sec .inner_sec .content .box .inner .label .in_text {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #adceea, #cdeaf5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 750px) {
  #case-sec .inner_sec .content .box .inner .label .in_text {
    font-size: 6.6vw;
  }
}
#case-sec .inner_sec .content .box .inner .client {
  color: #1f6bc8;
  font-size: 26px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #case-sec .inner_sec .content .box .inner .client {
    font-size: 5vw;
    margin: 0 0 2vw;
  }
}
#case-sec .inner_sec .content .box .inner .category {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #case-sec .inner_sec .content .box .inner .category {
    margin: 0 0 5vw;
  }
}
#case-sec .inner_sec .content .box .inner .category .in_text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  border-radius: 18px;
  box-sizing: border-box;
  padding: 0 16px 0;
  background: #1f6bc8;
  color: white;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #case-sec .inner_sec .content .box .inner .category .in_text {
    height: 8vw;
    border-radius: 4vw;
    padding: 0 4vw 0;
    font-size: 3.6vw;
  }
}
#case-sec .inner_sec .content .box .inner .text {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 750px) {
  #case-sec .inner_sec .content .box .inner .text {
    font-size: 3.6vw;
  }
}

#feature-sec {
  background: #f2f2f2;
  padding: 90px 0 60px;
}
@media (max-width: 750px) {
  #feature-sec {
    padding: 15vw 0 15vw;
  }
}
#feature-sec .inner_sec .ttl_sec {
  margin: 0 0 90px;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .ttl_sec {
    margin: 0 0 20vw;
  }
}
#feature-sec .inner_sec .content {
  display: flex;
  justify-content: space-between;
  margin: 0 0 160px;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content {
    display: block;
    justify-content: initial;
    margin: 0 0 25vw;
  }
}
#feature-sec .inner_sec .content .box {
  width: 240px;
  background: white;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 70px 20px 30px;
  position: relative;
  box-shadow: 5px 5px 5px rgba(98, 194, 243, 0.2);
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content .box {
    width: 100%;
    border-radius: 4vw;
    padding: 15vw 6vw 6vw;
    margin: 0 0 18vw;
  }
  #feature-sec .inner_sec .content .box:last-of-type {
    margin: 0;
  }
}
#feature-sec .inner_sec .content .box:nth-of-type(2), #feature-sec .inner_sec .content .box:nth-of-type(4) {
  top: 40px;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content .box:nth-of-type(2), #feature-sec .inner_sec .content .box:nth-of-type(4) {
    top: initial;
  }
}
#feature-sec .inner_sec .content .box .label {
  width: 106px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -53px;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content .box .label {
    width: 20vw;
    top: -10vw;
  }
}
#feature-sec .inner_sec .content .box .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content .box .ttl {
    font-size: 4.4vw;
    text-align: center;
    margin: 0 0 4vw;
  }
}
#feature-sec .inner_sec .content .box .ttl .emphasis {
  color: #1f6bc8;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content .box .un_flex {
    display: flex;
    justify-content: space-between;
  }
  #feature-sec .inner_sec .content .box .un_flex .text {
    width: 46vw;
  }
  #feature-sec .inner_sec .content .box .un_flex .icon {
    width: 21vw;
  }
}
#feature-sec .inner_sec .content .box .text {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content .box .text {
    font-size: 3.6vw;
    margin: 0;
  }
}
#feature-sec .inner_sec .content .box .icon {
  width: 95px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content .box .icon {
    width: 10vw;
  }
}
#feature-sec .inner_sec .content-2 .box {
  background: white;
  position: relative;
  padding: 90px 60px 60px;
  border-radius: 20px;
  box-shadow: 5px 5px 5px rgba(98, 194, 243, 0.2);
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content-2 .box {
    padding: 14vw 6vw 6vw;
    border-radius: 4vw;
  }
}
#feature-sec .inner_sec .content-2 .box .ttl_balloon {
  width: 348px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -36px;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content-2 .box .ttl_balloon {
    width: 52vw;
    top: -6vw;
  }
}
#feature-sec .inner_sec .content-2 .box .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content-2 .box .flex {
    display: block;
  }
}
#feature-sec .inner_sec .content-2 .box .flex .ttl {
  color: #1f6bc8;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content-2 .box .flex .ttl {
    font-size: 5vw;
    margin: 0 0 4vw;
  }
}
#feature-sec .inner_sec .content-2 .box .flex .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content-2 .box .flex .text {
    font-size: 3.6vw;
  }
}
#feature-sec .inner_sec .content-2 .box .flex .in_box {
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content-2 .box .flex .in_box {
    width: 100%;
    margin: 0 0 5vw;
  }
  #feature-sec .inner_sec .content-2 .box .flex .in_box:last-of-type {
    margin: 0;
  }
}
#feature-sec .inner_sec .content-2 .box .flex .in_box:nth-of-type(1) {
  border-bottom: 1px solid #b0e0f9;
  padding: 0 40px 40px 0;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content-2 .box .flex .in_box:nth-of-type(1) {
    padding: 0 0 5vw;
  }
}
#feature-sec .inner_sec .content-2 .box .flex .in_box:nth-of-type(2) {
  border-bottom: 1px solid #b0e0f9;
  border-left: 1px solid #b0e0f9;
  padding: 0 0 40px 40px;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content-2 .box .flex .in_box:nth-of-type(2) {
    border-left: none;
    padding: 0 0 5vw;
  }
}
#feature-sec .inner_sec .content-2 .box .flex .in_box:nth-of-type(3) {
  padding: 40px 40px 0 0;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content-2 .box .flex .in_box:nth-of-type(3) {
    border-bottom: 1px solid #b0e0f9;
    padding: 0 0 5vw;
  }
}
#feature-sec .inner_sec .content-2 .box .flex .in_box:nth-of-type(4) {
  border-left: 1px solid #b0e0f9;
  padding: 40px 0 0 40px;
}
@media (max-width: 750px) {
  #feature-sec .inner_sec .content-2 .box .flex .in_box:nth-of-type(4) {
    border-left: none;
    padding: 0;
  }
}

.cv_mid {
  background: url("../images/top/primary_tri.png"), linear-gradient(90deg, #3064be, #62c2f3);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 15% 0 90px;
  position: relative;
}
@media (max-width: 750px) {
  .cv_mid {
    padding: 20vw 0 15vw;
  }
}
.cv_mid .content {
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  .cv_mid .content {
    margin: 0 0 10vw;
  }
}
.cv_mid .btn {
  display: block;
  width: 465px;
  height: 156px;
  background-image: url("../images/top/top_cv_on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .cv_mid .btn {
    width: 90.8vw;
    height: auto;
    background: none;
    position: relative;
    left: -1.5vw;
  }
}
.cv_mid .btn .image {
  display: block;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .cv_mid .btn .image {
    display: none;
  }
}
.cv_mid .btn:hover .image {
  opacity: 0;
}

#area-sec {
  background-image: url("../images/top/area_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  justify-content: center;
  padding: 90px 0 90px;
}
@media (max-width: 750px) {
  #area-sec {
    padding: 15vw 0 15vw;
  }
}
#area-sec .inner_sec {
  width: 1064px;
  background-image: url("../images/top/area.png");
  background-size: 565px;
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 750px) {
  #area-sec .inner_sec {
    width: 85vw;
    background-image: url("../images/top/area_s.png");
    background-position: left top 20vw;
    background-size: 100%;
  }
}
#area-sec .content {
  display: flex;
  justify-content: flex-end;
}
#area-sec .content .box {
  width: 465px;
  box-sizing: border-box;
  padding: 50px 50px 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  margin: 100px 0 0;
}
@media (max-width: 750px) {
  #area-sec .content .box {
    width: 100%;
    padding: 8vw 6vw 6vw;
    border-radius: 4vw;
    margin: 90vw 0 0;
  }
}
#area-sec .content .box .ttl_sub {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #area-sec .content .box .ttl_sub {
    margin: 0 0 5vw;
  }
}
#area-sec .content .box .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #area-sec .content .box .text {
    font-size: 3.6vw;
  }
}

#flow-sec {
  padding: 90px 0 90px;
}
@media (max-width: 750px) {
  #flow-sec {
    padding: 15vw 0 15vw;
  }
}
#flow-sec .inner_sec {
  width: 1160px;
}
@media (max-width: 750px) {
  #flow-sec .inner_sec {
    width: 85vw;
  }
}
#flow-sec .inner_sec .ttl_sec {
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #flow-sec .inner_sec .ttl_sec {
    margin: 0 0 7vw;
  }
}
#flow-sec .inner_sec .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#flow-sec .inner_sec .content .lead {
  width: 830px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #flow-sec .inner_sec .content .lead {
    width: 100%;
    font-size: 16px;
    margin: 0 0 10vw;
  }
}
#flow-sec .inner_sec .content .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #flow-sec .inner_sec .content .flex {
    justify-content: center;
  }
}
#flow-sec .inner_sec .content .flex .ball {
  display: flex;
  justify-content: center;
  width: 280px;
  height: 280px;
  background: #f2f2f2;
  border-radius: 140px;
  position: relative;
  margin: 0 0 16px;
  box-sizing: border-box;
  padding: 30px 0 0;
}
@media (max-width: 750px) {
  #flow-sec .inner_sec .content .flex .ball {
    width: 70vw;
    height: 70vw;
    border-radius: 35vw;
    margin: 0 0 5vw;
  }
  #flow-sec .inner_sec .content .flex .ball:last-of-type {
    margin: 0;
  }
}
#flow-sec .inner_sec .content .flex .ball::after {
  content: "▶︎";
  font-size: 18px;
  color: #62c2f3;
  width: 1em;
  position: absolute;
  right: -10px;
  top: calc((50% - 9px));
}
@media (max-width: 750px) {
  #flow-sec .inner_sec .content .flex .ball::after {
    content: "▼︎";
    font-size: 7vw;
    margin: auto;
    left: 0;
    right: 0;
    top: initial;
    bottom: -4vw;
  }
}
#flow-sec .inner_sec .content .flex .ball:nth-of-type(4)::after {
  content: none;
}
@media (max-width: 750px) {
  #flow-sec .inner_sec .content .flex .ball:nth-of-type(4)::after {
    content: "▼︎";
  }
}
#flow-sec .inner_sec .content .flex .ball:nth-of-type(8)::after {
  content: none;
}
#flow-sec .inner_sec .content .flex .ball .in_ball {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#flow-sec .inner_sec .content .flex .ball .in_ball .num {
  color: #004673;
  font-family: "League Spartan", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #flow-sec .inner_sec .content .flex .ball .in_ball .num {
    font-size: 8vw;
    margin: 0 0 2vw;
  }
}
#flow-sec .inner_sec .content .flex .ball .in_ball .label {
  background: linear-gradient(90deg, rgba(48, 100, 190, 0.8), rgba(98, 194, 243, 0.8));
  color: white;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 34px;
  border-radius: 17px;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #flow-sec .inner_sec .content .flex .ball .in_ball .label {
    font-size: 4.2vw;
    width: 50vw;
    height: 9vw;
    border-radius: 4.5vw;
    margin: 0 0 2vw;
  }
}
#flow-sec .inner_sec .content .flex .ball .in_ball .text {
  width: 190px;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  #flow-sec .inner_sec .content .flex .ball .in_ball .text {
    width: 45vw;
    font-size: 3.4vw;
  }
}

#contact-sec {
  padding: 90px 0 90px;
  background: rgba(98, 194, 243, 0.15);
}
@media (max-width: 750px) {
  #contact-sec {
    padding: 15vw 0 15vw;
  }
}
@media (max-width: 750px) {
  #contact-sec .inner_sec {
    width: 88vw;
  }
}

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

.page-lp_contact_thanks,
.page-contact_confirm {
  padding: 200px 0 0;
}
@media (max-width: 750px) {
  .page-lp_contact_thanks,
.page-contact_confirm {
    padding: 32vw 0 0;
  }
}

#contact-sec .inner_sec .ttl_sec {
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #contact-sec .inner_sec .ttl_sec {
    margin: 0 0 7vw;
  }
}
#contact-sec .inner_sec .contact_panel {
  width: 700px;
  margin: 0 auto 50px;
}
@media (max-width: 750px) {
  #contact-sec .inner_sec .contact_panel {
    width: 88vw;
    margin: 0 auto 8vw;
  }
}
#contact-sec .inner_sec .contact_panel .tel {
  display: block;
}
@media (max-width: 750px) {
  #contact-sec .inner_sec .contact_panel .tel {
    display: none;
  }
}
#contact-sec .inner_sec .contact_panel .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #contact-sec .inner_sec .contact_panel .tel_s {
    display: block;
  }
}

/*	form
---------------------------------*/
@media (max-width: 750px) {
  .sec-form .inner {
    padding: 0;
  }
}

@media (max-width: 750px) {
  .page-contact_confirm .sec-form .inner,
.page-lp_contact_thanks .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: #004673;
  cursor: pointer;
  opacity: 1;
  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;
  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: 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 {
  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;
  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]::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]::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;
  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]::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]::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::placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
@media (max-width: 750px) {
  .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-sec {
  background: rgba(98, 194, 243, 0.15);
  padding: 90px 0 120px;
}
@media (max-width: 750px) {
  #contact-sec {
    padding: 10vw 0 10vw;
  }
}
#contact-sec .pageTtl {
  padding-bottom: 143px;
}
@media (max-width: 750px) {
  #contact-sec .pageTtl {
    padding-bottom: 17vw;
  }
}

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

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

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

.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: flex;
  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;
  }
}

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