@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

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

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

ul, ol {
  margin: 0;
  padding: 0;
}

/*
font-family: futura-pt, sans-serif; 400 700
font-family: futura-pt-condensed, sans-serif; 400 700
font-family: futura-pt-bold, sans-serif; 700
*/
/* automatic size vw */
/* automatic size vh */
/* text clamp */
/* anime In order */
/*
    Form Parts
*/
input {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}
input[type=text] {
  width: 100%;
  height: 30px;
  background-color: #fff;
  border: 1px solid #b7b7b7;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  display: inline-block;
  padding: 5px 10px 5px 24px;
  position: relative;
  font-size: 14px;
}
@media (max-width: 750px) {
  input[type=checkbox] + label {
    text-align: left;
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
input[type=checkbox] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 1px solid #767676;
}
input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 6px;
  height: 12px;
  border-bottom: 3px solid #005cac;
  border-right: 3px solid #005cac;
  transform-origin: center; /* y-offset-keyword | x-offset-keyword | z-offset */
  transform: rotate(45deg) translate(-50%, -60%);
}
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  display: inline-block;
  padding: 5px 10px 5px 40px;
  position: relative;
  font-size: 19px;
}
@media (max-width: 750px) {
  input[type=radio] + label {
    text-align: left;
    font-size: 28px;
    font-size: 4.375vw;
  }
}
input[type=radio] + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  border: 1px solid #1a355e;
}
input[type=radio]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 16px;
  transform-origin: center; /* y-offset-keyword | x-offset-keyword | z-offset */
  transform: rotate(45deg) translate(-50%, -60%);
}
input[type=submit] {
  width: 358px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #195bbc;
  background-color: #e9d630;
  cursor: pointer;
}
@media (max-width: 750px) {
  input[type=submit] {
    width: 64vw;
    height: 12vw;
    font-size: 24px;
    font-size: 3.75vw;
  }
}

textarea {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  width: 100%;
  height: 220px;
  padding: 8px 15px;
  border-radius: 1px;
  font-size: 16px;
}
@media (max-width: 750px) {
  textarea {
    padding: 2vw 4vw;
    height: 32vw;
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
button {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  width: 358px;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #195bbc;
  background-color: #e9d630;
  cursor: pointer;
}
@media (max-width: 750px) {
  button {
    width: 64vw;
    height: 12vw;
    font-size: 24px;
    font-size: 3.75vw;
  }
}

/*
    Button
*/
a.button {
  margin: 0 auto;
  display: flex;
  line-height: 1;
  width: 280px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e9d630;
  color: #195bbc;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  a.button {
    width: 100%;
    height: 12.6667vw;
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
a.button.min {
  width: 102px;
  height: 40px;
}
a.button.news {
  width: 180px;
  height: 50px;
  font-size: 16px;
}
@media (max-width: 750px) {
  a.button.news {
    width: 43.75vw;
    height: 12.03125vw;
    font-size: 24px;
    font-size: 3.75vw;
  }
}
a.button.works {
  width: 220px;
  height: 50px;
  font-size: 16px;
}
@media (max-width: 750px) {
  a.button.works {
    width: 43.75vw;
    height: 12.03125vw;
    font-size: 24px;
    font-size: 3.75vw;
  }
}
a.button.wide {
  width: 358px;
  font-size: 16px;
}
@media (max-width: 750px) {
  a.button.wide {
    width: 100%;
    font-size: 24px;
    font-size: 3.75vw;
  }
}
a.button.pagetop {
  width: 70px;
  height: 70px;
}
@media (max-width: 750px) {
  a.button.pagetop {
    width: 15.625vw;
    height: 15.625vw;
  }
}
a.button.pagetop > span {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  a.button.pagetop > span {
    width: 15.625vw;
    height: 15.625vw;
  }
}
a.button.pagetop > span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8.7px 5px;
  border-color: transparent transparent #1a355e transparent;
}
@media (max-width: 750px) {
  a.button.pagetop > span:before {
    border-width: 0 1.25vw 2vw 1.25vw;
  }
}

.anime {
  opacity: 0;
}
.anime.animated {
  animation: fadeIn 0.8s linear 0.2s forwards;
}

@keyframes slideTitle {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInEnlarge {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleXwidth {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: top left;
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1.3);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInLoop {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  60% {
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInCenter {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1.3, 1.3, 1.3) translate(-50%, -50%);
  }
  20% {
    transform: scale3d(1.03, 1.03, 1.03) translate(-50%, -50%);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01) translate(-50%, -50%);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99) translate(-50%, -50%);
  }
  to {
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes bounceOut {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.8, 0.8, 0.8);
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    transform: scale3d(0.95, 0.95, 0.95) rotate(0deg);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes bounceInroll {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  20% {
    opacity: 1;
    transform: translate(0, -10px);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes rotateDownLeft {
  0% {
    opacity: 0;
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -20deg);
  }
  20% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 10deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 2deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -1deg);
  }
  to {
    opacity: 1;
    transform-origin: left bottom;
    transform: none;
  }
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
    opacity: 1;
  }
}
@keyframes shadowSlide {
  from, 20%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-15px, -15px);
  }
  20% {
    opacity: 1;
    transform: translate(-15px, -15px);
  }
  80% {
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes shadowSlide_sp {
  from, 20%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate(-7px, -7px);
  }
  20% {
    opacity: 1;
    transform: translate(-7px, -7px);
  }
  80% {
    transform: translate(0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes blurInTitle {
  from, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale(1);
    filter: blur(30px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
@keyframes Turnboard {
  from {
    transform: perspective(300px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in-out;
    opacity: 0;
  }
  40% {
    transform: perspective(300px) rotate3d(0, 1, 0, -10deg);
    animation-timing-function: ease-in-out;
  }
  60% {
    transform: perspective(300px) rotate3d(0, 1, 0, 5deg);
    opacity: 1;
  }
  80% {
    transform: perspective(300px) rotate3d(0, 1, 0, -2deg);
  }
  to {
    opacity: 1;
    transform: perspective(300px);
  }
}
@keyframes fuwafuwa {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fadeOutAnime {
  0%, 60%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: scale(1, 1);
  }
  60% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(0, 0);
  }
}
@keyframes fadeOutAnimeBtn {
  0%, 60%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-100%, -80%) scale(1, 1);
  }
  60% {
    transform: translate(-100%, -80%) scale(1.2, 1.2);
  }
  100% {
    transform: translate(-50%, -40%) scale(0, 0);
  }
}
@keyframes bounceInDown {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(1, 1, 1) translate(0, -40px);
  }
  20% {
    transform: scale3d(1, 1, 1);
  }
  40% {
    transform: scale3d(1.1, 0.9, 1) translate(0, 5px);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.95, 1.05, 1) translate(0, -2px);
  }
  80% {
    transform: scale3d(1, 1, 1) translate(0, 0);
  }
  to {
    transform: scale3d(1, 1, 1) translate(0, 0);
    opacity: 1;
  }
}
@keyframes bounceOutUp {
  from, to {
    animation-timing-function: cubic-bezier(0.915, 0.03, 0.91, 0.35);
  }
  0% {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate(0, 0);
  }
  to {
    transform: scale3d(0, 0, 1) translate(0, 120px);
    opacity: 0;
  }
}
@keyframes kujiOpen1step {
  0%, 100% {
    animation-timing-function: linear;
  }
  0% {
    height: 50%;
  }
  to {
    height: 0;
  }
}
@keyframes kujiOpen2step {
  0%, 100% {
    animation-timing-function: linear;
  }
  0% {
    height: 0;
  }
  to {
    height: 50%;
  }
}
@keyframes rotationInner {
  0%, 100% {
    animation-timing-function: linear;
  }
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes kujiOpen3step {
  0%, 40%, 60%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    top: 15%;
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
  }
  60% {
    opacity: 1;
    top: -13%;
  }
  to {
    opacity: 1;
    top: -10%;
    transform: scale3d(1, 1, 1) translate(-50%, -50%);
  }
}
@keyframes kujifadeout {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    top: 48.5%;
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  50% {
    top: 48.5%;
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  to {
    top: 48.5%;
    width: 67.33vw;
    opacity: 1;
    transform: scale(1, 1);
  }
}
/*
    個別にアニメーション
*/
@keyframes lottery_fuwa01 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -20%) rotate(-20deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}
@keyframes lottery_fuwa02 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
  50% {
    transform: translate(-40%, -80%) rotate(25deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(10deg);
  }
}
@keyframes lottery_fuwa03 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
  50% {
    transform: translate(-60%, 10%) rotate(-79deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-35deg);
  }
}
@keyframes lottery_fuwa04 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-133deg);
  }
  50% {
    transform: translate(-40%, -40%) rotate(-133deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-133deg);
  }
}
@keyframes lottery_fuwa05 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-66deg);
  }
  50% {
    transform: translate(-50%, -90%) rotate(-66deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-66deg);
  }
}
@keyframes lottery_fuwa08 {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translate(-50%, -50%) rotate(-192deg);
  }
  50% {
    transform: translate(-50%, 10%) rotate(-192deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-192deg);
  }
}
/*
    common
*/
html,
body {
  width: 100%;
  height: auto;
  font-size: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
  background-color: #fff;
  color: #1a355e;
}
html.hidden,
body.hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
}

a {
  outline: none;
  text-decoration: none;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}
@media (max-width: 750px) {
  a:hover {
    opacity: 1;
  }
}

sup {
  vertical-align: super;
  font-size: 80%;
}

.util_sp {
  display: none !important;
}
@media (max-width: 750px) {
  .util_sp {
    display: block !important;
  }
}

.util_pc {
  display: block !important;
}
@media (max-width: 750px) {
  .util_pc {
    display: none !important;
  }
}

@media print {
  img {
    display: none;
  }
}
/*
    PageTop
*/
#pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  line-height: 0;
}
#pagetop.set {
  position: absolute;
  bottom: 0;
}

/*
    loader
*/
/*
    header
*/
header#header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
header#header > .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  header#header > .inner {
    align-items: stretch;
  }
}
header#header > .inner > .container_header_logo {
  width: 442px;
  height: 100px;
  background-image: url("../images/common/bg_header_logo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 0 0 0 32px;
}
@media (max-width: 750px) {
  header#header > .inner > .container_header_logo {
    width: 50vw;
    height: 15.625vw;
    padding: 0 0 0 3.75vw;
  }
}
header#header > .inner > .container_header_logo > .container_header_logo_img {
  width: 293px;
}
@media (max-width: 750px) {
  header#header > .inner > .container_header_logo > .container_header_logo_img {
    width: 37.5vw;
  }
}
header#header > .inner > .container_header_contact {
  display: none;
}
@media (max-width: 750px) {
  header#header > .inner > .container_header_contact {
    display: flex;
    flex-direction: row;
  }
}
header#header > .inner > .container_header_contact > ul.container_header_link {
  list-style: none;
}
@media (max-width: 750px) {
  header#header > .inner > .container_header_contact > ul.container_header_link {
    display: flex;
  }
}
@media (max-width: 750px) {
  header#header > .inner > .container_header_contact > ul.container_header_link > li {
    width: 15.625vw;
    display: flex;
  }
}
@media (max-width: 750px) {
  header#header > .inner > .container_header_contact > ul.container_header_link > li a {
    width: 15.625vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
@media (max-width: 750px) {
  header#header > .inner > .container_header_contact > ul.container_header_link > li a.contact {
    background-color: #e9d630;
    color: #195bbc;
    font-weight: bold;
  }
}
@media (max-width: 750px) {
  header#header > .inner > .container_header_contact > ul.container_header_link > li a.humburger {
    position: relative;
  }
}
@media (max-width: 750px) {
  header#header > .inner > .container_header_contact > ul.container_header_link > li a.humburger > span {
    width: 40%;
    height: 2px;
    background-color: #1a355e;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
header#header > .inner > .container_header_contact > ul.container_header_link > li a.humburger > span:nth-of-type(1) {
  top: 38%;
}
header#header > .inner > .container_header_contact > ul.container_header_link > li a.humburger > span:nth-of-type(3) {
  top: 62%;
}

/*
    footer
*/
footer#footer > .inner ul {
  list-style: none;
}
footer#footer > .inner.upper {
  margin: 0 auto;
  width: 100%;
  max-width: 1310px;
  padding: 50px 15px 15px;
  display: flex;
}
@media (max-width: 750px) {
  footer#footer > .inner.upper {
    display: block;
    padding: 8vw 2.65625vw 4vw;
  }
}
footer#footer > .inner.upper > .container_footer_contact {
  width: 41.40625%;
  background-color: #1a355e;
  height: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 750px) {
  footer#footer > .inner.upper > .container_footer_contact {
    width: 100%;
    height: auto;
    padding: 4vw;
  }
}
footer#footer > .inner.upper > .container_footer_contact > p {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 750px) {
  footer#footer > .inner.upper > .container_footer_contact > p {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
footer#footer > .inner.upper > .container_footer_contact > .container_contact_link {
  margin-top: 20px;
}
@media (max-width: 750px) {
  footer#footer > .inner.upper > .container_footer_contact > .container_contact_link {
    margin-top: 2.6667vw;
    width: 100%;
  }
}
footer#footer > .inner.upper > .container_footer_link_address {
  width: 58.59375%;
  height: 215px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 750px) {
  footer#footer > .inner.upper > .container_footer_link_address {
    width: 100%;
    height: auto;
  }
}
footer#footer > .inner.upper > .container_footer_link_address > div {
  width: 100%;
  height: 50%;
}
footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_link {
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_link > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_link > ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_link > ul > li {
  font-size: 16px;
  font-weight: 600;
  padding: 0 15px;
}
@media (max-width: 750px) {
  footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_link > ul > li {
    width: 50%;
    padding: 0;
    text-align: left;
    font-size: 20px;
    font-size: 3.125vw;
    border-bottom: 1px solid #fff;
  }
}
footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_link > ul > li a {
  color: #1a355e;
}
@media (max-width: 750px) {
  footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_link > ul > li a {
    padding: 3.3333vw;
    display: block;
  }
}
footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_address {
  background-color: #e4ecf8;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_address {
    padding: 4vw;
  }
}
footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_address > .container_footer_address_inner {
  text-align: left;
  letter-spacing: 0.1em;
}
footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_address > .container_footer_address_inner > h2 {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 750px) {
  footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_address > .container_footer_address_inner > h2 {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_address > .container_footer_address_inner > p {
  margin-top: 1em;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 750px) {
  footer#footer > .inner.upper > .container_footer_link_address > div.container_footer_address > .container_footer_address_inner > p {
    font-size: 15px;
    font-size: 2.34375vw;
  }
}
footer#footer > .inner.lower {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 auto;
  width: 100%;
  max-width: 1310px;
  padding: 15px;
  height: 80px;
}
@media (max-width: 750px) {
  footer#footer > .inner.lower {
    display: block;
    padding: 4vw;
    height: auto;
  }
}
footer#footer > .inner.lower > p {
  font-size: 10px;
}
@media (max-width: 750px) {
  footer#footer > .inner.lower > p {
    font-size: 16px;
    font-size: 2.5vw;
  }
}
footer#footer > .inner.lower > ul {
  list-style: none;
  font-size: 12px;
}
@media (max-width: 750px) {
  footer#footer > .inner.lower > ul {
    font-size: 20px;
    font-size: 3.125vw;
    padding: 4vw 0;
  }
}
footer#footer > .inner.lower > ul a {
  color: #1a355e;
}

.contact footer#footer, .about footer#footer, .product footer#footer {
  border-top: 18px solid #ecedee;
}

/*
    Navigation
*/
@media (max-width: 750px) {
  nav#nav {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #efefef;
    width: 50vw;
    height: 100vh;
    transform: translate(100%, 0);
    transition: transform 0.5s ease-in-out;
  }
}
@media (max-width: 750px) {
  nav#nav.open {
    display: block;
    transform: translate(0, 0);
  }
}
nav#nav > ul.container_header_link {
  list-style: none;
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  nav#nav > ul.container_header_link {
    display: block;
    border-bottom: 1px solid #fff;
  }
}
nav#nav > ul.container_header_link > li {
  padding: 0 14px;
}
@media (max-width: 750px) {
  nav#nav > ul.container_header_link > li {
    padding: 0;
    border-top: 1px solid #fff;
  }
}
nav#nav > ul.container_header_link > li a {
  font-size: 16px;
  font-weight: 600;
  color: #1a355e;
}
@media (max-width: 750px) {
  nav#nav > ul.container_header_link > li a {
    display: block;
    font-size: 24px;
    font-size: 3.75vw;
    padding: 2.66667vw 0 2.66667vw 14.0625vw;
    text-align: left;
  }
}
nav#nav .container_sp_close {
  display: none;
}
@media (max-width: 750px) {
  nav#nav .container_sp_close {
    padding: 3.90625vw 3.90625vw 3.90625vw 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 750px) {
  nav#nav .container_sp_close > span {
    display: block;
    width: 6.25vw;
    height: 6.25vw;
    position: relative;
  }
}
nav#nav .container_sp_close > span:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1a355e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
nav#nav .container_sp_close > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1a355e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*
    Style
*/
#main section.section#fv {
  width: 100%;
  background-image: url("../images/index/bg_fv_pc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 750px) {
  #main section.section#fv {
    background-image: url("../images/index/bg_fv_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
#main section.section#fv > .inner {
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}
@media (max-width: 750px) {
  #main section.section#fv > .inner {
    height: 106.25vw;
    padding-top: 15.3333vw;
  }
}
#main section.section#fv > .inner .container_fv_news {
  width: 100%;
  max-width: 860px;
  min-height: 320px;
  background-color: #fff;
  background-image: url("../images/index/bg_fv_news_pc.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: 40px 55px;
  text-align: left;
}
@media (max-width: 750px) {
  #main section.section#fv > .inner .container_fv_news {
    max-width: 94.6875vw;
    height: auto;
    background-image: url("../images/index/bg_fv_news_sp.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 7.03125vw 9.15625vw;
  }
}
#main section.section#fv > .inner .container_fv_news > h2 {
  font-size: 22px;
  font-weight: 600;
  color: #6f6e01;
  padding-left: 30px;
  position: relative;
}
@media (max-width: 750px) {
  #main section.section#fv > .inner .container_fv_news > h2 {
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
#main section.section#fv > .inner .container_fv_news > h2:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../images/common/img_ttl_mark.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -60%);
}
@media (max-width: 750px) {
  #main section.section#fv > .inner .container_fv_news > h2:after {
    width: 3.125vw;
    height: 3.125vw;
  }
}
#main section.section#fv > .inner .container_fv_news > .container_fv_news_body {
  margin-top: 20px;
  color: #4b4b4b;
}
@media (max-width: 750px) {
  #main section.section#fv > .inner .container_fv_news > .container_fv_news_body {
    margin-top: 4.6875vw;
  }
}
#main section.section#fv > .inner .container_fv_news > .container_fv_news_link {
  margin-top: 15px;
}
@media (max-width: 750px) {
  #main section.section#fv > .inner .container_fv_news > .container_fv_news_link {
    margin-top: 4.6875vw;
  }
}
#main section.section#fv > .inner .container_fv_news ul.container_fv_news_list {
  list-style: none;
}
#main section.section#fv > .inner .container_fv_news ul.container_fv_news_list > li.container_fv_news_item {
  padding: 4px 0;
  font-size: 14px;
  display: flex;
  line-height: 1.4;
}
@media (max-width: 750px) {
  #main section.section#fv > .inner .container_fv_news ul.container_fv_news_list > li.container_fv_news_item {
    padding: 0;
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 2;
  }
}
#main section.section#fv > .inner .container_fv_news ul.container_fv_news_list > li.container_fv_news_item a {
  color: #4b4b4b;
}
#main section.section#fv > .inner .container_fv_news ul.container_fv_news_list > li.container_fv_news_item > .date {
  width: 95px;
}
@media (max-width: 750px) {
  #main section.section#fv > .inner .container_fv_news ul.container_fv_news_list > li.container_fv_news_item > .date {
    width: 24.21875vw;
  }
}
#main section.section#fv > .inner .container_fv_news ul.container_fv_news_list > li.container_fv_news_item > .disc {
  width: calc(100% - 95px);
}
@media (max-width: 750px) {
  #main section.section#fv > .inner .container_fv_news ul.container_fv_news_list > li.container_fv_news_item > .disc {
    width: calc(100% - 24.21875vw);
  }
}
#main section.section#concept {
  background-image: url("../images/index/bg_concept.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#main section.section#concept > .inner {
  padding: 80px 15px 55px;
}
@media (max-width: 750px) {
  #main section.section#concept > .inner {
    padding: 7.8125vw 2.65625vw;
  }
}
#main section.section#concept > .inner > .container_concept {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
  background-color: rgba(14, 47, 96, 0.5);
  color: #fff;
  padding: 50px 15px 40px;
  line-height: 1.875;
  font-size: 16px;
}
@media (max-width: 750px) {
  #main section.section#concept > .inner > .container_concept {
    padding: 6.25vw 2.65625vw;
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#main section.section#concept > .inner > .container_concept > h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  #main section.section#concept > .inner > .container_concept > h2 {
    font-size: 50px;
    font-size: 7.8125vw;
  }
}
#main section.section#concept > .inner > .container_concept > h2 > span {
  font-size: 34px;
}
@media (max-width: 750px) {
  #main section.section#concept > .inner > .container_concept > h2 > span {
    font-size: 30px;
    font-size: 4.6875vw;
  }
}
#main section.section#concept > .inner > .container_concept > p.sign {
  margin: 2em auto 0;
  max-width: 650px;
  text-align: right;
}
#main section.section#info {
  background-color: #e4ecf8;
}
#main section.section#info > .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1310px;
  padding: 75px 15px;
  color: #4b4b4b;
}
@media (max-width: 750px) {
  #main section.section#info > .inner {
    padding: 7.8125vw 2.65625vw;
  }
}
#main section.section#info > .inner .container_info_link {
  display: flex;
  background-color: #fff;
  background-image: url("../images/index/bg_triangle_upper.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media (max-width: 1000px) {
  #main section.section#info > .inner .container_info_link {
    display: block;
    background-image: url("../images/index/bg_triangle_upper.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }
}
#main section.section#info > .inner .container_info_link > div {
  width: 50%;
}
@media (max-width: 1000px) {
  #main section.section#info > .inner .container_info_link > div {
    width: 100%;
  }
}
#main section.section#info > .inner .container_info_link > div.container_info_copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-left: 190px;
}
@media (max-width: 1000px) {
  #main section.section#info > .inner .container_info_link > div.container_info_copy {
    padding: 50px 0 50px 100px;
  }
}
@media (max-width: 750px) {
  #main section.section#info > .inner .container_info_link > div.container_info_copy {
    padding: 8vw;
  }
}
#main section.section#info > .inner .container_info_link > div.container_info_copy .content_info_link {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 750px) {
  #main section.section#info > .inner .container_info_link > div.container_info_copy .content_info_link {
    margin-top: 4vw;
    position: static;
  }
}
#main section.section#info > .inner .container_info_link > div.container_info_image {
  position: relative;
}
#main section.section#info > .inner .container_info_link > div.container_info_image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 53.125%;
}
#main section.section#info > .inner .container_info_link > div.container_info_image:after {
  content: "";
  display: block;
  width: 172px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/index/bg_triangle_01.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  transform: translate(-1px, 0);
}
@media (max-width: 1000px) {
  #main section.section#info > .inner .container_info_link > div.container_info_image:after {
    display: none;
  }
}
#main section.section#info > .inner .container_info_link > div.container_info_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main section.section#info > .inner .container_info_link.reverse {
  flex-direction: row-reverse;
  background-image: url("../images/index/bg_triangle_lower.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
@media (max-width: 1000px) {
  #main section.section#info > .inner .container_info_link.reverse {
    background-image: url("../images/index/bg_triangle_upper.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
  }
}
#main section.section#info > .inner .container_info_link.reverse > div.container_info_copy {
  padding-left: 75px;
}
@media (max-width: 1000px) {
  #main section.section#info > .inner .container_info_link.reverse > div.container_info_copy {
    padding: 50px 0 50px 100px;
  }
}
@media (max-width: 750px) {
  #main section.section#info > .inner .container_info_link.reverse > div.container_info_copy {
    padding: 8vw;
  }
}
#main section.section#info > .inner .container_info_link.reverse > div.container_info_image:after {
  left: auto;
  right: 0;
  background-image: url("../images/index/bg_triangle_02.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  transform: translate(1px, 0);
}
#main section.section#info > .inner .content_info_copy {
  width: 100%;
  max-width: 410px;
  position: relative;
}
#main section.section#info > .inner .content_info_copy > h2 {
  font-size: 48px;
  font-weight: 600;
  color: #195bbc;
}
@media (max-width: 750px) {
  #main section.section#info > .inner .content_info_copy > h2 {
    font-size: 48px;
    font-size: 7.5vw;
  }
}
#main section.section#info > .inner .content_info_copy > p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.6667;
}
@media (max-width: 750px) {
  #main section.section#info > .inner .content_info_copy > p {
    margin-top: 4vw;
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#main section.section#works {
  background-color: #1a355e;
  color: #fff;
}
#main section.section#works > .inner {
  padding: 90px 15px;
}
@media (max-width: 750px) {
  #main section.section#works > .inner {
    padding: 7.8125vw 2.65625vw;
  }
}
#main section.section#works > .inner > h2 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (max-width: 750px) {
  #main section.section#works > .inner > h2 {
    font-size: 50px;
    font-size: 7.8125vw;
  }
}
#main section.section#works > .inner > p {
  margin-top: 1.5em;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.625;
}
@media (max-width: 750px) {
  #main section.section#works > .inner > p {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#main section.section#works > .inner > .container_works_list {
  margin-top: 60px;
}
@media (max-width: 750px) {
  #main section.section#works > .inner > .container_works_list {
    margin-top: 4vw;
  }
}
#main section.section#works > .inner > .container_works_list > ul.content_works_items {
  display: flex;
  justify-content: center;
  list-style: none;
}
@media (max-width: 750px) {
  #main section.section#works > .inner > .container_works_list > ul.content_works_items {
    display: block;
  }
}
#main section.section#works > .inner > .container_works_list > ul.content_works_items > .content_works_item {
  padding: 10px;
  max-width: 300px;
}
@media (max-width: 750px) {
  #main section.section#works > .inner > .container_works_list > ul.content_works_items > .content_works_item {
    padding: 3vw 0;
    max-width: 100%;
  }
}
#main section.section#works > .inner > .container_works_list > ul.content_works_items > .content_works_item a {
  color: #fff;
}
#main section.section#works > .inner > .container_works_list > ul.content_works_items > .content_works_item .thumbnail {
  line-height: 0;
  background-color: #cdcdcd;
  position: relative;
}
#main section.section#works > .inner > .container_works_list > ul.content_works_items > .content_works_item .thumbnail:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
#main section.section#works > .inner > .container_works_list > ul.content_works_items > .content_works_item .text {
  margin-top: 40px;
}
@media (max-width: 750px) {
  #main section.section#works > .inner > .container_works_list > ul.content_works_items > .content_works_item .text {
    margin-top: 4vw;
  }
}
#main section.section#works > .inner > .container_works_list > ul.content_works_items > .content_works_item .text > p {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 750px) {
  #main section.section#works > .inner > .container_works_list > ul.content_works_items > .content_works_item .text > p {
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
#main section.section#works > .inner > .container_works_list > ul.content_works_items > .content_works_item .text > p.place {
  margin-top: 0.5em;
  font-size: 14px;
}
@media (max-width: 750px) {
  #main section.section#works > .inner > .container_works_list > ul.content_works_items > .content_works_item .text > p.place {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#main section.section#works > .inner > .container_works_link {
  margin-top: 65px;
}
@media (max-width: 750px) {
  #main section.section#works > .inner > .container_works_link {
    margin-top: 8vw;
  }
}

.container_breadcrumb {
  padding: 100px 0 0;
  background-color: #e4ecf8;
}
@media (max-width: 750px) {
  .container_breadcrumb {
    padding: 15.7333vw 0 0;
  }
}
.container_breadcrumb > ul.container_breadcrumb_list {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0;
  font-size: 14px;
}
@media (max-width: 750px) {
  .container_breadcrumb > ul.container_breadcrumb_list {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
.container_breadcrumb > ul.container_breadcrumb_list > li {
  padding: 0 1em;
  position: relative;
}
@media (max-width: 750px) {
  .container_breadcrumb > ul.container_breadcrumb_list > li {
    padding: 0.2em 1em;
  }
}
.container_breadcrumb > ul.container_breadcrumb_list > li:before {
  content: "＞";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.container_breadcrumb > ul.container_breadcrumb_list > li a {
  display: block;
  color: #1a355e;
  padding: 0 0 0 1em;
}
.container_breadcrumb > ul.container_breadcrumb_list > li span {
  display: block;
  padding: 0 0 0 1em;
}
.container_breadcrumb > ul.container_breadcrumb_list > li.home:before {
  content: none;
}
.container_breadcrumb > ul.container_breadcrumb_list > li.home a {
  padding: 0;
}

.container_pagetop_wrapper {
  position: relative;
}

/*
    Contact
*/
.contact #main section.section#contact > .inner {
  padding: 50px 15px 125px;
}
@media (max-width: 750px) {
  .contact #main section.section#contact > .inner {
    padding: 7.8125vw 2.65625vw;
  }
}
.contact #main section.section#contact > .inner > h1 {
  color: #195bbc;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 750px) {
  .contact #main section.section#contact > .inner > h1 {
    font-size: 48px;
    font-size: 7.5vw;
  }
}
.contact #main section.section#contact > .inner > h1 > span {
  margin-top: 0.5em;
  display: block;
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 750px) {
  .contact #main section.section#contact > .inner > h1 > span {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
.contact #main .container_contact {
  margin: 30px auto 0;
  max-width: 1000px;
}
@media (max-width: 750px) {
  .contact #main .container_contact {
    margin: 6vw auto 0;
  }
}
.contact #main .container_contact .container_contact_upper {
  background-color: #1a355e;
  padding: 40px 0;
}
@media (max-width: 750px) {
  .contact #main .container_contact .container_contact_upper {
    padding: 6vw 0;
  }
}
.contact #main .container_contact .container_contact_upper > p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 750px) {
  .contact #main .container_contact .container_contact_upper > p {
    font-size: 28px;
    font-size: 4.375vw;
  }
}
.contact #main .container_contact .container_contact_upper > p.phone_number {
  color: #bdd0ed !important;
  font-size: 36px;
}
@media (max-width: 750px) {
  .contact #main .container_contact .container_contact_upper > p.phone_number {
    font-size: 45px;
    font-size: 7.03125vw;
  }
}
.contact #main .container_contact .container_contact_upper > p.phone_number a {
  color: #bdd0ed !important;
}
.contact #main .container_contact .container_contact_upper > p.date {
  color: #bdd0ed;
  font-size: 16px;
}
@media (max-width: 750px) {
  .contact #main .container_contact .container_contact_upper > p.date {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}
.contact #main .container_contact .container_contact_form {
  border-top: 3px solid #fff;
  background-color: #ececec;
  padding: 80px 15px 70px;
}
@media (max-width: 750px) {
  .contact #main .container_contact .container_contact_form {
    padding: 7.8125vw 2.65625vw;
  }
}
.contact #main .container_contact .container_contact_form > h2 {
  margin: 0 auto;
  width: 100%;
  max-width: 630px;
  text-align: left;
  padding-left: 180px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 750px) {
  .contact #main .container_contact .container_contact_form > h2 {
    padding-left: 0;
    font-size: 32px;
    font-size: 5vw;
    text-align: center;
  }
}
.contact #main .container_contact .container_contact_form > .container_contact_form_wrapper {
  margin: 60px auto 0;
  width: 100%;
  max-width: 630px;
}
@media (max-width: 750px) {
  .contact #main .container_contact .container_contact_form > .container_contact_form_wrapper {
    margin: 6vw auto 0;
  }
}
.contact #main .content_contact_form {
  display: flex;
  padding: 10px 0;
}
@media (max-width: 750px) {
  .contact #main .content_contact_form {
    display: block;
    padding: 1vw 0;
  }
}
.contact #main .content_contact_form > div {
  text-align: left;
  font-size: 16px;
}
@media (max-width: 750px) {
  .contact #main .content_contact_form > div {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
.contact #main .content_contact_form > div.ttl {
  width: 170px;
  position: relative;
  padding: 0.4em 0 0 1.3em;
  font-weight: bold;
}
@media (max-width: 750px) {
  .contact #main .content_contact_form > div.ttl {
    width: 100%;
    padding: 0.4em 0 0.5em 1.3em;
  }
}
.contact #main .content_contact_form > div.ttl > span.required {
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  color: #bc0101;
}
.contact #main .content_contact_form > div.input {
  width: calc(100% - 170px);
}
@media (max-width: 750px) {
  .contact #main .content_contact_form > div.input {
    width: 100%;
  }
}
.contact #main .content_contact_form_policy {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 750px) {
  .contact #main .content_contact_form_policy {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
.contact #main .content_contact_form_policy a {
  color: #015292;
  text-decoration: underline;
}
.contact #main .content_contact_form_policy > p {
  margin: 1em 0;
  line-height: 1.6;
}
.contact #main .content_contact_form_link {
  margin-top: 20px;
}

/*
    About
*/
.about #main section.section#about > .inner {
  padding: 50px 15px 125px;
}
@media (max-width: 750px) {
  .about #main section.section#about > .inner {
    padding: 7.8125vw 2.65625vw 12.6667vw;
  }
}
.about #main section.section#about > .inner > h1 {
  color: #195bbc;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .about #main section.section#about > .inner > h1 {
    font-size: 48px;
    font-size: 7.5vw;
  }
}
.about #main section.section#about > .inner > h1 > span {
  margin-top: 0.5em;
  display: block;
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 750px) {
  .about #main section.section#about > .inner > h1 > span {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
.about #main section.section#about > .inner > .container_about_content {
  margin: 0 auto;
  max-width: 1280px;
  padding: 35px 0;
}
@media (max-width: 750px) {
  .about #main section.section#about > .inner > .container_about_content {
    padding: 6vw 0;
  }
}
.about #main section.section#about > .inner > .container_about_content > h2 {
  border-bottom: 2px solid #ececec;
  font-size: 30px;
  font-weight: 600;
  color: #1a355e;
}
@media (max-width: 750px) {
  .about #main section.section#about > .inner > .container_about_content > h2 {
    font-size: 38px;
    font-size: 5.9375vw;
  }
}
.about #main section.section#about > .inner > .container_about_content > h2 > span {
  display: inline-block;
  line-height: 1;
  padding: 0 0.8em 0.5em;
  border-bottom: 2px solid #b8b8b8;
  margin-bottom: -2px;
}
.about #main section.section#about > .inner > .container_about_content > .container_about_content_inner {
  margin: 45px auto 0;
  max-width: 800px;
  color: #333;
  line-height: 1.2;
}
@media (max-width: 750px) {
  .about #main section.section#about > .inner > .container_about_content > .container_about_content_inner {
    margin: 6vw auto 0;
  }
}
.about #main section.section#about > .inner > .container_about_content > .container_about_content_inner > p {
  text-align: left;
  font-size: 20px;
}
@media (max-width: 750px) {
  .about #main section.section#about > .inner > .container_about_content > .container_about_content_inner > p {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
.about #main section.section#about > .inner > .container_about_content > .container_about_content_inner > ul.container_about_content_workslist {
  padding-top: 15px;
  padding-bottom: 50px;
  list-style: none;
  display: flex;
}
@media (max-width: 750px) {
  .about #main section.section#about > .inner > .container_about_content > .container_about_content_inner > ul.container_about_content_workslist {
    padding-top: 0;
    padding-bottom: 4vw;
  }
}
.about #main section.section#about > .inner > .container_about_content > .container_about_content_inner > ul.container_about_content_workslist > li {
  width: 50%;
}
.about #main section.section#about > .inner > .container_about_content > .container_about_content_inner > ul.container_about_content_workslist > li .content_works_kind {
  margin: 0 auto;
  width: 280px;
  height: 65px;
  background-color: #e4ecf8;
  font-size: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 750px) {
  .about #main section.section#about > .inner > .container_about_content > .container_about_content_inner > ul.container_about_content_workslist > li .content_works_kind {
    width: 44vw;
    height: 12vw;
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
.about #main section.section#about > .inner > .container_about_content:nth-of-type(3) {
  padding: 35px 0 0;
}
@media (max-width: 750px) {
  .about #main section.section#about > .inner > .container_about_content:nth-of-type(3) {
    padding: 6vw 0 0;
  }
}
.about #main section.section#about > .inner > .container_about_content.privacy > .container_about_content_inner {
  text-align: left;
  line-height: 1.4;
}
.about #main section.section#about > .inner > .container_about_content.privacy > .container_about_content_inner h4 {
  font-weight: 600;
  margin-bottom: 0.5em;
}
.about #main .content_about_table {
  width: 100%;
}
.about #main .content_about_table > .tr {
  display: flex;
  margin-bottom: 2px;
  width: 100%;
}
.about #main .content_about_table > .tr > div {
  padding: 30px 50px;
  background-color: #ececec;
  width: calc(100% - 200px);
  text-align: left;
  font-size: 16px;
}
@media (max-width: 750px) {
  .about #main .content_about_table > .tr > div {
    width: 65%;
    font-size: 20px;
    font-size: 3.125vw;
    padding: 3vw 2vw;
  }
}
.about #main .content_about_table > .tr > div > p a {
  color: #333;
}
.about #main .content_about_table > .tr > div > ul {
  list-style: none;
}
.about #main .content_about_table > .tr > div > ul > li {
  padding: 7px 0;
}
.about #main .content_about_table > .tr > div.ttl {
  width: 200px;
  padding: 30px 20px;
  background-color: #1a355e;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 750px) {
  .about #main .content_about_table > .tr > div.ttl {
    width: 35%;
    font-size: 20px;
    font-size: 3.125vw;
    padding: 3vw 2vw;
  }
}
.about #main .content_about_member {
  background-color: #fff;
  border: 2px solid #1a355e;
  width: 316px;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 750px) {
  .about #main .content_about_member {
    border: 1px solid #1a355e;
    width: 100%;
    height: 13vw;
    font-size: 20px;
    font-size: 3.125vw;
  }
}
.about #main .content_about_member > a {
  padding: 10px 20px;
  color: #333;
  display: block;
  width: 100%;
  position: relative;
}
@media (max-width: 750px) {
  .about #main .content_about_member > a {
    padding: 3vw 2vw;
  }
}
.about #main .content_about_member > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #1a355e;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}
@media (max-width: 750px) {
  .about #main .content_about_member > a:after {
    right: 2vw;
    border-width: 1.333vw 0 1.333vw 1.6667vw;
  }
}
.about #main .content_about_member > a > span {
  display: block;
  color: #195bbc;
}

/*
    products
*/
#main section.section#products > .inner {
  padding: 50px 15px 125px;
}
@media (max-width: 750px) {
  #main section.section#products > .inner {
    padding: 7.8125vw 2.65625vw 12.6667vw;
  }
}
#main section.section#products > .inner > h1 {
  color: #195bbc;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #main section.section#products > .inner > h1 {
    font-size: 48px;
    font-size: 7.5vw;
  }
}
#main section.section#products > .inner > h1 > span {
  margin-top: 0.5em;
  display: block;
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 750px) {
  #main section.section#products > .inner > h1 > span {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
#main section.section#products > .inner .container_anchor_link {
  padding-top: 15px;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_anchor_link {
    padding-top: 1.333vw;
  }
}
#main section.section#products > .inner .container_anchor_link > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_anchor_link > ul {
    display: block;
  }
}
#main section.section#products > .inner .container_anchor_link > ul > li {
  padding: 10px 42px;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_anchor_link > ul > li {
    padding: 2.6667vw 0;
  }
}
#main section.section#products > .inner .container_anchor_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 316px;
  height: 78px;
  font-size: 24px;
  font-weight: 600;
  color: #11294f;
  border: 4px solid;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_anchor_link a {
    width: 100%;
    height: 16vw;
    font-size: 32px;
    font-size: 5vw;
  }
}
#main section.section#products > .inner .container_anchor_link a > span {
  display: block;
  width: 76%;
  position: relative;
}
#main section.section#products > .inner .container_anchor_link a > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 16px;
  height: 10px;
}
#main section.section#products > .inner .container_anchor_link a.no1 {
  border-color: #bfab03;
}
#main section.section#products > .inner .container_anchor_link a.no1 > span:after {
  background-image: url("../images/products/icon_arrow_down_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#main section.section#products > .inner .container_anchor_link a.no2 {
  border-color: #6485c1;
}
#main section.section#products > .inner .container_anchor_link a.no2 > span:after {
  background-image: url("../images/products/icon_arrow_down_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#main section.section#products > .inner .container_products_wrapper {
  margin: 60px -15px 0;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_products_wrapper {
    margin: 11.3333vw -2.6667vw 0;
  }
}
#main section.section#products > .inner .container_products_wrapper > .container_products_inner {
  margin: 55px auto 0;
  width: 100%;
  max-width: 1260px;
  overflow: hidden;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_products_wrapper > .container_products_inner {
    margin: 6.6667vw auto 0;
  }
}
#main section.section#products > .inner .container_products_wrapper > .container_products_inner > ul {
  margin: 0 -20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
@media (max-width: 1000px) {
  #main section.section#products > .inner .container_products_wrapper > .container_products_inner > ul {
    justify-content: center;
  }
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_products_wrapper > .container_products_inner > ul {
    margin: 0;
    display: block;
  }
}
#main section.section#products > .inner .container_products_wrapper > .container_products_inner > ul > li {
  padding: 19px 20px;
  width: 50%;
}
@media (max-width: 1000px) {
  #main section.section#products > .inner .container_products_wrapper > .container_products_inner > ul > li {
    width: 610px;
  }
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_products_wrapper > .container_products_inner > ul > li {
    width: 100%;
    padding: 3.3333vw 5.3333vw;
  }
}
#main section.section#products > .inner .container_products_wrapper > .container_products_inner > ul > li > h2 {
  font-size: 30px;
  font-weight: 700;
  color: #35558e;
  text-align: left;
  padding-left: 30px;
  margin-bottom: 0.7em;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_products_wrapper > .container_products_inner > ul > li > h2 {
    font-size: 45px;
    font-size: 7.03125vw;
    padding-left: 3.333vw;
  }
}
#main section.section#products > .inner .container_products_wrapper#removal .container_products_mainview > .container_section_title > p {
  background-color: #2e4d86;
}
#main section.section#products > .inner .container_products_wrapper#removal .container_products_mainview > .container_section_title > p:before {
  border-color: transparent #2e4d86 transparent transparent;
}
#main section.section#products > .inner .container_products_wrapper#removal .container_products_mainview > .container_section_title > p:after {
  border-color: transparent transparent transparent #2e4d86;
}
#main section.section#products > .inner .container_products_mainview {
  width: 100%;
  height: 370px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_products_mainview {
    height: 66.6667vw;
  }
}
#main section.section#products > .inner .container_products_mainview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main section.section#products > .inner .container_products_mainview > .container_section_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#main section.section#products > .inner .container_products_mainview > .container_section_title > p {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  width: 330px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7d7000;
  position: relative;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_products_mainview > .container_section_title > p {
    width: 50vw;
    font-size: 35px;
    font-size: 5.46875vw;
    height: 13.3333vw;
  }
}
#main section.section#products > .inner .container_products_mainview > .container_section_title > p:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 35px 42px 0;
  border-color: transparent #7d7000 transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-99%, -50%);
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_products_mainview > .container_section_title > p:before {
    border-width: 11.2vw 9.3333vw 11.2vw 0;
  }
}
#main section.section#products > .inner .container_products_mainview > .container_section_title > p:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 42px 0 42px 35px;
  border-color: transparent transparent transparent #7d7000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(99%, -50%);
}
@media (max-width: 750px) {
  #main section.section#products > .inner .container_products_mainview > .container_section_title > p:after {
    border-width: 11.2vw 0 11.2vw 9.3333vw;
  }
}
#main section.section#products > .inner .content_products_box {
  width: 100%;
  height: 290px;
  background-color: #ececec;
  display: flex;
  justify-content: space-between;
  color: #6a5f01;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .content_products_box {
    height: auto;
    display: block;
  }
}
#main section.section#products > .inner .content_products_box > .content_products_image {
  width: 220px;
  background-color: #e7dc9b;
  position: relative;
  padding: 20px 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .content_products_box > .content_products_image {
    width: 100%;
    padding: 4.6667vw;
  }
}
#main section.section#products > .inner .content_products_box > .content_products_image:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 145px 0 145px 70px;
  border-color: transparent transparent transparent #e7dc9b;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
@media (max-width: 750px) {
  #main section.section#products > .inner .content_products_box > .content_products_image:before {
    border: none;
  }
}
#main section.section#products > .inner .content_products_box > .content_products_image > p {
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .content_products_box > .content_products_image > p {
    font-size: 30px;
    font-size: 4.6875vw;
  }
}
#main section.section#products > .inner .content_products_box > .content_products_image .content_image {
  width: 100%;
  position: relative;
}
#main section.section#products > .inner .content_products_box > .content_products_image .content_image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .content_products_box > .content_products_image .content_image:before {
    padding-top: 50%;
  }
}
#main section.section#products > .inner .content_products_box > .content_products_image .content_image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#main section.section#products > .inner .content_products_box > .content_products_link {
  display: flex;
  align-items: center;
  width: calc(100% - 280px);
  padding-left: 20px;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .content_products_box > .content_products_link {
    width: 100%;
    padding: 4.6667vw;
  }
}
#main section.section#products > .inner .content_products_box > .content_products_link ul {
  list-style: none;
}
#main section.section#products > .inner .content_products_box > .content_products_link ul > li {
  text-align: left;
  line-height: 1.1;
  padding: 0.5em 0;
}
#main section.section#products > .inner .content_products_box > .content_products_link ul > li a {
  display: block;
  font-size: 23px;
  font-weight: 600;
  color: #333;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .content_products_box > .content_products_link ul > li a {
    font-size: 32px;
    font-size: 5vw;
    padding-left: 6.6667vw;
  }
}
#main section.section#products > .inner .content_products_box > .content_products_link ul > li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 25%;
  left: 0;
  transform: translate(0, -50%);
  width: 12px;
  height: 15px;
  background-image: url("../images/products/img_icon_arrow_01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#main section.section#products > .inner .content_products_box > .content_products_link ul > li a > span {
  display: block;
}
#main section.section#products > .inner .content_products_box > .content_products_link ul > li a > span .small {
  display: block;
  font-size: 15px;
}
@media (max-width: 750px) {
  #main section.section#products > .inner .content_products_box > .content_products_link ul > li a > span .small {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#main section.section#products > .inner .content_products_box.no2 {
  color: #35558e;
}
#main section.section#products > .inner .content_products_box.no2 > .content_products_image {
  background-color: #abbfe2;
}
#main section.section#products > .inner .content_products_box.no2 > .content_products_image:before {
  border-color: transparent transparent transparent #abbfe2;
}
#main section.section#products > .inner .content_products_box.no2 > .content_products_link ul > li a {
  color: #1a355e;
}
#main section.section#products > .inner .content_products_box.no2 > .content_products_link ul > li a:before {
  background-image: url("../images/products/img_icon_arrow_02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/*
    products detail
*/
#main section.section#productsdetail > .inner {
  padding: 50px 15px 125px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner {
    padding: 7.8125vw 2.65625vw 12.6667vw;
  }
}
#main section.section#productsdetail > .inner > h1 {
  color: #195bbc;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > h1 {
    font-size: 48px;
    font-size: 7.5vw;
  }
}
#main section.section#productsdetail > .inner > h1 > span {
  margin-top: 0.5em;
  display: block;
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > h1 > span {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_title {
  background-color: #c5b971;
  margin: 30px -15px 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_title {
    margin: 4.6667vw -2.65625vw 0;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_title > h2 {
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  height: 80px;
  color: #fff;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_title > h2 {
    height: 16vw;
    font-size: 34px;
    font-size: 5.3125vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_title > h2 > span {
  width: 335px;
  background-color: #7d7000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_title > h2 > span {
    width: 50vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_title > h2 > span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 34px 40px 0;
  border-color: transparent #7d7000 transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_title > h2 > span:before {
    border-width: 8vw 6.8vw 8vw 0;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_title > h2 > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 34px;
  border-color: transparent transparent transparent #7d7000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_title > h2 > span:after {
    border-width: 8vw 0 8vw 6.8vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ececec;
  margin: 30px -15px 0;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_subtitle {
    margin: 4.6667vw -2.6667vw 0;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle > .content_image {
  width: 150px;
  position: relative;
  background-color: #e7dc9b;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_subtitle > .content_image {
    width: 26.6667vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle > .content_image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 96.667%;
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle > .content_image img {
  position: absolute;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle > h3 {
  min-width: 585px;
  font-size: 28px;
  font-weight: 600;
  color: #11294f;
  padding: 0 20px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_subtitle > h3 {
    min-width: 1px;
    width: calc(100% - 26.6667vw);
    font-size: 32px;
    font-size: 5vw;
    padding: 0 4vw;
    text-align: left;
    line-height: 1.2;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle > .content_space {
  width: 150px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_subtitle > .content_space {
    display: none;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle > .content_space:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 96.667%;
}
#main section.section#productsdetail > .inner > .container_productsdetail_title_2 {
  background-color: #6f8bbd;
  margin: 30px -15px 0;
  overflow: hidden;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_title_2 {
    margin: 4.6667vw -2.65625vw 0;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_title_2 > h2 {
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 600;
  height: 80px;
  color: #fff;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_title_2 > h2 {
    height: 16vw;
    font-size: 34px;
    font-size: 5.3125vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_title_2 > h2 > span {
  width: 335px;
  background-color: #2e4d86;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_title_2 > h2 > span {
    width: 50vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_title_2 > h2 > span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 34px 40px 0;
  border-color: transparent #2e4d86 transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_title_2 > h2 > span:before {
    border-width: 8vw 6.8vw 8vw 0;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_title_2 > h2 > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 34px;
  border-color: transparent transparent transparent #2e4d86;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_title_2 > h2 > span:after {
    border-width: 8vw 0 8vw 6.8vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ececec;
  margin: 30px -15px 0;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 {
    margin: 4.6667vw -2.6667vw 0;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_image {
  width: 150px;
  position: relative;
  background-color: #abbfe2;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_image {
    width: 26.6667vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 96.667%;
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_image img {
  position: absolute;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-object-fit: contain;
  -o-object-fit: contain;
     object-fit: contain;
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > h3 {
  min-width: 585px;
  font-size: 28px;
  font-weight: 600;
  color: #11294f;
  padding: 0 20px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > h3 {
    min-width: 1px;
    width: calc(100% - 26.6667vw);
    font-size: 32px;
    font-size: 5vw;
    padding: 0 4vw;
    text-align: left;
    line-height: 1.2;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_space {
  width: 150px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_space {
    display: none;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_space:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 96.667%;
}
#main section.section#productsdetail > .inner > .container_productsdetail_upper {
  margin: 75px auto 0;
  width: 100%;
  max-width: 1135px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_upper {
    margin: 9.3333vw auto 0;
    display: block;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_upper > .thumbnail {
  width: 42.3%;
  max-width: 480px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_upper > .thumbnail {
    width: 100%;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_upper > .text {
  text-align: left;
  width: 51.11%;
  max-width: 585px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_upper > .text {
    margin-top: 6.6667vw;
    width: 100%;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_upper > .text > p {
  font-size: 18px;
  line-height: 1.6667;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_upper > .text > p {
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_upper > .text > .container_productsdetail_link {
  margin-top: 30px;
}
#main section.section#productsdetail > .inner > .container_productsdetail_lower {
  margin: 80px auto 0;
  width: 100%;
  max-width: 1145px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_lower {
    margin: 7.3333vw auto 0;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_lower > p.attend_txt {
  margin-top: 40px;
  font-size: 18px;
  color: #c00202;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_lower > p.attend_txt {
    margin-top: 5.3333vw;
    font-size: 22px;
    font-size: 3.4375vw;
    line-height: 1.3;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_lower .container_productsdetail_gallery > ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#main section.section#productsdetail > .inner > .container_productsdetail_lower .container_productsdetail_gallery > ul > li {
  padding: 3px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_lower .container_productsdetail_gallery > ul > li {
    width: 50%;
    padding: 0.6667vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_lower .container_productsdetail_gallery .content_photo_frame {
  width: 280px;
  border: 1px solid #c1c0c0;
  padding: 2px;
  position: relative;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_lower .container_productsdetail_gallery .content_photo_frame {
    width: 100%;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_lower .container_productsdetail_gallery .content_photo_frame:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 74.194%;
}
#main section.section#productsdetail > .inner > .container_productsdetail_lower .container_productsdetail_gallery .content_photo_frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
#main section.section#productsdetail > .inner > .container_productsdetail_lower .container_productsdetail_link {
  margin-top: 45px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_lower .container_productsdetail_link {
    margin-top: 5.333vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ececec;
  margin: 30px -15px 0;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 {
    margin: 4.6667vw -2.6667vw 0;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_image {
  width: 150px;
  position: relative;
  background-color: #abbfe2;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_image {
    width: 26.6667vw;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_image:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 96.667%;
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_image img {
  position: absolute;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > h3 {
  min-width: 585px;
  font-size: 28px;
  font-weight: 600;
  color: #11294f;
  padding: 0 20px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > h3 {
    min-width: 1px;
    width: calc(100% - 26.6667vw);
    font-size: 32px;
    font-size: 5vw;
    padding: 0 4vw;
    text-align: left;
    line-height: 1.2;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_space {
  width: 150px;
}
@media (max-width: 750px) {
  #main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_space {
    display: none;
  }
}
#main section.section#productsdetail > .inner > .container_productsdetail_subtitle_2 > .content_space:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 96.667%;
}

/*
    Works
*/
#main section.section#works_1 > .inner {
  padding: 50px 15px 125px;
}
@media (max-width: 750px) {
  #main section.section#works_1 > .inner {
    padding: 7.8125vw 2.65625vw 12.6667vw;
  }
}
#main section.section#works_1 > .inner > h1 {
  color: #195bbc;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  #main section.section#works_1 > .inner > h1 {
    font-size: 48px;
    font-size: 7.5vw;
  }
}
#main section.section#works_1 > .inner > h1 > span {
  margin-top: 0.5em;
  display: block;
  color: #8b8b8b;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 750px) {
  #main section.section#works_1 > .inner > h1 > span {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
#main section.section#works_1 > .inner > .container_works_content {
  margin: 0 auto;
  max-width: 1280px;
  padding: 35px 0;
}
@media (max-width: 750px) {
  #main section.section#works_1 > .inner > .container_works_content {
    padding: 6vw 0;
  }
}
#main section.section#works_1 > .inner > .container_works_content > h2 {
  border-bottom: 2px solid #ececec;
  font-size: 30px;
  font-weight: 600;
  color: #1a355e;
}
@media (max-width: 750px) {
  #main section.section#works_1 > .inner > .container_works_content > h2 {
    font-size: 38px;
    font-size: 5.9375vw;
  }
}
#main section.section#works_1 > .inner > .container_works_content > h2 > span {
  display: inline-block;
  line-height: 1;
  padding: 0 0.8em 0.5em;
  border-bottom: 2px solid #b8b8b8;
  margin-bottom: -2px;
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner {
  margin: 45px auto 0;
  max-width: 900px;
  color: #333;
  line-height: 1.2;
}
@media (max-width: 750px) {
  #main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner {
    margin: 6vw auto 0;
  }
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 750px) {
  #main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items {
    display: block;
    margin: 0;
  }
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items > .content_works_item {
  padding: 10px;
  max-width: 300px;
}
@media (max-width: 750px) {
  #main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items > .content_works_item {
    padding: 3vw 0;
    max-width: 100%;
  }
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items > .content_works_item a {
  color: #1a355e;
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items > .content_works_item .thumbnail {
  line-height: 0;
  background-color: #cdcdcd;
  position: relative;
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items > .content_works_item .thumbnail:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items > .content_works_item .text {
  margin-top: 40px;
}
@media (max-width: 750px) {
  #main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items > .content_works_item .text {
    margin-top: 4vw;
  }
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items > .content_works_item .text > p {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 750px) {
  #main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items > .content_works_item .text > p {
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items > .content_works_item .text > p.place {
  margin-top: 0.5em;
  font-size: 14px;
}
@media (max-width: 750px) {
  #main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .container_works_list > ul.content_works_items > .content_works_item .text > p.place {
    font-size: 20px;
    font-size: 3.125vw;
  }
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .boxContainer {
  margin: 0 auto;
  display: flex;
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .boxContainer > .box {
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  width: 33.3333333333%;
  padding: 5px;
}
@media (max-width: 750px) {
  #main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .boxContainer > .box {
    font-size: 13px;
    font-size: 2.03125vw;
    padding: 0.6667vw;
    max-width: 33.3333333333%;
  }
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .boxContainer > .box a {
  color: #1a355e;
}
#main section.section#works_1 > .inner > .container_works_content > .container_works_content_inner .boxContainer > .box img {
  margin: 0 !important;
  width: 100%;
}
#main section.content {
  margin: 0 auto;
  max-width: 900px;
}
#main section.content > h3 {
  padding: 0.5em 1em;
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: 600;
  background: #f5f5f5;
  border-left: 7px solid #3f4360;
  text-align: left;
}
@media (max-width: 750px) {
  #main section.content > h3 {
    font-size: 30px;
    font-size: 4.6875vw;
    line-height: 1.3;
  }
}
#main section.content table.table2 {
  border-collapse: collapse;
  width: 100%;
  margin: 10px auto;
  text-align: left;
}
@media (max-width: 750px) {
  #main section.content table.table2 {
    margin: 2.6667vw auto;
    width: 92vw;
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
#main section.content table.table2 th, #main section.content table.table2 td {
  padding: 10px;
  border: 1px solid #2d6286;
  line-height: 1.4;
}
@media (max-width: 750px) {
  #main section.content table.table2 th, #main section.content table.table2 td {
    padding: 2.6667vw;
  }
}
#main section.content table.table2 th {
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #000;
  background: #ffffff;
}
#main section.content #gallery img {
  border: 4px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
#main section.content #gallery .gridWrapper {
  margin-top: 10px;
  padding: 0;
  display: flex;
}
@media (max-width: 750px) {
  #main section.content #gallery .gridWrapper {
    margin-top: 2.6667vw;
    display: block;
    padding: 2.6667vw;
  }
}
#main section.content #gallery .gridWrapper .grid {
  width: 33.3333333333%;
  margin: 5px;
}
@media (max-width: 750px) {
  #main section.content #gallery .gridWrapper .grid {
    width: auto;
  }
}

.works2 #main section.section#works_1 > .inner {
  padding: 50px 15px 25px;
}
@media (max-width: 750px) {
  .works2 #main section.section#works_1 > .inner {
    padding: 7.8125vw 2.65625vw 4.6667vw;
  }
}/*# sourceMappingURL=style.css.map */