@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/common/icon_world_on.png");
  background-image: url("../images/common/icon_world_white.png");
  background-image: url("../images/common/circle_transparent_on.png");
  background-image: url("../images/common/circle_transparent_foot_on.png");
  background-image: url(../images/form/btn_arrow_orange.svg);
  /*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");*/
}
.glad {
  background: linear-gradient(90deg, #EE7D00 60%, #FCD700);
}
.glad.invert {
  background: linear-gradient(90deg, #FCD700, #EE7D00 60%);
}

.cormorant {
  font-family: "Cormorant", sans-serif;
}

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: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: none;
  background-color: #F9F9F9;
  background-image: url("../images/common/deco_ball.png");
  background-size: 660px;
  background-repeat: no-repeat;
  background-position: right -12vw top 12vw;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-weight: 500;
  }
}
@media screen and (max-width: 821px) {
  body {
    width: 100%;
    font-size: 3.4vw;
    background-size: 88vw;
    background-position: right -30vw top 20vw;
  }
}
body.home {
  background-image: none;
}
body.page-contact, body.page-contact_thanks {
  background-position: right -12vw top -23vw;
}
@media (max-width: 821px) {
  body.page-contact, body.page-contact_thanks {
    background-position: right -30vw top -20vw;
  }
}

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

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

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

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

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

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

.anc {
  margin-top: -110px;
  padding-top: 110px;
}
@media (max-width: 821px) {
  .anc {
    margin-top: -17vw;
    padding-top: 17vw;
  }
}

/*	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;
}
/* heading */
.screen-reader-text {
  display: none;
}

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

/* link */
a.page-numbers {
  background-color: #EE7D00;
  color: white;
  display: inline-block;
  margin-right: 15px;
  padding: 6px 9px 9px;
}
@media (max-width: 821px) {
  a.page-numbers {
    margin-right: 1vw;
  }
}

.nav-links .current {
  display: inline-block;
  margin-right: 15px;
  color: #4D4D4D;
}
@media (max-width: 821px) {
  .nav-links .current {
    margin-right: 1vw;
  }
}

.page-numbers.current {
  display: inline-block;
  margin-right: 15px;
  color: #4D4D4D;
}
@media (max-width: 821px) {
  .page-numbers.current {
    margin-right: 1vw;
  }
}

.page-numbers.next::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid;
  border-color: white white transparent transparent;
  transform: rotate(45deg);
  position: relative;
  left: -1px;
}
@media (max-width: 821px) {
  .page-numbers.next::after {
    width: 1.7vw;
    height: 1.7vw;
  }
}

.page-numbers.prev::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  border: 1px solid;
  border-color: white white transparent transparent;
  transform: rotate(225deg);
  position: relative;
  left: 1px;
}
@media (max-width: 821px) {
  .page-numbers.prev::after {
    width: 1.7vw;
    height: 1.7vw;
  }
}

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

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

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

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

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

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

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

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

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

.inline_s {
  display: none;
}
@media screen and (max-width: 821px) {
  .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: 821px) {
  #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: 821px) {
  #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: 821px) {
  .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: 821px) {
  .btn_top_404:hover {
    opacity: 1;
  }
}
.btn_top_404::after {
  content: "▶︎";
  padding: 0 5px 0 0;
}

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

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

header.normal {
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  padding: 0 4% 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30000;
  background: transparent;
  transition: background 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 980px;
}
@media (max-width: 821px) {
  header.normal {
    display: none;
  }
}
header.normal .logo {
  display: block;
  width: 185px;
  height: 41px;
  background-image: url("../images/common/logo.png");
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  transition: all 0.3s;
}
.home header.normal .logo {
  background-image: url("../images/common/logo_white.png");
}
header.normal #global {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header.normal #global .global-items {
  display: flex;
  margin: 0 30px 0 0;
}
header.normal #global .global-items li {
  margin: 14px 20px 0;
}
header.normal #global .global-items li:last-of-type {
  margin: 14px 0 0 20px;
}
header.normal #global .global-items li a .in_text {
  font-size: 15px;
}
header.normal #global .global-items li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(90deg, #EE7D00, #FCD700);
  margin: 7px auto 0;
  opacity: 0;
  transition: opacity 0.3s;
}
header.normal #global .global-items li a:hover::after {
  opacity: 1;
}
header.normal #global .global-links {
  display: flex;
  align-items: center;
}
header.normal #global .global-links .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 20px;
}
header.normal #global .global-links .btn.contact {
  width: 146px;
  position: relative;
  overflow: hidden;
  margin: 0 20px 0 0;
}
header.normal #global .global-links .btn.contact.for-now {
  margin: 0;
}
header.normal #global .global-links .btn.contact .in_text {
  color: white;
  font-size: 15px;
  z-index: 3;
}
header.normal #global .global-links .btn.contact .layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.3s;
}
header.normal #global .global-links .btn.contact .layer_on {
  display: block;
  width: 100%;
  height: 100%;
  background: #e66400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
header.normal #global .global-links .btn.contact:hover .layer {
  opacity: 0;
}
header.normal #global .global-links .btn.lang {
  width: 86px;
  border: 1px solid #333;
  transition: all 0.3s;
}
header.normal #global .global-links .btn.lang .icon {
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("../images/common/icon_world.png");
  background-size: 100%;
  margin: 0 7px 0 0;
  transition: all 0.3s;
}
header.normal #global .global-links .btn.lang .in_text {
  font-size: 15px;
  transition: all 0.3s;
}
header.normal #global .global-links .btn.lang:hover {
  border: 1px solid #e66400 !important;
  background: white;
}
header.normal #global .global-links .btn.lang:hover .icon {
  background-image: url("../images/common/icon_world_on.png") !important;
}
header.normal #global .global-links .btn.lang:hover .in_text {
  color: #e66400 !important;
}
header.normal.fixed {
  background: #F9F9F9;
}
header.normal.fixed .logo {
  background-image: url("../images/common/logo.png") !important;
}
.home header.normal {
  background: transparent;
}
.home header.normal.fixed {
  background: #F9F9F9;
}
.home header.normal.fixed #global .global-items li a .in_text {
  color: #333;
}
.home header.normal.fixed #global .global-links .btn.lang {
  border: 1px solid #333;
}
.home header.normal.fixed #global .global-links .btn.lang .icon {
  background-image: url("../images/common/icon_world.png");
}
.home header.normal.fixed #global .global-links .btn.lang .in_text {
  color: #333;
}
.home header.normal #global .global-items li a .in_text {
  color: white;
}
.home header.normal #global .global-links .btn.lang {
  border: 1px solid white;
}
.home header.normal #global .global-links .btn.lang .icon {
  background-image: url("../images/common/icon_world_white.png");
}
.home header.normal #global .global-links .btn.lang .in_text {
  color: white;
}

.home #global .global-items li:nth-of-type(1) a::after {
  opacity: 1;
}

.page-company-profile #global .global-items li:nth-of-type(2) a::after {
  opacity: 1;
}

.page-introduction #global .global-items li:nth-of-type(3) a::after {
  opacity: 1;
}

.post-type-archive-news #global .global-items li:nth-of-type(4) a::after,
.single-news #global .global-items li:nth-of-type(4) a::after {
  opacity: 1;
}

.post-type-archive-record #global .global-items li:nth-of-type(5) a::after,
.single-record #global .global-items li:nth-of-type(5) a::after {
  opacity: 1;
}

.nav_drawer {
  display: none;
}
@media (max-width: 821px) {
  .nav_drawer {
    display: block;
  }
  .nav_drawer .inner {
    position: fixed;
    width: 100%;
    height: 17vw;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1001;
  }
  .nav_drawer .logo {
    display: block;
    width: 32vw;
    height: 15vw;
    background-image: url("../images/common/logo.png");
    background-size: 100%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    margin: 5.5vw 0 0 6vw;
  }
  .home .nav_drawer .logo {
    background-image: url("../images/common/logo_white.png");
  }
}
.home .nav_drawer .inner {
  background: transparent;
}
.home .nav_drawer .menu-trigger:before {
  color: white;
}
.home .nav_drawer .menu-trigger span {
  background-color: white;
}
.nav_drawer.fixed {
  background: #F9F9F9;
}
.nav_drawer.fixed .inner {
  background: #F9F9F9 !important;
}
.nav_drawer.fixed .inner .logo {
  background-image: url("../images/common/logo.png") !important;
}
.nav_drawer.fixed .inner .lang_s {
  border: 1px solid #004a8b !important;
}
.nav_drawer.fixed .inner .lang_s::before {
  background-image: url("../images/common/icon_world_s_on.png") !important;
}
.nav_drawer.fixed .inner .lang_s .in_text {
  color: #004a8b !important;
}
.nav_drawer.fixed .menu-trigger:before {
  color: #1E50A0 !important;
}
.nav_drawer.fixed .menu-trigger span {
  background-color: #1E50A0 !important;
}
.nav_drawer.active {
  background: #F9F9F9;
}
.nav_drawer.active .inner {
  background: #F9F9F9 !important;
}
.nav_drawer.active .inner .logo {
  background-image: url("../images/common/logo.png") !important;
}
.nav_drawer.active .menu-trigger:before {
  color: #1E50A0 !important;
}
.nav_drawer.active .menu-trigger span {
  background-color: #1E50A0 !important;
}
.nav_drawer .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: transparent;
  display: none;
  top: 0;
  left: 0;
}

/*+++ Default Navigation CSS +++*/
.nav_drawer .drawer_nav_wrapper {
  width: 100vw;
  height: 100%;
  transition: all 0.5s;
  transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #004A8B;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 24vw 0 20vw;
  overflow-y: scroll;
}
.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: 8vw;
  height: 5vw;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  position: fixed;
  top: 5.5vw;
  right: 5vw;
  z-index: 1002;
  outline: none;
}
.menu-trigger:before {
  content: "MENU";
  font-size: 2.8vw;
  display: block;
  font-family: "Roboto", sans-serif;
  color: #1E50A0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -4vw;
  text-align: center;
  transition: all 0.4s;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.5vw;
  background-color: #1E50A0;
  border-radius: 1px;
}

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

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

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

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

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

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

.global_s .global-items_s .box {
  padding: 0 0 6vw;
  border-bottom: 1px solid white;
  margin: 0 0 6vw;
  display: flex;
  justify-content: space-between;
}
.global_s .global-items_s .box a {
  color: white;
}
.global_s .global-items_s .box .parents {
  width: 32vw;
}
.global_s .global-items_s .box .parents.long {
  width: 100%;
}
.global_s .global-items_s .box .parents .parent {
  display: block;
  font-size: 3.4vw;
  font-weight: bold;
}
.global_s .global-items_s .box .children {
  width: 50vw;
}
.global_s .global-items_s .box .children .child {
  display: block;
  font-size: 2.8vw;
  margin: 0 0 4vw;
}
.global_s .global-items_s .box .children .child.last {
  margin: 0;
}
.global_s .global-items_s .box .children .child::before {
  content: "・";
}
.global_s .global-items_s .box .children .grandchildren {
  margin: 0 0 0 3.8vw;
}
.global_s .global-items_s .box .children .grandchildren.last {
  margin: 0 0 4vw 3.8vw;
}
.global_s .global-items_s .box .children .grandchildren a {
  display: block;
  font-size: 3.2vw;
  margin: 0 0 4vw;
}
.global_s .global-items_s .box .children .grandchildren a.last {
  margin: 0;
}
.global_s .global_s_links {
  display: flex;
  justify-content: space-between;
}
.global_s .global_s_links a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vw;
  border-radius: 5vw;
}
.global_s .global_s_links a.contact {
  width: 40vw;
}
.global_s .global_s_links a.contact .in_text {
  color: white;
  font-size: 4vw;
}
.global_s .global_s_links a.lang {
  width: 20vw;
  border: 1px solid white;
}
.global_s .global_s_links a.lang::before {
  content: "";
  display: block;
  width: 4.3vw;
  height: 4.3vw;
  background-image: url("../images/common/icon_world_white.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 2vw 0 0;
}
.global_s .global_s_links a.lang .in_text {
  color: white;
  font-size: 3.6vw;
}

.lang_s {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vw;
  border-radius: 5vw;
  width: 20vw;
  border: 1px solid #004a8b;
  position: absolute;
  top: 4vw;
  right: 16vw;
}
.home .lang_s {
  border: 1px solid white;
}
.home .lang_s::before {
  background-image: url("../images/common/icon_world_s.png");
}
.home .lang_s .in_text {
  color: white;
}
.lang_s::before {
  content: "";
  display: block;
  width: 4.3vw;
  height: 4.3vw;
  background-image: url("../images/common/icon_world_s_on.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 2vw 0 0;
}
.lang_s .in_text {
  color: #004a8b;
  font-size: 3.6vw;
}

footer {
  background-image: url("../images/common/footer.jpg");
  background-size: cover;
  padding: 100px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 821px) {
  footer {
    background-image: url("../images/common/footer_s.jpg");
    padding: 12vw 0 10vw;
  }
}
footer #global_foot_s {
  display: none;
}
@media (max-width: 821px) {
  footer #global_foot_s {
    display: block;
    width: 82vw;
    margin: 0 0 8vw;
  }
}
footer #global_foot_s .global_s .global_s_links a.lang {
  display: none;
}
footer .layout {
  width: 1024px;
}
@media (max-width: 821px) {
  footer .layout {
    width: 82vw;
  }
}
footer #global_foot {
  border-bottom: 1px solid white;
  padding: 0 0 80px;
  margin: 0 0 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 821px) {
  footer #global_foot {
    display: none;
  }
}
footer #global_foot .box a {
  display: block;
  color: white;
  transition: opacity 0.3s;
}
footer #global_foot .box a:hover {
  opacity: 0.6;
}
@media (max-width: 821px) {
  footer #global_foot .box a:hover {
    opacity: 1;
  }
}
footer #global_foot .box a.parent {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 29px;
}
footer #global_foot .box a.child {
  font-size: 16px;
  margin: 0 0 22px;
}
footer #global_foot .box a.child::before {
  content: "・";
}
footer #global_foot .box a.grandchild {
  font-size: 14px;
  margin: 0 0 22px 18px;
}
footer #global_foot .box a.grandchild.last {
  margin: 0 0 44px 18px;
}
footer #global_foot .box.n1 {
  width: 310px;
}
footer #global_foot .box.n2 {
  width: 270px;
}
footer #global_foot .box.n3 {
  width: 260px;
  padding: 42px 0 0;
}
footer #global_foot .box.n4 {
  width: 180px;
}
footer .id {
  position: relative;
}
footer .id .logo {
  display: block;
  width: 185px;
  margin: 0 0 30px;
}
@media (max-width: 821px) {
  footer .id .logo {
    width: 43vw;
    margin: 0 0 5.6vw;
  }
}
footer .id .site {
  display: flex;
  align-items: center;
  color: white;
  margin: 0 0 30px;
}
@media (max-width: 821px) {
  footer .id .site {
    display: block;
    align-items: initial;
    margin: 0 0 5vw;
  }
}
footer .id .site .title {
  font-size: 20px;
}
@media (max-width: 821px) {
  footer .id .site .title {
    font-size: 4.2vw;
    margin: 0 0 2vw;
  }
}
footer .id .site .title::after {
  content: "｜";
  display: inline-block;
  margin: 0 5px 0;
}
@media (max-width: 821px) {
  footer .id .site .title::after {
    content: none;
  }
}
footer .id .site .location {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 821px) {
  footer .id .site .location {
    font-size: 3.8vw;
  }
}
footer .id .policy {
  color: white;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 70px;
  transition: opacity 0.3s;
}
@media (max-width: 821px) {
  footer .id .policy {
    position: static;
    right: initial;
    top: initial;
    display: inline-block;
    margin: 0 0 5vw;
  }
}
footer .id .policy:hover {
  opacity: 0.6;
}
@media (max-width: 821px) {
  footer .id .policy:hover {
    opacity: 1;
  }
}
footer .id .policy::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("../images/common/icon_pdf.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 0 0 7px;
  position: relative;
  top: 4px;
}
@media (max-width: 821px) {
  footer .id .policy::after {
    background-image: url("../images/common/icon_pdf_s.png");
  }
}
footer .id #copyright {
  color: white;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 821px) {
  footer .id #copyright {
    font-size: 3.2vw;
  }
}
footer .id .btn_contact {
  width: 146px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 821px) {
  footer .id .btn_contact {
    display: none;
  }
}
footer .id .btn_contact .in_text {
  color: white;
  font-size: 15px;
  font-weight: bold;
  z-index: 3;
}
footer .id .btn_contact .layer {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity 0.3s;
}
footer .id .btn_contact .layer_on {
  display: block;
  width: 100%;
  height: 100%;
  background: #e66400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
footer .id .btn_contact:hover .layer {
  opacity: 0;
}

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

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

.ttl_tax_name {
  display: block;
  width: 100%;
  color: #1F6BC8;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 3px;
  margin: 0 0 50px;
}
@media (max-width: 821px) {
  .ttl_tax_name {
    font-size: 5vw;
    margin: 0 0 8vw;
    padding: 15vw 0 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wrap_btn .more {
  display: flex;
  align-items: center;
}
.wrap_btn .more .in_text {
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s;
}
@media (max-width: 821px) {
  .wrap_btn .more .in_text {
    font-size: 4.2vw;
  }
}
.wrap_btn .more .in_text.ja {
  color: #ee7d00;
  font-size: 16px;
}
@media (max-width: 821px) {
  .wrap_btn .more .in_text.ja {
    font-size: 3.6vw;
  }
}
.wrap_btn .more .in_text.invert {
  color: #333;
}
.wrap_btn .more.foot::after {
  background-image: url("../images/common/circle_transparent_foot.png");
}
.wrap_btn .more::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: url("../images/common/circle_transparent_large.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 0 0 20px;
  transition: all 0.3s;
}
@media (max-width: 821px) {
  .wrap_btn .more::after {
    width: 7vw;
    height: 7vw;
    margin: 0 0 0 3vw;
  }
}
.wrap_btn .more:hover .in_text {
  color: #ee7d00;
}
@media (max-width: 821px) {
  .wrap_btn .more:hover .in_text {
    color: #333;
  }
}
.wrap_btn .more:hover::after {
  background-image: url("../images/common/circle_transparent_large_on.png");
}
@media (max-width: 821px) {
  .wrap_btn .more:hover::after {
    background-image: url("../images/common/circle_transparent.png");
  }
}
.wrap_btn .more:hover.foot .in_text {
  color: #ee7d00;
}
@media (max-width: 821px) {
  .wrap_btn .more:hover.foot .in_text {
    color: #ee7d00;
  }
}
.wrap_btn .more:hover.foot::after {
  background-image: url("../images/common/circle_transparent_foot_on.png");
}
@media (max-width: 821px) {
  .wrap_btn .more:hover.foot::after {
    background-image: url("../images/common/circle_transparent_foot.png");
  }
}
.wrap_btn .more:hover.op .in_text.ja {
  opacity: 0.6;
  color: #ee7d00;
}
@media (max-width: 821px) {
  .wrap_btn .more:hover.op .in_text.ja {
    opacity: 1;
    color: #ee7d00;
  }
}
.wrap_btn .more:hover.ja.invert .in_text {
  color: #e66400;
}
@media (max-width: 821px) {
  .wrap_btn .more:hover.ja.invert .in_text {
    color: #333;
  }
}

.ttl_page {
  padding: 130px 1% 0;
  margin: 0 0 120px;
}
@media (max-width: 821px) {
  .ttl_page {
    padding: 19vw 2vw 0;
    margin: 0 0 15vw;
  }
}
.ttl_page .screen {
  position: relative;
}
.ttl_page .screen .image {
  display: block;
}
@media (max-width: 821px) {
  .ttl_page .screen .image {
    display: none;
  }
}
.ttl_page .screen .image_s {
  display: none;
}
@media (max-width: 821px) {
  .ttl_page .screen .image_s {
    display: block;
  }
}
.ttl_page .screen .box {
  position: absolute;
  left: 7.7vw;
  bottom: 5vw;
}
@media (max-width: 821px) {
  .ttl_page .screen .box {
    left: 4.6vw;
    bottom: 4.6vw;
  }
}
.ttl_page .screen .box .en {
  color: white;
  font-family: "Cormorant", sans-serif;
  font-size: 75px;
  letter-spacing: 2px;
  margin: 0 0 24px;
}
@media (max-width: 821px) {
  .ttl_page .screen .box .en {
    font-size: 10vw;
    margin: 0 0 3vw;
  }
}
.ttl_page .screen .box .en.base {
  color: #333;
}
.ttl_page .screen .box .en::after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  background-image: url("../images/common/dots.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 20px 0 0;
}
@media (max-width: 821px) {
  .ttl_page .screen .box .en::after {
    width: 6vw;
    height: 1.3vw;
    margin: 2vw 0 0;
  }
}
.ttl_page .screen .box .ja {
  color: #EE7D00;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 821px) {
  .ttl_page .screen .box .ja {
    font-size: 3.8vw;
  }
}

.ball {
  background: linear-gradient(90deg, #EE7D00 35%, #FCD700);
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
}
@media (max-width: 821px) {
  .ball {
    width: 10vw;
    height: 10vw;
    border-radius: 5vw;
  }
}
.ball.small {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
@media (max-width: 821px) {
  .ball.small {
    width: 5.4vw;
    height: 5.4vw;
    border-radius: 2.7vw;
  }
}
.ball.large {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
@media (max-width: 821px) {
  .ball.large {
    width: 16vw;
    height: 16vw;
    border-radius: 8vw;
  }
}

#page_top .ttl_sec_top .en {
  color: #525252;
  font-family: "Cormorant", sans-serif;
  font-size: 75px;
  letter-spacing: 2px;
  margin: 0 0 24px;
}
@media (max-width: 821px) {
  #page_top .ttl_sec_top .en {
    font-size: 9.4vw;
    letter-spacing: 1px;
    margin: 0 0 3vw;
  }
}
#page_top .ttl_sec_top .en::after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  background-image: url("../images/common/dots.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 20px 0 0;
}
@media (max-width: 821px) {
  #page_top .ttl_sec_top .en::after {
    width: 6vw;
    height: 1.3vw;
    margin: 2vw 0 0;
  }
}
#page_top .ttl_sec_top.center {
  text-align: center;
}
#page_top .ttl_sec_top.center .en::after {
  margin: 20px auto 0;
}
#page_top #above-the-hold {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 1% 0 0;
  margin: 0 0 180px;
}
@media (max-width: 821px) {
  #page_top #above-the-hold {
    padding: 3vw 0 3vw;
    margin: 0 0 24vw;
  }
}
#page_top #above-the-hold .slider {
  overflow: hidden;
}
#page_top #above-the-hold .slider .image {
  display: block;
}
@media (max-width: 821px) {
  #page_top #above-the-hold .slider .image {
    display: none;
  }
}
#page_top #above-the-hold .slider .image_s {
  display: none;
}
@media (max-width: 821px) {
  #page_top #above-the-hold .slider .image_s {
    display: block;
  }
}
#page_top #above-the-hold .screen {
  position: relative;
  width: 98%;
}
@media (max-width: 821px) {
  #page_top #above-the-hold .screen {
    width: 94vw;
  }
}
#page_top #above-the-hold .screen .image {
  display: block;
}
@media (max-width: 821px) {
  #page_top #above-the-hold .screen .image {
    display: none;
  }
}
#page_top #above-the-hold .screen .image_s {
  display: none;
}
@media (max-width: 821px) {
  #page_top #above-the-hold .screen .image_s {
    display: block;
    width: 100%;
    height: auto;
  }
}
#page_top #above-the-hold .screen .scroll {
  width: 150px;
  height: 150px;
  background-image: url("../images/top/scroll.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: absolute;
  right: 6%;
  bottom: -10%;
}
@media (max-width: 821px) {
  #page_top #above-the-hold .screen .scroll {
    width: 30vw;
    height: 30vw;
    right: 2vw;
    bottom: -17vw;
  }
}
#page_top #above-the-hold .screen .box {
  position: absolute;
  left: 4.2%;
  bottom: 8.4%;
}
@media (max-width: 821px) {
  #page_top #above-the-hold .screen .box {
    left: 8vw;
    bottom: 8vw;
  }
}
#page_top #above-the-hold .screen .box .en {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 3%;
}
@media (max-width: 821px) {
  #page_top #above-the-hold .screen .box .en {
    display: none;
  }
}
#page_top #above-the-hold .screen .box .en .symbol {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
#page_top #above-the-hold .screen .box .tagline {
  color: white;
  font-size: 3.4vw;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (max-width: 821px) {
  #page_top #above-the-hold .screen .box .tagline {
    font-size: 6.6vw;
    line-height: 1.7;
  }
}

#press-release_top {
  display: flex;
  justify-content: center;
}
#press-release_top .content {
  width: 1024px;
}
@media (max-width: 821px) {
  #press-release_top .content {
    width: 82vw;
  }
}
@media (max-width: 821px) {
  #press-release_top .content .ttl_sec_top {
    margin: 0 0 10vw;
  }
}
#press-release_top .content .box {
  padding: 0 0 0 274px;
}
@media (max-width: 821px) {
  #press-release_top .content .box {
    padding: 0;
  }
}
#press-release_top .content .box .in_box {
  margin: 0 0 60px;
}
@media (max-width: 821px) {
  #press-release_top .content .box .in_box {
    margin: 0 0 10vw;
  }
}
#press-release_top .content .box .in_box .perm {
  border-top: 1px solid #E0E0E0;
  padding: 44px 0 44px;
}
@media (max-width: 821px) {
  #press-release_top .content .box .in_box .perm {
    padding: 5vw 0 5vw;
  }
}
#press-release_top .content .box .in_box .perm:last-of-type {
  border-bottom: 1px solid #E0E0E0;
}
#press-release_top .content .box .in_box .perm a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#press-release_top .content .box .in_box .perm a .in_link {
  width: calc(100% - 60px);
}
@media (max-width: 821px) {
  #press-release_top .content .box .in_box .perm a .in_link {
    width: calc(100% - 12vw);
  }
}
#press-release_top .content .box .in_box .perm a .in_link .date {
  color: #808080;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 14px;
  transition: all 0.3s;
}
@media (max-width: 821px) {
  #press-release_top .content .box .in_box .perm a .in_link .date {
    font-size: 4.2vw;
    margin: 0 0 2vw;
  }
}
#press-release_top .content .box .in_box .perm a .in_link .title {
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
@media (max-width: 821px) {
  #press-release_top .content .box .in_box .perm a .in_link .title {
    font-size: 3.8vw;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    text-overflow: initial;
  }
}
#press-release_top .content .box .in_box .perm a::after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background-image: url("../images/common/circle_transparent.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 821px) {
  #press-release_top .content .box .in_box .perm a::after {
    width: 7vw;
    height: 7vw;
  }
}
#press-release_top .content .box .in_box .perm a:hover .in_link .date {
  color: #ee7d00;
}
@media (max-width: 821px) {
  #press-release_top .content .box .in_box .perm a:hover .in_link .date {
    color: #808080;
  }
}
#press-release_top .content .box .in_box .perm a:hover .in_link .title {
  color: #ee7d00;
}
@media (max-width: 821px) {
  #press-release_top .content .box .in_box .perm a:hover .in_link .title {
    color: #333;
  }
}
#press-release_top .content .box .in_box .perm a:hover::after {
  background-image: url("../images/common/circle_transparent_on.png");
}
@media (max-width: 821px) {
  #press-release_top .content .box .in_box .perm a:hover::after {
    background-image: url("../images/common/circle_transparent.png");
  }
}
#press-release_top .content .box .wrap_btn {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 821px) {
  #press-release_top .content .box .wrap_btn {
    justify-content: center;
  }
}

#company-profile_top {
  padding: 550px 0 600px;
  background-image: url("../images/top/company_profile.png"), url("../images/top/company_bg.png"), url("../images/common/deco_ball.png");
  background-size: 485px, 1115px, 850px;
  background-repeat: no-repeat;
  background-position: right calc(50% - 512px + 250px) bottom 180px, left calc(50% - 512px + 290px) top 240px, left calc(50% - 512px - 200px) top 0;
  display: flex;
  justify-content: center;
  margin: 0;
  position: relative;
}
@media (max-width: 821px) {
  #company-profile_top {
    padding: 58vw 0 110vw;
    background-size: 80vw, 170vw, 115vw;
    background-position: left -16vw bottom 24vw, center top 26vw, right -66vw top 0;
    margin: -5vw 0 0;
  }
}
#company-profile_top .content {
  width: 1024px;
  position: relative;
}
@media (max-width: 821px) {
  #company-profile_top .content {
    width: 82vw;
  }
}
#company-profile_top .content .ball.n1 {
  bottom: -450px;
  right: 100px;
}
@media (max-width: 821px) {
  #company-profile_top .content .ball.n1 {
    bottom: -83vw;
    right: 30vw;
  }
}
#company-profile_top .content .ball.n2 {
  top: -220px;
  left: 570px;
}
@media (max-width: 821px) {
  #company-profile_top .content .ball.n2 {
    top: -25vw;
    left: -2vw;
  }
}
#company-profile_top .content .ball.n3 {
  bottom: -450px;
  left: -40px;
}
@media (max-width: 821px) {
  #company-profile_top .content .ball.n3 {
    bottom: -116vw;
    left: 60vw;
  }
}
#company-profile_top .content .ball.n4 {
  top: 170px;
  right: 80px;
}
@media (max-width: 821px) {
  #company-profile_top .content .ball.n4 {
    top: 118vw;
    right: 3vw;
  }
}
#company-profile_top .content .ball.n5 {
  bottom: -370px;
  left: 280px;
}
@media (max-width: 821px) {
  #company-profile_top .content .ball.n5 {
    display: none;
  }
}
#company-profile_top .content .ttl_sec_top {
  margin: 0 0 45px;
}
@media (max-width: 821px) {
  #company-profile_top .content .ttl_sec_top {
    margin: 0 0 10vw;
  }
}
#company-profile_top .content .lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 0 0 36px;
}
@media (max-width: 821px) {
  #company-profile_top .content .lead {
    font-size: 4.2vw;
    margin: 0 0 7vw;
  }
}
#company-profile_top .content .text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 50px;
}
@media (max-width: 821px) {
  #company-profile_top .content .text {
    font-size: 3.6vw;
    margin: 0 0 8vw;
  }
}
@media (max-width: 821px) {
  #company-profile_top .content .wrap_btn {
    display: flex;
    justify-content: flex-end;
  }
}

#introduction_top {
  display: flex;
  justify-content: center;
  background: white;
  padding: 200px 0 320px;
}
@media (max-width: 821px) {
  #introduction_top {
    padding: 20vw 0 30vw;
  }
}
#introduction_top .content {
  width: 1024px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 821px) {
  #introduction_top .content {
    width: 82vw;
    display: block;
    justify-content: initial;
  }
}
#introduction_top .content .ttl_sec_top {
  width: 460px;
}
@media (max-width: 821px) {
  #introduction_top .content .ttl_sec_top {
    width: 100%;
    margin: 0 0 7vw;
  }
}
#introduction_top .content .in_content {
  width: 480px;
}
@media (max-width: 821px) {
  #introduction_top .content .in_content {
    width: 100%;
  }
}
#introduction_top .content .in_content .lead {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 0 0 36px;
}
@media (max-width: 821px) {
  #introduction_top .content .in_content .lead {
    font-size: 4.2vw;
    margin: 0 0 7vw;
  }
}
#introduction_top .content .in_content .lead .adjust_1 {
  position: relative;
  left: -10px;
}
@media (max-width: 821px) {
  #introduction_top .content .in_content .lead .adjust_1 {
    position: static;
    left: initial;
  }
}
#introduction_top .content .in_content .text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 50px;
}
@media (max-width: 821px) {
  #introduction_top .content .in_content .text {
    font-size: 3.6vw;
    margin: 0 0 8vw;
  }
}
@media (max-width: 821px) {
  #introduction_top .content .in_content .wrap_btn {
    display: none;
  }
}

#record_top {
  padding: 750px 0 170px;
  background-color: #F9F9F9;
  background-image: url("../images/top/company_bg.png");
  background-size: 1300px;
  background-repeat: no-repeat;
  background-position: center top 500px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 821px) {
  #record_top {
    padding: 85vw 0 20vw;
    background-size: 148vw;
    background-repeat: no-repeat;
    background-position: center top 52vw;
  }
}
#record_top .decoration {
  width: 100%;
  height: 850px;
  background-image: url("../images/top/business.png"), url("../images/common/deco_ball.png");
  background-size: 1024px, 850px;
  background-repeat: no-repeat;
  background-position: center center, right calc(50% - 512px) top;
  position: absolute;
  left: 0;
  top: -320px;
}
@media (max-width: 821px) {
  #record_top .decoration {
    height: 115vw;
    background-size: 82vw, auto 115vw;
    background-position: center center, left -50vw top;
    top: -50vw;
  }
}
#record_top .decoration .wrap_btn {
  display: none;
}
@media (max-width: 821px) {
  #record_top .decoration .wrap_btn {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 9vw;
    top: 15vw;
  }
}
#record_top .content {
  width: 1024px;
  position: relative;
}
@media (max-width: 821px) {
  #record_top .content {
    width: 82vw;
  }
}
#record_top .content .ball.n1 {
  top: -160px;
  left: 90px;
}
@media (max-width: 821px) {
  #record_top .content .ball.n1 {
    top: -35vw;
    left: initial;
    right: 5vw;
  }
}
#record_top .content .ball.n2 {
  bottom: -20px;
  right: 140px;
}
@media (max-width: 821px) {
  #record_top .content .ball.n2 {
    bottom: -25vw;
    right: 3vw;
  }
}
#record_top .content .ball.n3 {
  right: 40px;
  top: -30px;
}
@media (max-width: 821px) {
  #record_top .content .ball.n3 {
    right: initial;
    left: 3vw;
    top: -23vw;
  }
}
#record_top .content .ttl_sec_top {
  margin: 0 0 45px;
}
@media (max-width: 821px) {
  #record_top .content .ttl_sec_top {
    margin: 0 0 5vw;
  }
}
#record_top .content .text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 821px) {
  #record_top .content .text {
    font-size: 3.6vw;
    text-align: left;
    margin: 0 3vw 8vw;
  }
}
#record_top .content .wrap_btn {
  display: flex;
  justify-content: center;
}
#single_news {
  padding: 0 0 170px;
}
@media (max-width: 821px) {
  #single_news {
    padding: 0 0 20vw;
  }
}
#single_news .inner {
  width: 1024px;
  background: white;
  box-sizing: border-box;
  padding: 80px;
  margin: 0 auto 60px;
}
@media (max-width: 821px) {
  #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: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 10px;
  border-bottom: 1px solid #D6D6D6;
  margin: 0 0 30px;
}
@media (max-width: 821px) {
  #single_news .title {
    font-size: 4.2vw;
    padding: 0 0 2vw;
    margin: 0 0 4vw;
  }
}

#archive_news {
  padding: 0 0 120px;
}
@media (max-width: 821px) {
  #archive_news {
    padding: 0 0 15vw;
  }
}
#archive_news .content {
  width: 750px;
  margin: 0 auto 60px;
}
@media (max-width: 821px) {
  #archive_news .content {
    width: 88vw;
    margin: 0 auto 10vw;
  }
}
#archive_news .content .box {
  border-top: 1px solid #E9E9E9;
  padding: 40px 0 40px;
}
@media (max-width: 821px) {
  #archive_news .content .box {
    padding: 5vw 0 5vw;
  }
}
#archive_news .content .box:last-of-type {
  border-bottom: 1px solid #E9E9E9;
}
#archive_news .content .box .box_press-release {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: opacity 0.3s;
}
#archive_news .content .box .box_press-release::after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background-image: url("../images/common/circle_transparent.png");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
@media (max-width: 821px) {
  #archive_news .content .box .box_press-release::after {
    width: 7vw;
    height: 7vw;
  }
}
#archive_news .content .box .box_press-release:hover::after {
  background-image: url("../images/common/circle_transparent_on.png");
}
#archive_news .content .box .box_press-release:hover .in_box .date {
  color: #ee7d00;
}
@media (max-width: 821px) {
  #archive_news .content .box .box_press-release:hover .in_box .date {
    color: #808080;
  }
}
#archive_news .content .box .box_press-release:hover .in_box .title {
  color: #ee7d00;
}
@media (max-width: 821px) {
  #archive_news .content .box .box_press-release:hover .in_box .title {
    color: #333;
  }
}
#archive_news .content .box .box_press-release .in_box {
  width: calc(100% - 70px);
}
#archive_news .content .box .box_press-release .in_box .date {
  display: block;
  font-family: "Cormorant", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #808080;
  margin: 0 0 20px;
  transition: color 0.3s;
}
@media (max-width: 821px) {
  #archive_news .content .box .box_press-release .in_box .date {
    font-size: 4vw;
    margin: 0 0 3vw;
  }
}
#archive_news .content .box .box_press-release .in_box .title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s;
}
@media (max-width: 821px) {
  #archive_news .content .box .box_press-release .in_box .title {
    overflow: initial;
    text-overflow: initial;
    white-space: initial;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.7;
  }
}

.information {
  margin: 0 0 20px;
}
@media (max-width: 821px) {
  .information {
    margin: 0 0 2vw;
  }
}
.information .date {
  display: block;
  font-family: "Cormorant", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #808080;
}
@media (max-width: 821px) {
  .information .date {
    font-size: 4vw;
  }
}

.post_links {
  width: 740px;
  margin: 0 auto;
  position: relative;
  height: 52px;
}
@media (max-width: 821px) {
  .post_links {
    width: 80vw;
    height: 12vw;
  }
}
.post_links a:not(.more) {
  display: block;
  transition: all 0.5s;
}
.post_links a:not(.more):hover {
  opacity: 0.5;
}
@media screen and (max-width: 821px) {
  .post_links a:not(.more):hover {
    opacity: 1;
  }
}
.post_links a:not(.more) {
  display: inline-block;
  background-size: 13px;
  background-repeat: no-repeat;
  color: #EE7D00;
  font-size: 14px;
  position: absolute;
  top: 15px;
}
@media (max-width: 821px) {
  .post_links a:not(.more) {
    background-size: 4vw;
    background-repeat: no-repeat;
    min-height: 4vw;
    font-size: 4vw;
    top: 5vw;
  }
}
.post_links a[rel=prev] {
  background-image: url("../images/news/arrow_preview.png");
  background-position: left top 1px;
  padding: 0 0 0 20px;
  left: 0;
}
@media (max-width: 821px) {
  .post_links a[rel=prev] {
    padding: 0 0 2vw 6vw;
  }
}
.post_links a[rel=next] {
  background-image: url("../images/news/arrow_next.png");
  background-position: right top 1px;
  padding: 0 20px 0 0;
  right: 0;
}
@media (max-width: 821px) {
  .post_links a[rel=next] {
    padding: 0 6vw 2vw 0;
  }
}
.post_links a.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #ee7d00;
  background: white;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.3s;
}
@media (max-width: 821px) {
  .post_links a.more {
    width: 28vw;
    height: 12vw;
    border-radius: 6vw;
  }
}
.post_links a.more:hover {
  background: #ee7d00;
}
@media (max-width: 821px) {
  .post_links a.more:hover {
    background: white;
  }
}
.post_links a.more:hover .in_text {
  color: white;
}
@media (max-width: 821px) {
  .post_links a.more:hover .in_text {
    color: #ee7d00;
  }
}
.post_links a.more .in_text {
  color: #ee7d00;
  font-size: 16px;
}
@media (max-width: 821px) {
  .post_links a.more .in_text {
    font-size: 3.7vw;
  }
}

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

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

#autozip {
  display: none !important;
}

textarea {
  width: 100%;
  resize: vertical;
}

.error {
  color: #c1272d;
  line-height: 1.5;
  margin: 10px 0 0;
}
@media (max-width: 750px) {
  .error {
    margin: 2vw 0 0;
  }
}

.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  font-weight: bold;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

/*	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: flex;
  align-items: center;
  justify-content: center;
  width: 364px;
  height: 64px;
  margin: 0 auto;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #EE7D00;
  border: 1px solid #EE7D00;
  cursor: pointer;
  opacity: 1;
  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;
  transition: all 0.3s;
}
@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;
  }
}
.wrap_form .btn_send_narrow:hover {
  background-color: white;
  color: #EE7D00;
  background-image: url(../images/form/btn_arrow_orange.svg);
}
.wrap_form button.btn_back_narrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 364px;
  height: 64px;
  margin: 30px auto 0;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #808080;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow_back.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: left 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form button.btn_back_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 7vw auto 0;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: left 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form button.btn_back_narrow:hover {
    opacity: 0.3;
  }
}

.table_entry {
  width: 100%;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .table_entry {
    margin: 0 0 5vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .row {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  margin-bottom: 4px;
  padding: 6px 0;
}
@media (max-width: 750px) {
  .table_entry .row {
    padding: 7px 0;
  }
}
@media (max-width: 750px) {
  .table_entry .row-2 {
    display: block;
    padding: 5px 4vw;
  }
  .table_entry .row-2 .dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 3.2vw 0 2vw;
  }
  .table_entry .row-2 .dd {
    width: 100%;
    padding: 1.5vw 0;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding: 13px 0 10px 18px;
  font-size: 14px;
  width: 155px;
  line-height: 1;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .table_entry .dt {
    padding: 2.7vw 0 2.7vw 4vw;
    width: 28vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd {
  flex: 1;
  padding: 6px 18px 0px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dd {
    padding: 1vw 3.5vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
@media (max-width: 750px) {
  .table_entry .dd .mwform-radio-field.horizontal-item {
    display: inline-block;
    margin: 1.5vw 0 1.5vw;
  }
}
.table_entry .dd .dd-in {
  display: block;
  box-sizing: border-box;
  padding: 7px 5px;
  line-height: 1.5;
}
.table_entry .mark_zip {
  font-size: 16px;
  padding: 2px 0 0;
}
@media (max-width: 750px) {
  .table_entry .mark_zip {
    font-size: 3.4vw;
    padding: 0;
  }
}
.table_entry input[type=tel] {
  border: none;
}
.table_entry input[type=tel]::placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
@media (max-width: 750px) {
  .table_entry input[type=tel]::placeholder {
    font-size: 3.6vw;
  }
}
.table_entry input[type=text],
.table_entry input[type=email],
.table_entry input[type=tel] {
  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],
  .table_entry input[type=tel] {
    width: 100%;
    font-size: 3.4vw;
  }
}
.table_entry input[type=text]#age,
.table_entry input[type=email]#age,
.table_entry input[type=tel]#age {
  width: 100px;
}
@media (max-width: 750px) {
  .table_entry input[type=text]#age,
  .table_entry input[type=email]#age,
  .table_entry input[type=tel]#age {
    width: 40%;
  }
}
.table_entry input[type=text]::placeholder,
.table_entry input[type=email]::placeholder,
.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=text]::placeholder,
  .table_entry input[type=email]::placeholder,
  .table_entry input[type=tel]::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 {
  padding: 0 0 130px;
}
@media (max-width: 750px) {
  #contact {
    padding: 0 0 20vw;
  }
}
#contact .pageTtl {
  padding-bottom: 143px;
}
@media (max-width: 750px) {
  #contact .pageTtl {
    padding-bottom: 17vw;
  }
}
#contact .ttl_page_form {
  text-align: center;
  margin: 0 0 50px;
  color: #1F6BC8;
  font-size: 38px;
  letter-spacing: 3px;
}
@media (max-width: 750px) {
  #contact .ttl_page_form {
    font-size: 7vw;
    margin: 0 0 8vw;
  }
}

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

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

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

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

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

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

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

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

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

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

.ttl_ball {
  display: flex;
  align-items: center;
}
.ttl_ball::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: linear-gradient(90deg, #EE7D00 60%, #FCD700);
  margin: 0 10px 0 0;
}
@media (max-width: 750px) {
  .ttl_ball::before {
    width: 3.4vw;
    height: 3.4vw;
    border-radius: 1.7vw;
    margin: 0 2vw 0 0;
  }
}
.ttl_ball .in_text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .ttl_ball .in_text {
    font-size: 4.2vw;
  }
}

.ttl_dots {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ttl_dots::after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  background-image: url("../images/common/dots.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}
.ttl_dots .in_text {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 24px;
}
@media (max-width: 750px) {
  .ttl_dots .in_text {
    font-size: 4.8vw;
    margin: 0 0 5vw;
  }
}

#page_introduction {
  background-image: url("../images/common/deco_ball.png");
  background-size: 850px;
  background-repeat: no-repeat;
  background-position: right calc(50% - 512px - 160px) bottom 600px;
  padding: 0 0 130px;
}
@media (max-width: 750px) {
  #page_introduction {
    background-size: 88vw;
    background-repeat: no-repeat;
    background-position: right -40vw bottom 450vw;
    padding: 0 0 20vw;
  }
}
#page_introduction .primary-sec {
  background-image: url("../images/introduction/primary.png");
  background-size: 1410px;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 290px 0 150px;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec {
    background-image: url("../images/introduction/primary_s.png");
    background-position: center top;
    background-size: 100%;
    padding: 29vw 0 20vw;
  }
}
#page_introduction .primary-sec .content {
  width: 830px;
  margin: 0 0 180px;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec .content {
    width: 76vw;
    margin: 0 0 100vw;
  }
}
#page_introduction .primary-sec .content .ttl {
  color: #EE7D00;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec .content .ttl {
    font-size: 4.8vw;
    text-align: center;
    margin: 0 0 8vw;
  }
}
#page_introduction .primary-sec .content .text {
  font-size: 20px;
  line-height: 2.2;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec .content .text {
    font-size: 4.2vw;
  }
}
#page_introduction .primary-sec #sec-1-content .ball.n1 {
  right: -30px;
  bottom: 130px;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec #sec-1-content .ball.n1 {
    right: initial;
    bottom: initial;
    top: -5vw;
    left: 19vw;
  }
}
#page_introduction .primary-sec #sec-1-content .ball.n2 {
  right: 120px;
  bottom: -20px;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec #sec-1-content .ball.n2 {
    right: 12vw;
    bottom: initial;
    top: 12vw;
  }
}
#page_introduction .primary-sec #sec-2-content .ball.n1 {
  left: -50px;
  bottom: 40px;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec #sec-2-content .ball.n1 {
    left: initial;
    bottom: initial;
    top: -5vw;
    right: 7vw;
  }
}
#page_introduction .primary-sec #sec-2-content .ball.n2 {
  display: none;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec #sec-2-content .ball.n2 {
    display: block;
    left: 30vw;
    bottom: -3vw;
  }
}
#page_introduction .primary-sec #sec-3-content .ball.n1 {
  right: 120px;
  top: -30px;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec #sec-3-content .ball.n1 {
    right: 30vw;
    top: initial;
    bottom: -5vw;
  }
}
#page_introduction .primary-sec #sec-3-content .ball.n2 {
  right: -15px;
  top: 100px;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec #sec-3-content .ball.n2 {
    right: 6vw;
    top: initial;
    bottom: 10vw;
  }
}
#page_introduction .primary-sec .business_box {
  width: 1024px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec .business_box {
    width: 100vw;
    padding: 30vw 0 0;
    margin: 0 0 12vw;
    justify-content: center;
  }
}
#page_introduction .primary-sec .business_box.last {
  margin: 0;
}
#page_introduction .primary-sec .business_box .in_box {
  background: white;
  width: 680px;
  box-sizing: border-box;
  padding: 80px 80px 80px 150px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 750px) {
  #page_introduction .primary-sec .business_box .in_box {
    width: 82vw;
    padding: 24vw 10vw 10vw;
    box-shadow: 0 0 5vw rgba(0, 0, 0, 0.05);
  }
}
#page_introduction .primary-sec .business_box .in_box .ttl_ball {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec .business_box .in_box .ttl_ball {
    margin: 0 0 5vw;
  }
}
#page_introduction .primary-sec .business_box .in_box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec .business_box .in_box .text {
    font-size: 3.6vw;
  }
}
#page_introduction .primary-sec .business_box .in_box .text.mb {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec .business_box .in_box .text.mb {
    margin: 0 0 7vw;
  }
}
#page_introduction .primary-sec .business_box .fig {
  width: 430px;
  position: absolute;
  left: 0;
  top: calc(50% - 140px);
}
@media (max-width: 750px) {
  #page_introduction .primary-sec .business_box .fig {
    width: 72vw;
    left: 14vw;
    top: 0;
    right: initial !important;
  }
}
#page_introduction .primary-sec .business_box.even {
  justify-content: flex-start;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec .business_box.even {
    justify-content: center;
  }
}
#page_introduction .primary-sec .business_box.even .in_box {
  padding: 80px 150px 80px 80px;
}
@media (max-width: 750px) {
  #page_introduction .primary-sec .business_box.even .in_box {
    padding: 24vw 10vw 10vw;
  }
}
#page_introduction .primary-sec .business_box.even .fig {
  left: initial;
  right: 0;
}
#page_introduction #sec-4-content {
  display: flex;
  justify-content: center;
}
#page_introduction #sec-4-content .content {
  width: 1200px;
  background: white;
  box-sizing: border-box;
  padding: 140px 90px 90px;
}
@media (max-width: 750px) {
  #page_introduction #sec-4-content .content {
    width: 100vw;
    padding: 20vw 9vw 10vw;
  }
}
#page_introduction #sec-4-content .content .ttl_dots {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  #page_introduction #sec-4-content .content .ttl_dots {
    margin: 0 0 10vw;
  }
}
#page_introduction #sec-4-content .content .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#page_introduction #sec-4-content .content .wrap {
  width: 500px;
  margin: 0 0 24px;
}
@media (max-width: 750px) {
  #page_introduction #sec-4-content .content .wrap {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#page_introduction #sec-4-content .content .wrap .box {
  background: #F9F9F9;
  padding: 60px 60px 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  height: 550px;
}
@media (max-width: 750px) {
  #page_introduction #sec-4-content .content .wrap .box {
    padding: 10vw 12vw 12vw;
    height: auto;
  }
}
#page_introduction #sec-4-content .content .wrap .box::before {
  content: "";
  display: block;
  width: 440px;
  height: 31px;
  background-image: url("../images/introduction/blacket_head.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  top: 30px;
}
@media (max-width: 750px) {
  #page_introduction #sec-4-content .content .wrap .box::before {
    width: 72vw;
    height: 6vw;
    left: 6vw;
    top: 6vw;
  }
}
#page_introduction #sec-4-content .content .wrap .box::after {
  content: "";
  display: block;
  width: 440px;
  height: 31px;
  background-image: url("../images/introduction/blacket_foot.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
@media (max-width: 750px) {
  #page_introduction #sec-4-content .content .wrap .box::after {
    width: 72vw;
    height: 6vw;
    left: 6vw;
    bottom: 6vw;
  }
}
#page_introduction #sec-4-content .content .wrap .box .icon {
  width: 90px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_introduction #sec-4-content .content .wrap .box .icon {
    width: 16vw;
    margin: 0 0 5vw;
  }
}
#page_introduction #sec-4-content .content .wrap .box .ttl {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 750px) {
  #page_introduction #sec-4-content .content .wrap .box .ttl {
    font-size: 4vw;
    margin: 0 0 5vw;
  }
}
#page_introduction #sec-4-content .content .wrap .box .ttl .mini {
  font-size: 16px;
}
@media (max-width: 750px) {
  #page_introduction #sec-4-content .content .wrap .box .ttl .mini {
    font-size: 3.6vw;
  }
}
#page_introduction #sec-4-content .content .wrap .box .text {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  #page_introduction #sec-4-content .content .wrap .box .text {
    font-size: 3.6vw;
  }
}
#page_introduction #sec-11-content {
  display: flex;
  justify-content: center;
  padding: 140px 0 0;
}
@media (max-width: 750px) {
  #page_introduction #sec-11-content {
    padding: 15vw 0 0;
  }
}
#page_introduction #sec-11-content .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #page_introduction #sec-11-content .content {
    width: 82vw;
  }
}
#page_introduction #sec-11-content .content .ttl_dots {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  #page_introduction #sec-11-content .content .ttl_dots {
    margin: 0 0 10vw;
  }
}
#page_introduction #sec-11-content .content .lead {
  width: 740px;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto 60px;
}
@media (max-width: 750px) {
  #page_introduction #sec-11-content .content .lead {
    width: 100%;
    font-size: 3.6vw;
    text-align: left;
    margin: 0 0 10vw;
  }
}
#page_introduction #sec-11-content .content .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #page_introduction #sec-11-content .content .flex {
    display: block;
    justify-content: initial;
  }
}
#page_introduction #sec-11-content .content .flex .wrap {
  width: 330px;
}
@media (max-width: 750px) {
  #page_introduction #sec-11-content .content .flex .wrap {
    width: 100%;
    margin: 0 0 7vw;
  }
}
#page_introduction #sec-11-content .content .flex .wrap .box {
  height: 590px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media (max-width: 750px) {
  #page_introduction #sec-11-content .content .flex .wrap .box {
    height: auto;
    box-shadow: 0 0 5vw rgba(0, 0, 0, 0.05);
  }
}
#page_introduction #sec-11-content .content .flex .wrap .box .in_box {
  padding: 40px;
}
@media (max-width: 750px) {
  #page_introduction #sec-11-content .content .flex .wrap .box .in_box {
    padding: 6vw;
  }
}
#page_introduction #sec-11-content .content .flex .wrap .box .in_box .ttl_ball {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_introduction #sec-11-content .content .flex .wrap .box .in_box .ttl_ball {
    margin: 0 0 5vw;
  }
}
#page_introduction #sec-11-content .content .flex .wrap .box .in_box .text {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  #page_introduction #sec-11-content .content .flex .wrap .box .in_box .text {
    font-size: 3.6vw;
  }
}

#page_company-profile .nav_page {
  display: flex;
  justify-content: center;
  padding: 0 0 130px;
}
@media (max-width: 750px) {
  #page_company-profile .nav_page {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 12vw 17vw;
  }
}
#page_company-profile .nav_page .wrap_btn {
  margin: 0 30px 0;
}
@media (max-width: 750px) {
  #page_company-profile .nav_page .wrap_btn {
    margin: 0 0 6vw;
  }
}
#page_company-profile .nav_page .wrap_btn .more .in_text {
  line-height: 1.3;
}
@media (max-width: 750px) {
  #page_company-profile .nav_page .wrap_btn.adjust_s {
    position: relative;
    top: -1vw;
  }
}
#page_company-profile #philosophy-sec {
  padding: 130px 0 110px;
  display: flex;
  justify-content: center;
  background-image: url("../images/company-profile/philosophy_bg.png");
  background-size: 1705px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 750px) {
  #page_company-profile #philosophy-sec {
    padding: 20vw 0 15vw;
    background-size: 200vw;
  }
}
#page_company-profile #philosophy-sec .content {
  width: 1024px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #page_company-profile #philosophy-sec .content {
    width: 82vw;
    display: block;
    flex-direction: initial;
    align-items: initial;
  }
}
#page_company-profile #philosophy-sec .content .ball.n1 {
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  #page_company-profile #philosophy-sec .content .ball.n1 {
    top: -20vw;
    left: -2vw;
  }
}
#page_company-profile #philosophy-sec .content .ball.n2 {
  top: -20px;
  right: 100px;
}
@media (max-width: 750px) {
  #page_company-profile #philosophy-sec .content .ball.n2 {
    top: initial;
    right: 0;
    bottom: -20vw;
  }
}
#page_company-profile #philosophy-sec .content .ball.n3 {
  top: 200px;
  right: 0;
}
@media (max-width: 750px) {
  #page_company-profile #philosophy-sec .content .ball.n3 {
    top: -12vw;
    right: 6vw;
  }
}
#page_company-profile #philosophy-sec .content .ttl_dots {
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #page_company-profile #philosophy-sec .content .ttl_dots {
    margin: 0 0 10vw;
  }
}
#page_company-profile #philosophy-sec .lead {
  color: #EE7D00;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #page_company-profile #philosophy-sec .lead {
    font-size: 4.4vw;
    text-align: center;
    margin: 0 0 8vw;
  }
}
#page_company-profile #philosophy-sec .text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  width: 550px;
}
@media (max-width: 750px) {
  #page_company-profile #philosophy-sec .text {
    font-size: 4.1vw;
    text-align: left;
    width: 100%;
  }
}
#page_company-profile .sep .image {
  display: block;
}
@media (max-width: 750px) {
  #page_company-profile .sep .image {
    display: none;
  }
}
#page_company-profile .sep .image_s {
  display: none;
}
@media (max-width: 750px) {
  #page_company-profile .sep .image_s {
    display: block;
  }
}
#page_company-profile #ceisiec-sec {
  background-image: url("../images/common/deco_ball.png");
  background-size: 850px;
  background-repeat: no-repeat;
  background-position: left calc(50% - 512px - 100px) top -440px;
  padding: 120px 0 170px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec {
    background-size: 88vw;
    background-repeat: no-repeat;
    background-position: left -40vw top -50vw;
    padding: 15vw 0 25vw;
  }
}
#page_company-profile #ceisiec-sec .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content {
    width: 82vw;
  }
}
#page_company-profile #ceisiec-sec .content .ttl_dots {
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .ttl_dots {
    margin: 0 0 10vw;
  }
}
#page_company-profile #ceisiec-sec .content .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex {
    display: block;
    justify-content: initial;
    flex-wrap: initial;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box {
  background-size: 65px;
  background-repeat: no-repeat;
  background-position: right 20px top 20px;
  background-color: white;
  width: 330px;
  box-sizing: border-box;
  padding: 110px 30px 40px;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box {
    background-size: 14vw;
    background-position: right 6vw top 6vw;
    width: 100%;
    box-sizing: border-box;
    padding: 20vw 6vw 6vw;
    margin: 0 0 5vw;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box.n1 {
  width: 230px;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box.n1 {
    width: 100%;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box.n2 {
  width: 380px;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box.n2 {
    width: 100%;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box.n3 {
  width: 380px;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box.n3 {
    width: 100%;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box.wide {
  width: 100%;
  margin: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 10px 40px 30px;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box.wide {
    display: block;
    justify-content: initial;
    align-items: initial;
    margin: 0;
    padding: 10vw 6vw 6vw;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box.wide .ttl {
  margin: 0;
  width: calc(100% - 790px);
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box.wide .ttl {
    width: 100%;
    margin: 0 0 10vw;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box.wide .in_wide {
  width: 790px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box.wide .in_wide {
    width: 100%;
    display: block;
    justify-content: initial;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 30px;
  padding: 12px 0 0;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box .ttl {
    font-size: 3.8vw;
    margin: 0 0 5vw;
    padding: 0;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box .ttl.line_2 {
  padding: 0;
}
#page_company-profile #ceisiec-sec .content .flex .box .screen {
  color: #EE7D00;
  display: flex;
  align-items: flex-end;
}
#page_company-profile #ceisiec-sec .content .flex .box .screen .number {
  font-family: "Poppins", sans-serif;
  font-size: 58px;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box .screen .number {
    font-size: 11vw;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box .screen .number .mini {
  font-size: 50px;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box .screen .number .mini {
    font-size: 9vw;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box .screen .unit {
  font-size: 28px;
  position: relative;
  top: -4px;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box .screen .unit {
    font-size: 8vw;
    top: -1vw;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box .screen .unit .en {
  font-family: "Poppins", sans-serif;
}
#page_company-profile #ceisiec-sec .content .flex .box.n1 {
  background-image: url("../images/company-profile/icon_1.png");
}
#page_company-profile #ceisiec-sec .content .flex .box.n2 {
  background-image: url("../images/company-profile/icon_2.png");
}
#page_company-profile #ceisiec-sec .content .flex .box.n3 {
  background-image: url("../images/company-profile/icon_3.png");
}
#page_company-profile #ceisiec-sec .content .flex .box .in_box {
  background-size: 75px;
  background-repeat: no-repeat;
  background-position: right 20px bottom;
  width: 240px;
  box-sizing: border-box;
  border-right: 1px solid #E0E0E0;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box .in_box {
    background-size: 14vw;
    background-position: right 6vw bottom 7vw;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 7vw;
    margin: 0 0 7vw;
    border-right: none;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box .in_box:last-of-type {
  border-right: none;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box .in_box:last-of-type {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box .in_box.n4 {
  background-image: url("../images/company-profile/icon_4.png");
}
#page_company-profile #ceisiec-sec .content .flex .box .in_box.n5 {
  background-image: url("../images/company-profile/icon_5.png");
}
#page_company-profile #ceisiec-sec .content .flex .box .in_box.n6 {
  background-image: url("../images/company-profile/icon_6.png");
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box .in_box.n6 {
    background-position: right 6vw bottom 0;
  }
}
#page_company-profile #ceisiec-sec .content .flex .box .in_box .ttl_sub {
  font-size: 20px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_company-profile #ceisiec-sec .content .flex .box .in_box .ttl_sub {
    font-size: 3.8vw;
    margin: 0 0 5vw;
  }
}
#page_company-profile #overview-sec {
  background-color: white;
  padding: 140px 0 140px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #page_company-profile #overview-sec {
    padding: 20vw 0 15vw;
  }
}
#page_company-profile #overview-sec .content {
  width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  #page_company-profile #overview-sec .content {
    width: 82vw;
  }
}
#page_company-profile #overview-sec .content .ball.n1 {
  top: -180px;
  right: 80px;
}
@media (max-width: 750px) {
  #page_company-profile #overview-sec .content .ball.n1 {
    top: -30vw;
    right: 10vw;
  }
}
#page_company-profile #overview-sec .content .ball.n2 {
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  #page_company-profile #overview-sec .content .ball.n2 {
    top: -5vw;
    left: 0;
  }
}
#page_company-profile #overview-sec .content .ball.n3 {
  top: -20px;
  right: -10px;
}
@media (max-width: 750px) {
  #page_company-profile #overview-sec .content .ball.n3 {
    top: -10vw;
    right: 2vw;
  }
}
#page_company-profile #overview-sec .content .ball.n4 {
  left: 140px;
  bottom: -155px;
}
@media (max-width: 750px) {
  #page_company-profile #overview-sec .content .ball.n4 {
    left: 10vw;
    bottom: -17vw;
  }
}
#page_company-profile #overview-sec .content .ttl_dots {
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #page_company-profile #overview-sec .content .ttl_dots {
    margin: 0 0 10vw;
  }
}
#page_company-profile #overview-sec .content .simple {
  width: 760px;
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  #page_company-profile #overview-sec .content .simple {
    width: 100%;
  }
}
#page_company-profile #overview-sec .content .simple tr {
  border-bottom: 1px solid #E0E0E0;
}
#page_company-profile #overview-sec .content .simple tr th {
  text-align: left;
  vertical-align: top;
  padding: 30px 80px 30px 0;
  width: 4em;
  font-weight: normal;
}
@media (max-width: 750px) {
  #page_company-profile #overview-sec .content .simple tr th {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 7vw 0 1vw;
  }
}
#page_company-profile #overview-sec .content .simple tr td {
  padding: 30px 0 30px;
}
@media (max-width: 750px) {
  #page_company-profile #overview-sec .content .simple tr td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 7vw;
  }
}
#page_company-profile #group-sec {
  background-image: url("../images/common/deco_ball.png");
  background-size: 850px;
  background-repeat: no-repeat;
  background-position: right calc(50% - 512px - 100px) top -440px;
  padding: 120px 0 170px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #page_company-profile #group-sec {
    background-size: 88vw;
    background-repeat: no-repeat;
    background-position: right -40vw top -50vw;
    padding: 15vw 0 15vw;
  }
}
#page_company-profile #group-sec .content {
  width: 1024px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #page_company-profile #group-sec .content {
    width: 82vw;
  }
}
#page_company-profile #group-sec .content .ttl_dots {
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #page_company-profile #group-sec .content .ttl_dots {
    margin: 0 0 10vw;
  }
}
#page_company-profile #group-sec .content .in_content {
  width: 750px;
}
@media (max-width: 750px) {
  #page_company-profile #group-sec .content .in_content {
    width: 100%;
  }
}
#page_company-profile #group-sec .content .in_content .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px;
  border-bottom: 1px solid #E0E0E0;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_company-profile #group-sec .content .in_content .box {
    display: block;
    justify-content: initial;
    align-items: initial;
    padding: 0 0 7vw;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 7vw;
  }
}
#page_company-profile #group-sec .content .in_content .box:last-of-type {
  margin: 0;
}
#page_company-profile #group-sec .content .in_content .box .fig {
  width: 230px;
}
@media (max-width: 750px) {
  #page_company-profile #group-sec .content .in_content .box .fig {
    width: 40vw;
    margin: 0 0 5vw;
  }
}
#page_company-profile #group-sec .content .in_content .box .in_box {
  width: 470px;
}
@media (max-width: 750px) {
  #page_company-profile #group-sec .content .in_content .box .in_box {
    width: 100%;
  }
}
#page_company-profile #group-sec .content .in_content .box .in_box .ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #page_company-profile #group-sec .content .in_content .box .in_box .ttl {
    font-size: 3.6vw;
    margin: 0 0 3vw;
  }
}
#page_company-profile #group-sec .content .in_content .box .in_box .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #page_company-profile #group-sec .content .in_content .box .in_box .text {
    font-size: 3.6vw;
  }
}

#archive_record {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 120px;
}
#archive_record .lead {
  width: 550px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin: 0 0 130px;
}
@media (max-width: 750px) {
  #archive_record .lead {
    width: 82vw;
    font-size: 3.7vw;
    text-align: left;
    margin: 0 0 15vw;
  }
}
#archive_record .content {
  width: 1024px;
  background-color: white;
  box-sizing: border-box;
  padding: 100px 110px 100px;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #archive_record .content {
    width: 100vw;
    padding: 8vw 9vw 10vw;
    margin: 0 0 12vw;
  }
}
#archive_record .content .ttl_dots {
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #archive_record .content .ttl_dots {
    margin: 0 0 10vw;
  }
}
#archive_record .content .nav_record {
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 15px 34px 15px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 0 0 130px;
}
@media (max-width: 750px) {
  #archive_record .content .nav_record {
    flex-wrap: wrap;
    box-shadow: 0 0 5vw rgba(0, 0, 0, 0.05);
    padding: 6vw 3vw 6vw;
    margin: 0 0 12vw;
  }
}
#archive_record .content .nav_record hr {
  display: block;
  width: 1px;
  height: 40px;
  background: #E0E0E0;
  border: none;
  margin: 0;
}
@media (max-width: 750px) {
  #archive_record .content .nav_record hr {
    display: none;
  }
}
#archive_record .content .nav_record a {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #archive_record .content .nav_record a {
    margin: 0 0 6vw;
    width: 46%;
  }
  #archive_record .content .nav_record a:nth-of-type(3), #archive_record .content .nav_record a:nth-of-type(4) {
    margin: 0;
  }
}
#archive_record .content .nav_record a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #archive_record .content .nav_record a:hover {
    opacity: 1;
  }
}
#archive_record .content .nav_record a .in_text {
  font-size: 16px;
}
@media (max-width: 750px) {
  #archive_record .content .nav_record a .in_text {
    font-size: 3.4vw;
    line-height: 1.2;
    width: calc(100% - 8vw);
  }
}
#archive_record .content .nav_record a::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background-image: url("../images/record/arrow.png");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 0 10px;
}
@media (max-width: 750px) {
  #archive_record .content .nav_record a::after {
    width: 6vw;
    height: 6vw;
    border-radius: 3vw;
    background-size: 3vw;
    margin: 0 0 0 2vw;
  }
}
#archive_record .content .nav_record a.all::after {
  background-color: #A9A9A9;
}
#archive_record .content .nav_record a.n1::after {
  background-color: #FFA50F;
}
#archive_record .content .nav_record a.n2::after {
  background-color: #1E50A0;
}
#archive_record .content .nav_record a.n3::after {
  background-color: #78B9E6;
}
#archive_record .content .in_content hr {
  display: block;
  width: 100%;
  background: #E0E0E0;
  height: 1px;
  border: none;
  margin: 0 0 46px;
}
@media (max-width: 750px) {
  #archive_record .content .in_content hr {
    margin: 0 0 6vw;
  }
}
#archive_record .content .in_content hr:last-of-type {
  margin: 0;
}
#archive_record .content .in_content .box_record {
  display: flex;
  justify-content: space-between;
  padding: 0 0 46px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #archive_record .content .in_content .box_record {
    display: block;
    justify-content: initial;
    padding: 0 0 6vw;
  }
}
#archive_record .content .in_content .box_record:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #archive_record .content .in_content .box_record:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  #archive_record .content .in_content .box_record .term {
    margin: 0 0 3vw;
  }
}
#archive_record .content .in_content .box_record .term .in_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 32px;
  color: white;
  font-size: 16px;
}
@media (max-width: 750px) {
  #archive_record .content .in_content .box_record .term .in_text {
    width: 40vw;
    height: 7vw;
    font-size: 3.6vw;
  }
}
#archive_record .content .in_content .box_record .term .in_text.genre_1 {
  background: #FFA50F;
}
#archive_record .content .in_content .box_record .term .in_text.genre_2 {
  background: #1E50A0;
}
#archive_record .content .in_content .box_record .term .in_text.genre_3 {
  background: #78B9E6;
}
#archive_record .content .in_content .box_record .in_box {
  width: calc(100% - 230px);
}
@media (max-width: 750px) {
  #archive_record .content .in_content .box_record .in_box {
    width: 100%;
  }
}
#archive_record .content .in_content .box_record .in_box .title {
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.7;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  #archive_record .content .in_content .box_record .in_box .title {
    font-size: 4.2vw;
    white-space: initial;
    text-overflow: initial;
    overflow: initial;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
#archive_record .content .in_content .box_record .in_box .description {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 750px) {
  #archive_record .content .in_content .box_record .in_box .description {
    font-size: 3.6vw;
  }
}

#single_record {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 130px;
}
@media (max-width: 750px) {
  #single_record {
    padding: 0 0 20vw;
  }
}
#single_record .content {
  width: 1024px;
  background-color: white;
  box-sizing: border-box;
  padding: 100px 160px 100px;
  margin: 0 0 70px;
}
@media (max-width: 750px) {
  #single_record .content {
    width: 82vw;
    padding: 8vw 6vw 10vw;
    margin: 0 0 12vw;
  }
}
#single_record .content .id {
  padding: 0 0 40px;
  border-bottom: 1px solid #E0E0E0;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  #single_record .content .id {
    padding: 0 0 6vw;
    margin: 0 0 6vw;
  }
}
#single_record .content .id .term {
  margin: 0 0 26px;
}
@media (max-width: 750px) {
  #single_record .content .id .term {
    margin: 0 0 3vw;
  }
}
#single_record .content .id .term .in_text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 32px;
  color: white;
  font-size: 16px;
}
@media (max-width: 750px) {
  #single_record .content .id .term .in_text {
    width: 40vw;
    height: 6vw;
    font-size: 3.6vw;
  }
}
#single_record .content .id .term .in_text.genre_1 {
  background: #FFA50F;
}
#single_record .content .id .term .in_text.genre_2 {
  background: #1E50A0;
}
#single_record .content .id .term .in_text.genre_3 {
  background: #78B9E6;
}
#single_record .content .id .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #single_record .content .id .title {
    font-size: 4.2vw;
  }
}
#single_record .content .id .description {
  font-size: 20px;
  line-height: 2;
  margin: 26px 0 0;
}
@media (max-width: 750px) {
  #single_record .content .id .description {
    font-size: 3.8vw;
    margin: 5vw 0 0;
  }
}
#single_record .content .fig {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #single_record .content .fig {
    margin: 0 0 7vw;
  }
}
#single_record .content .camera {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #single_record .content .camera {
    margin: 0 0 7vw;
  }
}
#single_record .content .camera .live-camera {
  display: block;
  width: 220px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #single_record .content .camera .live-camera {
    width: 50vw;
  }
}
#single_record .content .camera .live-camera:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #single_record .content .camera .live-camera:hover {
    opacity: 1;
  }
}
#single_record .content .text_primary {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #single_record .content .text_primary {
    font-size: 3.7vw;
    margin: 0 0 8vw;
  }
}
#single_record .content .contents .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
  padding: 26px 40px 26px;
  background: #F9F9F9;
}
@media (max-width: 750px) {
  #single_record .content .contents .item {
    display: block;
    justify-content: initial;
    align-items: initial;
    padding: 5vw;
  }
}
#single_record .content .contents .item .ttl {
  width: 340px;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  #single_record .content .contents .item .ttl {
    width: 100%;
    margin: 0 0 2vw;
  }
}
#single_record .content .contents .item .ttl .icon {
  width: 35px;
  margin: 0 16px 0 0;
}
@media (max-width: 750px) {
  #single_record .content .contents .item .ttl .icon {
    width: 9vw;
    margin: 0 2vw 0 0;
  }
}
#single_record .content .contents .item .ttl .ttl_text {
  color: #EE7D00;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 750px) {
  #single_record .content .contents .item .ttl .ttl_text {
    font-size: 3.7vw;
  }
}
#single_record .content .contents .item .in_text {
  width: calc(100% - 380px);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 750px) {
  #single_record .content .contents .item .in_text {
    width: 100%;
    font-size: 3.7vw;
  }
}
#single_record .content .horizontal {
  display: block;
  width: 100%;
  background: #E0E0E0;
  height: 1px;
  border: none;
  margin: 60px 0 60px;
}
@media (max-width: 750px) {
  #single_record .content .horizontal {
    margin: 12vw 0 12vw;
  }
}
#single_record .content .ttl_data {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #single_record .content .ttl_data {
    font-size: 3.7vw;
    margin: 0 0 4vw;
  }
}
#single_record .content .data {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
#single_record .content .data tr th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  width: 1em;
  white-space: nowrap;
  padding: 0 60px 20px 0;
}
@media (max-width: 750px) {
  #single_record .content .data tr th {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 3vw 0 1vw;
  }
}
#single_record .content .data tr td {
  padding: 0 0 20px;
}
@media (max-width: 750px) {
  #single_record .content .data tr td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 3vw;
  }
}
#single_record .wrap_back {
  display: flex;
  justify-content: center;
}
#single_record .wrap_back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  background-color: white;
  border: 1px solid #ee7d00;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  #single_record .wrap_back a {
    width: 28vw;
    height: 12vw;
    border-radius: 6vw;
  }
}
#single_record .wrap_back a:hover {
  background: #ee7d00;
}
@media (max-width: 750px) {
  #single_record .wrap_back a:hover {
    background: white;
  }
}
#single_record .wrap_back a:hover .in_text {
  color: white;
}
@media (max-width: 750px) {
  #single_record .wrap_back a:hover .in_text {
    color: #ee7d00;
  }
}
#single_record .wrap_back a .in_text {
  color: #ee7d00;
  font-size: 16px;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  #single_record .wrap_back a .in_text {
    font-size: 3.7vw;
  }
}

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