@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap");
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #E5E5E5;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #707070;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 960px) {
  .wrap, main .main_footer_links > p, main .main_footer_links ul {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .wrap, main .main_footer_links > p, main .main_footer_links ul {
    width: 1260px;
    max-width: 94%;
    margin: 0 auto;
  }
}

@keyframes scroll_animation {
  0% {
    top: 0;
    bottom: inherit;
    height: 0%;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  45%,
55% {
    top: 0;
    bottom: inherit;
    height: 100%;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  55.1% {
    top: inherit;
    bottom: 0;
    height: 100%;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  100% {
    top: inherit;
    bottom: 0;
    height: 0%;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@keyframes scroll_animation_img {
  0% {
    top: 0;
    bottom: inherit;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  45%,
	55% {
    top: 0;
    bottom: inherit;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  55.1% {
    top: inherit;
    bottom: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  100% {
    top: inherit;
    bottom: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@keyframes link_down {
  0%,
	100% {
    bottom: 0;
  }
  50% {
    bottom: -5px;
  }
}
@keyframes link_left {
  0%,
	100% {
    left: 0;
  }
  50% {
    left: -5px;
  }
}
@keyframes link_right {
  0%,
	100% {
    right: 0;
  }
  50% {
    right: -5px;
  }
}
@keyframes listAnime {
  0% {
    opacity: 0;
    max-height: 9999;
  }
  100% {
    opacity: 1;
    max-height: 9999;
  }
}
@keyframes listAnime_none {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
    max-height: 0;
  }
}
@keyframes right_menu_right {
  0%,
	100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

a,
a:focus {
  outline: none;
}

a,
a:visited {
  color: #0057AA;
  display: inline-block;
}

a:active {
  color: #0071dd;
}

button,
input,
input:focus {
  outline: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: none;
}

.flex_empty,
.empty {
  height: 0;
  overflow: hidden;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  border: 0 none;
}
.flex_empty:after,
.empty:after {
  content: "";
  display: none;
  height: 0;
  padding: 0;
}

.p_pagetop {
  font-size: 16px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.p_pagetop a {
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.p_pagetop a span {
  display: inline-block;
  color: #2B2B2B;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5em;
  border-radius: .5em;
  line-height: 1;
}

@media screen and (min-width: 961px) {
  .wrap_inner {
    max-width: 90%;
    margin: 0 auto;
  }
}

img {
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
  padding: 0;
  text-align: center;
}

p.attention {
  margin-left: 1em;
  text-indent: -1em;
}

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

@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .xs_over {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .xs {
    display: none;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.text_left,
.text-left {
  text-align: left;
}

.text_right,
.text-right {
  text-align: right;
}

.text-cetner,
.text_center {
  text-align: center !important;
}

html {
  font-size: 62.5%;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #2B2B2B;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

@media \0 screen\,screen\9  {
  html {
    font-size: calc(1rem * .625);
  }
}
@media screen and (min-width: 0\0 ) {
  html {
    font-size: calc(1rem * .625);
  }
}
body {
  font-size: 1.6em;
  line-height: 1.8;
  color: #2B2B2B;
  font-family: 'Noto Sans JP',"メイリオ","Meiryo","游ゴシック",	YuGothic,			"HG丸ゴシックM-PRO",	"ヒラギノ角ゴ Pro",	"Hiragino Kaku Gothic Pro",	sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 960px) {
  header .header_wrap {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  header .header_wrap {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 10px;
  }
}

header a {
  text-decoration: none;
}

header .header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_wrap h1,
header .header_wrap .h1 {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 1;
}

header {
  background-color: rgba(0, 0, 0, 0.8);
  transition: .3s;
}

.sp_menu .icon {
  color: #fff;
  position: relative;
  width: 30px;
  height: 18px;
  display: flex !important;
  align-content: space-between;
  flex-wrap: wrap;
}
.sp_menu .icon,
.sp_menu .icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.sp_menu .icon span {
  position: relative;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 3px;
}

.sp_menu.active .icon span:nth-of-type(1) {
  transform: translateY(7.5px) rotate(-45deg);
}
.sp_menu.active .icon span:nth-of-type(2) {
  opacity: 0;
}
.sp_menu.active .icon span:nth-of-type(3) {
  transform: translateY(-7.5px) rotate(45deg);
}

.sp_menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #F94C30;
  font-size: 14px;
  font-size: 1.4rem;
}

.sp_menu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 40px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sp_menu .sp_menu_title {
  padding-top: 5px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1;
  font-size: 10px;
  font-weight: 400;
}

@media screen and (max-width: 960px) {
  header .header_wrap {
    height: 55px;
  }

  header nav {
    width: 100%;
    max-height: calc(100vh - 55px);
    overscroll-behavior-y: contain;
    overflow-y: auto;
    background-color: #E5E5E5;
  }
  header nav ul {
    margin: 0;
    padding: 0;
  }
  header nav ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid white;
  }
  header nav ul li a,
  header nav ul li p {
    margin: 0;
    padding: 5px 20px;
    display: block;
    width: 100%;
  }
  header nav ul li a:hover, header nav ul li a:focus {
    background-color: #fdcdc5;
  }
  header nav ul li a,
  header nav ul li a:visited {
    color: #2B2B2B;
  }
  header nav ul li ul li a,
  header nav ul li ul li p {
    padding-left: 40px;
  }
  header nav > ul > li > a,
  header nav > ul > li > p {
    color: #2B2B2B;
  }

  header nav {
    position: absolute;
    right: -100vw;
    top: 55px;
    width: 100%;
    transition: 0.5s;
    opacity: 0;
  }
  header nav ul {
    margin-right: 0;
  }
  header nav.active {
    right: 0;
    opacity: 1;
  }

  header img {
    height: 40px;
    width: auto;
    padding-top: 5px;
  }

  header .header_h1 {
    padding: 5px 0;
  }

  header nav ul > li > a, header nav ul > li > a:active, header nav ul > li > a:visited {
    color: #2B2B2B;
  }
}
@media screen and (min-width: 961px) {
  .sp_menu {
    display: none;
  }

  header .header_wrap {
    height: 100px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  header .header_wrap nav {
    width: 100%;
    height: 100%;
    margin: 0 0 0 20px;
    padding: 0;
    display: flex;
  }
  header .header_wrap nav ul.main {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  header .header_wrap nav ul.main > li:has(ul) > a:first-child,
  header .header_wrap nav ul.main > li:has(ul) > p:first-child {
    position: relative;
  }
  header .header_wrap nav ul.main > li:has(ul) > a:first-child:after,
  header .header_wrap nav ul.main > li:has(ul) > p:first-child:after {
    display: inline-block;
    content: "▼";
    padding-left: .25em;
  }
  header .header_wrap nav ul.main > li {
    width: 100%;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    position: relative;
  }
  header .header_wrap nav ul.main > li.nav_translation {
    min-width: 12.5em;
  }
  header .header_wrap nav ul.main > li.nav_order {
    min-width: 11em;
  }
  header .header_wrap nav ul.main > li > p,
  header .header_wrap nav ul.main > li > a {
    display: block;
    margin: 0;
    padding: 0 5px;
    min-width: 5em;
    transition: 0.5s;
    text-align: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  header .header_wrap nav ul.main > li > p span,
  header .header_wrap nav ul.main > li > a span {
    display: inline-block;
  }
  header .header_wrap nav ul.main > li > p,
  header .header_wrap nav ul.main > li > a {
    line-height: 1.5;
  }
  header .header_wrap nav ul.main > li > p, header .header_wrap nav ul.main > li > p:visited,
  header .header_wrap nav ul.main > li > a,
  header .header_wrap nav ul.main > li > a:visited {
    color: #fff;
  }
  header .header_wrap nav ul.main > li.is-open > p,
  header .header_wrap nav ul.main > li.is-open > a, header .header_wrap nav ul.main > li:focus > p,
  header .header_wrap nav ul.main > li:focus > a {
    color: #fff;
  }
  header .header_wrap nav ul.main > li ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header .header_wrap nav ul.main > li ul li {
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top-width: 0;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-color: #707070;
    border-style: solid;
  }
  header .header_wrap nav ul.main > li ul li a {
    line-height: 1.4;
    display: block;
    padding: .8em .6em;
    background-color: #fff;
    transition: .3s;
  }
  header .header_wrap nav ul.main > li ul li a span {
    display: inline-block;
  }
  header .header_wrap nav ul.main > li ul li a, header .header_wrap nav ul.main > li ul li a:visited {
    color: #2B2B2B;
    text-decoration: none;
  }
  header .header_wrap nav ul.main > li ul li a:hover, header .header_wrap nav ul.main > li ul li a:focus {
    background-color: #fdcdc5;
  }
  header .header_wrap nav ul.main > li ul li:first-child {
    border-top-width: 1px;
  }
  header .header_wrap nav ul.main > li .nav_child {
    top: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header .header_wrap nav ul.main > li .nav_child {
    transition: .5s;
    z-index: -9;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  header .header_wrap nav ul.main > li.is-open .nav_child, header .header_wrap nav ul.main > li:focus .nav_child {
    z-index: 2;
    opacity: 1;
    max-height: 9999px;
  }
  header .header_wrap nav ul.main > li:hover > a,
  header .header_wrap nav ul.main > li > a:focus > p:focus {
    background-color: rgba(0, 0, 0, 0.5);
  }
  header .header_wrap nav ul.main > li.is-open > a,
  header .header_wrap nav ul.main > li.is-open > p {
    background-color: rgba(0, 0, 0, 0.5);
  }
  header .header_wrap nav ul.main > li.is-open > p {
    cursor: initial;
  }
  header .header_wrap nav ul.main > li.nav_order > a {
    background-color: #F94C30;
  }
  header .header_wrap nav ul.main > li.nav_order:hover > a, header .header_wrap nav ul.main > li.nav_order:focus > a {
    background-color: #ef2707;
  }
  header .header_wrap nav ul.main > li.nav_recruit a {
    background-color: #2154AB;
  }
  header .header_wrap nav ul.main > li.nav_recruit:hover a, header .header_wrap nav ul.main > li.nav_recruit:focus a {
    background-color: #193f80;
  }

  header .logo {
    max-width: 20%;
  }

  header img {
    max-width: 100%;
    width: 376px;
    height: auto;
  }
}
#header #menu-open-btn,
#header #menu-close-btn {
  display: none;
}

#header button {
  cursor: pointer;
}

#header .close-wide {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 30px;
  background-color: #fff;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}

#header .close-wide::before,
#header .close-wide::after {
  background: #0071c5;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 15px;
  width: 30px;
  z-index: 2;
}

#header .close-wide::before {
  transform: rotate(-45deg);
}

#header .close-wide::after {
  transform: rotate(45deg);
}

#header .close-wide > span {
  color: #eaf3f9;
  display: block;
  font-size: 0.625rem;
  height: 40px;
  width: 40px;
}

header {
  transition: .3s;
  z-index: 999;
  position: fixed;
  width: 100%;
}
header .header_top {
  width: 100%;
}

body.mfp-zoom-out-cur header {
  z-index: 9;
}

main {
  display: block;
}

body.scroll header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

footer {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  footer {
    padding-bottom: 3em;
  }
}
footer a {
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  footer {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  footer {
    font-size: 10px;
    font-size: 1rem;
  }
}
footer p.copyright {
  color: #2B2B2B;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin: 1em;
}
@media screen and (min-width: 1280px) {
  footer p.copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  footer p.copyright {
    font-size: 10px;
    font-size: 1rem;
  }
}
footer .footer_01 ul, footer .footer_02 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer_01 ul li, footer .footer_02 ul li {
  margin-left: 1em;
  padding: 0;
}
footer .footer_01 {
  padding: 1em 0;
  background-color: #2B2B2B;
  color: #fff;
}
footer .footer_01 a,
footer .footer_01 a:visited {
  color: #fff;
  transition: .3s;
}
footer .footer_01 a {
  position: relative;
  z-index: 2;
}
footer .footer_01 a:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  transform: scale(0, 1);
  transition: transform .3s ease-out;
  transform-origin: right top;
}
footer .footer_01 a:hover:before, footer .footer_01 a:focus:before {
  transform: scale(1, 1);
  transform-origin: left top;
}
footer .footer_01 .wrap {
  display: flex;
}
@media screen and (min-width: 961px) {
  footer .footer_01 .wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  footer .footer_01 .wrap {
    justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  footer .footer_01_01 > ul, footer .footer_01_02 > ul, footer .footer_01_03 > ul {
    margin: 1em;
  }
}
@media screen and (max-width: 960px) {
  footer .footer_01_01 > ul, footer .footer_01_02 > ul, footer .footer_01_03 > ul {
    margin: 1em 0.5em;
  }
  footer .footer_01_01 > ul > li, footer .footer_01_02 > ul > li, footer .footer_01_03 > ul > li {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  footer .footer_01_01 > ul, footer .footer_01_02 > ul, footer .footer_01_03 > ul {
    margin: 1em 0.25em;
  }
}
footer .footer_01_01 > ul ul, footer .footer_01_02 > ul ul, footer .footer_01_03 > ul ul {
  margin-top: 0;
}
footer .footer_02 .wrap {
  padding-top: 1em;
}
@media screen and (min-width: 961px) {
  footer .footer_02 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 960px) {
  footer .footer_02 .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
footer .footer_02,
footer .footer_02 a,
footer .footer_02 a:visited {
  color: #2B2B2B;
}
footer .footer_02_01 > p {
  margin: 1em 0;
}
footer .footer_02_01 > p a {
  display: block;
}
footer .footer_02_01 > p a img {
  transition: .3s;
}
footer .footer_02_01 > p a:hover img {
  opacity: .8;
}
footer .footer_02_01 img {
  max-width: 330px;
  width: auto;
  height: auto;
}
footer .footer_02_01 ul {
  display: flex;
}
footer .footer_02_01 ul li:first-child {
  margin-left: 0;
}
footer .footer_02_01 ul li a {
  position: relative;
  z-index: 2;
}
footer .footer_02_01 ul li a:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2B2B2B;
  z-index: -1;
  transform: scale(0, 1);
  transition: transform .3s ease-out;
  transform-origin: right top;
}
footer .footer_02_01 ul li a:hover:before, footer .footer_02_01 ul li a:focus:before {
  transform: scale(1, 1);
  transform-origin: left top;
}
footer .footer_02_02 p {
  margin: 1em;
  display: flex;
  justify-content: center;
}
footer .footer_02_02 img {
  max-width: 80px;
  max-height: 100px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 960px) {
  footer .footer_02_02 img {
    max-width: 60px;
    max-height: 80px;
  }
}
footer .footer_02_02 a {
  transition: .3s;
}
footer .footer_02_02 a:hover img {
  opacity: .8;
}

.breadcrumbs {
  display: none;
}

main {
  min-height: 80vh;
}

.none {
  display: none;
}

main .technology_02, main .achievement_02 {
  background-color: #F2F2F2;
}

main span.block {
  display: block;
}
main .has_line {
  position: relative;
  padding-bottom: 3em;
  margin-bottom: 3em;
}
@media screen and (min-width: 961px) {
  main .has_line {
    padding-bottom: 5em;
    margin-bottom: 5em;
  }
}
main .has_line:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 5px;
  background-color: #F94C30;
}
main .main_footer_links {
  background-color: #F2F2F2;
  padding: 2em 0;
}
main .main_footer_links > p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  margin: 1em auto;
}
@media screen and (min-width: 1280px) {
  main .main_footer_links > p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  main .main_footer_links > p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main .main_footer_links > p span {
  display: inline-block;
}
main .main_footer_links a {
  text-decoration: none;
}
main .main_footer_links a, main .main_footer_links a:visited {
  color: #2B2B2B;
}
main .main_footer_links ul {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  main .main_footer_links ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 960px) {
  main .main_footer_links ul {
    justify-content: center;
  }
}
main .main_footer_links ul li {
  width: 100%;
  padding: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  width: 300px;
  margin: .5em;
  border: 3px solid #F94C30;
  border-radius: 1em;
}
main .main_footer_links ul li,
main .main_footer_links ul li a,
main .main_footer_links ul li i {
  transition: .3s;
}
@media screen and (max-width: 599px) {
  main .main_footer_links ul li {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  main .main_footer_links ul li {
    margin: 1em;
    width: calc((100% - 6em) / 3);
  }
}
@media screen and (min-width: 961px) {
  main .main_footer_links ul li {
    border: 5px solid #F94C30;
    border-radius: 30px;
  }
}
main .main_footer_links ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1em;
}
main .main_footer_links ul li a i {
  font-size: 3em;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  main .main_footer_links ul li a i {
    font-size: 65px;
  }
}
main .main_footer_links ul li a i + p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0 .5em;
  line-height: 1.2;
}
@media screen and (min-width: 1280px) {
  main .main_footer_links ul li a i + p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  main .main_footer_links ul li a i + p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
main .main_footer_links ul li a i + p span {
  display: inline-block;
}
main .main_footer_links ul li a i + p + p {
  margin: 0;
  line-height: 1.3;
}
main .main_footer_links ul li a i + p + p span {
  display: inline-block;
}
main .main_footer_links ul li:hover,
main .main_footer_links ul li:has(a:focus) {
  background-color: #fff0be;
}
main .main_footer_links ul li:hover i,
main .main_footer_links ul li:has(a:focus) i {
  color: #F94C30;
}
main .main_footer_links ul li a:focus {
  border: 0 none !important;
}
main .main_header {
  background-color: #707070;
  min-height: 33vh;
  padding: calc(55px + 2.5em) 0 2.5em;
  max-height: 595px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../images/common/top_img.jpg);
  position: relative;
}
@media screen and (min-width: 961px) {
  main .main_header {
    padding: calc(100px + 4em) 0 4em;
    max-height: 640px;
    height: 39.5314787701vw;
  }
}
main .main_header_inner {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2em 1em;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  max-width: 980px;
  backdrop-filter: blur(4px);
}
main .main_header h1 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  main .main_header h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  main .main_header h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
main .main_header h1 span {
  display: inline-block;
}
main .main_header h1 span.block {
  display: block;
}
main .main_header h1 span.small {
  font-size: .75em;
  display: block;
  font-weight: 400;
}
main .main_header h1 + p {
  margin: 10px 0;
}
main .main_header h1,
main .main_header h1 + p {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.5);
}
main .main_header span {
  display: inline-block;
}
main .main_header p.link_btn {
  position: absolute;
  left: 0;
  bottom: -2em;
  width: 100%;
}
main .link_btn {
  margin: 1em 0;
  text-align: center;
}
main .link_btn a {
  display: inline-block;
  padding: 1em 2em;
  line-height: 1;
  text-decoration: none;
  background-color: #F94C30;
  border-radius: .5em;
  transition: .3s;
}
main .link_btn a, main .link_btn a:visited {
  color: #fff;
}
main .link_btn a:hover, main .link_btn a:focus {
  background-color: #ef2707;
}
main ul.btn_links_orange {
  margin: 2em 0;
  padding: 0;
  list-style: none;
}
main ul.btn_links_orange li {
  margin: 1em;
  padding: 0;
}
main ul.btn_links_orange li a {
  text-decoration: none;
  letter-spacing: 0.02em;
  background-color: #F94C30;
  border-radius: 1em;
  padding: .75em 1em .75em 1em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: .3s;
}
main ul.btn_links_orange li a, main ul.btn_links_orange li a:visited {
  color: #fff;
}
main ul.btn_links_orange li a:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e805';
  padding-right: .5em;
  font-size: 2em;
}
main ul.btn_links_orange li a:hover, main ul.btn_links_orange li a:focus {
  background-color: #ef2707;
}
main ul.btn_links_orange li a:hover:before, main ul.btn_links_orange li a:focus:before {
  animation-name: right_menu_right;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
main a.text_link_orange, main a.text_download_orange, main a.text_pdf_orange {
  text-indent: 0;
  display: inline-block;
  padding: .5em 1em;
  line-height: 1;
  text-decoration: none;
  margin-left: .2em;
  margin-right: .2em;
  background-color: #F94C30;
  border-radius: .5em;
  transition: .3s;
}
main a.text_link_orange, main a.text_download_orange, main a.text_pdf_orange, main a.text_link_orange:visited, main a.text_download_orange:visited, main a.text_pdf_orange:visited {
  color: #fff;
}
main a.text_link_orange:hover, main a.text_download_orange:hover, main a.text_pdf_orange:hover, main a.text_link_orange:focus, main a.text_download_orange:focus, main a.text_pdf_orange:focus {
  background-color: #ef2707;
}
main a.text_link_orange:after, main a.text_download_orange:after, main a.text_pdf_orange:after {
  display: inline-block;
  padding-left: .25em;
}
main a.text_link_orange:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f0c1";
}
main a.text_download_orange:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f56d";
}
main a.text_pdf_orange:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  content: "\f1c1";
}
main .for_link_lg {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
main .for_link_lg a {
  text-decoration: none;
  display: block;
  text-align: center;
  background-color: #F94C30;
  border-radius: 2em;
  padding: 1em;
  transition: .3s;
}
main .for_link_lg a > p:first-child {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1280px) {
  main .for_link_lg a > p:first-child {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  main .for_link_lg a > p:first-child {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main .for_link_lg a > p:first-child span {
  display: inline-block;
}
main .for_link_lg a p + p span {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  background-color: #fff;
  color: #2B2B2B;
  border-radius: 3em;
  min-width: 50%;
  padding: 1em 2em;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  main .for_link_lg a p + p span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  main .for_link_lg a p + p span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
main .for_link_lg a:hover, main .for_link_lg a:focus {
  background-color: #ef2707;
}
@keyframes shine2 {
  100% {
    left: 100%;
  }
}
@keyframes shine3 {
  0% {
    left: -120%;
    opacity: 0;
  }
  1% {
    left: -120%;
    opacity: 1;
  }
  98% {
    left: 100%;
    opacity: 1;
  }
  99% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
main .shine_btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
main .shine_btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  transform: skewX(-30deg);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 100%);
}
main .shine_btn.a__on:after {
  animation: shine2 2s;
}
main .shine_btn:hover:after, main .shine_btn:focus:after {
  animation: shine3 2s;
}
main a.nomal_link.black {
  position: relative;
  z-index: 2;
}
main a.nomal_link.black:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #2B2B2B;
  z-index: -1;
  transform: scale(0, 1);
  transition: transform .3s ease-out;
  transform-origin: right top;
}
main a.nomal_link.black:hover:before, main a.nomal_link.black:focus:before {
  transform: scale(1, 1);
  transform-origin: left top;
}
main a.nomal_link.orange {
  position: relative;
  z-index: 2;
}
main a.nomal_link.orange:before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #F94C30;
  z-index: -1;
  transform: scale(0, 1);
  transition: transform .3s ease-out;
  transform-origin: right top;
}
main a.nomal_link.orange:hover:before, main a.nomal_link.orange:focus:before {
  transform: scale(1, 1);
  transform-origin: left top;
}

body:not(#toppage):not(#core_competence):not(#service) main h2 {
  font-size: 30px;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  body:not(#toppage):not(#core_competence):not(#service) main h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  body:not(#toppage):not(#core_competence):not(#service) main h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
body:not(#toppage):not(#core_competence):not(#service) main h2 span {
  display: inline-block;
}
body:not(#toppage):not(#core_competence):not(#service) main h2 span.orange {
  color: #F94C30;
}
body:not(#toppage):not(#core_competence):not(#service) main h2 + p {
  text-align: center;
}
body:not(#toppage):not(#core_competence):not(#service) main h2 + p span {
  display: inline-block;
}

body#price .main_header {
  background-image: url(../../images/price/top_img.jpg);
}

body#purpose .main_header {
  background-image: url(../../images/purpose/top_img.jpg);
}

body#core_competence .main_header {
  background-image: url(../../images/core_competence/top_img.jpg);
}

body#translation .main_header {
  background-image: url(../../images/translation/top_img.jpg);
}

body#technology .main_header {
  background-image: url(../../images/technology/top_img.jpg);
}

body#achievement .main_header {
  background-image: url(../../images/achievement/top_img.jpg);
}

body#media .main_header {
  background-image: url(../../images/media/top_img.jpg);
}

body#base .main_header {
  background-image: url(../../images/base/top_img.jpg);
}

body#iso17100 .main_header {
  background-image: url(../../images/iso17100/top_img.jpg);
}

body#service .main_header {
  background-image: url(../../images/service/top_img.jpg);
}

body#company .main_header {
  background-image: url(../../images/company/top_img.jpg);
}

body#contact .main_header {
  background-image: url(../../images/contact/top_img.jpg);
}

body#order .main_header {
  background-image: url(../../images/order/top_img.jpg);
}

body#privacy .main_header {
  background-image: url(../../images/privacy/top_img.jpg);
}

body#policy .main_header {
  background-image: url(../../images/policy/top_img.jpg);
}

body#recruit .main_header {
  background-image: url(../../images/recruit/top_img.jpg);
}

body#sitemap .main_header {
  background-image: url(../../images/sitemap/top_img.jpg);
}

main .purpose_01 {
  padding-top: 3em;
}
main .purpose_01 h2 span.orange {
  font-size: 1.25em;
}
main .purpose_01 h3 {
  text-align: center;
}
main .purpose_01 h3 > span {
  display: inline-block;
  padding: 1em 2em;
  background-color: #F94C30;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  border-radius: 1em;
}
@media screen and (min-width: 1280px) {
  main .purpose_01 h3 > span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  main .purpose_01 h3 > span {
    font-size: 20px;
    font-size: 2rem;
  }
}
main .purpose_01 h3 > span span {
  display: inline-block;
}
main .purpose_02 {
  padding-top: 3em;
  margin: 3em 0;
  padding-bottom: 2em;
  border-bottom: 5px solid #F94C30;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
main .purpose_02 h3 {
  position: relative;
}
main .purpose_02 h3 span {
  display: inline-block;
  background-color: #fff;
  padding: .5em .5em .5em 0;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  main .purpose_02 h3 span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  main .purpose_02 h3 span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
main .purpose_02 h3:before {
  width: 100%;
  height: 5px;
  background-color: #F94C30;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
main .purpose_02 p {
  margin: 0;
}
@media screen and (max-width: 960px) {
  main .purpose_02 {
    width: 96%;
  }
}
main .purpose_03 {
  padding-top: 3em;
  padding-bottom: 3em;
  margin: 3em 0;
}
main .purpose_03 .img_wrap {
  max-width: 732px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: auto;
}
@media screen and (max-width: 960px) {
  main .purpose_03 .img_wrap {
    width: 100%;
  }
}

main .core_competence_01 {
  padding-top: 3em;
  padding-bottom: 1.5em;
  margin-top: 3em;
  margin-bottom: 3em;
}
main .core_competence_01 p {
  text-align: center;
}
main .core_competence_01 p span {
  display: inline-block;
}
main .core_competence_02 {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 90vw;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  max-height: 700px;
}
main .core_competence_02 p {
  font-size: 2.1428571429vw;
  line-height: 1.5;
  margin: .5em 0;
}
@media screen and (min-width: 800px) {
  main .core_competence_02 p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
main .core_competence_02 p span {
  display: inline-block;
}
main .core_competence_02 h2 {
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .25em;
}
main .core_competence_02 h2 span:first-child {
  font-size: 3.5714285714vw;
}
@media screen and (min-width: 800px) {
  main .core_competence_02 h2 span:first-child {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
main .core_competence_02 h2 span + span {
  font-size: 3vw;
  font-weight: 400;
}
@media screen and (min-width: 800px) {
  main .core_competence_02 h2 span + span {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
main .core_competence_02 h2 span {
  display: block;
}
main .core_competence_02_01, main .core_competence_02_02, main .core_competence_02_03 {
  display: flex;
  align-items: center;
}
main .core_competence_02_01 {
  background-image: url(../../images/core_competence/core_competence_img01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 33%;
  width: 100%;
  padding-top: calc(90vw * (1.41421356237 - 1) / 8);
  padding-left: calc(90vw * (1.41421356237 - 1) / 4);
  padding-right: calc(90vw * (1.41421356237 - 1) / 4);
}
@media screen and (min-width: 800px) {
  main .core_competence_02_01 {
    padding-top: calc(800px * (1.41421356237 - 1) / 10);
    padding-left: calc(800px * (1.41421356237 - 1) / 4);
    padding-right: calc(800px * (1.41421356237 - 1) / 4);
  }
}
main .core_competence_02_02 {
  background-image: url(../../images/core_competence/core_competence_img02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 33%;
  height: 33%;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: calc(800px * (1.41421356237 - 1) / 8);
  padding-right: calc(800px * (1.41421356237 - 1) / 8);
}
main .core_competence_02_03 {
  background-image: url(../../images/core_competence/core_competence_img03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35%;
  width: 100%;
  padding-bottom: calc(90vw * (1.41421356237 - 1) / 6);
  padding-left: calc(90vw * (1.41421356237 - 1) /2);
  padding-right: calc(90vw * (1.41421356237 - 1) / 2);
}
@media screen and (min-width: 800px) {
  main .core_competence_02_03 {
    padding-bottom: calc(800px * (1.41421356237 - 1) / 6);
    padding-left: calc(800px * (1.41421356237 - 1) / 3);
    padding-right: calc(800px * (1.41421356237 - 1) / 3);
  }
}
main .core_competence_03 {
  margin-top: 6em;
  margin-bottom: 3em;
  text-align: center;
}
main .core_competence_03_inner {
  border: 3px solid #F94C30;
  padding: 2em;
  border-radius: 1em;
  display: inline-block;
  text-align: left;
}
main .core_competence_03 p {
  margin: 0;
}
main .core_competence_03 ul {
  margin: .5em 0 0;
  padding: 0;
  list-style: none;
}
main .core_competence_03 ul li {
  margin-left: 1.25em;
  padding-left: 0;
  position: relative;
}
main .core_competence_03 ul li:before {
  content: "●";
  display: block;
  position: absolute;
  left: -1.25em;
  top: 0;
}
main .core_competence_04 {
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 961px) {
  main .core_competence_04 {
    max-width: 80%;
  }
}
main .core_competence_04 ul {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1280px) {
  main .core_competence_04 ul {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  main .core_competence_04 ul {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 961px) {
  main .core_competence_04 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main .core_competence_04 ul li {
  margin: .75em 0;
}
@media screen and (min-width: 961px) {
  main .core_competence_04 ul li {
    width: calc((100% - 2em) / 2);
  }
}

main .service_01 {
  max-width: 580px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  main .service_01 {
    width: 90%;
  }
}
main .service_02 {
  width: 60%;
  padding-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  main .service_02 {
    width: 100%;
  }
}
main .service_02 p {
  margin-top: 3.75em;
  margin-bottom: 1.5em;
}
main .service_02 ul {
  margin-top: 0;
}
main .service_02 ul li {
  margin-top: .5em;
  margin-bottom: .5em;
  line-height: 1.8;
}
main .service_02 ul li span + a {
  margin-left: .5em;
}

body#service main h2 {
  font-size: 30px;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  body#service main h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  body#service main h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
body#service main h2 span {
  display: inline-block;
}
body#service main h2 span.orange {
  color: #F94C30;
}
body#service main h2 {
  margin-bottom: 0;
  margin-top: 3.6em;
}
body#service main .has_line:has(h2) {
  padding-bottom: 1em;
  margin-bottom: 0;
}

main .technology_02 {
  padding: 3em 0 6em;
}
main .technology_02 .img_wrap {
  max-width: 700px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
main .technology_02 .img_wrap figure {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  padding: 2em;
  background-color: #fff;
  border-radius: 2em;
}
main .technology_02 .img_wrap img {
  display: inline-block;
}
main .technology_04 {
  padding: 3em 0 6em;
}
main .technology_04 .img_wrap {
  max-width: 500px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
main .technology_04 .img_wrap figure {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  padding: 2em;
  background-color: #fff;
  border-radius: 2em;
}
main .technology_04 .img_wrap img {
  display: inline-block;
}

body#technology main .for_link_lg {
  position: relative;
}
body#technology main .for_link_lg:before {
  content: "";
  height: 50%;
  width: 100vw;
  left: 50%;
  top: 0;
  background-color: #F2F2F2;
  position: absolute;
  transform: translateX(-50%);
}

main .achievement_02 {
  padding: 3em 0 6em;
}
main .achievement_02 .img_wrap {
  max-width: 700px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
main .achievement_02 .img_wrap figure {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  padding: 2em;
  background-color: #fff;
  border-radius: 2em;
}
main .achievement_02 .img_wrap img {
  display: inline-block;
}

body#achievement main h2 {
  font-size: 30px;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  body#achievement main h2 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  body#achievement main h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
body#achievement main h2 span {
  display: inline-block;
}
body#achievement main h2 span.orange {
  color: #F94C30;
}
body#achievement main h2 + p {
  text-align: center;
}
body#achievement main h2 + p span {
  display: inline-block;
}
body#achievement main .for_link_lg {
  padding: 3em 0 3em;
}

main .media_02 {
  padding: 3em 0 6em;
}
main .media_02 .img_wrap {
  max-width: 980px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
main .media_02 .img_wrap figure {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  padding: 2em;
  background-color: #fff;
  border-radius: 2em;
}
main .media_02 .img_wrap img {
  display: inline-block;
}

main .base_02 {
  padding: 0 0 3em;
}
main .base_02 .img_wrap {
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
main .base_02 .img_wrap figure {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  padding: 2em;
  background-color: #fff;
  border-radius: 2em;
}
main .base_02 .img_wrap img {
  display: inline-block;
}
main .base_03 {
  padding-bottom: 3em;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}
main .base_03_inner {
  display: inline-block;
  text-align: left;
}
main .base_03 h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  main .base_03 h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  main .base_03 h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
main .base_03 h3 span {
  display: inline-block;
  padding: .5em .25em .5em 0;
  position: relative;
}
main .base_03 h3 span:after {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F94C30;
}
main .base_03 ul {
  margin-top: 0;
  margin-bottom: 2em;
}
main .base_03 ol {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

main .iso17100_01 {
  padding-top: 3em;
}
main .iso17100_01 p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
main .iso17100_01 p span {
  display: inline-block;
}
main .iso17100_02 {
  padding: 3em 0 3em;
}
main .iso17100_02 .img_wrap {
  max-width: 650px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 960px) {
  main .iso17100_02 .img_wrap {
    width: 96%;
  }
}
main .iso17100_02 .img_wrap figure {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  padding: 2em;
  background-color: #fff;
  border-radius: 2em;
}
main .iso17100_02 .img_wrap img {
  display: inline-block;
}
main .iso17100_04 {
  display: flex;
  align-items: center;
  padding-bottom: 3em;
}
main .iso17100_04_01 img {
  max-width: 100px;
  max-height: 130px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 960px) {
  main .iso17100_04_01 img {
    max-width: 80px;
  }
}
main .iso17100_04_02 {
  flex: 1;
  line-height: 1.4;
  margin-left: 1em;
}
main .iso17100_04_02 p {
  margin: 0 0 .5em;
}
main .iso17100_04_02 ul {
  margin: 0 0 0 1em;
  padding: 0;
}
main .iso17100_04_02 ul > li {
  margin-left: 1em;
  margin-bottom: .5em;
}
main .iso17100_04_02 ol {
  list-style: none;
  margin: .5em 0 0 0;
  padding: 0;
}
main .iso17100_04_02 ol li {
  margin-left: 1em;
  text-indent: -1em;
  padding: 0;
}
main .iso17100_03, main .iso17100_04 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media screen and (max-width: 960px) {
  main .iso17100_03, main .iso17100_04 {
    width: 100%;
  }
}

main .company_01 {
  padding-bottom: 3em;
}
main .company_01 table {
  border-collapse: collapse;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
main .company_01 table td {
  padding: .5em 1em;
}
main .company_01 table th {
  min-width: 10em;
  padding-top: .5em;
  padding-bottom: .5em;
  position: relative;
  text-align: left;
  font-weight: 700;
  color: #F94C30;
  vertical-align: top;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (min-width: 1280px) {
  main .company_01 table th {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  main .company_01 table th {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main .company_01 table th span {
  display: inline-block;
  padding-right: .5em;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
main .company_01 table th:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #F94C30;
  position: absolute;
  left: 0;
  top: 1.25em;
}
@media screen and (max-width: 960px) {
  main .company_01 table th,
  main .company_01 table td {
    display: block;
  }
  main .company_01 table td {
    padding-left: 2em;
  }
}
main .company_02 {
  padding-bottom: 6em;
}
@media screen and (min-width: 961px) {
  main .company_02_inner {
    display: flex;
  }
}
@media screen and (min-width: 961px) {
  main .company_02_01 {
    flex: 1;
    margin-right: 2em;
  }
  main .company_02_01 iframe {
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  main .company_02_02 {
    margin-top: 1em;
    text-align: center;
  }
  main .company_02_02_inner {
    display: inline-block;
    text-align: left;
  }
}
main .company_02_02 h3 {
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 1280px) {
  main .company_02_02 h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  main .company_02_02 h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main .company_02_02 h3:before {
  content: "◆";
}
main .company_02_02 ul {
  margin-top: 0;
  margin-left: 2em;
  margin-bottom: 1em;
  list-style: none;
  padding: 0;
}
main .company_02_02 ul li {
  margin: 0;
  padding: 0;
}

main .price_01 h2 {
  margin-bottom: 1em !important;
}
main .price_01 h2 + p span {
  display: inline-block;
}
main .price_01 #price_base {
  display: none !important;
}
main .price_01_inner {
  margin-top: 3em;
  display: flex;
  padding: 1em;
  border: 3px solid #fca698;
  justify-content: space-between;
}
main .price_01_inner p {
  margin: 0 0 1em;
  padding: 1em 1em;
  line-height: 1;
  border: 1px solid #fca698;
  text-align: center;
}
main .price_01_inner table span {
  display: inline-block;
}
main .price_01_inner table span.text-center {
  display: block;
  text-align: center;
}
main .price_01_03 p {
  background-color: #fa7059;
  color: #fff;
  text-shadow: 0 0 2px rgba(249, 76, 48, 0.5);
}
main .price_01_01, main .price_01_02, main .price_01_03 {
  width: calc((100% - 6em) / 3);
  position: relative;
}
@media screen and (max-width: 960px) {
  main .price_01_01, main .price_01_02, main .price_01_03 {
    width: calc((100% - 3em) / 3);
  }
}
main .price_01_01:after {
  content: "＋";
}
main .price_01_02:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e805';
}
main .price_01_01:after, main .price_01_02:after {
  position: absolute;
  right: -1.25em;
  top: 0;
  font-size: 2em;
  display: block;
  color: #F94C30;
  line-height: 1;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  main .price_01_01:after, main .price_01_02:after {
    top: 0;
    line-height: 2;
    font-size: 1.3em;
    right: -1.1em;
  }
}
main .price_01_01 table tr:nth-child(2n) td, main .price_01_02 table tr:nth-child(2n) td {
  background-color: rgba(249, 76, 48, 0.1);
}
main .price_01_01 table, main .price_01_02 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 3px solid #F94C30;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 10px;
}
main .price_01_01 table tr td, main .price_01_02 table tr td {
  padding: .75em 1em;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  main .price_01_01 table tr td, main .price_01_02 table tr td {
    padding: .75em .5em;
  }
}
main .price_01_01 table tr td:hover, main .price_01_01 table tr td:focus, main .price_01_01 table tr td.active, main .price_01_02 table tr td:hover, main .price_01_02 table tr td:focus, main .price_01_02 table tr td.active {
  background-color: #fdc9c1;
}
main .price_01_03 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 5px solid #F94C30;
  border-radius: 10px;
}
main .price_01_03 table td {
  text-align: center;
  padding: .75em 1em;
  line-height: 1;
}
main .price_01_03 table td.active {
  padding: 1.5em;
}
@media screen and (max-width: 960px) {
  main .price_01_03 table td.active {
    padding: .5em;
    line-height: 1.25;
  }
}
main .price_01_footer {
  text-align: right;
}
main .price_01_footer ul {
  display: inline-block;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1280px) {
  main .price_01_footer ul {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  main .price_01_footer ul {
    font-size: 10px;
    font-size: 1rem;
  }
}
main .price_01_footer dl {
  display: flex;
}
main .price_01_footer dl dt,
main .price_01_footer dl dd {
  margin: 0;
  padding: 0;
}
main .price_01_footer dl dt {
  width: 5em;
}
main .price_02, main .price_03, main .price_04 {
  margin: 6em 0;
  padding-bottom: 3em;
}
main .price_02 p {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: center;
  padding: 1.5em 1em;
  border: 3px solid #fca698;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  main .price_02 p {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  main .price_02 p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  main .price_02 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main .price_02 p > span {
  display: inline-block;
}
main .price_03 table, main .price_04 table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  min-width: 70%;
}
main .price_03 table th, main .price_04 table th {
  background-color: #fdc9c1;
  font-weight: 400;
  padding: .5em 1em;
}
main .price_03 table td, main .price_04 table td {
  padding: .5em 1em;
}
main .price_03 table td + td, main .price_04 table td + td {
  text-align: center;
  white-space: nowrap;
}
main .price_03 table th,
main .price_03 table td, main .price_04 table th,
main .price_04 table td {
  border: 1px solid #F94C30;
}

main .privacy_01 {
  padding-bottom: 6em;
}
main .privacy_01 h3,
main .privacy_01 h4,
main .privacy_01 h5 {
  color: #F94C30;
  margin-bottom: 10px;
  margin-top: 2em;
}
main .privacy_01 h3 + P,
main .privacy_01 h4 + P,
main .privacy_01 h5 + P {
  margin-top: 0;
}
main .privacy_01 h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 1em 0 .5em;
}
@media screen and (min-width: 1280px) {
  main .privacy_01 h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  main .privacy_01 h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
main .privacy_01 h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 1.3em;
  position: relative;
}
@media screen and (min-width: 1280px) {
  main .privacy_01 h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  main .privacy_01 h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main .privacy_01 h4:before {
  display: inline-block;
  content: "▼";
  transform: rotate(-90deg);
  position: absolute;
  left: -1.3em;
  top: 0;
}
main .privacy_01 h5 {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: .5em;
  margin-top: 2em;
}
@media screen and (min-width: 1280px) {
  main .privacy_01 h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  main .privacy_01 h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main .privacy_01 address {
  font-style: normal;
}
main .privacy_01 p:has(+ ul) {
  margin-bottom: 0;
}
main .privacy_01 p + ul {
  margin-top: 0;
}
main .privacy_01_01 {
  text-align: right;
}
main .privacy_01_01 p {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}
main .privacy_01_02 {
  margin-left: 2em;
}
main .privacy_01_02 p {
  margin-bottom: 0;
  margin-top: 0;
}
main .privacy_01_02 ol {
  margin-left: 1em;
  padding-left: 0;
  margin-top: 0;
  counter-reset: item;
}
main .privacy_01_02 ol > li {
  list-style: none;
  counter-increment: item;
  position: relative;
  padding-left: 3em;
  margin-left: 0;
}
main .privacy_01_02 ol > li::before {
  content: "（" counter(item) "）";
  position: absolute;
  left: 0;
  top: 0;
}
main .privacy_01_03 {
  margin-top: 6em;
}
main .privacy_01_03 h3 {
  background-color: #fedbd6;
  padding: .5em;
  text-align: center;
  margin-bottom: 1em;
}
main .privacy_01 ul.ul_type01 {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  line-height: 1.5em;
}
main .privacy_01 ul.ul_type01 li {
  margin-left: 1.5em;
  margin-top: 0;
  padding-left: 0;
  position: relative;
}
main .privacy_01 ul.ul_type01 li > span:first-child {
  position: absolute;
  left: -1.5em;
  top: 0;
}
main .privacy_01 ul.ul_type01 li + li {
  margin-top: .5em;
}

main .policy_01 {
  padding-top: 3em;
  padding-bottom: 6em;
}
main .policy_01 dl {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-top: 3em;
}
main .policy_01 dl dt {
  color: #F94C30;
}
main .policy_01 dl dt,
main .policy_01 dl dd {
  margin-left: 0;
  padding-left: 0;
}
main .policy_01 > dl > dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  main .policy_01 > dl > dt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  main .policy_01 > dl > dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main .policy_01 > dl dl dt {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
  margin-left: 1.3em;
}
@media screen and (min-width: 1280px) {
  main .policy_01 > dl dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  main .policy_01 > dl dl dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main .policy_01 > dl dl dt:before {
  display: inline-block;
  content: "▼";
  transform: rotate(-90deg);
  position: absolute;
  left: -1.3em;
  top: 0;
}
main .policy_01 address {
  font-style: normal;
}
main .policy_01 figure a {
  display: inline-block;
}
main .policy_01 figure {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}
main .policy_01 figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}

body#recruit main .recruit_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  padding-bottom: 6em;
}
@media screen and (max-width: 960px) {
  body#recruit main .recruit_01 {
    flex-wrap: wrap;
  }
}
body#recruit main .recruit_01 > p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: 2em;
  margin-right: 2em;
}
@media screen and (max-width: 960px) {
  body#recruit main .recruit_01 > p:first-child {
    width: 100%;
  }
  body#recruit main .recruit_01 > p:first-child img {
    max-width: 80%;
  }
}
body#recruit main .recruit_01 > p:first-child img {
  width: auto;
  height: auto;
  max-height: 100%;
  width: auto;
}
body#recruit main .recruit_01 table {
  border-collapse: collapse;
  border: 0 none;
  line-height: 1;
}
body#recruit main .recruit_01 table caption {
  text-align: left;
  border-bottom: 1px solid #cccccc;
  padding-bottom: .25em;
}
body#recruit main .recruit_01 table td {
  padding: .5em 1em;
}
body#recruit main .recruit_01 table tr:nth-child(2n-1) {
  background-color: #E5E5E5;
  background-blend-mode: lighten;
}
body#recruit main .recruit_01 table tr:nth-child(2n-1) td:nth-child(2n) {
  background-color: #f2f2f2;
}
body#recruit main .recruit_01 table tr:nth-child(2n) {
  background-color: #f2f2f2;
  background-blend-mode: lighten;
}
body#recruit main .recruit_01 table tr:nth-child(2n) td:nth-child(2n) {
  background-color: #E5E5E5;
}
body#recruit main .recruit_type01 h4 {
  color: #F94C30;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
  position: relative;
  margin-left: 1.3em;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  body#recruit main .recruit_type01 h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  body#recruit main .recruit_type01 h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body#recruit main .recruit_type01 h4:before {
  display: inline-block;
  content: "▼";
  transform: rotate(-90deg);
  position: absolute;
  left: -1.3em;
  top: 0;
}
body#recruit main .recruit_type01 h4 + p {
  margin-top: 0;
  margin-left: 1.5em;
}
body#recruit main .recruit_type02 h4 {
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}
body#recruit main .recruit_type02 h4 span {
  display: inline-block;
  padding: .5em 1em;
  border-radius: 1em;
  background-color: #F94C30;
  color: #fff;
  line-height: 1;
}
body#recruit main .recruit_type02 h4 + p,
body#recruit main .recruit_type02 h4 + ul {
  margin-left: 1.5em;
}
body#recruit main .recruit_type02 ul {
  margin-top: .5em;
  padding-left: 1em;
}
body#recruit main .recruit_type03 {
  margin-top: 3em;
  margin-bottom: 3em;
  background-color: #fff6f5;
  border-radius: 1em;
  padding: 2em 1em 0;
  border: 1px solid #F94C30;
}
body#recruit main .recruit_type03 h3 {
  text-shadow: 1px 1px 0 rgba(90, 15, 3, 0.1);
  margin-top: 0;
  color: #F94C30;
  position: relative;
  text-align: center;
  line-height: 1.5;
  padding: .5em;
  margin-bottom: 0;
}
body#recruit main .recruit_type03 h3 + p {
  margin-top: 1em;
  margin-left: 2em;
  margin-right: 2em;
}
body#recruit main .recruit_type03 dl {
  margin: 1em 2em 0;
  display: flex;
}
@media screen and (max-width: 960px) {
  body#recruit main .recruit_type03 dl {
    flex-wrap: wrap;
  }
}
body#recruit main .recruit_type03 dl dt {
  min-width: 10em;
}
@media screen and (max-width: 960px) {
  body#recruit main .recruit_type03 dl dt {
    width: 100%;
  }
}
body#recruit main .recruit_type03 dl dd {
  margin-left: 0;
  padding-left: 0;
}
body#recruit main .recruit_type03 dl + h3 {
  margin-top: 3em;
}
body#recruit main .recruit_type04 {
  margin-left: 0;
  padding: 0;
}
body#recruit main .recruit_type04 dt {
  font-weight: 400;
}
body#recruit main .recruit_type04 dd {
  margin-left: 0;
  padding-left: 0;
}

body#recruit main p {
  line-height: 1.5;
}
body#recruit main p.flex {
  display: flex;
}
body#recruit main p.flex span + span {
  flex: 1;
}
body#recruit main h3 {
  font-size: 20px;
  font-size: 2rem;
  padding: 1em;
  line-height: 1;
  border-radius: .5em;
  font-weight: 700;
  text-align: left;
  color: #F94C30;
  background-color: #fedbd6;
  margin-top: 3em;
  margin-bottom: .5em;
}
@media screen and (min-width: 1280px) {
  body#recruit main h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  body#recruit main h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body#recruit main h3 span {
  display: inline-block;
}
body#recruit main h3 span:first-child {
  padding-right: .5em;
  color: #2B2B2B;
  font-size: 0.875em;
}
body#recruit main h3 span + span {
  text-shadow: 1px 1px 0 rgba(90, 15, 3, 0.1);
}
body#recruit main h3 sup {
  font-size: .5em;
}
body#recruit main .wrap .inner {
  margin-left: 2em;
  margin-right: 2em;
}
body#recruit main .text-center {
  text-align: center;
}
body#recruit main .btn {
  display: inline-block;
  line-height: 1;
  margin: 1em auto;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
}
body#recruit main .btn {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  padding: 20px 80px;
  letter-spacing: 0.08em;
  border-radius: 10px;
  background-color: #F94C30;
  transition: 0.5s;
}
body#recruit main .btn,
body#recruit main .btn a:visited {
  color: #fff;
}
@media screen and (max-width: 599px) {
  body#recruit main .btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px;
  }
}
body#recruit main .btn:hover {
  background-color: #ef2707;
  color: #fff;
}
body#recruit main .btn.long {
  width: calc(100% - 2em);
  line-height: 3;
}
@media screen and (min-width: 1280px) {
  body#recruit main .btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  body#recruit main .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

main .sitemap_01 {
  width: 80%;
  margin: 3em auto;
  padding-bottom: 3em;
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  main .sitemap_01 {
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  main .sitemap_01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  main .sitemap_01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
main .sitemap_01 a {
  text-decoration: none;
}
main .sitemap_01 a, main .sitemap_01 a:visited {
  color: #2B2B2B;
}
main .sitemap_01 ul.tree > li.tile_orange,
main .sitemap_01 ul.tree ul li > a.tile_orange,
main .sitemap_01 ul.tree ul li > span.tile_orange {
  background-color: #fedbd6;
  border: 1px solid #fdb7ac;
}
main .sitemap_01 ul.tree > li.tile_orange:hover, main .sitemap_01 ul.tree > li.tile_orange:focus,
main .sitemap_01 ul.tree ul li > a.tile_orange:hover,
main .sitemap_01 ul.tree ul li > a.tile_orange:focus,
main .sitemap_01 ul.tree ul li > span.tile_orange:hover,
main .sitemap_01 ul.tree ul li > span.tile_orange:focus {
  background-color: #fdb7ac;
  border: 1px solid #f94c30;
}
main .sitemap_01 ul.tree > li.tile_orange:hover, main .sitemap_01 ul.tree > li.tile_orange:focus,
main .sitemap_01 ul.tree ul li > a.tile_orange:hover,
main .sitemap_01 ul.tree ul li > a.tile_orange:focus {
  background-color: #fdc9c1;
  border: 1px solid #fb826e !important;
}
main .sitemap_01 ul.tree > li.tile_blue,
main .sitemap_01 ul.tree ul li > a.tile_blue,
main .sitemap_01 ul.tree ul li > span.tile_blue {
  background-color: #d3ddee;
  border: 1px solid #a6bbdd;
}
main .sitemap_01 ul.tree > li.tile_blue:hover, main .sitemap_01 ul.tree > li.tile_blue:focus,
main .sitemap_01 ul.tree ul li > a.tile_blue:hover,
main .sitemap_01 ul.tree ul li > a.tile_blue:focus,
main .sitemap_01 ul.tree ul li > span.tile_blue:hover,
main .sitemap_01 ul.tree ul li > span.tile_blue:focus {
  background-color: #a6bbdd;
  border: 1px solid #2154ab;
}
main .sitemap_01 ul.tree > li.tile_bule:hover, main .sitemap_01 ul.tree > li.tile_bule:focus,
main .sitemap_01 ul.tree ul li > a.tile_bule:hover,
main .sitemap_01 ul.tree ul li > a.tile_bule:focus {
  background-color: #bccce6;
  border: 1px solid #6487c4 !important;
}
main .sitemap_01 ul.tree {
  padding-left: 0;
  line-height: 3;
}
main .sitemap_01 ul.tree > li {
  list-style: none;
}
main .sitemap_01 ul.tree > li > a {
  padding: 0em 1em;
  background-color: #b8b8b8;
  margin: 0 .5em 0 .25em;
  display: block;
  transition: .3s;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  border: 1px solid #7e7e7e;
}
main .sitemap_01 ul.tree > li > a:hover, main .sitemap_01 ul.tree > li > a:focus {
  background-color: #c6c6c6;
  border: 1px solid #707070;
}
main .sitemap_01 ul.tree ul {
  margin: 0;
  padding-left: 1.2em;
  list-style: none;
  line-height: 1.6;
  padding-top: .5em;
}
main .sitemap_01 ul.tree ul li {
  position: relative;
  padding-left: 1em;
}
main .sitemap_01 ul.tree ul li::before {
  content: "";
  position: absolute;
  top: 1.925em;
  left: 0;
  width: 1.5em;
  height: 0;
  border-top: 1px solid #999;
}
main .sitemap_01 ul.tree ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #999;
}
main .sitemap_01 ul.tree ul li:last-child::after {
  height: 1.925em;
}
main .sitemap_01 ul.tree ul li:first-child:after {
  height: calc(100% + 1em);
  top: -0.5em;
}
main .sitemap_01 ul.tree ul li ul {
  margin: 0;
  padding-left: 1.2em;
  list-style: none;
}
main .sitemap_01 ul.tree ul li {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
main .sitemap_01 ul.tree ul li > a,
main .sitemap_01 ul.tree ul li > span:first-child {
  position: relative;
  z-index: 2;
  padding: 0.375em 1.5em;
  transition: .3s;
  margin: 0 .5em 0 .25em;
  display: block;
  border-radius: 5px;
  background-color: #e2e2e2;
  border: 1px solid #c6c6c6;
}
main .sitemap_01 ul.tree ul li > a:hover, main .sitemap_01 ul.tree ul li > a:focus {
  background-color: #d4d4d4;
  border: 1px solid #9b9b9b !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
.modaal-inner-wrapper {
  vertical-align: middle;
  max-height: calc(90vh - 80px);
  height: calc(90vh - 80px);
}

.zoomImg {
  max-width: 100%;
  max-height: calc(90vh - 80px);
  height: calc(90vh - 80px);
}

.zoomImg-inner {
  max-width: 100%;
  margin: 0 auto;
  max-height: calc(90vh - 80px);
}

.zoomImg-inner > img {
  max-width: 100%;
  max-height: calc(90vh - 80px);
  opacity: 0;
  width: 100%;
  height: calc(90vh - 80px);
}

.leaflet-container {
  transform: translateX(-50%) !important;
  left: 50% !important;
  background-color: #000 !important;
  height: calc(90vh - 80px);
}

.modaal-container {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: calc(100vh - 80px - 60px);
  max-height: calc(100vh - 80px - 60px);
  max-width: calc(100% - 2em);
}

.modaal-content-container {
  padding: 0 !important;
  margin: 0 auto;
  text-align: center;
}

figure:has(> .modal-zoom),
figure.modal-zoom {
  padding: 1em;
  margin-top: 3em;
  margin-bottom: 4em;
  width: calc(100% - 2px);
  margin-left: 1px;
  text-align: center;
  transition: .3s;
  border: 1px solid rgba(249, 76, 48, 0);
  cursor: pointer;
  position: relative;
}
figure:has(> .modal-zoom) img,
figure.modal-zoom img {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
figure:has(> .modal-zoom):hover,
figure.modal-zoom:hover {
  border: 1px solid #f94c30;
}
figure:has(> .modal-zoom):hover:before,
figure.modal-zoom:hover:before {
  animation: none;
  opacity: 1;
}
figure:has(> .modal-zoom):hover:after,
figure.modal-zoom:hover:after {
  color: #F94C30;
  animation: none;
  opacity: 1;
}
figure:has(> .modal-zoom):after,
figure.modal-zoom:after {
  transition: .3s;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e802';
  font-size: 2em;
}
figure:has(> .modal-zoom):before,
figure.modal-zoom:before {
  content: "";
  width: 100%;
  height: 100%;
  transition: .3s;
  position: absolute;
  left: -1px;
  top: -1px;
}

.viewer-canvas img {
  background-color: #fff;
  padding: 10px;
}

fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0;
}
fieldset legend {
  margin: 0;
  padding: 0;
  display: none;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: .5em;
  padding-left: 1em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #F94C30;
}
@media screen and (min-width: 961px) {
  .form-group {
    padding-top: .5em;
    margin-bottom: 2em;
  }
}
.form-group textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  width: 100%;
  resize: vertical;
  padding: .5em;
  line-height: 1.8;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid rgba(33, 84, 171, 0.2);
}
.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group input[type="date"],
.form-group input[type="password"],
.form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  box-shadow: none;
  padding: .5em;
  line-height: 1.8;
  background-color: #fff;
  border: 1px solid rgba(33, 84, 171, 0.2);
  border-radius: 3px;
  transition: .3s;
}
.form-group input[type="text"]:not([disabled]):not([readonly]):hover, .form-group input[type="text"]:not([disabled]):not([readonly]):focus, .form-group input[type="text"]:not([disabled]):not([readonly]):focus-visible,
.form-group input[type="tel"]:not([disabled]):not([readonly]):hover,
.form-group input[type="tel"]:not([disabled]):not([readonly]):focus,
.form-group input[type="tel"]:not([disabled]):not([readonly]):focus-visible,
.form-group input[type="email"]:not([disabled]):not([readonly]):hover,
.form-group input[type="email"]:not([disabled]):not([readonly]):focus,
.form-group input[type="email"]:not([disabled]):not([readonly]):focus-visible,
.form-group input[type="date"]:not([disabled]):not([readonly]):hover,
.form-group input[type="date"]:not([disabled]):not([readonly]):focus,
.form-group input[type="date"]:not([disabled]):not([readonly]):focus-visible,
.form-group input[type="password"]:not([disabled]):not([readonly]):hover,
.form-group input[type="password"]:not([disabled]):not([readonly]):focus,
.form-group input[type="password"]:not([disabled]):not([readonly]):focus-visible,
.form-group select:not([disabled]):not([readonly]):hover,
.form-group select:not([disabled]):not([readonly]):focus,
.form-group select:not([disabled]):not([readonly]):focus-visible {
  border: 1px solid rgba(33, 84, 171, 0);
  background-color: rgba(249, 76, 48, 0.1);
  outline-color: rgba(33, 84, 171, 0);
}
.form-group input[type="text"][readonly],
.form-group input[type="tel"][readonly],
.form-group input[type="email"][readonly],
.form-group input[type="date"][readonly],
.form-group input[type="password"][readonly],
.form-group select[readonly] {
  border: 1px solid rgba(33, 84, 171, 0);
  background-color: #fff;
}
.form-group .select-wrap {
  position: relative;
  display: inline-block;
  width: auto;
}
.form-group .select-wrap select {
  padding-right: 2em;
}
.form-group .select-wrap::after {
  content: "▼";
  position: absolute;
  right: .5em;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.1em;
  color: #333;
}
.form-group input {
  width: 100%;
}
.form-group input[type="tel"],
.form-group input[type="date"] {
  width: auto;
}
.form-group .input_alart {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 1em;
}
@media screen and (min-width: 1280px) {
  .form-group .input_alart {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .form-group .input_alart {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.form-group p {
  line-height: 1.2;
}
.form-group p.attention {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1280px) {
  .form-group p.attention {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .form-group p.attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.form-group #zip {
  width: auto;
}
.form-group > label {
  line-height: 1.8;
  padding: .5em 1em .5em 0;
  width: 15em;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  font-weight: normal;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .form-group > label {
    width: 100%;
    padding: 10px 10px 10px 0;
    justify-content: flex-start;
  }
}
.form-group > label span {
  display: inline-block;
}
.form-group > label span.red {
  margin-top: 2px;
  display: block;
  background-color: #FF0000;
  color: #fff;
  padding: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 5px;
}
@media screen and (min-width: 1280px) {
  .form-group > label span.red {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .form-group > label span.red {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 960px) {
  .form-group > label span.red {
    margin-left: 1em;
  }
}
.form-group > label span.small {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1280px) {
  .form-group > label span.small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .form-group > label span.small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.form-group .input_wrap {
  width: calc(100% - 15em);
  height: 100%;
}
@media screen and (max-width: 960px) {
  .form-group .input_wrap {
    width: 100%;
  }
}
.form-group .your_name {
  width: 100%;
}
.form-group .your_name + .your_name {
  margin-left: 1em;
}
@media screen and (max-width: 960px) {
  .form-group .your_name + .your_name {
    margin-left: 0;
    margin-top: .5em;
  }
}
.form-group .input_flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .form-group .input_flex {
    flex-wrap: wrap;
  }
}
.form-group .error-message {
  width: 100%;
}
.form-group .checkbox_wrap {
  display: flex;
  flex-wrap: wrap;
  padding: .5em .5em .5em 0;
}
.form-group .checkbox_wrap span {
  display: inline-block;
}
.form-group .checkbox_wrap input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  box-shadow: none;
  width: 1.3em;
  height: 1.3em;
  border: 1px solid rgba(33, 84, 171, 0.8);
  border-radius: 4px;
  position: relative;
  margin-right: .3em;
}
.form-group .checkbox_wrap input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: .3em;
  height: .8em;
  background-color: #fff;
  position: absolute;
  right: -.15em;
  top: -.2em;
}
.form-group .checkbox_wrap input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(50deg);
  width: .5em;
  height: 1em;
  border-right: 3px solid #2154AB;
  border-bottom: 3px solid #2154AB;
  top: -.2em;
  left: .5em;
}
.form-group .checkbox_wrap label {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 1em;
}
.form-group .checkbox_wrap label:has(+ label) {
  margin-right: 1em;
}
.form-group .checkbox_wrap .wpcf7-list-item {
  display: inline-block;
}
.form-group .checkbox_wrap .has-free-text {
  display: flex;
}
.form-group .checkbox_wrap .has-free-text input[type="text"] {
  flex: 1;
}
.form-group .radio_wrap {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
.form-group .radio_wrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  box-shadow: none;
}
.form-group .radio_wrap label {
  position: relative;
  cursor: pointer;
  padding-left: 1.3em;
}
.form-group .radio_wrap label::before,
.form-group .radio_wrap label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.form-group .radio_wrap label::before {
  background-color: #fff;
  border: 1px solid #2154AB;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  left: .1em;
}
.form-group .radio_wrap label::after {
  background-color: rgba(33, 84, 171, 0.8);
  border-radius: 50%;
  opacity: 0;
  width: .7em;
  height: .7em;
  left: 0.25em;
}
.form-group .radio_wrap label:has(input:checked):after {
  opacity: 1;
}
.form-group .radio_wrap input {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.form-group .radio_wrap label {
  cursor: pointer;
}
.form-group .radio_wrap label:has(+ label) {
  margin-right: 1em;
}
.form-group .radio_wrap .wpcf7-list-item {
  display: block;
}
.form-group .formError {
  color: red;
}
.form-group .input_wrap:has(.validate\[required\]) input:has(+ .formError),
.form-group .input_wrap:has(.validate\[required\]) input:has(+ .error-message .formError),
.form-group .input_wrap:has(.validate\[required\]) textarea:has(+ .formError) {
  border: 1px solid red;
}
.form-group .input_wrap:has(.error-message .formError) input[aria-invalid="false"] {
  border: 1px solid red;
}
.form-group input[type="text"]::placeholder,
.form-group input[type="tel"]::placeholder,
.form-group input[type="email"]::placeholder {
  color: #ddd;
}
.form-group .input_text {
  padding: .5em;
  line-height: 1.3;
  background-color: #fff;
  display: inline-block;
}
.form-group .radio_flex .wpcf7-radio {
  display: flex;
}

.check_other {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fef095;
  padding: .5em 1em;
  margin: .5em 0;
}
@media screen and (max-width: 960px) {
  .check_other {
    display: block;
  }
}
.check_other span {
  display: block;
}
.check_other p.attention {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 1em;
  text-indent: -1em;
  margin-top: 0;
  margin-bottom: 0;
  left: 1.3em;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .check_other p.attention {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .check_other p.attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.check_other input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  box-shadow: none;
  width: 1.3em;
  height: 1.3em;
  border: 1px solid #2B2B2B;
  border-radius: 4px;
  position: relative;
  margin-top: .2em;
}
.check_other input:checked:before {
  content: "";
  display: block;
  width: .3em;
  height: .8em;
  background-color: #fef095;
  position: absolute;
  right: -.15em;
  top: -.2em;
}
.check_other input:checked:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(50deg);
  width: .5em;
  height: 1em;
  border-right: 3px solid #2B2B2B;
  border-bottom: 3px solid #2B2B2B;
  top: -.2em;
  left: .5em;
}
.check_other label {
  cursor: pointer;
  display: flex;
}
.check_other label input {
  margin-right: .3em;
  margin-top: .3em;
}
.check_other label span {
  flex: 1;
}

.form_area .form_indent > p.attention {
  color: #f00;
  margin-left: 1em;
  text-indent: -1em;
}
.form_area .delivery_attention {
  background-color: #fef095;
  padding: 1em 1em;
}
.form_area .delivery_attention p.attention {
  margin-top: 0;
  margin-bottom: 0;
  color: #2B2B2B;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 1280px) {
  .form_area .delivery_attention p.attention {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .form_area .delivery_attention p.attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.form_area .button_next {
  min-width: 16em;
}

.for_privacy_text {
  margin-top: 3em;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2em;
  border: 1px solid #707070;
}
@media screen and (min-width: 1280px) {
  .for_privacy_text {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .for_privacy_text {
    font-size: 10px;
    font-size: 1rem;
  }
}
.for_privacy_text ol {
  margin: 0;
  padding: 0;
}
.for_privacy_text ol li {
  list-style-type: none;
  counter-increment: cnt;
  margin-left: 2em;
  margin-bottom: 1em;
  display: flex;
}
.for_privacy_text ol li:before {
  content: "(" counter(cnt) ") ";
  display: inline-block;
  padding-right: .5em;
  margin-left: -2em;
}
.for_privacy_text ol li dl {
  flex: 1;
}
.for_privacy_text ol li dl dt,
.for_privacy_text ol li dl dd {
  margin: 0;
  padding: 0;
}

.for_privacy_contact {
  text-align: right;
}
.for_privacy_contact_inner {
  text-align: left;
  margin-left: auto;
  display: inline-block;
}
@media screen and (min-width: 961px) {
  .for_privacy_contact_inner {
    max-width: 50%;
  }
}
.for_privacy_contact p {
  margin-top: .5em;
  margin-bottom: 0;
  line-height: 1.3;
}
.for_privacy_contact dl {
  margin: 0;
  padding: 0;
}
.for_privacy_contact dl dt,
.for_privacy_contact dl dd {
  margin: 0;
  padding: 0;
}

.for_privacy {
  margin: 3em 1em;
}
.for_privacy .red {
  color: #dd3939;
}
.for_privacy .agree_btn {
  text-align: center;
  margin-top: 1em;
}
.for_privacy .agree_btn input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  box-shadow: none;
  width: 1.3em;
  height: 1.3em;
  border: 1px solid rgba(33, 84, 171, 0.8);
  border-radius: 4px;
  position: relative;
  position: relative;
  top: .3em;
  margin-right: .5em;
}
.for_privacy .agree_btn input:checked:before {
  content: "";
  display: block;
  width: .3em;
  height: .8em;
  background-color: #fff;
  position: absolute;
  right: -.15em;
  top: -.2em;
}
.for_privacy .agree_btn input:checked:after {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(50deg);
  width: .5em;
  height: 1em;
  border-right: 3px solid #2154AB;
  border-bottom: 3px solid #2154AB;
  top: -.2em;
  left: .5em;
}
.for_privacy .agree_btn label {
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 1280px) {
  .for_privacy .agree_btn label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .for_privacy .agree_btn label {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.for_privacy .agree_btn p.attention {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .for_privacy .agree_btn p.attention {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .for_privacy .agree_btn p.attention {
    font-size: 10px;
    font-size: 1rem;
  }
}

p.button_attention {
  margin-top: 4em;
  text-align: center;
  color: #f00;
  font-weight: 700;
  margin-bottom: 0;
}

.for_attention {
  margin: 3em 1em;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (min-width: 1280px) {
  .for_attention {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .for_attention {
    font-size: 10px;
    font-size: 1rem;
  }
}

p.button_attention + .button_wrap {
  margin-top: 0;
}

.btn_wrap {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
.btn_wrap .btn {
  display: inline-block;
}

.thanks {
  text-align: center;
  min-height: 50vh;
}
.thanks .thanks_title {
  margin-top: 3em;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (min-width: 1280px) {
  .thanks .thanks_title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .thanks .thanks_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

form .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  box-shadow: none;
  line-height: 1;
  margin: 1em auto;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
}
form .btn {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  padding: 20px 80px;
  letter-spacing: 0.08em;
  border-radius: 10px;
  background-color: #F94C30;
  transition: 0.5s;
}
form .btn,
form .btn a:visited {
  color: #fff;
}
@media screen and (max-width: 599px) {
  form .btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px;
  }
}
form .btn:hover {
  background-color: #fff0be;
  color: #F94C30;
}
form .btn:disabled {
  opacity: .5;
  pointer-events: none;
}
form .btn:disabled:hover {
  background-color: #2154AB;
  color: #fff;
}
form .btn.long {
  width: calc(100% - 2em);
  line-height: 3;
}
@media screen and (min-width: 1280px) {
  form .btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  form .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
form .btn.grey {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  padding: 20px 80px;
  letter-spacing: 0.08em;
  border-radius: 10px;
  background-color: #939393;
  transition: 0.5s;
}
form .btn.grey,
form .btn.grey a:visited {
  color: #fff;
}
@media screen and (max-width: 599px) {
  form .btn.grey {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px;
  }
}
form .btn.grey:hover {
  background-color: #7682de;
  color: #fff;
}

button.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0;
  height: auto;
  box-shadow: none;
  line-height: 1;
  cursor: pointer;
}
button.btn {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  padding: 20px 80px;
  letter-spacing: 0.08em;
  border-radius: 10px;
  background-color: #F94C30;
  transition: 0.5s;
}
button.btn,
button.btn a:visited {
  color: #fff;
}
@media screen and (max-width: 599px) {
  button.btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px;
  }
}
button.btn:hover {
  background-color: #ef2707;
  color: #fff;
}
button.btn:disabled {
  opacity: .5;
  pointer-events: none;
}
button.btn:disabled:hover {
  background-color: #2154AB;
  color: #fff;
}
button.btn.long {
  width: calc(100% - 2em);
  line-height: 3;
}
button.btn.grey {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  padding: 20px 80px;
  letter-spacing: 0.08em;
  border-radius: 10px;
  background-color: #939393;
  transition: 0.5s;
}
button.btn.grey,
button.btn.grey a:visited {
  color: #fff;
}
@media screen and (max-width: 599px) {
  button.btn.grey {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px;
  }
}
button.btn.grey:hover {
  background-color: #7682de;
  color: #fff;
}
button.btn.back {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  padding: 20px 80px;
  letter-spacing: 0.08em;
  border-radius: 10px;
  background-color: #707070;
  transition: 0.5s;
}
button.btn.back,
button.btn.back a:visited {
  color: #fff;
}
@media screen and (max-width: 599px) {
  button.btn.back {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px;
  }
}
button.btn.back:hover {
  background-color: #575757;
  color: #fff;
}

.button_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3em;
}
.button_wrap .btn {
  margin: 1em;
}

#form-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
}
#form-buttons button + button {
  margin-left: 1em;
}

.undefinedformError:has(+ .parentFormcontact_form) {
  display: none !important;
}

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

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

input:-webkit-autofill {
  background-color: #fff !important;
}

.checkbox_wrap:has(input:checked) + #products_message {
  display: none;
}

.radio_wrap:has(input:checked) + #radio_products_message {
  display: none;
}

span[class^="confirm_"] {
  padding: .5em;
  display: block;
}

.confirm_area .form-group .your_name {
  width: auto;
}

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

input.form-control#zip {
  width: 8em;
}

.form-group:has(label[for="your_name"]) input.form-control,
.form-group:has(label[for="your_name_kana"]) input.form-control {
  width: 16em;
}

input#addr.form-control {
  width: 7em;
}

input#phone.form-control {
  width: 16em;
}

.form_top_message {
  margin: 3em 1em;
}
.form_top_message p {
  margin-top: 0;
  margin-bottom: 0;
}

button[hidden] {
  display: none !important;
}

.confirm {
  /* 自動入力されたinputの背景色を白にして、文字色を黒にする */
}
.confirm .form-group input[type="text"],
.confirm .form-group input[type="tel"],
.confirm .form-group input[type="email"],
.confirm .form-group input[type="date"],
.confirm .form-group input[type="password"],
.confirm .form-group select,
.confirm .form-group textarea {
  border: 0 none;
}
.confirm select,
.confirm textarea {
  pointer-events: none;
}
.confirm .select-wrap::after {
  display: none;
}
.confirm select {
  text-align: right;
}
.confirm input:-webkit-autofill,
.confirm input:-webkit-autofill:hover,
.confirm input:-webkit-autofill:focus,
.confirm input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  /* 白で塗りつぶす */
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #2B2B2B;
  /* 文字色を強制 */
}
.confirm label {
  pointer-events: none;
}
.confirm input {
  pointer-events: none;
}

#thanks-section {
  padding-bottom: 6em;
}

#desc-input {
  margin-top: 3em;
  margin-bottom: 3em;
}
#desc-input p {
  margin-bottom: 0;
}
#desc-input p + p {
  margin-top: 0;
}

textarea.contact_recruit_text + .formError,
textarea.contact_text + .formError {
  display: none !important;
}

textarea.contact_recruit_text[class*="validate"] + .formError,
textarea.contact_text[class*="validate"] + .formError {
  display: block !important;
}

ul.white_link_tile {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.white_link_tile li {
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.white_link_tile li + li {
  margin-top: 1.5em;
}
ul.white_link_tile li a {
  text-decoration: none;
  background-color: #fff;
  border-radius: 1em;
  padding: 1.5em;
  transition: .3s;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
ul.white_link_tile li a, ul.white_link_tile li a:visited {
  color: #2B2B2B;
}
ul.white_link_tile li a:hover, ul.white_link_tile li a:focus {
  background-color: #fff0be;
  color: #F94C30 !important;
}
ul.white_link_tile li a:hover:after, ul.white_link_tile li a:focus:after {
  animation-name: right_menu_right;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
ul.white_link_tile li a p {
  line-height: 1.5;
  margin: 0;
}
ul.white_link_tile li a p span {
  display: block;
}
ul.white_link_tile li a p span.title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  ul.white_link_tile li a p span.title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  ul.white_link_tile li a p span.title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
ul.white_link_tile li a p span.title + span {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1280px) {
  ul.white_link_tile li a p span.title + span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  ul.white_link_tile li a p span.title + span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
ul.white_link_tile li a:after {
  transition: .3s;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e800';
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (min-width: 1280px) {
  ul.white_link_tile li a:after {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  ul.white_link_tile li a:after {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 961px) {
  ul.white_link_tile.tile2 li {
    display: inline-block;
    width: calc((100% - 3em) / 2);
  }
  ul.white_link_tile.tile2 li + li {
    margin-left: 1.5em;
    margin-top: 0;
  }
}
@media screen and (min-width: 961px) {
  ul.white_link_tile.tile3 {
    display: flex;
    align-items: center;
  }
  ul.white_link_tile.tile3 li {
    display: inline-block;
    width: calc((100% - 6em) / 3);
  }
  ul.white_link_tile.tile3 li + li {
    margin-left: 1.5em;
    margin-top: 0;
  }
}

body#toppage main {
  background-color: #151515;
}
body#toppage main h1 {
  position: absolute;
  z-index: -999;
  left: 0;
  top: 0;
  visibility: hidden;
}
body#toppage main .main_header {
  min-height: 100vh;
  max-height: none;
}
@media screen and (min-width: 961px) {
  body#toppage main .main_header {
    max-height: none;
  }
}
body#toppage main .main_header .catch {
  font-size: 38px;
  font-size: 3.8rem;
  margin: 0;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1280px) {
  body#toppage main .main_header .catch {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .main_header .catch {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
body#toppage main .main_header .catch span {
  display: inline-block;
}
body#toppage main .main_header_banner {
  position: absolute;
  bottom: 1em;
  left: 50%;
  display: block;
  text-align: center;
  width: 100%;
  transform: translateX(-50%);
  z-index: 3;
}
body#toppage main .main_header_banner.link_btn a {
  min-width: 60%;
  padding: 0;
  overflow: hidden;
  font-size: 17px;
  font-size: 1.7rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  background-color: #be1f05;
}
@media screen and (min-width: 1280px) {
  body#toppage main .main_header_banner.link_btn a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .main_header_banner.link_btn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
body#toppage main .main_header_banner.link_btn a:hover, body#toppage main .main_header_banner.link_btn a:focus {
  background-color: #a51b05;
}
body#toppage main .main_header_banner.link_btn dl {
  margin: 0;
  padding: 0;
}
body#toppage main .main_header_banner.link_btn dl dt,
body#toppage main .main_header_banner.link_btn dl dd {
  margin: 0;
}
body#toppage main .main_header_banner.link_btn dl dt {
  background-color: rgba(140, 23, 4, 0.5);
  transition: .3s;
  padding: .5em;
}
body#toppage main .main_header_banner.link_btn dl dd {
  padding: .5em;
}
body#toppage main h2 {
  font-weight: 400;
  margin: 2em 0 1em;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 22px;
  font-size: 2.2rem;
}
body#toppage main h2 span {
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  body#toppage main h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
body#toppage main h1 + .toppage_01 {
  padding-top: 3em;
}
body#toppage main .toppage_01 ul.white_link_tile {
  max-width: 580px;
  width: 60%;
  margin: 1em auto;
}
@media screen and (max-width: 960px) {
  body#toppage main .toppage_01 ul.white_link_tile {
    width: 80%;
  }
  body#toppage main .toppage_01 ul.white_link_tile li a {
    padding: 1em;
  }
}
body#toppage main .toppage_02 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  body#toppage main .toppage_02 ul {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
body#toppage main .toppage_02 ul li {
  margin: 1em;
  padding: 0;
  width: 440px;
}
@media screen and (max-width: 960px) {
  body#toppage main .toppage_02 ul li {
    width: 100%;
  }
}
body#toppage main .toppage_02 ul li a {
  width: 400px;
  border: 2px solid #fff;
}
@media screen and (max-width: 960px) {
  body#toppage main .toppage_02 ul li a {
    width: 100%;
  }
}
body#toppage main .toppage_02 ul li a p span {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
body#toppage main .toppage_02 ul li:nth-child(3) {
  width: 100%;
}
@media screen and (max-width: 960px) {
  body#toppage main .toppage_02 ul li:nth-child(3) {
    width: 100%;
  }
}
body#toppage main .toppage_02 ul li:nth-child(3) a {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 960px) {
  body#toppage main .toppage_02 ul li:nth-child(3) a {
    width: 100%;
  }
}
body#toppage main .toppage_02 ul li a {
  text-decoration: none;
  border-radius: 1em;
  padding: 3em 1em;
  transition: .3s;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: darken;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
body#toppage main .toppage_02 ul li a, body#toppage main .toppage_02 ul li a:visited {
  color: #fff;
}
body#toppage main .toppage_02 ul li a:before {
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  z-index: 1;
}
body#toppage main .toppage_02 ul li a:after {
  z-index: 2;
}
body#toppage main .toppage_02 ul li a p {
  z-index: 2;
}
body#toppage main .toppage_02 ul li a:hover, body#toppage main .toppage_02 ul li a:focus {
  color: #F94C30;
}
body#toppage main .toppage_02 ul li a:hover:before, body#toppage main .toppage_02 ul li a:focus:before {
  z-index: 1;
  background-color: rgba(90, 15, 3, 0.8);
  backdrop-filter: blur(2px);
}
body#toppage main .toppage_02 ul li a:hover p, body#toppage main .toppage_02 ul li a:focus p {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0);
}
body#toppage main .toppage_02 ul li a:hover:after, body#toppage main .toppage_02 ul li a:focus:after {
  animation-name: right_menu_right;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
body#toppage main .toppage_02 ul li a p {
  line-height: 1.25;
  margin: 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.5);
}
body#toppage main .toppage_02 ul li a p span {
  display: block;
}
body#toppage main .toppage_02 ul li a p span span {
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  body#toppage main .toppage_02 ul li a p {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .toppage_02 ul li a p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body#toppage main .toppage_02 ul li a:after {
  transition: .3s;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e800';
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: .25em;
}
@media screen and (min-width: 1280px) {
  body#toppage main .toppage_02 ul li a:after {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .toppage_02 ul li a:after {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body#toppage main .toppage_02 ul li.for_technology a {
  background-image: url(../../images/technology/top_img.jpg);
}
body#toppage main .toppage_02 ul li.for_achievement a {
  background-image: url(../../images/achievement/top_img.jpg);
}
body#toppage main .toppage_02 ul li.for_media a {
  background-image: url(../../images/media/top_img.jpg);
}
body#toppage main .toppage_02 ul li.for_base a {
  background-image: url(../../images/base/top_img.jpg);
}
body#toppage main .toppage_02 ul li.for_iso17100 a {
  background-image: url(../../images/iso17100/top_img.jpg);
}
body#toppage main .toppage_03 h2, body#toppage main .toppage_04 h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1280px) {
  body#toppage main .toppage_03 h2, body#toppage main .toppage_04 h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .toppage_03 h2, body#toppage main .toppage_04 h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
body#toppage main .toppage_03 h2 + p, body#toppage main .toppage_04 h2 + p {
  color: #fff;
  margin-top: 2em;
  margin-bottom: 3em;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  body#toppage main .toppage_03 h2 + p, body#toppage main .toppage_04 h2 + p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .toppage_03 h2 + p, body#toppage main .toppage_04 h2 + p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body#toppage main .toppage_03 h2 + p span, body#toppage main .toppage_04 h2 + p span {
  display: inline-block;
}
body#toppage main .toppage_03 ul.white_link_tile, body#toppage main .toppage_04 ul.white_link_tile {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 1280px) {
  body#toppage main .toppage_03 ul.white_link_tile, body#toppage main .toppage_04 ul.white_link_tile {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .toppage_03 ul.white_link_tile, body#toppage main .toppage_04 ul.white_link_tile {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  body#toppage main .toppage_03 ul.white_link_tile, body#toppage main .toppage_04 ul.white_link_tile {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
body#toppage main .toppage_04 h2 + p {
  text-align: center;
}
body#toppage main .toppage_05 {
  color: #fff;
}
body#toppage main .toppage_05 h2 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 1280px) {
  body#toppage main .toppage_05 h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .toppage_05 h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
body#toppage main .toppage_05 ul {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 2em;
  margin-bottom: 3em;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-size: 1.8rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
@media screen and (min-width: 1280px) {
  body#toppage main .toppage_05 ul {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .toppage_05 ul {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1280px) {
  body#toppage main .toppage_05 ul {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .toppage_05 ul {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
body#toppage main .toppage_05 ul span {
  display: inline-block;
}
body#toppage main .toppage_05 ul li {
  margin-left: 1.5em;
  margin-bottom: .5em;
  position: relative;
}
body#toppage main .toppage_05 ul li:before {
  content: "■";
  display: inline-block;
  position: absolute;
  left: -1.5em;
  top: 0;
}
body#toppage main .toppage_05 dl dt, body#toppage main .toppage_05 dl dd {
  margin: 0;
  padding: 0;
}
body#toppage main .toppage_05 dl dt {
  font-weight: 700;
}
body#toppage main .toppage_05 dl dd {
  font-weight: 400;
}

@keyframes animationZoom1 {
  0% {
    transform: scale(1);
    opacity: .7;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 1;
  }
}
body#toppage main .main_header {
  background-color: #000;
  background-image: none;
  position: relative;
  overflow: hidden;
}
body#toppage main .main_header:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../images/toppage/top_img.jpg);
  background-size: cover;
  animation: animationZoom1 18s ease-in-out;
  animation-fill-mode: forwards;
  position: absolute;
  left: 0;
  top: 0;
}

body#toppage main .main_header .catch_sub {
  min-height: 8em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  max-width: 980px;
}
body#toppage main .main_header .catch_sub p {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0 0 10px #000, 0 0 5px #000, 0 0 2px #000;
}
body#toppage main .main_header .catch_sub .catch_sub_text {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#toppage main .main_header .catch_sub .catch_sub_text p {
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
  font-size: 2.6rem;
  animation: 3s linear forwards catch_sub_move, 3s linear forwards catch_sub_move2;
}
@media screen and (min-width: 1280px) {
  body#toppage main .main_header .catch_sub .catch_sub_text p {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .main_header .catch_sub .catch_sub_text p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
body#toppage main .main_header .catch_sub .catch_sub_text p span {
  display: inline-block;
}
body#toppage main .main_header .catch_sub .catch_sub_text p:first-child {
  opacity: 1;
}
body#toppage main .main_header .catch_sub .catch_sub_text p:nth-child(2) {
  animation-delay: 4s;
}
body#toppage main .main_header .catch_sub .catch_sub_text p:nth-child(3) {
  animation-delay: 7s;
}
body#toppage main .main_header .catch_sub .catch_sub_text p:nth-child(4) {
  animation-delay: 10s;
}
body#toppage main .main_header .catch_sub .catch_sub_text p:nth-child(5) {
  animation-delay: 13s;
}
body#toppage main .main_header .catch_sub .catch_sub_text p:nth-child(6) {
  animation-delay: 16s;
}
body#toppage main .main_header .catch_sub .catch_sub_text p:nth-child(7) {
  animation-delay: 19s;
}
body#toppage main .main_header .catch_sub p.catch_sub_main {
  margin: 0 auto;
  text-align: center;
  padding: 2em 1em;
  width: 100%;
  animation-delay: 19s;
  line-height: 1.25;
  text-shadow: 0 0 10px #000, 0 0 5px #000, 0 0 3px #000, 0 0 2px #000;
}
body#toppage main .main_header .catch_sub p.catch_sub_main span {
  display: block;
}
body#toppage main .main_header .catch_sub p.catch_sub_main span span {
  display: inline-block;
}
body#toppage main .main_header .catch_sub p.catch_sub_main > span:first-child {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (min-width: 1280px) {
  body#toppage main .main_header .catch_sub p.catch_sub_main > span:first-child {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .main_header .catch_sub p.catch_sub_main > span:first-child {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
body#toppage main .main_header .catch_sub p.catch_sub_main > span + span {
  margin-top: .15em;
  font-size: 47.5px;
  font-size: 4.75rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1280px) {
  body#toppage main .main_header .catch_sub p.catch_sub_main > span + span {
    font-size: 60px;
    font-size: 6rem;
  }
}
@media screen and (max-width: 599px) {
  body#toppage main .main_header .catch_sub p.catch_sub_main > span + span {
    font-size: 31.25px;
    font-size: 3.125rem;
  }
}
@keyframes catch_sub_move {
  0% {
    transform: translateY(4em);
  }
  20% {
    transform: translateY(4em);
  }
  99% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5em);
  }
}
@keyframes catch_sub_move2 {
  0%,
      100% {
    opacity: 0;
  }
  30%,
      80% {
    opacity: 1;
  }
}
.for_scroll {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 3;
  text-shadow: 0 0 2px #000;
  margin: 0;
  padding: 0;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .for_scroll {
    height: 210px;
    transform: scale(0.75) translateX(30px);
  }
}
.for_scroll a {
  position: relative;
  width: 200px;
  height: 200px;
  color: #fff;
  font-family: serif;
  text-decoration: none;
}
.for_scroll a:hover {
  opacity: 0.7;
}
.for_scroll_text {
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 20s linear infinite;
}
.for_scroll_text span {
  position: absolute;
  left: 50%;
  font-size: 16px;
  transform-origin: 0 100px;
}
.for_scroll_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 3em;
  transform: translate(-50%, -50%);
  animation: scroll_anime 3s infinite;
}
.for_scroll_arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}
.for_scroll_arrow:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 1em;
  height: 1em;
  border-bottom: 2px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scroll_anime {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}
@media print {
  html {
    font-size: calc(1rem * 0.390625);
  }

  body {
    font-size: 1.2em;
  }

  header {
    display: none;
  }

  main {
    padding-top: 0;
  }
  main .google_map {
    display: none;
  }
  main .animate__animated {
    visibility: visible !important;
    opacity: 1 !important;
    animation: none !important;
  }
  main figure:has(> .modal-zoom):after,
  main figure.modal-zoom:after {
    display: none !important;
  }

  footer nav,
  footer .footer_links {
    display: none;
  }
  footer .logo.sp {
    display: none;
  }

  .p_pagetop {
    display: none !important;
  }
}
