@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: -74px;
  padding-top: 74px;
}
@media (max-width: 750px) {
  .anc {
    margin-top: -15vw;
    padding-top: 15vw;
  }
}
.anc#panel_1, .anc#panel_2, .anc#panel_3, .anc#panel_4, .anc#panel_5, .anc#panel_6 {
  margin-top: -280px;
  padding-top: 280px;
}
@media (max-width: 750px) {
  .anc#panel_1, .anc#panel_2, .anc#panel_3, .anc#panel_4, .anc#panel_5, .anc#panel_6 {
    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: 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;
}

.nav_drawer {
  min-width: 1034px;
}
@media (max-width: 750px) {
  .nav_drawer {
    min-width: 100%;
  }
}
.nav_drawer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 74px;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1001;
}
@media (max-width: 750px) {
  .nav_drawer .inner {
    height: 15vw;
  }
}
.nav_drawer .logo {
  display: block;
  width: 295px;
  margin: 1px 0 0 5px;
}
@media (max-width: 750px) {
  .nav_drawer .logo {
    width: 57vw;
    margin: 0 0 0 1vw;
  }
}
.nav_drawer .links {
  margin: 0 104px 0 0;
  display: flex;
}
@media (max-width: 750px) {
  .nav_drawer .links {
    display: none;
  }
}
.nav_drawer .links li {
  margin: 0 15px 0;
}
.nav_drawer .links li:last-child {
  margin: 0 0 0 15px;
}
.nav_drawer .links li a {
  color: white;
  font-size: 14px;
  font-weight: bold;
  transition: opacity 0.3s;
}
.nav_drawer .links li a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .nav_drawer .links li a:hover {
    opacity: 1;
  }
}
.page-contact_confirm .nav_drawer .inner, .page-contact_thanks .nav_drawer .inner {
  background: #274882;
}
.nav_drawer.fixed .inner {
  background: #274882;
}
.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: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translate(150vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  box-sizing: border-box;
  display: flex;
  padding: 0;
}
.nav_drawer .drawer_nav_wrapper .wrap {
  width: 50%;
  height: 100%;
  background-color: #112f61;
  background-image: url("../images/common/drawer_bg.png");
  background-size: 405px;
  background-repeat: no-repeat;
  background-position: right top;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .nav_drawer .drawer_nav_wrapper .wrap {
    width: 100%;
    background-image: url("../images/common/screen_s.jpg"), url("../images/common/drawer_bg.png");
    background-size: 100%, 60vw;
    background-repeat: no-repeat;
    background-position: left bottom, right top;
    align-items: flex-start;
    padding: 50vw 0 0;
  }
}
.nav_drawer .drawer_nav_wrapper .screen {
  width: 50%;
  height: 100%;
  background-image: url("../images/common/screen.jpg");
  background-size: cover;
  background-position: center center;
}
@media (max-width: 750px) {
  .nav_drawer .drawer_nav_wrapper .screen {
    display: none;
  }
}
@media (max-width: 750px) {
  .nav_drawer .drawer_nav_wrapper {
    width: 100vw;
    background-size: 70vw;
  }
}
.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: 74px;
  height: 74px;
  background: #2c2c2c;
  border: none;
  appearance: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  outline: none;
}
@media (max-width: 750px) {
  .menu-trigger {
    width: 15vw;
    height: 15vw;
  }
}
.menu-trigger:before {
  content: "Menu";
  font-size: 13px;
  display: block;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 14px;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .menu-trigger:before {
    font-size: 3vw;
    bottom: 2vw;
  }
}

.menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 2px;
  background-color: white;
  border-radius: 1px;
}
@media (max-width: 750px) {
  .menu-trigger span {
    height: 0.5vw;
    border-radius: 1px;
  }
}

.menu-trigger span:nth-of-type(1) {
  top: 20px;
}
@media (max-width: 750px) {
  .menu-trigger span:nth-of-type(1) {
    top: 4vw;
  }
}

.menu-trigger span:nth-of-type(2) {
  bottom: 40px;
}
@media (max-width: 750px) {
  .menu-trigger span:nth-of-type(2) {
    bottom: 8vw;
  }
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}
@media (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(1vw) rotate(-45deg);
  }
}

.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-7px) rotate(45deg);
}
@media (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-1.5vw) rotate(45deg);
  }
}

#global {
  width: 420px;
  display: flex;
}
@media (max-width: 750px) {
  #global {
    display: none;
  }
}
#nav_foot #global {
  width: 460px;
  margin: 30px 0 0 60px;
}
#nav_foot #global .box {
  width: 28%;
}
#nav_foot #global .box.n0 {
  display: block;
  width: 15%;
}
#nav_foot #global .box .parent {
  margin: 0 0 22px;
}
#nav_foot #global .box .parent.contact {
  display: block;
}
#global .box {
  width: 33%;
}
#global .box.n0 {
  display: none;
}
#global .box .parent {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 40px;
  transition: opacity 0.3s;
}
#global .box .parent:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #global .box .parent:hover {
    opacity: 1;
  }
}
#global .box .parent.contact {
  display: none;
}
#global .box .parent.external::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url("../images/common/icon_external.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
}

#global_s {
  display: none;
}
@media (max-width: 750px) {
  #global_s {
    display: flex;
    justify-content: space-between;
    width: 70vw;
  }
  #global_s .box {
    width: 45%;
  }
  #global_s .box .parent {
    display: block;
    color: white;
    font-size: 3.4vw;
    font-weight: bold;
    margin: 0 0 5vw;
  }
  #global_s .box .parent.external::after {
    content: "";
    display: inline-block;
    width: 3.4vw;
    height: 3.4vw;
    background-image: url("../images/common/icon_external.png");
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px;
  }
}

.nav_pages {
  display: flex;
  min-width: 1084px;
}
@media (max-width: 750px) {
  .nav_pages {
    display: block;
    min-width: 100%;
  }
}
.nav_pages a {
  display: block;
  background-color: black;
  position: relative;
  background-size: 100%;
}
.nav_pages a.maruei-quality {
  background-image: url("../images/panel_pages/maruei-quality_on.jpg");
}
@media (max-width: 750px) {
  .nav_pages a.maruei-quality {
    background: none;
  }
}
.nav_pages a.flow {
  background-image: url("../images/panel_pages/flow_on.jpg");
}
@media (max-width: 750px) {
  .nav_pages a.flow {
    background: none;
  }
}
.nav_pages a.facility {
  background-image: url("../images/panel_pages/facility_on.jpg");
}
@media (max-width: 750px) {
  .nav_pages a.facility {
    background: none;
  }
}
.nav_pages a.product {
  background-image: url("../images/panel_pages/product_on.jpg");
}
@media (max-width: 750px) {
  .nav_pages a.product {
    background: none;
  }
}
.nav_pages a:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #93a3c0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 750px) {
  .nav_pages a:nth-of-type(2)::before {
    width: 100%;
    height: 1px;
  }
}
.nav_pages a:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #93a3c0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 750px) {
  .nav_pages a:nth-of-type(2)::after {
    width: 100%;
    height: 1px;
    right: initial;
    top: initial;
    left: 0;
    bottom: 0;
  }
}
.nav_pages a .image {
  display: block;
  transition: opacity 0.3s;
  z-index: 1;
}
@media (max-width: 750px) {
  .nav_pages a .image {
    display: none;
  }
}
.nav_pages a .image_s {
  display: none;
}
@media (max-width: 750px) {
  .nav_pages a .image_s {
    display: block;
  }
}
.nav_pages a .box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.nav_pages a .box .title {
  margin: 0 0 30px;
  text-align: center;
}
@media (max-width: 750px) {
  .nav_pages a .box .title {
    margin: 0 0 5vw;
  }
}
.nav_pages a .box .title .en {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 55px;
  margin: 0 0 10px;
}
.nav_pages a .box .title .ja {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .nav_pages a .box .title .ja {
    font-size: 4.2vw;
  }
}
.nav_pages a .box .btn_more {
  display: flex;
  justify-content: center;
}
.nav_pages a:hover .image {
  opacity: 0;
}
.nav_pages a:hover .box .btn_more .btn {
  background: #274882;
}
@media (max-width: 750px) {
  .nav_pages a:hover .box .btn_more .btn {
    background: #ffe241;
  }
}
.nav_pages a:hover .box .btn_more .btn .in_text {
  color: white;
}
@media (max-width: 750px) {
  .nav_pages a:hover .box .btn_more .btn .in_text {
    color: #274882;
  }
}

.panel_contact {
  background-color: #112f61;
  background-image: url("../images/panel_contact/panel_contact_bg_triangle.png");
  background-size: 54vw;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 140px 0 90px;
  min-width: 1084px;
}
@media (max-width: 750px) {
  .panel_contact {
    background-image: url("../images/panel_contact/panel_contact_bg_s.jpg");
    background-size: 100%;
    background-position: left bottom;
    padding: 15vw 0 15vw;
    min-width: 100%;
  }
}
.panel_contact .box {
  width: 1024px;
  height: 438px;
  margin: 0 auto;
  background-image: url("../images/panel_contact/panel_contact.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 750px) {
  .panel_contact .box {
    width: 85.4vw;
    height: 157.07vw;
    background-image: url("../images/panel_contact/panel_contact_s.png");
  }
  .panel_contact .box::after {
    content: "";
    display: block;
    width: 63.4vw;
    height: 1px;
    background: #607495;
    position: absolute;
    left: 12vw;
    top: 110vw;
  }
}
.panel_contact .box .tel {
  display: block;
  width: 260px;
  position: absolute;
  left: 370px;
  top: 190px;
}
@media (max-width: 750px) {
  .panel_contact .box .tel {
    display: none;
  }
}
.panel_contact .box .tel_s {
  display: none;
}
@media (max-width: 750px) {
  .panel_contact .box .tel_s {
    display: block;
    width: 62vw;
    position: absolute;
    left: 12vw;
    top: 70vw;
  }
}
.panel_contact .box .mail {
  display: block;
  width: 260px;
  position: absolute;
  left: 700px;
  top: 190px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .panel_contact .box .mail {
    width: 62vw;
    left: 12vw;
    top: 115vw;
  }
}
.panel_contact .box .mail:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .panel_contact .box .mail:hover {
    opacity: 1;
  }
}

footer {
  background-image: url("../images/common/footer_bg.jpg");
  background-size: cover;
  background-position: bottom right;
  padding: 90px 0 90px;
}
@media (max-width: 750px) {
  footer {
    padding: 15vw 0 5vw;
    background-image: url("../images/common/footer_bg_s.jpg");
  }
}
footer .wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  width: 1024px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  footer .wrap {
    display: block;
    justify-content: initial;
    flex-direction: initial;
    align-items: inherit;
    width: 88vw;
  }
}
footer .wrap .id {
  width: 530px;
}
@media (max-width: 750px) {
  footer .wrap .id {
    width: 100%;
    margin: 0 0 10vw;
  }
}
footer .wrap .id .logo {
  display: block;
  width: 295px;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  footer .wrap .id .logo {
    width: 70vw;
    margin: 0 auto 10vw;
  }
}
footer .wrap .id .location {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  footer .wrap .id .location {
    text-align: center;
    margin: 0 0 10vw;
  }
}
footer .wrap .id .location .site {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  footer .wrap .id .location .site {
    font-size: 4vw;
  }
}
footer .wrap .id .location .place {
  color: white;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  footer .wrap .id .location .place {
    font-size: 3.4vw;
  }
}
@media (max-width: 750px) {
  footer .wrap .id .location .place .tel {
    display: none;
  }
}
footer .wrap .id .location .place .tel_s {
  display: none;
}
@media (max-width: 750px) {
  footer .wrap .id .location .place .tel_s {
    display: inline;
    color: white;
  }
}
footer .wrap .id .badges {
  display: flex;
  justify-content: space-between;
  width: 680px;
}
@media (max-width: 750px) {
  footer .wrap .id .badges {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 750px) {
  footer .wrap .id .badges .item {
    margin: 0 2vw 3vw;
  }
}
footer .wrap .id .badges .item img {
  width: auto;
  height: 77px;
}
@media (max-width: 750px) {
  footer .wrap .id .badges .item img {
    height: 14vw;
  }
}
footer .wrap #nav_foot {
  width: 560px;
}
@media (max-width: 750px) {
  footer .wrap #nav_foot {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
footer .wrap #nav_foot #global_s {
  margin: 0 0 10vw;
}
footer .wrap #copyright {
  color: #ffe241;
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 750px) {
  footer .wrap #copyright {
    font-size: 3vw;
    text-align: center;
    position: static;
    right: initial;
    bottom: initial;
  }
}

#btn_top {
  width: 48px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 30000;
}
@media (max-width: 750px) {
  #btn_top {
    width: 12vw;
  }
}
#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_page {
  position: relative;
  background-color: #274882;
}
.ttl_page .screen {
  z-index: 1;
}
.ttl_page .screen .image {
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  .ttl_page .screen .image {
    display: none;
  }
}
.ttl_page .screen .image_s {
  display: none;
}
@media (max-width: 750px) {
  .ttl_page .screen .image_s {
    display: block;
    width: 100%;
  }
}
.ttl_page .box {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 74px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 750px) {
  .ttl_page .box {
    padding: 15vw 0 0;
  }
}
.ttl_page .box .en {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 90px;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .ttl_page .box .en {
    font-size: 14.6vw;
    margin: 0 0 2vw;
  }
}
.ttl_page .box .ja {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .ttl_page .box .ja {
    font-size: 4.2vw;
  }
}

.ttl_plane {
  background-color: #274882;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 0 0;
}
@media (max-width: 750px) {
  .ttl_plane {
    height: 54vw;
    padding: 5vw 0 0;
  }
}
.ttl_plane .en {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 90px;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .ttl_plane .en {
    font-size: 14.6vw;
    margin: 0 0 2vw;
  }
}
.ttl_plane .ja {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 750px) {
  .ttl_plane .ja {
    font-size: 4.2vw;
  }
}

.ttl_spacer {
  height: 130px;
  background: #EDF2F8;
}
@media (max-width: 750px) {
  .ttl_spacer {
    height: 30vw;
  }
}

.btn_more.inside .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 23px;
  background: #ffe241;
  transition: background-color 0.3s;
  width: 190px;
}
@media all and (-ms-high-contrast: none) {
  .btn_more.inside .btn {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  .btn_more.inside .btn {
    height: 10vw;
    border-radius: 5vw;
    width: 46vw;
  }
}
.btn_more.inside .btn .in_text {
  color: #274882;
  font-size: 17px;
  font-weight: bold;
  transition: color 0.3s;
}
@media (max-width: 750px) {
  .btn_more.inside .btn .in_text {
    font-size: 4vw;
  }
}
.btn_more.inside .btn .in_text.en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
}
.btn_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  box-sizing: border-box;
  border: 1px solid white;
  border-radius: 23px;
  background: #ffe241;
  transition: background-color 0.3s;
  width: 190px;
}
@media all and (-ms-high-contrast: none) {
  .btn_more a {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  .btn_more a {
    height: 10vw;
    border-radius: 5vw;
    width: 46vw;
  }
}
.btn_more a .in_text {
  color: #274882;
  font-size: 17px;
  font-weight: bold;
  transition: color 0.3s;
}
@media (max-width: 750px) {
  .btn_more a .in_text {
    font-size: 4vw;
  }
}
.btn_more a .in_text.en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
}
@media (max-width: 750px) {
  .btn_more a .in_text.en {
    font-size: 3.5vw;
  }
}
.btn_more a:hover {
  background: #274882;
}
@media (max-width: 750px) {
  .btn_more a:hover {
    background: #ffe241;
  }
}
.btn_more a:hover .in_text {
  color: white;
}
@media (max-width: 750px) {
  .btn_more a:hover .in_text {
    color: #274882;
  }
}

#Instagram-feed {
  display: flex;
  justify-content: center;
  padding: 90px 0 90px;
  background: #112f61;
}
@media (max-width: 750px) {
  #Instagram-feed {
    padding: 15vw 0 15vw;
  }
}
#Instagram-feed .content {
  width: 980px;
}
@media (max-width: 750px) {
  #Instagram-feed .content {
    width: 88vw;
  }
}
#Instagram-feed .content .ttl {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #Instagram-feed .content .ttl {
    margin: 0 0 10vw;
  }
}
#Instagram-feed .content .ttl img {
  width: 360px;
}
@media (max-width: 750px) {
  #Instagram-feed .content .ttl img {
    width: 68vw;
  }
}

#page_top .ttl_sec .en {
  color: #274882;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 90px;
  line-height: 1;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #page_top .ttl_sec .en {
    font-size: 17vw;
    margin: 0 0 3vw;
  }
}
#page_top .ttl_sec .ja {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #page_top .ttl_sec .ja {
    font-size: 4.2vw;
  }
}
#page_top .ttl_sec.white .en {
  color: white;
}
#page_top .ttl_sec.white .ja {
  color: white;
}
#page_top .ttl_sec.center .en {
  text-align: center;
}
#page_top .ttl_sec.center .ja {
  text-align: center;
}
#page_top .ttl_sec.split {
  display: flex;
  align-items: center;
}
#page_top .ttl_sec.split .en {
  margin: 0 20px 0 0;
}
#page_top .lead_sec {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 750px) {
  #page_top .lead_sec {
    font-size: 3.4vw;
  }
}
#page_top .lead_sec.left {
  text-align: left;
}

#above-the-hold {
  position: relative;
  background-color: black;
}
#above-the-hold .video_s {
  display: none;
}
@media (max-width: 750px) {
  #above-the-hold .video_s {
    display: block;
    width: 100%;
  }
}
#above-the-hold .video {
  display: block;
  width: 100%;
}
@media (max-width: 750px) {
  #above-the-hold .video {
    display: none;
  }
}
#above-the-hold .screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(17, 47, 97, 0.5);
}
#above-the-hold::before {
  content: "";
  display: block;
  width: 500px;
  height: 390px;
  background-image: url("../images/top/layer_left.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 750px) {
  #above-the-hold::before {
    width: 65vw;
    height: 46vw;
    background-image: url("../images/top/layer_left_s.png");
  }
}
#above-the-hold::after {
  content: "";
  display: block;
  width: 405px;
  height: 230px;
  background-image: url("../images/top/layer_right.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 750px) {
  #above-the-hold::after {
    width: 64vw;
    height: 39vw;
    background-image: url("../images/top/layer_right_s.png");
  }
}
#above-the-hold .tagline {
  position: absolute;
  left: 8vw;
  bottom: 8vw;
  width: 67vw;
  max-width: 870px;
  z-index: 3;
}
@media (max-width: 750px) {
  #above-the-hold .tagline {
    width: 90vw;
    left: 5vw;
    top: calc(50% - 10vw);
  }
}
#above-the-hold .image {
  display: block;
}
@media (max-width: 750px) {
  #above-the-hold .image {
    display: none;
  }
}
#above-the-hold .image_s {
  display: none;
}
@media (max-width: 750px) {
  #above-the-hold .image_s {
    display: block;
  }
}

.layer.n1 {
  position: relative;
  background-image: url("../images/top/layer_deco.png"), url("../images/common/spacer_navy.png");
  background-size: 420px 500px, 50% calc(100% - 25vw);
  background-repeat: no-repeat;
  background-position: left top 500px, left top;
}
@media (max-width: 750px) {
  .layer.n1 {
    background: none;
  }
}
.layer.n1 #top_about-us {
  padding: 140px 0 140px;
  background-image: url("../images/top/about-us_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (max-width: 750px) {
  .layer.n1 #top_about-us {
    padding: 15vw 0 30vw;
    background-image: url("../images/top/about-us_bg_s.jpg");
    background-size: 100%;
    background-position: left bottom 20vw;
    background-color: #112f61;
  }
}
.layer.n1 #top_about-us .inner_sec {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .layer.n1 #top_about-us .inner_sec {
    width: 88vw;
  }
}
.layer.n1 #top_about-us .inner_sec .ttl {
  padding: 0 0 5px;
  border-bottom: 1px solid #ffe241;
  margin: 0 0 100px;
  text-align: right;
}
@media (max-width: 750px) {
  .layer.n1 #top_about-us .inner_sec .ttl {
    padding: 0 0 2vw;
    margin: 0 0 7vw;
  }
}
.layer.n1 #top_about-us .inner_sec .ttl .in_text {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 90px;
}
@media (max-width: 750px) {
  .layer.n1 #top_about-us .inner_sec .ttl .in_text {
    font-size: 17vw;
  }
}
.layer.n1 #top_about-us .inner_sec .ttl_sub {
  color: #ffe241;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 2px;
  margin: 0 0 10px;
}
.layer.n1 #top_about-us .inner_sec .text {
  color: white;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  text-align: initial;
}
@media (max-width: 750px) {
  .layer.n1 #top_about-us .inner_sec .text {
    font-size: 3.6vw;
  }
}
.layer.n1 #top_news {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .layer.n1 #top_news {
    display: block;
    background-image: url("../images/common/spacer_navy.png");
    background-size: 100% 60vw;
    background-repeat: no-repeat;
    background-position: left top;
  }
}
.layer.n1 #top_news .inner_sec {
  width: calc(50% - 512px + 1084px);
  box-sizing: border-box;
  padding: 120px calc(50% - 512px + 60px) 120px 0;
  background: #e3e9f0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec {
    width: 88vw;
    padding: 15vw 6vw 15vw;
    margin: 0 auto;
    display: block;
    justify-content: initial;
  }
}
.layer.n1 #top_news .inner_sec .btn_news_s {
  display: none;
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec .btn_news_s {
    display: flex;
    justify-content: center;
  }
}
.layer.n1 #top_news .inner_sec .btn_news_s a img {
  width: 30vw;
}
.layer.n1 #top_news .inner_sec .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec .wrap {
    display: block;
    justify-content: initial;
  }
}
.layer.n1 #top_news .inner_sec .wrap .box {
  width: 200px;
  margin: 0 100px 0 0;
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec .wrap .box {
    width: 100%;
    margin: 0 0 10vw;
  }
}
.layer.n1 #top_news .inner_sec .wrap .box .ttl_sec {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec .wrap .box .ttl_sec {
    margin: 0 0 8vw;
    display: flex;
    align-items: center;
  }
  .layer.n1 #top_news .inner_sec .wrap .box .ttl_sec .en {
    margin: 0 3vw 0 0;
  }
  .layer.n1 #top_news .inner_sec .wrap .box .ttl_sec .ja {
    position: relative;
    top: 2vw;
  }
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec .wrap .box .btn_news {
    display: none;
  }
}
.layer.n1 #top_news .inner_sec .wrap .box .btn_news a {
  transition: opacity 0.3s;
}
.layer.n1 #top_news .inner_sec .wrap .box .btn_news a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec .wrap .box .btn_news a:hover {
    opacity: 1;
  }
}
.layer.n1 #top_news .inner_sec .wrap .box .btn_news a img {
  width: 130px;
}
.layer.n1 #top_news .inner_sec .wrap .contents {
  width: 620px;
  margin: 50px 0 0;
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec .wrap .contents {
    width: 100%;
    margin: 0 0 10vw;
  }
}
.layer.n1 #top_news .inner_sec .wrap .contents .box_news {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec .wrap .contents .box_news {
    display: block;
    justify-content: initial;
    align-items: initial;
    margin: 0 0 7vw;
  }
}
.layer.n1 #top_news .inner_sec .wrap .contents .box_news:hover .title {
  text-decoration: none;
  color: #274882;
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec .wrap .contents .box_news:hover .title {
    text-decoration: underline;
    color: #274882;
  }
}
.layer.n1 #top_news .inner_sec .wrap .contents .box_news .date {
  width: 80px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec .wrap .contents .box_news .date {
    width: auto;
    font-size: 3.6vw;
    display: inline-flex;
    margin: 0 2vw 0 0;
  }
}
.layer.n1 #top_news .inner_sec .wrap .contents .box_news .label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #274882;
  font-size: 14px;
  font-weight: bold;
  width: 170px;
  height: 26px;
  box-sizing: border-box;
  background: #ffe241;
  margin: 0 20px 0 22px;
  border-radius: 2px;
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec .wrap .contents .box_news .label {
    font-size: 3.4vw;
    width: auto;
    height: 6vw;
    padding: 0 3vw;
    margin: 0 0 3vw;
  }
}
.layer.n1 #top_news .inner_sec .wrap .contents .box_news .title {
  width: 490px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
@media (max-width: 750px) {
  .layer.n1 #top_news .inner_sec .wrap .contents .box_news .title {
    width: 100%;
    font-size: 3.4vw;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    text-overflow: initial;
  }
}
.layer.n1 #top_facility {
  position: relative;
  padding: 170px 0 0;
  min-width: 1084px;
}
@media (max-width: 750px) {
  .layer.n1 #top_facility {
    min-width: 100%;
    padding: 60vw 0 0;
  }
}
.layer.n1 #top_facility figure {
  width: 96%;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .layer.n1 #top_facility figure {
    width: 100%;
  }
}
.layer.n1 #top_facility .inner_sec {
  width: 1024px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 10vw;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .layer.n1 #top_facility .inner_sec {
    width: 100vw;
    top: 15vw;
  }
}
.layer.n1 #top_facility .inner_sec .box {
  width: 350px;
}
@media (max-width: 750px) {
  .layer.n1 #top_facility .inner_sec .box {
    width: 88vw;
    margin: 0 auto;
  }
}
.layer.n1 #top_facility .inner_sec .box .ttl_sec {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .layer.n1 #top_facility .inner_sec .box .ttl_sec {
    margin: 0 0 5vw;
  }
}
.layer.n1 #top_facility .inner_sec .box .ttl_sec .ja {
  position: relative;
  top: 10px;
}
@media (max-width: 750px) {
  .layer.n1 #top_facility .inner_sec .box .ttl_sec .ja {
    top: 2vw;
  }
}
.layer.n1 #top_facility .inner_sec .box .lead_sec {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .layer.n1 #top_facility .inner_sec .box .lead_sec {
    margin: 0 0 5vw;
  }
}
.layer.n1 #top_facility .inner_sec .box .btn_more {
  display: flex;
  justify-content: flex-end;
}

#top_product {
  background-image: url("../images/top/product.jpg");
  height: 54vw;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  box-sizing: border-box;
  padding: 15vw 0 0;
  min-width: 1084px;
  margin: -50px 0 0;
}
@media (max-width: 750px) {
  #top_product {
    background-image: url("../images/top/product_s.jpg");
    background-position: center top;
    height: 164vw;
    min-width: 100%;
    padding: 15vw 0 0;
    position: static;
    margin: -5vw 0 0;
  }
}
#top_product .inner_sec {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #top_product .inner_sec {
    width: 88vw;
  }
}
#top_product .inner_sec .box {
  width: 350px;
}
@media (max-width: 750px) {
  #top_product .inner_sec .box {
    width: 100%;
    position: relative;
  }
}
#top_product .inner_sec .box .ttl_sec {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #top_product .inner_sec .box .ttl_sec {
    margin: 0 0 8vw;
  }
}
#top_product .inner_sec .box .lead_sec {
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #top_product .inner_sec .box .lead_sec {
    margin: 0 0 8vw;
  }
}
#top_product .inner_sec .box .btn_more {
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #top_product .inner_sec .box .btn_more {
    position: absolute;
    left: 0;
    top: 130vw;
    width: 100%;
    box-sizing: border-box;
    padding: 0 6vw 0;
    justify-content: flex-end;
  }
  #top_product .inner_sec .box .btn_more a {
    position: relative;
    left: 6vw;
  }
}

.bg_navy {
  background-color: #112f61;
  height: 90px;
  margin: -90px 0 0;
}
@media (max-width: 750px) {
  .bg_navy {
    height: 15vw;
    margin: 0;
  }
}

#top_nav {
  display: flex;
  min-width: 1084px;
}
@media (max-width: 750px) {
  #top_nav {
    display: block;
    min-width: 100%;
  }
}
#top_nav a {
  display: block;
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: black;
}
@media (max-width: 750px) {
  #top_nav a {
    width: 100%;
    height: auto;
    background: none !important;
  }
}
#top_nav a:nth-of-type(1) {
  background-image: url("../images/top/nav_1_on.jpg");
}
#top_nav a:nth-of-type(2) {
  background-image: url("../images/top/nav_2_on.jpg");
}
#top_nav a:nth-of-type(3) {
  background-image: url("../images/top/nav_3_on.jpg");
}
#top_nav a .image {
  display: block;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #top_nav a .image {
    display: none;
  }
}
#top_nav a .image_s {
  display: none;
}
@media (max-width: 750px) {
  #top_nav a .image_s {
    display: block;
  }
}
#top_nav a:hover .image {
  opacity: 0;
}

#top_recruit {
  position: relative;
  min-width: 1084px;
}
@media (max-width: 750px) {
  #top_recruit {
    min-width: 100%;
  }
}
#top_recruit .image {
  display: block;
}
@media (max-width: 750px) {
  #top_recruit .image {
    display: none;
  }
}
#top_recruit .wrap {
  width: 1024px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 14vw;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  #top_recruit .wrap {
    width: 100vw;
    display: block;
    position: static;
    margin: 0;
    left: initial;
    right: initial;
    top: initial;
    background-color: #274882;
  }
}
#top_recruit .wrap .photo_s {
  display: none;
}
@media (max-width: 750px) {
  #top_recruit .wrap .photo_s {
    display: block;
  }
}
#top_recruit .wrap .photo_s img {
  display: block;
}
#top_recruit .box {
  width: 280px;
}
@media (max-width: 750px) {
  #top_recruit .box {
    width: 100%;
    background: #2e4874;
    box-sizing: border-box;
    padding: 15vw 6vw 15vw;
  }
}
#top_recruit .box .ttl_sec {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #top_recruit .box .ttl_sec {
    margin: 0 0 8vw;
  }
}
#top_recruit .box .lead_sec {
  color: white;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #top_recruit .box .lead_sec {
    margin: 0 0 8vw;
  }
}
#top_recruit .box .btn_more {
  display: flex;
  justify-content: center;
}

.nav_news {
  margin: 0 0 24px;
}
@media (max-width: 750px) {
  .nav_news {
    margin: 0 0 4vw;
  }
}
.nav_news ul {
  display: flex;
  flex-wrap: wrap;
}
.nav_news ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #274882;
  font-size: 14px;
  font-weight: bold;
  height: 26px;
  box-sizing: border-box;
  padding: 0 24px;
  background: #ffe241;
  margin: 0 24px 24px 0;
  border-radius: 2px;
}
@media (max-width: 750px) {
  .nav_news ul li a {
    font-size: 3.4vw;
    height: 6vw;
    padding: 0 3vw;
    margin: 0 3vw 3vw 0;
  }
}

#single_news {
  background: #e3e9f0;
  padding: 90px 0 200px;
}
@media (max-width: 750px) {
  #single_news {
    padding: 15vw 0 20vw;
  }
}
#single_news .inner {
  width: 840px;
  border: 1px solid #D6D6D6;
  background: white;
  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 20px;
  border-bottom: 1px solid #ffe241;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #single_news .title {
    font-size: 4.2vw;
    padding: 0 0 2vw;
    margin: 0 0 4vw;
  }
}

#archive_news {
  background: #e3e9f0;
  padding: 90px 0 200px;
}
@media (max-width: 750px) {
  #archive_news {
    padding: 15vw 0 20vw;
  }
}
#archive_news .inner {
  width: 840px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #archive_news .inner {
    width: 88vw;
    margin: 0 auto;
  }
}
#archive_news .inner .box {
  display: flex;
  justify-content: space-between;
  background: white;
  border: 1px solid #D6D6D6;
  padding: 20px 20px 20px;
  margin: 0 0 20px;
  background-image: url("../images/news/btn_more.png");
  background-size: 145px;
  background-repeat: no-repeat;
  background-position: right 10px bottom 24px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #archive_news .inner .box {
    display: block;
    justify-content: initial;
    padding: 6vw 6vw 12vw;
    margin: 0 0 10vw;
    background-size: 34vw;
    background-position: right 4vw bottom 5vw;
  }
}
#archive_news .inner .box:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #archive_news .inner .box:hover {
    opacity: 1;
  }
}
#archive_news .inner .box figure {
  width: 180px;
  overflow: hidden;
}
@media (max-width: 750px) {
  #archive_news .inner .box figure {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#archive_news .inner .box figure img {
  transition: all 0.3s;
}
#archive_news .inner .box .content {
  width: 580px;
  padding: 20px 0 0;
}
@media (max-width: 750px) {
  #archive_news .inner .box .content {
    width: 100%;
    padding: 0;
  }
}
#archive_news .inner .box .content .title {
  font-size: 14px;
  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: 3.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: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  color: #274882;
  background: #ffe241;
  height: 20px;
  padding: 0 16px;
}
@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 .date {
  display: inline-block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  color: #333;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
@media (max-width: 750px) {
  .information .date {
    font-size: 4vw;
  }
}

.post_links {
  position: relative;
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .post_links {
    width: 88vw;
    height: 40vw;
  }
}
.post_links a[rel=prev] {
  display: block;
  width: 147px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 15px;
  background-image: url("../images/news/arrow_preview.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
  text-indent: -9999px;
}
@media (max-width: 750px) {
  .post_links a[rel=prev] {
    top: 0;
    width: 36vw;
    height: 5vw;
  }
}
.post_links a[rel=prev]:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .post_links a[rel=prev]:hover {
    opacity: 1;
  }
}
.post_links a[rel=next] {
  display: block;
  width: 147px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 15px;
  background-image: url("../images/news/arrow_next.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: opacity 0.3s;
  text-indent: -9999px;
}
@media (max-width: 750px) {
  .post_links a[rel=next] {
    top: 0;
    width: 36vw;
    height: 5vw;
  }
}
.post_links a[rel=next]:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .post_links a[rel=next]:hover {
    opacity: 1;
  }
}
.post_links .btn_more {
  width: 190px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 750px) {
  .post_links .btn_more {
    width: 46vw;
    top: 12vw;
  }
}

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

/*	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;
  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.2;
  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 {
  background: #EDF2F8;
  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;
  }
}
#contact .note {
  width: 700px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #contact .note {
    width: 88vw;
    font-size: 3.6vw;
    margin: 0 auto 3vw;
  }
}
@media (max-width: 750px) {
  #contact .note .tel {
    display: none;
  }
}
#contact .note .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #contact .note .tel_s {
    display: inline;
  }
}

/*
---------------------------------------
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 * {
  --main-color: #274882;
  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: 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;
  }
}

.panels {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  .panels {
    margin: 0 6vw 10vw;
  }
}
@media (max-width: 750px) {
  #page_archive_product .panels {
    margin: 0 0 10vw;
  }
}
.panels .toggle {
  width: 328px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
  background: #e3e9f0;
  transition: background-color 0.3s;
}
@media (max-width: 750px) {
  .panels .toggle {
    width: 49%;
    height: 12vw;
    margin: 0 0 3vw;
  }
}
.panels .toggle .in_text {
  font-size: 14px;
  font-weight: bold;
  transition: color 0.3s;
}
@media (max-width: 750px) {
  .panels .toggle .in_text {
    font-size: 2.8vw;
    text-align: center;
    line-height: 1.5;
  }
}
.panels .toggle.selected {
  background-color: #112f61;
}
.panels .toggle.selected .in_text {
  color: white;
}
.panels .toggle.selected::after {
  content: "▼";
  color: #112f61;
  font-size: 13px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -11px;
  width: 1em;
  transform: scale(1.5, 1);
  transition: color 0.3s;
}
@media (max-width: 750px) {
  .panels .toggle.selected::after {
    font-size: 4vw;
    bottom: -2.5vw;
  }
}
@media (max-width: 750px) {
  .panels .toggle:not(.selected) {
    background: #e3e9f0 !important;
  }
  .panels .toggle:not(.selected) .in_text {
    color: #333 !important;
  }
  .panels .toggle:not(.selected)::after {
    content: none !important;
  }
}
.panels .toggle:hover {
  background-color: #112f61;
}
.panels .toggle:hover .in_text {
  color: white;
}
.panels .toggle:hover::after {
  content: "▼";
  color: #112f61;
  font-size: 13px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -11px;
  width: 1em;
  transform: scale(1.5, 1);
  transition: color 0.3s;
}
@media (max-width: 750px) {
  .panels .toggle:hover::after {
    font-size: 4vw;
    bottom: -2.5vw;
  }
}

@media (max-width: 750px) {
  #page_archive_product .contents_panels .ttl {
    margin: 3vw 0 3vw;
  }
}
.contents_panels .panel {
  margin: 0 0 60px;
  display: none;
}
@media (max-width: 750px) {
  .contents_panels .panel {
    margin: 0 0 10vw;
  }
}
.contents_panels .panel.selected {
  display: block;
}
.contents_panels .panel .ttl {
  color: #274882;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .contents_panels .panel .ttl {
    font-size: 3.8vw;
    margin: 3vw 6vw 3vw;
  }
}
.contents_panels .panel .ttl::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../images/facility/list-daia.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
@media (max-width: 750px) {
  .contents_panels .panel .ttl::before {
    width: 4vw;
    height: 4vw;
    margin: 0 1vw 0 0;
    top: 0.5vw;
  }
}
.contents_panels .panel .text_scroll {
  display: none;
}
@media (max-width: 750px) {
  .contents_panels .panel .text_scroll {
    display: block;
    font-size: 3.4vw;
    line-height: 1.5;
    margin: 0 6vw 3vw;
  }
}
@media (max-width: 750px) {
  .contents_panels .panel .scroll {
    width: 96vw;
    margin: 0 0 0 0;
    overflow-x: scroll;
    position: relative;
    left: 4vw;
  }
}
.contents_panels .panel table {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #b5c5d7;
  border-left: 1px solid #b5c5d7;
}
@media (max-width: 750px) {
  .contents_panels .panel table {
    width: 180vw;
    font-size: 3.4vw;
    margin: 0 3vw 5vw 0;
  }
}
.contents_panels .panel table tr {
  border-bottom: 1px solid #b5c5d7;
}
.contents_panels .panel table tr:nth-of-type(odd) {
  background: #f5f7fa;
}
.contents_panels .panel table tr:nth-of-type(1) {
  background: transparent;
}
.contents_panels .panel table tr th {
  background: #d4dde8;
  text-align: left;
  padding: 10px;
  border-right: 1px solid #b5c5d7;
}
.contents_panels .panel table tr td {
  width: 1em;
  padding: 10px;
  white-space: nowrap;
  border-right: 1px solid #b5c5d7;
}
.contents_panels .panel .flex {
  width: 1050px;
  position: relative;
  left: -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .contents_panels .panel .flex {
    width: 100%;
    display: block;
    flex-wrap: initial;
    position: static;
    left: initial;
  }
}
.contents_panels .panel .flex .box_product {
  width: 320px;
  margin: 0 15px 30px;
}
@media (max-width: 750px) {
  .contents_panels .panel .flex .box_product {
    width: 100%;
    margin: 0 0 10vw;
  }
  .contents_panels .panel .flex .box_product:last-of-type {
    margin: 0;
  }
}
.contents_panels .panel .flex .box_product figure {
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .contents_panels .panel .flex .box_product figure {
    margin: 0 0 2vw;
  }
}
.contents_panels .panel .flex .box_product .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  .contents_panels .panel .flex .box_product .text {
    font-size: 3.4vw;
  }
}

#page_facility {
  background-image: url("../images/common/spacer_navy.png");
  background-size: calc(50% - 512px + 280px) 900px;
  background-repeat: no-repeat;
  background-position: left top;
  min-width: 1285px;
}
@media (max-width: 750px) {
  #page_facility {
    min-width: 100%;
  }
}
#page_facility .intro {
  width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 90px 0 90px 400px;
}
@media (max-width: 750px) {
  #page_facility .intro {
    width: 88vw;
    padding: 10vw 0 15vw;
  }
}
#page_facility .intro .text {
  color: #274882;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_facility .intro .text {
    font-size: 3.4vw;
  }
}
#page_facility .primary-sec {
  background-image: url("../images/facility/map.png");
  background-size: 1285px 1125px;
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 1125px;
}
@media (max-width: 750px) {
  #page_facility .primary-sec {
    background-image: url("../images/facility/map_s.png");
    background-size: 100%;
    min-height: 238vw;
  }
}
#page_facility .primary-sec .map {
  width: 1220px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map {
    width: 100%;
    margin: 0;
  }
}
#page_facility .primary-sec .map .link {
  display: block;
  position: absolute;
}
#page_facility .primary-sec .map .link .target {
  display: block;
  height: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link .target {
    width: 100%;
    height: auto;
    background: none !important;
  }
}
#page_facility .primary-sec .map .link .target.n1 {
  width: 202px;
  background-image: url("../images/facility/p_1_on.png");
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link .target.n1 {
    width: 42.533vw;
  }
}
#page_facility .primary-sec .map .link .target.n2 {
  width: 196px;
  background-image: url("../images/facility/p_2_on.png");
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link .target.n2 {
    width: 27.866vw;
  }
}
#page_facility .primary-sec .map .link .target.n3 {
  width: 216px;
  background-image: url("../images/facility/p_3_on.png");
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link .target.n3 {
    width: 32.266vw;
  }
}
#page_facility .primary-sec .map .link .target.n4 {
  width: 217px;
  background-image: url("../images/facility/p_4_on.png");
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link .target.n4 {
    width: 27.866vw;
  }
}
#page_facility .primary-sec .map .link .target.n5 {
  width: 187px;
  background-image: url("../images/facility/p_5_on.png");
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link .target.n5 {
    width: 48.8vw;
  }
}
#page_facility .primary-sec .map .link .target.n6 {
  width: 194px;
  background-image: url("../images/facility/p_6_on.png");
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link .target.n6 {
    width: 37.066vw;
  }
}
#page_facility .primary-sec .map .link .target .image {
  display: block;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link .target .image {
    display: none;
  }
}
#page_facility .primary-sec .map .link .target:hover .image {
  opacity: 0;
}
#page_facility .primary-sec .map .link.n1 {
  top: 0px;
  left: 330px;
  animation-delay: 0.1s;
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link.n1 {
    top: 77vw;
    left: 1vw;
  }
}
#page_facility .primary-sec .map .link.n2 {
  top: 210px;
  left: 800px;
  animation-delay: 0.2s;
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link.n2 {
    top: 81vw;
    left: 52vw;
  }
}
#page_facility .primary-sec .map .link.n3 {
  top: 420px;
  left: 620px;
  animation-delay: 0.3s;
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link.n3 {
    top: 136vw;
    left: 65vw;
  }
}
#page_facility .primary-sec .map .link.n4 {
  top: 510px;
  left: -35px;
  animation-delay: 0.4s;
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link.n4 {
    top: 156vw;
    left: 1vw;
  }
}
#page_facility .primary-sec .map .link.n5 {
  top: 820px;
  left: 380px;
  animation-delay: 0.5s;
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link.n5 {
    top: 204vw;
    left: 39vw;
  }
}
#page_facility .primary-sec .map .link.n6 {
  top: 160px;
  left: 0px;
  animation-delay: 0.6s;
}
@media (max-width: 750px) {
  #page_facility .primary-sec .map .link.n6 {
    top: 30vw;
    left: 2vw;
  }
}

@keyframes shake {
  10% {
    transform: rotate(2deg);
  }
  15% {
    transform: rotate(-2deg);
  }
  20% {
    transform: rotate(0);
  }
}
.fancybox-content {
  background-image: url("../images/facility/popup_bg.png") !important;
  background-size: 550px !important;
  background-repeat: no-repeat !important;
  background-position: left top !important;
}
@media (max-width: 750px) {
  .fancybox-content {
    background-image: url("../images/facility/popup_bg_s.png") !important;
    background-size: 100vw !important;
    height: calc(100vh - 20vw);
    margin: 10vw 4vw 10vw !important;
    padding: 20vw 4vw 0vw !important;
  }
}

.fancybox-button.fancybox-close-small {
  background-image: url("../images/facility/close.png") !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  width: 40px !important;
  height: 40px !important;
  top: 5px !important;
  right: 5px !important;
}
.fancybox-button.fancybox-close-small svg {
  display: none !important;
}

.contents_facility {
  width: 1024px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 750px) {
  .contents_facility {
    width: 100%;
    display: block;
    height: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: none;
    padding: 0 0 60vw;
  }
  .contents_facility::-webkit-scrollbar { /* Chrome, Safari 対応 */
    display: none;
  }
}
.contents_facility .id {
  width: 390px;
  padding: 30px 0 0;
}
@media (max-width: 750px) {
  .contents_facility .id {
    width: 100%;
    margin: 0 0 10vw;
    padding: 0;
  }
}
.contents_facility .id .label {
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .contents_facility .id .label {
    margin: 0 0 5vw;
  }
}
.contents_facility .id .label .in_text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  background: #112f61;
  color: white;
  font-size: 15px;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 20px 0;
}
@media all and (-ms-high-contrast: none) {
  .contents_facility .id .label .in_text {
    padding: 6px 20px 0;
  }
}
@media (max-width: 750px) {
  .contents_facility .id .label .in_text {
    height: 8vw;
    font-size: 3.6vw;
    padding: 0 6vw 0;
  }
}
.contents_facility .id .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 95px;
  border-bottom: 1px solid #b5c5d7;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .contents_facility .id .title {
    height: 20vw;
    font-size: 5.6vw;
  }
}
.contents_facility .id .title .mini {
  font-size: 20px;
}
@media (max-width: 750px) {
  .contents_facility .id .title .mini {
    font-size: 4.8vw;
  }
}
.contents_facility .box {
  width: 560px;
}
@media (max-width: 750px) {
  .contents_facility .box {
    width: 100%;
  }
}
.contents_facility .box .photo {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .contents_facility .box .photo {
    margin: 0 0 3vw;
  }
}
.contents_facility .box .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  .contents_facility .box .text {
    font-size: 3.4vw;
  }
}
.contents_facility .person {
  width: 390px;
  position: absolute;
  left: 0;
  bottom: -60px;
}
@media (max-width: 750px) {
  .contents_facility .person {
    width: 100%;
    bottom: calc(-60vw - 1px);
  }
}
.contents_facility .person img {
  display: block;
}

.ttl_facility-list {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  .ttl_facility-list {
    margin: 0 0 8vw;
  }
}
.ttl_facility-list .en {
  color: #274882;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .ttl_facility-list .en {
    font-size: 3.8vw;
    margin: 0 0 2vw;
  }
}
.ttl_facility-list .ja {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  .ttl_facility-list .ja {
    font-size: 6.6vw;
  }
}

#facility-list-sec {
  padding: 90px 0 90px;
}
@media (max-width: 750px) {
  #facility-list-sec {
    padding: 15vw 0 15vw;
  }
}
#facility-list-sec .inner_sec {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #facility-list-sec .inner_sec {
    width: 100vw;
  }
}
#facility-list-sec .inner_sec .lead {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #facility-list-sec .inner_sec .lead {
    font-size: 3.4vw;
    margin: 0 0 5vw;
  }
}

#person-list-sec {
  padding: 0 0 90px;
}
@media (max-width: 750px) {
  #person-list-sec {
    padding: 0 0 15vw;
  }
}
#person-list-sec .inner_sec {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #person-list-sec .inner_sec {
    width: 88vw;
  }
}
#person-list-sec .inner_sec .contents {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #person-list-sec .inner_sec .contents {
    display: block;
    justify-content: initial;
  }
}
#person-list-sec .inner_sec .contents .box {
  width: 324px;
}
@media (max-width: 750px) {
  #person-list-sec .inner_sec .contents .box {
    width: 100%;
  }
}
#person-list-sec .inner_sec .contents .box .ttl {
  color: #274882;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #person-list-sec .inner_sec .contents .box .ttl {
    font-size: 4vw;
    margin: 0 6vw 3vw 0;
  }
}
#person-list-sec .inner_sec .contents .box .ttl::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../images/facility/list-daia.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
@media (max-width: 750px) {
  #person-list-sec .inner_sec .contents .box .ttl::before {
    width: 4vw;
    height: 4vw;
    margin: 0 1vw 0 0;
    top: 1px;
  }
}
#person-list-sec .inner_sec .contents .box table {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid #b5c5d7;
  border-left: 1px solid #b5c5d7;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #person-list-sec .inner_sec .contents .box table {
    font-size: 3.4vw;
    margin: 0 0 10vw;
  }
}
#person-list-sec .inner_sec .contents .box table tr {
  border-bottom: 1px solid #b5c5d7;
}
#person-list-sec .inner_sec .contents .box table tr:nth-of-type(odd) {
  background: #f5f7fa;
}
#person-list-sec .inner_sec .contents .box table tr:nth-of-type(1) {
  background: transparent;
}
#person-list-sec .inner_sec .contents .box table tr th {
  background: #d4dde8;
  text-align: left;
  padding: 10px;
  border-right: 1px solid #b5c5d7;
}
@media (max-width: 750px) {
  #person-list-sec .inner_sec .contents .box table tr th {
    padding: 2vw;
  }
}
#person-list-sec .inner_sec .contents .box table tr td {
  width: 1em;
  padding: 10px;
  white-space: nowrap;
  border-right: 1px solid #b5c5d7;
}
@media (max-width: 750px) {
  #person-list-sec .inner_sec .contents .box table tr td {
    padding: 2vw;
  }
}

#page_archive_product {
  position: relative;
  padding: 0 0 250px;
  background-image: url("../images/product/deco.png");
  background-size: 575px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 750px) {
  #page_archive_product {
    padding: 0 0 30vw;
    background-image: url("../images/product/deco.png");
    background-size: 60vw;
  }
}
#page_archive_product::after {
  content: "";
  display: block;
  width: calc(50% - 512px + 290px);
  height: 290px;
  background: #274882;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 750px) {
  #page_archive_product::after {
    display: none;
  }
}
#page_archive_product .inner_sec {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #page_archive_product .inner_sec {
    width: 88vw;
  }
}
#page_archive_product .inner_sec .intro {
  width: 1024px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 90px 0 90px;
}
@media (max-width: 750px) {
  #page_archive_product .inner_sec .intro {
    width: 88vw;
    padding: 10vw 0 15vw;
  }
}
#page_archive_product .inner_sec .intro .text {
  width: 640px;
  color: #274882;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_archive_product .inner_sec .intro .text {
    width: 100%;
    font-size: 3.4vw;
  }
}
#page_archive_product .inner_sec .lead {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 50px 0 50px;
}
@media (max-width: 750px) {
  #page_archive_product .inner_sec .lead {
    font-size: 3.2vw;
    margin: 0 0 5vw;
  }
}

#page_maruei-quality {
  background-color: #e3e9f0;
  background-image: url("../images/maruei-quality/deco_bottom.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0 0 150px;
  position: relative;
  min-width: 1280px;
}
@media (max-width: 750px) {
  #page_maruei-quality {
    background-image: url("../images/maruei-quality/deco_bottom_s.png");
    padding: 0 0 20vw;
    min-width: 100%;
  }
}
#page_maruei-quality .box_1 {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_1 {
    margin: 0 0 20vw;
    position: relative;
  }
}
#page_maruei-quality .box_1 .photo_s {
  display: none;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_1 .photo_s {
    display: block;
    width: 94vw;
    position: absolute;
    bottom: -14vw;
    right: 0;
  }
}
#page_maruei-quality .box_1 .content {
  width: calc(50% - 512px + 900px);
  background-color: #112f61;
  background-image: url("../images/maruei-quality/deco_1.png");
  background-size: 509px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 130px 0 130px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_1 .content {
    width: 94vw;
    box-sizing: border-box;
    padding: 15vw 6vw 90vw 0;
    background-image: url("../images/maruei-quality/deco_1_s.png");
    background-size: 60vw;
    background-position: right top;
  }
}
#page_maruei-quality .box_1 .content .box {
  width: calc(50vw - 512px + 380px);
}
@media (max-width: 750px) {
  #page_maruei-quality .box_1 .content .box {
    width: 100%;
  }
}
#page_maruei-quality .box_1 .content .box .label {
  border-bottom: 1px solid #ffe241;
  padding: 0 0 16px calc(50vw - 512px);
}
@media (max-width: 750px) {
  #page_maruei-quality .box_1 .content .box .label {
    padding: 0 0 3vw 6vw;
  }
}
#page_maruei-quality .box_1 .content .box .label .in_text {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  align-items: flex-end;
}
#page_maruei-quality .box_1 .content .box .label .in_text .text {
  font-size: 20px;
  display: inline-block;
  margin: 0 7px 0 0;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_1 .content .box .label .in_text .text {
    font-size: 4.8vw;
    margin: 0 2vw 0 0;
  }
}
#page_maruei-quality .box_1 .content .box .label .in_text .number {
  font-size: 42px;
  position: relative;
  top: 4px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_1 .content .box .label .in_text .number {
    font-size: 10vw;
    top: 1vw;
  }
}
#page_maruei-quality .box_1 .content .box .in_content {
  padding: 30px 0 0 calc(50vw - 512px);
}
@media (max-width: 750px) {
  #page_maruei-quality .box_1 .content .box .in_content {
    padding: 6vw 0 0 6vw;
  }
}
#page_maruei-quality .box_1 .content .box .in_content .ttl {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_1 .content .box .in_content .ttl {
    margin: 0 0 5vw;
  }
}
#page_maruei-quality .box_1 .content .box .in_content .ttl .in_text {
  color: #ffe241;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_1 .content .box .in_content .ttl .in_text {
    font-size: 5.8vw;
  }
}
#page_maruei-quality .box_1 .content .box .in_content .text {
  color: white;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_1 .content .box .in_content .text {
    font-size: 3.4vw;
  }
}
#page_maruei-quality .photo_n1 {
  position: absolute;
  width: 715px;
  top: 0;
  right: 0;
}
@media (max-width: 750px) {
  #page_maruei-quality .photo_n1 {
    display: none;
  }
}
#page_maruei-quality .box_2 {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: 0 0 170px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_2 {
    margin: 0 0 15vw;
  }
}
#page_maruei-quality .box_2 .content {
  width: calc(50% - 512px + 1024px);
  background-color: #112f61;
  background-image: url("../images/maruei-quality/deco_2.png");
  background-size: 346px;
  background-repeat: no-repeat;
  background-position: left top 50px;
  padding: 130px 0 370px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_2 .content {
    width: 94vw;
    padding: 15vw 6vw 165vw 0;
    margin: 0 0 0 6vw;
    background-image: url("../images/maruei-quality/deco_2_s.png");
    background-size: 60vw;
    background-position: right top;
  }
}
#page_maruei-quality .box_2 .content .box {
  width: calc(50vw - 512px + 410px);
  max-width: 570px;
  min-width: 540px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_2 .content .box {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}
#page_maruei-quality .box_2 .content .box .label {
  border-bottom: 1px solid #ffe241;
  padding: 0 0 16px 100px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_2 .content .box .label {
    padding: 0 0 3vw 6vw;
  }
}
#page_maruei-quality .box_2 .content .box .label .in_text {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  align-items: flex-end;
}
#page_maruei-quality .box_2 .content .box .label .in_text .text {
  font-size: 20px;
  display: inline-block;
  margin: 0 7px 0 0;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_2 .content .box .label .in_text .text {
    font-size: 4.8vw;
    margin: 0 2vw 0 0;
  }
}
#page_maruei-quality .box_2 .content .box .label .in_text .number {
  font-size: 42px;
  position: relative;
  top: 4px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_2 .content .box .label .in_text .number {
    font-size: 10vw;
    top: 1vw;
  }
}
#page_maruei-quality .box_2 .content .box .in_content {
  padding: 30px 0 0 100px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_2 .content .box .in_content {
    padding: 6vw 0 0 6vw;
  }
}
#page_maruei-quality .box_2 .content .box .in_content .ttl {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_2 .content .box .in_content .ttl {
    margin: 0 0 5vw;
  }
}
#page_maruei-quality .box_2 .content .box .in_content .ttl .in_text {
  color: #ffe241;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_2 .content .box .in_content .ttl .in_text {
    font-size: 5.8vw;
  }
}
#page_maruei-quality .box_2 .content .box .in_content .text {
  color: white;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_2 .content .box .in_content .text {
    font-size: 3.4vw;
  }
}
#page_maruei-quality .box_2 .photo {
  position: absolute;
}
#page_maruei-quality .box_2 .photo.n1 {
  width: 380px;
  top: 170px;
  right: calc(50% - 512px + 40px);
  z-index: 2;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_2 .photo.n1 {
    width: 82vw;
    top: 120vw;
    right: 6vw;
  }
}
#page_maruei-quality .box_2 .photo.n2 {
  width: 895px;
  top: 580px;
  left: calc(50% - 512px + 90px);
  z-index: 1;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_2 .photo.n2 {
    width: 88vw;
    top: 190vw;
    left: 12vw;
  }
}
#page_maruei-quality .box_3 {
  position: relative;
}
#page_maruei-quality .box_3 .content {
  width: calc(50% - 512px + 900px);
  background-color: #112f61;
  background-image: url("../images/maruei-quality/deco_3.png");
  background-size: 505px;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 130px 100px 130px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content {
    width: 94vw;
    box-sizing: border-box;
    padding: 15vw 6vw 15vw 0;
    background-image: url("../images/maruei-quality/deco_3_s.png");
    background-size: 60vw;
    background-position: right top;
    display: block;
    justify-content: initial;
  }
}
#page_maruei-quality .box_3 .content .right {
  width: 410px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content .right {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 0 6vw;
  }
}
#page_maruei-quality .box_3 .content .right .text {
  color: white;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content .right .text {
    font-size: 3.4vw;
    margin: 0 0 3vw;
  }
}
#page_maruei-quality .box_3 .content .right .mb {
  margin: 0 0 40px;
}
#page_maruei-quality .box_3 .content .right .mark {
  width: 267px;
}
#page_maruei-quality .box_3 .content .ttl_dia {
  color: white;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content .ttl_dia {
    font-size: 4vw;
    margin: 0 0 3vw;
  }
}
#page_maruei-quality .box_3 .content .ttl_dia::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../images/maruei-quality/list-daia_white.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content .ttl_dia::before {
    width: 4vw;
    height: 4vw;
    margin: 0 1vw 0 0;
    top: 1px;
  }
}
#page_maruei-quality .box_3 .content .box {
  width: calc(50vw - 512px + 380px);
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content .box {
    width: 100%;
    margin: 0 0 10vw;
  }
}
#page_maruei-quality .box_3 .content .box .label {
  border-bottom: 1px solid #ffe241;
  padding: 0 0 16px calc(50vw - 512px);
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content .box .label {
    padding: 0 0 3vw 6vw;
  }
}
#page_maruei-quality .box_3 .content .box .label .in_text {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  display: flex;
  align-items: flex-end;
}
#page_maruei-quality .box_3 .content .box .label .in_text .text {
  font-size: 20px;
  display: inline-block;
  margin: 0 7px 0 0;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content .box .label .in_text .text {
    font-size: 4.8vw;
    margin: 0 2vw 0 0;
  }
}
#page_maruei-quality .box_3 .content .box .label .in_text .number {
  font-size: 42px;
  position: relative;
  top: 4px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content .box .label .in_text .number {
    font-size: 10vw;
    top: 1vw;
  }
}
#page_maruei-quality .box_3 .content .box .in_content {
  padding: 60px 0 0 calc(50vw - 512px);
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content .box .in_content {
    padding: 6vw 0 0 6vw;
  }
}
#page_maruei-quality .box_3 .content .box .in_content .ttl {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content .box .in_content .ttl {
    margin: 0 0 5vw;
  }
}
#page_maruei-quality .box_3 .content .box .in_content .ttl .in_text {
  color: #ffe241;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content .box .in_content .ttl .in_text {
    font-size: 5.8vw;
  }
}
#page_maruei-quality .box_3 .content .box .in_content .text {
  color: white;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_maruei-quality .box_3 .content .box .in_content .text {
    font-size: 3.4vw;
    margin: 0 0 3vw;
  }
}

#page_flow .ttl_flow {
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #page_flow .ttl_flow {
    margin: 0 0 10vw;
  }
}
#page_flow .ttl_flow .en {
  color: #274882;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #page_flow .ttl_flow .en {
    font-size: 3.8vw;
    margin: 0 0 2vw;
  }
}
#page_flow .ttl_flow .ja {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  #page_flow .ttl_flow .ja {
    font-size: 6.4vw;
  }
}
#page_flow .primary-sec {
  padding: 90px 0 90px;
}
@media (max-width: 750px) {
  #page_flow .primary-sec {
    padding: 15vw 0 15vw;
  }
}
#page_flow .primary-sec .inner_sec {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec {
    width: 88vw;
  }
}
#page_flow .primary-sec .inner_sec .contents .box {
  display: flex;
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box {
    display: block;
  }
}
#page_flow .primary-sec .inner_sec .contents .box::after {
  content: "";
  display: block;
  width: 3px;
  height: 30px;
  background: #112f61;
  position: absolute;
  left: 79px;
  bottom: -30px;
}
#page_flow .primary-sec .inner_sec .contents .box:last-of-type::after {
  content: none;
}
#page_flow .primary-sec .inner_sec .contents .box .head {
  width: 156px;
  height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  background: #112f61;
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .head {
    width: 48vw;
    height: auto;
    padding: 3vw 6vw 3vw;
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
    align-items: center;
  }
}
#page_flow .primary-sec .inner_sec .contents .box .head .number {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 52px;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .head .number {
    font-size: 12vw;
    margin: 0;
    width: 24vw;
  }
}
#page_flow .primary-sec .inner_sec .contents .box .head .label {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  background: #ffe241;
}
@media all and (-ms-high-contrast: none) {
  #page_flow .primary-sec .inner_sec .contents .box .head .label {
    padding: 6px 0 0;
  }
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .head .label {
    width: 35vw;
    height: 7vw;
  }
}
#page_flow .primary-sec .inner_sec .contents .box .head .label.white {
  background: white;
}
#page_flow .primary-sec .inner_sec .contents .box .head .label .in_text {
  color: #112f61;
  font-size: 14px;
  font-weight: bold;
}
#page_flow .primary-sec .inner_sec .contents .box .in_box {
  display: flex;
  background: #e3e9f0;
}
#page_flow .primary-sec .inner_sec .contents .box .in_box .mid {
  width: 644px;
  background: #e3e9f0;
  box-sizing: border-box;
  padding: 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .in_box .mid {
    width: 100%;
    min-height: 20vw;
    padding: 6vw 6vw 6vw;
  }
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .in_box .mid.n1 {
    padding: 6vw 0 6vw 6vw;
  }
}
#page_flow .primary-sec .inner_sec .contents .box .in_box .mid.narrow {
  width: 404px;
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .in_box .mid.narrow {
    width: 56vw;
  }
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .in_box .mid.wide {
    width: 100% !important;
  }
}
#page_flow .primary-sec .inner_sec .contents .box .in_box .mid .ttl_sub {
  font-size: 22px;
  font-weight: bold;
  color: #274882;
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .in_box .mid .ttl_sub {
    font-size: 5vw;
  }
}
#page_flow .primary-sec .inner_sec .contents .box .in_box .mid .text {
  font-size: 14px;
  line-height: 2;
  margin: 10px 0 0;
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .in_box .mid .text {
    font-size: 3.4vw;
  }
}
#page_flow .primary-sec .inner_sec .contents .box .in_box .screen {
  width: 240px;
  background: #e3e9f0;
}
#page_flow .primary-sec .inner_sec .contents .box .in_box .screen.n1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .in_box .screen.n1 {
    width: 26vw;
    position: relative;
    display: block;
    justify-content: initial;
    align-items: initial;
  }
}
#page_flow .primary-sec .inner_sec .contents .box .in_box .screen.n1 img {
  width: 146px;
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .in_box .screen.n1 img {
    width: 100%;
    position: absolute;
    top: -9vw;
    right: 0vw;
  }
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .in_box .screen.n2 {
    width: 40vw;
    position: absolute;
    right: -6VW;
    top: calc(50% - 4vw);
  }
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .in_box .screen.n6 {
    width: 40vw;
    position: absolute;
    right: -6VW;
    top: calc(50% - 4vw);
  }
}
#page_flow .primary-sec .inner_sec .contents .box .in_box .screen.n8 {
  position: relative;
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .in_box .screen.n8 {
    width: 36vw;
    position: absolute;
    top: -1vw;
    right: -3vw;
    background: transparent;
  }
}
#page_flow .primary-sec .inner_sec .contents .box .in_box .screen.n8 img {
  width: 165px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 750px) {
  #page_flow .primary-sec .inner_sec .contents .box .in_box .screen.n8 img {
    width: 100%;
    position: static;
    top: initial;
    left: initial;
  }
}
#page_flow .box_contact {
  background-color: #112f61;
  padding: 60px 0 60px;
  background-image: url("../images/flow/box_contact_deco_s.png");
  background-size: 70vw;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media (max-width: 750px) {
  #page_flow .box_contact {
    padding: 15vw 0 15vw;
  }
}
#page_flow .box_contact .box {
  width: 1024px;
  height: 182px;
  margin: 0 auto;
  background-image: url("../images/flow/box_contact.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 750px) {
  #page_flow .box_contact .box {
    width: 85vw;
    height: 89vw;
    background-image: url("../images/flow/box_contact_s.png");
  }
}
#page_flow .box_contact .box .tel_s {
  display: none;
}
@media (max-width: 750px) {
  #page_flow .box_contact .box .tel_s {
    display: block;
    width: 76vw;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 30vw;
  }
}
#page_flow .box_contact .box .contact {
  display: block;
  width: 320px;
  position: absolute;
  right: 40px;
  top: 70px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #page_flow .box_contact .box .contact {
    width: 76vw;
    margin: auto;
    left: 0;
    right: 0;
    top: 68vw;
  }
}
#page_flow .box_contact .box .contact:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #page_flow .box_contact .box .contact:hover {
    opacity: 1;
  }
}
#page_flow #faq-sec {
  padding: 90px 0 150px;
  background-color: #e3e9f0;
}
@media (max-width: 750px) {
  #page_flow #faq-sec {
    padding: 15vw 0 20vw;
  }
}
#page_flow #faq-sec .inner_sec {
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #page_flow #faq-sec .inner_sec {
    width: 88vw;
  }
}
#page_flow #faq-sec .inner_sec .contents .box {
  background: white;
  padding: 34px 42px 34px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_flow #faq-sec .inner_sec .contents .box {
    display: block;
    justify-content: initial;
    padding: 10vw 6vw 6vw;
    margin: 0 0 3vw;
  }
}
#page_flow #faq-sec .inner_sec .contents .box .icon {
  width: 115px;
}
@media (max-width: 750px) {
  #page_flow #faq-sec .inner_sec .contents .box .icon {
    width: 26vw;
    margin: 0 auto 10vw;
  }
}
#page_flow #faq-sec .inner_sec .contents .box .in_box {
  width: 670px;
}
@media (max-width: 750px) {
  #page_flow #faq-sec .inner_sec .contents .box .in_box {
    width: 100%;
  }
}
#page_flow #faq-sec .inner_sec .contents .box .in_box .title {
  display: flex;
  justify-content: space-between;
  margin: 0 0 6px;
}
@media (max-width: 750px) {
  #page_flow #faq-sec .inner_sec .contents .box .in_box .title {
    margin: 0 0 4vw;
  }
}
#page_flow #faq-sec .inner_sec .contents .box .in_box .title::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../images/flow/icon_q.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  #page_flow #faq-sec .inner_sec .contents .box .in_box .title::before {
    width: 8vw;
    height: 8vw;
    position: relative;
    top: 0.5vw;
  }
}
#page_flow #faq-sec .inner_sec .contents .box .in_box .title .in_text {
  width: calc(100% - 50px);
  color: #274882;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #page_flow #faq-sec .inner_sec .contents .box .in_box .title .in_text {
    width: calc(100% - 12vw);
    font-size: 4.2vw;
  }
}
#page_flow #faq-sec .inner_sec .contents .box .in_box .text {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 0 54px;
}
@media (max-width: 750px) {
  #page_flow #faq-sec .inner_sec .contents .box .in_box .text {
    font-size: 3.4vw;
    margin: 0 0 0 12vw;
  }
}
#page_flow #faq-sec .inner_sec .contents .box .in_box .text a {
  color: #274882;
  font-weight: bold;
  text-decoration: underline;
}
#page_flow #faq-sec .inner_sec .contents .box .in_box .text a:hover {
  text-decoration: none;
}

#page_company .ttl_company {
  text-align: center;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #page_company .ttl_company {
    margin: 0 0 10vw;
  }
}
#page_company .ttl_company .en {
  color: #274882;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #page_company .ttl_company .en {
    font-size: 3.8vw;
    margin: 0 0 2vw;
  }
}
#page_company .ttl_company .ja {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  #page_company .ttl_company .ja {
    font-size: 6.4vw;
  }
}
#page_company .nav_page {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 90px 0 0;
}
@media (max-width: 750px) {
  #page_company .nav_page {
    width: 88vw;
    padding: 15vw 0 0;
    display: block;
    justify-content: initial;
  }
}
#page_company .nav_page a {
  width: 328px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 20px;
  background: #e3e9f0;
  transition: background-color 0.3s;
}
@media (max-width: 750px) {
  #page_company .nav_page a {
    width: 100%;
    height: 12vw;
    margin: 0 0 3vw;
  }
}
#page_company .nav_page a .in_text {
  font-size: 16px;
  font-weight: bold;
  transition: color 0.3s;
}
@media (max-width: 750px) {
  #page_company .nav_page a .in_text {
    font-size: 4.2vw;
    text-align: center;
    line-height: 1.5;
  }
}
#page_company .nav_page a::after {
  content: "▼";
  color: transparent;
  font-size: 13px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -11px;
  width: 1em;
  transform: scale(1.5, 1);
  transition: color 0.3s;
}
@media (max-width: 750px) {
  #page_company .nav_page a::after {
    font-size: 4vw;
    bottom: -2.5vw;
  }
}
#page_company .nav_page a:hover {
  background: #112f61;
}
@media (max-width: 750px) {
  #page_company .nav_page a:hover {
    background: #e3e9f0;
  }
}
#page_company .nav_page a:hover::after {
  color: #112f61;
}
@media (max-width: 750px) {
  #page_company .nav_page a:hover::after {
    color: transparent;
  }
}
#page_company .nav_page a:hover .in_text {
  color: white;
}
@media (max-width: 750px) {
  #page_company .nav_page a:hover .in_text {
    color: #333;
  }
}

#overview-sec {
  padding: 90px 0 90px;
}
@media (max-width: 750px) {
  #overview-sec {
    padding: 15vw 0 15vw;
  }
}
#overview-sec .inner_sec {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #overview-sec .inner_sec {
    width: 88vw;
  }
}
#overview-sec .inner_sec table {
  width: 100%;
  line-height: 2;
  font-size: 14px;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #overview-sec .inner_sec table {
    font-size: 3.4vw;
    margin: 0 0 10vw;
  }
}
#overview-sec .inner_sec table tr th {
  border-bottom: 1px solid #274882;
  padding: 10px 50px 10px 50px;
  text-align: left;
  width: 1em;
  white-space: nowrap;
}
@media (max-width: 750px) {
  #overview-sec .inner_sec table tr th {
    border-bottom: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 4vw 0 0;
  }
}
#overview-sec .inner_sec table tr td {
  border-bottom: 1px solid #cccccc;
  padding: 10px 50px 10px;
}
@media (max-width: 750px) {
  #overview-sec .inner_sec table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 4vw;
  }
}
#overview-sec .inner_sec table tr td .item {
  display: inline-block;
}
#overview-sec .inner_sec table tr td ul li {
  display: block;
}
@media (max-width: 750px) {
  #overview-sec .inner_sec table tr td ul li {
    margin: 0 0 1vw;
  }
}
#overview-sec .inner_sec table tr td .link[target=_blank] {
  display: inline-flex;
  align-items: center;
}
#overview-sec .inner_sec table tr td .link[target=_blank]::before {
  content: "・";
}
#overview-sec .inner_sec table tr td .link[target=_blank] .in_text {
  width: calc(100% - (1em + 16px));
  font-size: 14px;
  text-decoration: underline;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  #overview-sec .inner_sec table tr td .link[target=_blank] .in_text {
    width: calc(100% - 16px);
    font-size: 3.1vw;
  }
}
#overview-sec .inner_sec table tr td .link[target=_blank]:hover .in_text {
  text-decoration: none;
}
@media (max-width: 750px) {
  #overview-sec .inner_sec table tr td .link[target=_blank]:hover .in_text {
    text-decoration: underline;
  }
}
#overview-sec .inner_sec table tr td .link[target=_blank]::after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url("../images/company/icon_external.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
}
#overview-sec .inner_sec table tr td .icon_map {
  display: inline-block;
  width: 10px;
  margin: 0 1px 0 6px;
}
#overview-sec .inner_sec table tr td .map {
  display: inline-flex;
  align-items: center;
}
#overview-sec .inner_sec table tr td .map .in_text {
  color: #274882;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s;
}
#overview-sec .inner_sec table tr td .map:hover .in_text {
  text-decoration: none;
}
@media (max-width: 750px) {
  #overview-sec .inner_sec table tr td .map:hover .in_text {
    text-decoration: underline;
  }
}
#overview-sec .inner_sec table tr:last-of-type th {
  border-bottom: none;
}
#overview-sec .inner_sec table tr:last-of-type td {
  border-bottom: none;
}
#overview-sec .inner_sec .map iframe {
  display: block;
  width: 100%;
  height: 260px;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #overview-sec .inner_sec .map iframe {
    height: 60vw;
    margin: 0 0 2vw;
  }
}
#overview-sec .inner_sec .map .url {
  text-align: right;
}
#overview-sec .inner_sec .map .url a {
  font-size: 12px;
  font-weight: bold;
}
#overview-sec .inner_sec .map .url a::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-image: url("../images/company/icon_external.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: 1px;
}

#history-sec {
  padding: 90px 0 90px;
}
@media (max-width: 750px) {
  #history-sec {
    padding: 15vw 0 25vw;
  }
}
#history-sec .inner_sec {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #history-sec .inner_sec {
    width: 88vw;
  }
}
@media (max-width: 750px) {
  #history-sec .inner_sec .fig {
    display: none;
  }
}
#history-sec .inner_sec .tree_s {
  display: none;
}
@media (max-width: 750px) {
  #history-sec .inner_sec .tree_s {
    display: block;
    position: relative;
  }
  #history-sec .inner_sec .tree_s::before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    background: #274882;
    position: absolute;
    left: 3vw;
    top: 3vw;
  }
  #history-sec .inner_sec .tree_s::after {
    content: "";
    display: block;
    width: 3px;
    height: 70px;
    background-image: url("../images/company/dots.png");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 3vw;
    bottom: -70px;
  }
}
#history-sec .inner_sec .tree_s .box {
  margin: 0 0 12vw 16vw;
  position: relative;
}
#history-sec .inner_sec .tree_s .box::after {
  content: "";
  display: block;
  width: 13vw;
  height: 3vw;
  background-image: url("../images/company/bridge.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: -13.8vw;
  top: 3vw;
}
#history-sec .inner_sec .tree_s .box .year {
  margin: 0 0 3vw;
}
#history-sec .inner_sec .tree_s .box .year .number {
  display: inline-block;
  color: #274882;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 10vw;
}
#history-sec .inner_sec .tree_s .box .year .unit {
  display: inline-block;
  font-size: 4.8vw;
}
#history-sec .inner_sec .tree_s .box .text {
  font-size: 3.4vw;
  line-height: 2;
  text-align: initial;
}
#history-sec .inner_sec .tree_s .box figure {
  margin: 3vw 0 0;
}

#CSR-sec {
  background: #e3e9f0;
  padding: 90px 0 150px;
}
@media (max-width: 750px) {
  #CSR-sec {
    padding: 15vw 0 20vw;
  }
}
#CSR-sec .inner_sec {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec {
    width: 100vw;
  }
}
#CSR-sec .inner_sec .topic {
  padding: 80px 60px 60px;
  background: white;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic {
    padding: 13vw 6vw 6vw;
  }
}
#CSR-sec .inner_sec .topic.sdgs {
  margin: 0 0 60px;
  position: relative;
  /*.coming-soon {
  	width: 100%;
  	height: 100%;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	color: white;
  	font-size: 25px;
  	font-weight: bold;
  	background: #979797;
  	position: absolute;
  	top: 0;
  	left: 0;
  }

  @media (max-width: $viewport) {
  	margin: 0 0 10vw;
  }*/
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic.sdgs {
    margin: 0 0 10vw;
    padding: 13vw 6vw 10vw;
  }
}
#CSR-sec .inner_sec .topic.sdgs .lead_SDGs {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic.sdgs .lead_SDGs {
    font-size: 3.4vw;
    margin: 0 0 7vw;
  }
}
#CSR-sec .inner_sec .topic .to_news {
  display: block;
  width: 360px;
  margin: 20px 0 0;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .to_news {
    margin: 5vw 0 0;
    width: 100%;
  }
}
#CSR-sec .inner_sec .topic .to_news:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .to_news:hover {
    opacity: 1;
  }
}
#CSR-sec .inner_sec .topic .ttl_topic {
  color: #274882;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .ttl_topic {
    font-size: 5.2vw;
  }
}
#CSR-sec .inner_sec .topic hr {
  display: block;
  border: none;
  height: 1px;
  background: #ffe241;
  margin: 60px 0 60px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic hr {
    margin: 5vw 0 5vw;
  }
}
#CSR-sec .inner_sec .topic .id {
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .id {
    margin: 0 0 10vw;
  }
}
#CSR-sec .inner_sec .topic .id img {
  width: 595px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .id img {
    width: 100%;
  }
}
#CSR-sec .inner_sec .topic .content_SDGs {
  margin: 0 0 90px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .content_SDGs {
    margin: 0 0 15vw;
  }
}
#CSR-sec .inner_sec .topic .content_SDGs .ttl_SDGs-sub {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .content_SDGs .ttl_SDGs-sub {
    font-size: 3.8vw;
    margin: 0 0 5vw;
  }
}
#CSR-sec .inner_sec .topic .content_SDGs .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px;
}
@supports (-ms-ime-align: auto) {
  #CSR-sec .inner_sec .topic .content_SDGs .flex {
    margin: 0 0 10vw;
  }
}
#CSR-sec .inner_sec .topic .content_SDGs .flex .box {
  background: #e3e9f0;
  width: 430px;
  box-sizing: border-box;
  padding: 40px 40px 40px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .content_SDGs .flex .box {
    width: 100%;
    padding: 6vw 6vw 6vw;
    margin: 0 0 10vw;
  }
  #CSR-sec .inner_sec .topic .content_SDGs .flex .box:last-of-type {
    margin: 0;
  }
}
#CSR-sec .inner_sec .topic .content_SDGs .flex .box .ttl_box {
  color: #274882;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .content_SDGs .flex .box .ttl_box {
    font-size: 4.2vw;
    margin: 0 0 5vw;
  }
}
#CSR-sec .inner_sec .topic .content_SDGs .flex .box ul {
  color: #274882;
  font-size: 14px;
  line-height: 1.8;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 40px 1em;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .content_SDGs .flex .box ul {
    font-size: 3.4vw;
    margin: 0 0 5vw 1em;
  }
}
#CSR-sec .inner_sec .topic .content_SDGs .flex .box ul li .in_text {
  color: #333;
}
#CSR-sec .inner_sec .topic .content_SDGs .flex .box .logos {
  text-align: center;
}
#CSR-sec .inner_sec .topic .content_SDGs .flex .box .logos img {
  width: 230px;
}
#CSR-sec .inner_sec .topic .content_SDGs .credentials {
  text-align: center;
}
#CSR-sec .inner_sec .topic .content_SDGs .credentials img {
  width: 750px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .content_SDGs .credentials img {
    width: 66vw;
  }
}
#CSR-sec .inner_sec .topic .wrap {
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .wrap {
    display: block;
  }
}
#CSR-sec .inner_sec .topic .wrap .box {
  width: 220px;
  box-sizing: border-box;
  border: 1px solid #b5c5d7;
  padding: 40px 20px 40px;
  margin: 0 3px 6px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .wrap .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 6vw;
    margin: 0 0 3vw;
  }
}
#CSR-sec .inner_sec .topic .wrap .box .icon {
  width: 120px;
  margin: 0 auto 20px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .wrap .box .icon {
    width: 20vw;
    margin: 0;
  }
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .wrap .box .content {
    width: 50vw;
  }
}
#CSR-sec .inner_sec .topic .wrap .box .content .ttl_sub {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .wrap .box .content .ttl_sub {
    font-size: 3.5vw;
    margin: 0 0 3vw;
    text-align: left;
  }
}
#CSR-sec .inner_sec .topic .wrap .box .content .ttl_sub.n1 {
  color: #00973b;
}
#CSR-sec .inner_sec .topic .wrap .box .content .ttl_sub.n2 {
  color: #c60f28;
}
#CSR-sec .inner_sec .topic .wrap .box .content .ttl_sub.n3 {
  color: #e83819;
}
#CSR-sec .inner_sec .topic .wrap .box .content .ttl_sub.n4 {
  color: #e9a700;
}
#CSR-sec .inner_sec .topic .wrap .box .content .ttl_sub.n5 {
  color: #dc007a;
}
#CSR-sec .inner_sec .topic .wrap .box .content .ttl_sub.n6 {
  color: #d39200;
}
#CSR-sec .inner_sec .topic .wrap .box .content .ttl_sub.n7 {
  color: #003067;
}
#CSR-sec .inner_sec .topic .wrap .box .content .text {
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .wrap .box .content .text {
    font-size: 3.4vw;
  }
}
#CSR-sec .inner_sec .topic .note_pad {
  border: 1px solid #B5C5D7;
  padding: 30px 30px 90px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .note_pad {
    padding: 6vw;
  }
}
#CSR-sec .inner_sec .topic .note_pad .ttl {
  color: #274882;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 5px;
  border-bottom: 2px dotted #B5C5D7;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .note_pad .ttl {
    font-size: 4.2vw;
    padding: 0 0 1vw;
    margin: 0 0 4vw;
  }
}
#CSR-sec .inner_sec .topic .note_pad .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .note_pad .text {
    font-size: 3.4vw;
  }
}
#CSR-sec .inner_sec .topic .note_pad ul {
  font-size: 14px;
  line-height: 2;
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 0 1em;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .note_pad ul {
    font-size: 3.4vw;
  }
}
#CSR-sec .inner_sec .topic .note_pad .flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .note_pad .flex {
    display: block;
    justify-content: initial;
    margin: 0 0 10vw;
  }
}
#CSR-sec .inner_sec .topic .note_pad .flex .cont {
  width: 535px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .note_pad .flex .cont {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#CSR-sec .inner_sec .topic .note_pad .flex figure {
  width: 260px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .note_pad .flex figure {
    width: 100%;
  }
}
#CSR-sec .inner_sec .topic .note_pad .double {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .note_pad .double {
    display: block;
    justify-content: initial;
  }
}
#CSR-sec .inner_sec .topic .note_pad .double .left {
  width: 370px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .note_pad .double .left {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#CSR-sec .inner_sec .topic .note_pad .double .right {
  width: 430px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .note_pad .double .right {
    width: 100%;
  }
}
#CSR-sec .inner_sec .topic .box_content {
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .box_content {
    margin: 0 0 8vw;
  }
}
#CSR-sec .inner_sec .topic .box_content:last-of-type {
  margin: 0;
}
#CSR-sec .inner_sec .topic .box_content .ttl_box {
  color: #274882;
  font-size: 18px;
  font-weight: bold;
  background: #e3e9f0;
  padding: 14px;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .box_content .ttl_box {
    font-size: 4vw;
    padding: 2vw;
    margin: 0 0 3vw;
  }
}
#CSR-sec .inner_sec .topic .box_content .note {
  border: 1px solid #b5c5d7;
  padding: 40px;
  margin: 40px 0 0;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .box_content .note {
    padding: 6vw;
    margin: 8vw 0 0;
  }
}
#CSR-sec .inner_sec .topic .box_content .note ul {
  line-height: 2;
}
#CSR-sec .inner_sec .topic .box_content .note ul li .text {
  font-size: 14px;
  font-weight: bold;
}
#CSR-sec .inner_sec .topic .box_content .note ul li .text .number {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
}
#CSR-sec .inner_sec .topic .box_content .note ul li .list {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 0 20px;
}
#CSR-sec .inner_sec .topic .box_content .content_flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .box_content .content_flex {
    display: block;
    justify-content: initial;
  }
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .box_content .content_flex.adjust_1 {
    margin: 0 0 5vw;
  }
}
#CSR-sec .inner_sec .topic .box_content .content_flex.adjust_1 .text {
  width: 530px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .box_content .content_flex.adjust_1 .text {
    width: 100%;
  }
}
#CSR-sec .inner_sec .topic .box_content .content_flex.adjust_1 figure {
  width: 334px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .box_content .content_flex.adjust_1 figure {
    width: 100%;
    margin: 0 auto;
  }
}
#CSR-sec .inner_sec .topic .box_content .content_flex.n1 figure {
  width: 115px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .box_content .content_flex.n1 figure {
    width: 28vw;
    margin: 0 auto 10vw;
  }
}
#CSR-sec .inner_sec .topic .box_content .content_flex.n1 .text {
  width: 740px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .box_content .content_flex.n1 .text {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#CSR-sec .inner_sec .topic .box_content .content_flex .text {
  width: 630px;
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .box_content .content_flex .text {
    width: 100%;
    font-size: 3.4vw;
    margin: 0 0 5vw;
  }
}
#CSR-sec .inner_sec .topic .box_content .content_flex figure {
  width: 246px;
}
@media (max-width: 750px) {
  #CSR-sec .inner_sec .topic .box_content .content_flex figure {
    width: 100%;
  }
}

#page_message .ttl_message {
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #page_message .ttl_message {
    margin: 0 0 10vw;
  }
}
#page_message .ttl_message.left {
  text-align: left;
}
@media (max-width: 750px) {
  #page_message .ttl_message.left {
    text-align: center;
  }
}
#page_message .ttl_message.white .en,
#page_message .ttl_message.white .ja {
  color: white;
}
#page_message .ttl_message .en {
  color: #274882;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #page_message .ttl_message .en {
    font-size: 3.8vw;
    margin: 0 0 2vw;
  }
}
#page_message .ttl_message .ja {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 750px) {
  #page_message .ttl_message .ja {
    font-size: 6.4vw;
  }
}
#page_message .primary-sec {
  padding: 90px 0 90px;
  background-image: url("../images/message/deco.png");
  background-size: 516px;
  background-repeat: no-repeat;
  background-position: right top;
}
@media (max-width: 750px) {
  #page_message .primary-sec {
    padding: 15vw 0 15vw;
    background-image: url("../images/message/deco_s.png");
    background-size: 70vw;
  }
}
#page_message .primary-sec .inner_sec {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 750px) {
  #page_message .primary-sec .inner_sec {
    display: block;
    justify-content: initial;
    width: 88vw;
  }
}
#page_message .primary-sec .inner_sec .photo {
  width: 256px;
}
@media (max-width: 750px) {
  #page_message .primary-sec .inner_sec .photo {
    display: none;
  }
}
#page_message .primary-sec .inner_sec .content {
  width: 700px;
}
@media (max-width: 750px) {
  #page_message .primary-sec .inner_sec .content {
    width: 100%;
  }
}
#page_message .primary-sec .inner_sec .content .photo_s {
  display: none;
}
@media (max-width: 750px) {
  #page_message .primary-sec .inner_sec .content .photo_s {
    display: block;
    width: 52vw;
    margin: 0 auto 5vw;
  }
}
#page_message .primary-sec .inner_sec .content .text {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_message .primary-sec .inner_sec .content .text {
    font-size: 3.4vw;
    margin: 0 0 5vw;
  }
}
#page_message .primary-sec .inner_sec .content .signature {
  font-size: 14px;
  text-align: right;
}
@media (max-width: 750px) {
  #page_message .primary-sec .inner_sec .content .signature {
    font-size: 3.4vw;
  }
}
#page_message #philosophy-sec {
  padding: 130px 0 130px;
  background-image: url("../images/message/deco_philosophy.png"), url("../images/message/philosophy.jpg");
  background-size: 426px, cover;
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
}
@media (max-width: 750px) {
  #page_message #philosophy-sec {
    padding: 20vw 0 20vw;
    background-image: url("../images/message/philosophy_s.jpg");
    background-size: 100%;
  }
}
#page_message #philosophy-sec .inner_sec {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #page_message #philosophy-sec .inner_sec {
    width: 88vw;
  }
}
#page_message #philosophy-sec .inner_sec .japanese {
  color: #ffe241;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 4px;
  text-align: center;
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #page_message #philosophy-sec .inner_sec .japanese {
    font-size: 5.8vw;
    margin: 0 0 5vw;
  }
}
#page_message #philosophy-sec .inner_sec .english {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 19px;
  line-height: 2;
  text-align: center;
  opacity: 0.86;
}
@media (max-width: 750px) {
  #page_message #philosophy-sec .inner_sec .english {
    font-size: 4vw;
  }
}

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