@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=Overpass:wght@400;600;700&display=swap");
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, ol, ul, 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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

elements-of-type(html5-block) {
  display: block;
}

/****************************************

GENERAL SETTING

*****************************************/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  background: #454545;
  color: #111;
  font-family: "TazuganeGothicStdN-Regular", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  body,
  html {
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 768px) {
  body,
  html {
    font-size: 4.27vw;
    background: #FF6600;
  }
}

section {
  overflow-x: hidden;
}

.preload {
  -webkit-transition: 0s !important;
  transition: 0s !important;
}

a {
  text-decoration: none;
}

a:link {
  color: #111;
}

a:hover {
  color: #111;
}

a:visited {
  color: #111;
}

a:active {
  color: #111;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

@media screen and (max-width: 768px) {
  .splh13 {
    line-height: 1.3 !important;
  }
  .splh14 {
    line-height: 1.4 !important;
  }
  .splh15 {
    line-height: 1.5 !important;
  }
}

sup {
  vertical-align: baseline;
  position: relative;
  top: 0;
}

sup span:after {
  content: none !important;
}

.fullsize {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

a.fade,
div.fade,
input.fade {
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  opacity: 1;
}

a.fade:hover,
div.fade:hover,
input.fade:hover {
  opacity: 0.6;
}

a.nolink {
  cursor: default;
}

a.nolink:hover {
  color: #fff !important;
}

.tdeco_under {
  text-decoration: underline;
}

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

.disnone {
  display: none !important;
}

.bg_transparent {
  background: transparent !important;
}

.bg_white {
  background: #fff !important;
}

.bg_gray {
  background: #F4F4F4 !important;
}

.color666 {
  color: #666 !important;
}

.color_o1 {
  color: #FF6600 !important;
}

.color_o2 {
  color: #FFBB00 !important;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

.align_left {
  text-align: left !important;
  text-align: justify !important;
}

.align_left_noj {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .sp_align_center {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .sp_align_right {
    text-align: right !important;
  }
}

@media screen and (max-width: 768px) {
  .sp_align_left {
    text-align: left !important;
    text-align: justify !important;
  }
}

.dblock {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .spblock {
    display: block;
    min-width: 0 !important;
    width: auto !important;
  }
}

@media screen and (max-width: 768px) {
  .sptable {
    display: table !important;
  }
}

.relative {
  position: relative;
}

.fz12 {
  font-size: 12px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .fz12 {
    font-size: 1.01vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fz12 {
    font-size: 3.20vw !important;
  }
}

.fz13 {
  font-size: 13px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .fz13 {
    font-size: 1.10vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fz13 {
    font-size: 3.47vw !important;
  }
}

.fz14 {
  font-size: 14px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .fz14 {
    font-size: 1.18vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fz14 {
    font-size: 3.73vw !important;
  }
}

.fz15 {
  font-size: 15px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .fz15 {
    font-size: 1.26vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fz15 {
    font-size: 4.00vw !important;
  }
}

.fz16 {
  font-size: 16px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .fz16 {
    font-size: 1.35vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fz16 {
    font-size: 4.27vw !important;
  }
}

.fz17 {
  font-size: 17px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .fz17 {
    font-size: 1.43vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fz17 {
    font-size: 4.53vw !important;
  }
}

.fz18 {
  font-size: 18px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .fz18 {
    font-size: 1.52vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fz18 {
    font-size: 4.80vw !important;
  }
}

.fz19 {
  font-size: 19px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .fz19 {
    font-size: 1.60vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fz19 {
    font-size: 5.07vw !important;
  }
}

.fz20 {
  font-size: 20px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .fz20 {
    font-size: 1.69vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fz20 {
    font-size: 5.33vw !important;
  }
}

.fz24 {
  font-size: 24px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .fz24 {
    font-size: 2.02vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fz24 {
    font-size: 6.40vw !important;
  }
}

.fz31 {
  font-size: 32px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .fz31 {
    font-size: 2.61vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fz31 {
    font-size: 8.27vw !important;
  }
}

.fz32 {
  font-size: 32px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .fz32 {
    font-size: 2.70vw !important;
  }
}

@media screen and (max-width: 768px) {
  .fz32 {
    font-size: 8.53vw !important;
  }
}

@media screen and (max-width: 768px) {
  .spfz11 {
    font-size: 2.93vw !important;
  }
  .spfz12 {
    font-size: 3.20vw !important;
  }
  .spfz13 {
    font-size: 3.47vw !important;
  }
  .spfz14 {
    font-size: 3.73vw !important;
  }
  .spfz15 {
    font-size: 4.00vw !important;
  }
  .spfz16 {
    font-size: 4.27vw !important;
  }
  .spfz17 {
    font-size: 4.53vw !important;
  }
  .spfz18 {
    font-size: 4.80vw !important;
  }
  .spfz19 {
    font-size: 5.07vw !important;
  }
  .spfz20 {
    font-size: 5.33vw !important;
  }
  .spfz21 {
    font-size: 5.60vw !important;
  }
  .spfz22 {
    font-size: 5.87vw !important;
  }
  .spfz23 {
    font-size: 6.13vw !important;
  }
  .spfz24 {
    font-size: 6.40vw !important;
  }
  .spfz25 {
    font-size: 6.67vw !important;
  }
}

.list_mt5 > * {
  margin-top: 5px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .list_mt5 > * {
    margin-top: 0.42vw !important;
  }
}

@media screen and (max-width: 768px) {
  .list_mt5 > * {
    margin-top: 1.33vw !important;
  }
}

.list_mt5 > *:first-child {
  margin-top: 0 !important;
}

.list_mt10 > * {
  margin-top: 10px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .list_mt10 > * {
    margin-top: 0.84vw !important;
  }
}

@media screen and (max-width: 768px) {
  .list_mt10 > * {
    margin-top: 2.67vw !important;
  }
}

.list_mt10 > *:first-child {
  margin-top: 0 !important;
}

.list_mt20 > * {
  margin-top: 20px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .list_mt20 > * {
    margin-top: 1.69vw !important;
  }
}

@media screen and (max-width: 768px) {
  .list_mt20 > * {
    margin-top: 5.33vw !important;
  }
}

.list_mt20 > *:first-child {
  margin-top: 0 !important;
}

.list_ml10 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .list_ml10 {
    margin-left: -0.84vw !important;
  }
}

@media screen and (max-width: 768px) {
  .list_ml10 {
    margin-left: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.list_ml10 > * {
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .list_ml10 > * {
    margin-right: 0.84vw !important;
    margin-bottom: 0.84vw !important;
  }
}

@media screen and (max-width: 768px) {
  .list_ml10 > * {
    margin-right: 0 !important;
    margin-bottom: 2.67vw !important;
  }
}

.en .list_ml10 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .en .list_ml10 {
    margin-left: -0.84vw !important;
  }
}

@media screen and (max-width: 768px) {
  .en .list_ml10 {
    margin-left: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.en .list_ml10 > * {
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .en .list_ml10 > * {
    margin-right: 0.84vw !important;
    margin-bottom: 0.84vw !important;
  }
}

@media screen and (max-width: 768px) {
  .en .list_ml10 > * {
    margin-right: 0 !important;
    margin-bottom: 2.67vw !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb10 {
    margin-bottom: 0.84vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 2.67vw !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb15 {
    margin-bottom: 1.26vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 4.00vw !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb20 {
    margin-bottom: 1.69vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 5.33vw !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb30 {
    margin-bottom: 2.53vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 8.00vw !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb40 {
    margin-bottom: 3.37vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 10.67vw !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb50 {
    margin-bottom: 4.22vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 13.33vw !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb60 {
    margin-bottom: 5.06vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 16.00vw !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb70 {
    margin-bottom: 5.90vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 18.67vw !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb80 {
    margin-bottom: 6.75vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 21.33vw !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb90 {
    margin-bottom: 7.59vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 24.00vw !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb100 {
    margin-bottom: 8.43vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 26.67vw !important;
  }
}

.mb110 {
  margin-bottom: 110px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb110 {
    margin-bottom: 9.27vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb110 {
    margin-bottom: 29.33vw !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mb120 {
    margin-bottom: 10.12vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mb120 {
    margin-bottom: 32.00vw !important;
  }
}

@media screen and (max-width: 768px) {
  .spmb0 {
    margin-bottom: 0 !important;
  }
  .spmb10 {
    margin-bottom: 2.67vw !important;
  }
  .spmb20 {
    margin-bottom: 5.33vw !important;
  }
  .spmb30 {
    margin-bottom: 8.00vw !important;
  }
  .spmb40 {
    margin-bottom: 10.67vw !important;
  }
  .spmb50 {
    margin-bottom: 13.33vw !important;
  }
  .spmb60 {
    margin-bottom: 16.00vw !important;
  }
  .spmb70 {
    margin-bottom: 18.67vw !important;
  }
  .spmb80 {
    margin-bottom: 21.33vw !important;
  }
  .spmb90 {
    margin-bottom: 24.00vw !important;
  }
  .spmb100 {
    margin-bottom: 26.67vw !important;
  }
  .spmb0 {
    margin-bottom: 0 !important;
  }
}

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

.mt10 {
  margin-top: 10px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt10 {
    margin-top: 0.84vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 2.67vw !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt15 {
    margin-top: 1.26vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt15 {
    margin-top: 4.00vw !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt20 {
    margin-top: 1.69vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 5.33vw !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt30 {
    margin-top: 2.53vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 8.00vw !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt40 {
    margin-top: 3.37vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 10.67vw !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt50 {
    margin-top: 4.22vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 13.33vw !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt60 {
    margin-top: 5.06vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 16.00vw !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt70 {
    margin-top: 5.90vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 18.67vw !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt80 {
    margin-top: 6.75vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 21.33vw !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt90 {
    margin-top: 7.59vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 24.00vw !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt100 {
    margin-top: 8.43vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 26.67vw !important;
  }
}

.mt110 {
  margin-top: 110px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt110 {
    margin-top: 9.27vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt110 {
    margin-top: 29.33vw !important;
  }
}

.mt120 {
  margin-top: 120px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt120 {
    margin-top: 10.12vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt120 {
    margin-top: 32.00vw !important;
  }
}

.mt180 {
  margin-top: 180px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .mt180 {
    margin-top: 15.18vw !important;
  }
}

@media screen and (max-width: 768px) {
  .mt180 {
    margin-top: 48.00vw !important;
  }
}

@media screen and (max-width: 768px) {
  .spmt0 {
    margin-top: 0 !important;
  }
  .spmt05 {
    margin-top: 1.33vw !important;
  }
  .spmt10 {
    margin-top: 2.67vw !important;
  }
  .spmt20 {
    margin-top: 5.33vw !important;
  }
  .spmt30 {
    margin-top: 8.00vw !important;
  }
  .spmt40 {
    margin-top: 10.67vw !important;
  }
  .spmt50 {
    margin-top: 13.33vw !important;
  }
  .spmt60 {
    margin-top: 16.00vw !important;
  }
  .spmt70 {
    margin-top: 18.67vw !important;
  }
  .spmt80 {
    margin-top: 21.33vw !important;
  }
  .spmt90 {
    margin-top: 24.00vw !important;
  }
  .spmt100 {
    margin-top: 26.67vw !important;
  }
  .spmt120 {
    margin-top: 32.00vw !important;
  }
  .spmb0 {
    margin-bottom: 0 !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt10 {
    padding-top: 0.84vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt10 {
    padding-top: 2.67vw !important;
  }
}

.pt15 {
  padding-top: 15px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt15 {
    padding-top: 1.26vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt15 {
    padding-top: 4.00vw !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt20 {
    padding-top: 1.69vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt20 {
    padding-top: 5.33vw !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt30 {
    padding-top: 2.53vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt30 {
    padding-top: 8.00vw !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt40 {
    padding-top: 3.37vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt40 {
    padding-top: 10.67vw !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt50 {
    padding-top: 4.22vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt50 {
    padding-top: 13.33vw !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt60 {
    padding-top: 5.06vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt60 {
    padding-top: 16.00vw !important;
  }
}

.pt70 {
  padding-top: 70px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt70 {
    padding-top: 5.90vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt70 {
    padding-top: 18.67vw !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt80 {
    padding-top: 6.75vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt80 {
    padding-top: 21.33vw !important;
  }
}

.pt90 {
  padding-top: 90px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt90 {
    padding-top: 7.59vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt90 {
    padding-top: 24.00vw !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt100 {
    padding-top: 8.43vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt100 {
    padding-top: 26.67vw !important;
  }
}

.pt110 {
  padding-top: 110px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt110 {
    padding-top: 9.27vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt110 {
    padding-top: 29.33vw !important;
  }
}

.pt120 {
  padding-top: 120px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt120 {
    padding-top: 10.12vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt120 {
    padding-top: 32.00vw !important;
  }
}

.pt180 {
  padding-top: 180px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pt180 {
    padding-top: 15.18vw !important;
  }
}

@media screen and (max-width: 768px) {
  .pt180 {
    padding-top: 48.00vw !important;
  }
}

@media screen and (max-width: 768px) {
  .sppt0 {
    padding-top: 0 !important;
  }
  .sppt10 {
    padding-top: 2.67vw !important;
  }
  .sppt20 {
    padding-top: 5.33vw !important;
  }
  .sppt30 {
    padding-top: 8.00vw !important;
  }
  .sppt40 {
    padding-top: 10.67vw !important;
  }
  .sppt50 {
    padding-top: 13.33vw !important;
  }
  .sppt60 {
    padding-top: 16.00vw !important;
  }
  .sppt70 {
    padding-top: 18.67vw !important;
  }
  .sppt80 {
    padding-top: 21.33vw !important;
  }
  .sppt90 {
    padding-top: 24.00vw !important;
  }
  .sppt100 {
    padding-top: 26.67vw !important;
  }
  .sppt120 {
    padding-top: 32.00vw !important;
  }
  .sppb0 {
    padding-bottom: 0 !important;
  }
}

.p50 {
  padding: 50px !important;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .p50 {
    padding: 4.22vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .p50 {
    padding: 13.33vw;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .sppt0 {
    padding-top: 0 !important;
  }
  .sppb0 {
    padding-bottom: 0 !important;
  }
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .sppl0 {
    padding-left: 0 !important;
  }
  .sppr0 {
    padding-right: 0 !important;
  }
}

.regular {
  font-family: "TazuganeGothicStdN-Regular", sans-serif !important;
}

.bold {
  font-family: "TazuganeGothicStdN-Bold", sans-serif !important;
}

.fw700 {
  font-weight: 700;
}

.disc {
  list-style: disc;
  padding-left: 1.3em;
}

.decimal {
  list-style: decimal;
  padding-left: 1.3em;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w20 {
  width: 20% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .spwauto {
    width: auto !important;
  }
  .spw5 {
    width: 5% !important;
  }
  .spw10 {
    width: 10% !important;
  }
  .spw20 {
    width: 20% !important;
  }
  .spw30 {
    width: 30% !important;
  }
  .spw40 {
    width: 40% !important;
  }
  .spw50 {
    width: 50% !important;
  }
  .spw60 {
    width: 60% !important;
  }
  .spw70 {
    width: 70% !important;
  }
  .spw80 {
    width: 80% !important;
  }
  .spw90 {
    width: 90% !important;
  }
  .spw100 {
    width: 100% !important;
  }
}

.ml0 {
  margin-left: 0 !important;
}

.flwrap_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
}

#modalWrap {
  display: none;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#modalWrap .overlay {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#modalWrap .modal {
  display: none;
  position: relative;
  width: 100%;
  padding: 120px 14%;
  z-index: 101;
  margin: 0 auto;
  max-width: 1024px;
  height: 100%;
  overflow: auto;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #modalWrap .modal {
    padding: 18vw 6vw;
  }
}

#modalWrap .modal .close {
  position: absolute;
  cursor: pointer;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  background: url(../img/close.svg) 0 0 no-repeat;
}

body {
  background: #FF6600;
}

body main {
  background: #FF6600;
}

body main .section {
  position: relative;
}

@media screen and (max-width: 768px) {
  body main .section {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

.detail_btn {
  position: relative;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  padding: 6px 30px 4px 13px;
  letter-spacing: 0;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .detail_btn {
    font-size: 1.17vw;
    border-radius: 2.51vw;
    padding: 0.51vw 2.51vw 0.34vw 1.09vw;
  }
}

@media screen and (max-width: 768px) {
  .detail_btn {
    font-size: 3.73vw;
    border-radius: 8vw;
    padding: 1.5vw 5vw 1.4vw 2.2vw;
  }
}

.detail_btn:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .detail_btn:after {
    width: 0.50vw;
    height: 0.92vw;
    right: 1vw;
  }
}

@media screen and (max-width: 768px) {
  .detail_btn:after {
    width: 1.60vw;
    height: 2.93vw;
    right: 2.2vw;
  }
}

.detail_btn:hover {
  background: #FFBB00;
  border: 1px solid #FFBB00;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.detail_btn.down:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.icon_ex {
  position: relative;
}

.icon_ex:after {
  content: '';
  width: 11px;
  height: 11px;
  background: url(../img/icon_ex.png) left bottom no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -1.3em;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .icon_ex:after {
    width: 0.92vw;
    height: 0.92vw;
  }
}

@media screen and (max-width: 768px) {
  .icon_ex:after {
    width: 3.20vw;
    height: 3.20vw;
  }
}

.icon_ex_o {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

.icon_ex_o:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .icon_ex_o {
    text-decoration: underline !important;
  }
}

.icon_ex_o:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/icon_ex_o.png) 0 0 no-repeat;
  background-size: contain;
  top: 50%;
  right: 0;
  margin-left: 0.4em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .icon_ex_o:after {
    width: 0.93vw;
    height: 0.93vw;
  }
}

@media screen and (max-width: 768px) {
  .icon_ex_o:after {
    width: 3.20vw;
    height: 3.47vw;
  }
}

.icon_arrow_o {
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

.icon_arrow_o:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .icon_arrow_o {
    text-decoration: underline;
  }
}

.icon_arrow_o:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 10px;
  background: url(../img/arrow_o_s.svg) 0 0 no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 0.4em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .icon_arrow_o:after {
    width: 0.42vw;
    height: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .icon_arrow_o:after {
    width: 1.33vw;
    height: 2.67vw;
  }
}

#gdx_banner {
  margin: 70px auto 0;
  border-radius: 15px;
  width: 1100px;
  overflow: hidden;
  position: relative;
}

.home #gdx_banner {
  margin: 140px auto 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .home #gdx_banner {
    margin: 11.80vw auto 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #gdx_banner {
    margin-top: 5.90vw;
    width: 91.97vw;
    border-radius: 1.26vw;
  }
  .home #gdx_banner {
    margin-top: 11.80vw;
  }
}

@media screen and (max-width: 768px) {
  #gdx_banner {
    margin-top: 12.53vw;
    border-radius: 4.00vw;
    width: auto;
    height: auto;
  }
  .home #gdx_banner {
    margin-top: 15.47vw;
  }
}

#gdx_banner a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

#gdx_banner .img01 {
  width: 207px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #gdx_banner .img01 {
    width: 17.31vw;
  }
}

#gdx_banner p {
  width: 553px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000;
  margin-left: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #gdx_banner p {
    width: 46.24vw;
    font-size: 1.34vw;
    margin-left: 1.67vw;
  }
}

#gdx_banner .img02 {
  width: 226px;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #gdx_banner .img02 {
    width: 18.90vw;
  }
}

#gdx {
  display: none;
  position: fixed;
  right: 0;
  bottom: 80px;
  background: url(../img/pc_banner_form.png) right top no-repeat;
  background-size: contain;
  width: 220px;
  height: 84px;
  z-index: 100;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #gdx {
    bottom: 80px;
    width: 13.07vw;
    height: 3.71vw;
  }
}

@media screen and (max-width: 768px) {
  #gdx {
    background: url(../img/sp_banner_form.png) right top no-repeat;
    background-size: cover;
    bottom: 21.33vw;
    width: 9.40vw;
    height: 48.9vw;
  }
}

#gdx2 {

  position: fixed;
  right: 0;
  bottom: 80px;
  background: url(../img/pc_banner_form.png) right top no-repeat;
  background-size: contain;
  width: 220px;
  height: 84px;
  z-index: 100;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #gdx2 {
    bottom: 80px;
    width: 13.07vw;
    height: 3.71vw;
  }
}

@media screen and (max-width: 768px) {
  #gdx2 {
    background: url(../img/sp_banner_form.png) right top no-repeat;
    background-size: cover;
    bottom: 21.33vw;
    width: 9.40vw;
    height: 48.9vw;
  }
}

#pagetop {
  cursor: pointer;
  display: none;
  position: fixed;
  width: 37px;
  height: 20px;
  background: url(../img/arrow_o_b.svg) 0 0 no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-size: contain;
  display: inline-block;
  z-index: 100;
  right: 30px;
  bottom: 30px;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  40% {
    -webkit-transform: translate(-50%, 16px);
    transform: translate(-50%, 16px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  40% {
    -webkit-transform: translate(-50%, 16px);
    transform: translate(-50%, 16px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

header#header {
  background: #fff;
  padding: 28px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.index header#header {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.44%, rgba(17, 17, 17, 0.1)), to(rgba(17, 17, 17, 0)));
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.1) 48.44%, rgba(17, 17, 17, 0) 100%);
}

@media screen and (max-width: 768px) {
  .index header#header {
    padding: 0;
    background: #FF6600;
  }
}

.en header#header * {
  letter-spacing: 0 !important;
}

.home header#header, .news header#header, .privacypolicy header#header, .securitypolicy header#header, .contact header#header {
  background: transparent;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header {
    padding: 2.34vw 0;
  }
}

@media screen and (max-width: 768px) {
  header#header {
    padding: 0;
    background: #FF6600;
  }
}

header#header .in_header {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 1186px;
  margin: 0 auto;
  position: relative;
}

.home header#header .in_header {
  position: static;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header .in_header {
    margin: 0 3vw;
  }
}

@media screen and (max-width: 768px) {
  header#header .in_header {
    height: 12.6vw;
    padding: 0;
    position: relative;
  }
}

header#header .logo {
  display: none;
  z-index: 1;
  position: absolute;
  display: block;
  width: 314px;
  height: 25px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header .logo {
    width: 26.25vw;
    height: 2.09vw;
  }
}

@media screen and (max-width: 768px) {
  header#header .logo {
    width: 59.20vw;
    height: 4.80vw;
    left: 3.47vw;
    z-index: 1;
  }
}

header#header .logo a {
  display: block;
  background: url(../img/logo_o.svg) 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 314px;
  height: 25px;
}

.home header#header .logo a, .news header#header .logo a, .privacypolicy header#header .logo a, .securitypolicy header#header .logo a, .contact header#header .logo a, .index header#header .logo a {
  background: url(../img/logo_w.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header .logo a {
    width: 26.25vw;
    height: 2.09vw;
  }
}

@media screen and (max-width: 768px) {
  header#header .logo a {
    width: 59.20vw;
    height: 4.80vw;
    background: url(../img/logo_w.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

header#header .logo img {
  -webkit-transition: all .4s;
  transition: all .4s;
  vertical-align: top;
  width: 100%;
}

@media screen and (max-width: 768px) {
  header#header .logo {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.home header#header .logo {
  display: none;
  pointer-events: none;
  -webkit-transition: 0s;
  transition: 0s;
  width: 543px;
  height: auto;
  position: absolute;
  position: fixed;
  top: 50%;
  left: 31%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 101;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .home header#header .logo {
    width: 45.40vw;
  }
}

@media screen and (max-width: 768px) {
  .home header#header .logo {
    width: 79.73vw;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.home header#header .logo a {
  -webkit-transform-origin: left;
  transform-origin: left;
  display: block;
  width: 543px;
  height: 43px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .home header#header .logo a {
    width: 45.40vw;
    height: 3.63vw;
  }
}

@media screen and (max-width: 768px) {
  .home header#header .logo a {
    width: 79.73vw;
  }
}

.home header#header .logo.active {
  pointer-events: auto;
  -webkit-transform-origin: left;
  transform-origin: left;
  display: block;
  position: absolute;
  width: 314px;
  height: 25px;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .home header#header .logo.active {
    width: 26.25vw;
    height: 2.09vw;
  }
}

@media screen and (max-width: 768px) {
  .home header#header .logo.active {
    width: 59.20vw;
    height: 4.80vw;
    left: 3.47vw !important;
    z-index: 1;
  }
}

.home header#header .logo.active a {
  display: block;
  width: 314px;
  height: 25px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .home header#header .logo.active a {
    width: 26.25vw;
    height: 2.09vw;
  }
}

@media screen and (max-width: 768px) {
  .home header#header .logo.active a {
    width: 59.20vw;
    height: 4.80vw;
  }
}

header#header .nav_wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap {
    display: block;
  }
}

header#header .nav_wrap .re_burger {
  display: none;
  z-index: 3;
  position: absolute;
  top: 3vw;
  right: 3.47vw;
  width: 10.13vw;
  height: 6.40vw;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap .re_burger {
    display: block;
  }
}

header#header .nav_wrap .re_burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .4s;
}

header#header .nav_wrap .re_burger span:nth-of-type(1) {
  top: 0;
}

header#header .nav_wrap .re_burger span:nth-of-type(2) {
  top: 2.7vw;
}

header#header .nav_wrap .re_burger span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap .glo {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 100vw;
    padding: 18.67vw 11vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

header#header .nav_wrap .glo ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap .glo ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header#header .nav_wrap .glo ul li {
  font-size: 16px;
  -webkit-transition: all .4s;
  transition: all .4s;
  letter-spacing: 0.08em;
  margin-left: 1em;
}

.en header#header .nav_wrap .glo ul li {
  margin-left: 2.2em;
}

@media screen and (max-width: 768px) {
  .en header#header .nav_wrap .glo ul li {
    margin-left: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header .nav_wrap .glo ul li {
    font-size: 1.34vw;
  }
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap .glo ul li {
    font-size: 4.27vw;
    margin-left: 0;
    margin-top: 6.40vw;
  }
  header#header .nav_wrap .glo ul li:first-child {
    margin-top: 0;
  }
  .en header#header .nav_wrap .glo ul li {
    margin-top: 9.60vw;
  }
  .en header#header .nav_wrap .glo ul li:first-child {
    margin-top: 0;
  }
}

header#header .nav_wrap .glo ul li a {
  color: #111;
  position: relative;
}

@media screen and (max-width: 768px) {
  .en header#header .nav_wrap .glo ul li a {
    color: #FF6600 !important;
    display: block;
    font-family: "TazuganeGothicStdN-Bold", sans-serif;
    letter-spacing: 0;
    line-height: 1;
    font-size: 8.00vw;
    font-weight: 700;
    margin-bottom: 2vw;
  }
}

.index header#header .nav_wrap .glo ul li a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .index header#header .nav_wrap .glo ul li a {
    color: #111;
  }
}

.home header#header .nav_wrap .glo ul li a, .news header#header .nav_wrap .glo ul li a, .privacypolicy header#header .nav_wrap .glo ul li a, .securitypolicy header#header .nav_wrap .glo ul li a, .contact header#header .nav_wrap .glo ul li a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .home header#header .nav_wrap .glo ul li a, .news header#header .nav_wrap .glo ul li a, .privacypolicy header#header .nav_wrap .glo ul li a, .securitypolicy header#header .nav_wrap .glo ul li a, .contact header#header .nav_wrap .glo ul li a {
    color: #111;
  }
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap .glo ul li a {
    color: #111;
  }
}

header#header .nav_wrap .glo ul li a:before {
  content: '';
  display: inline-block;
  height: 7px;
  background: #FF6600;
  border-radius: 30px;
  position: absolute;
  bottom: -28px;
  left: -3px;
  width: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.home header#header .nav_wrap .glo ul li a:before, .news header#header .nav_wrap .glo ul li a:before, .privacypolicy header#header .nav_wrap .glo ul li a:before, .securitypolicy header#header .nav_wrap .glo ul li a:before, .contact header#header .nav_wrap .glo ul li a:before {
  background: #FFBB00;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header .nav_wrap .glo ul li a:before {
    height: 0.59vw;
    bottom: -2.34vw;
    left: -0.25vw;
    border-radius: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap .glo ul li a:before {
    content: none;
  }
}

header#header .nav_wrap .glo ul li a:hover:before {
  width: calc(100% + 6px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header .nav_wrap .glo ul li a:hover:before {
    width: calc(100% + 0.50vw);
  }
}

header#header .nav_wrap .glo ul li a.active:before {
  width: calc(100% + 6px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header .nav_wrap .glo ul li a.active:before {
    width: calc(100% + 0.50vw);
  }
}

header#header .nav_wrap .glo ul li a span {
  display: none;
  color: #FF6600;
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap .glo ul li a span {
    display: block;
    font-family: "TazuganeGothicStdN-Bold", sans-serif;
    letter-spacing: 0;
    line-height: 1;
    font-size: 8.00vw;
    font-weight: 700;
    margin-bottom: 2vw;
  }
}

header#header .nav_wrap .lang {
  position: relative;
  margin-left: 1em;
  width: 59px;
  display: table;
  font-size: 16px;
  font-weight: 700;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  cursor: pointer;
}

.en header#header .nav_wrap .lang {
  margin-left: 2.2em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header .nav_wrap .lang {
    width: 4.93vw;
    font-size: 1.34vw;
  }
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap .lang {
    width: 15.73vw;
    font-size: 4.27vw;
    position: absolute;
    top: 2.85vw;
    right: 16.53vw;
  }
}

header#header .nav_wrap .lang .lang_def {
  background: #FF6600;
  position: relative;
  line-height: 1.3;
  padding: 5px 0 1px 11px;
  color: #fff;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  z-index: 2;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header .nav_wrap .lang .lang_def {
    padding: 0.42vw 0 0.08vw 0.92vw;
  }
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap .lang .lang_def {
    padding: 1vw 0 0vw 2.2vw;
  }
}

.home header#header .nav_wrap .lang .lang_def {
  background: transparent;
}

.index header#header .nav_wrap .lang .lang_def {
  background: transparent;
}

@media screen and (max-width: 768px) {
  .index header#header .nav_wrap .lang .lang_def {
    background: #FF6600;
  }
}

.under header#header .nav_wrap .lang .lang_def {
  background: #fff;
  border: 1px solid #333;
  color: #111;
}

@media screen and (max-width: 768px) {
  .under header#header .nav_wrap .lang .lang_def {
    background: #FF6600;
    border: 1px solid #fff;
    color: #fff;
  }
}

header#header .nav_wrap .lang .lang_def:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url(../img/lang_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.under header#header .nav_wrap .lang .lang_def:after {
  background: url(../img/lang_arrow_o.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .under header#header .nav_wrap .lang .lang_def:after {
    background: url(../img/lang_arrow.svg) 0 0 no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header .nav_wrap .lang .lang_def:after {
    width: 0.92vw;
    height: 0.50vw;
    right: 0.5vw;
  }
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap .lang .lang_def:after {
    width: 2.93vw;
    height: 1.60vw;
    right: 2vw;
  }
}

header#header .nav_wrap .lang ul {
  display: none;
  background: #FF6600;
  width: 100%;
  font-weight: 700;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  position: absolute;
  top: 13px;
  left: 0;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  padding: 22px 0 8px 0;
  z-index: 1;
}

.home header#header .nav_wrap .lang ul {
  background: transparent;
  border-top: 0;
}

.index header#header .nav_wrap .lang ul {
  background: transparent;
  border-top: 0;
}

@media screen and (max-width: 768px) {
  .index header#header .nav_wrap .lang ul {
    background: #FF6600;
  }
}

.under header#header .nav_wrap .lang ul {
  background: #fff;
  border: 1px solid #333;
  color: #111;
}

@media screen and (max-width: 768px) {
  .under header#header .nav_wrap .lang ul {
    background: #FF6600;
    border: 1px solid #fff;
    color: #fff;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header .nav_wrap .lang ul {
    top: 1.09vw;
    padding: 1.84vw 0 0.67vw 0;
  }
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap .lang ul {
    top: 3.47vw;
    padding: 5.87vw 0 2.13vw 0;
  }
}

header#header .nav_wrap .lang ul li a {
  display: block;
  line-height: 1;
  color: #fff;
  padding: 4px 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

header#header .nav_wrap .lang ul li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header .nav_wrap .lang ul li a {
    padding: 0.33vw 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  header#header .nav_wrap .lang ul li a {
    padding: 1.07vw 2.67vw;
  }
}

.under header#header .nav_wrap .lang ul li a {
  color: #111;
}

@media screen and (max-width: 768px) {
  .under header#header .nav_wrap .lang ul li a {
    color: #fff;
  }
}

header#header.active .re_burger {
  z-index: 104;
}

header#header.active .re_burger span {
  background-color: #FF6600;
}

header#header.active .re_burger span:nth-of-type(1) {
  -webkit-transform: translateY(2.7vw) rotate(-45deg);
  transform: translateY(2.7vw) rotate(-45deg);
}

header#header.active .re_burger span:nth-of-type(2) {
  opacity: 0;
}

header#header.active .re_burger span:nth-of-type(3) {
  -webkit-transform: translateY(-2.7vw) rotate(45deg);
  transform: translateY(-2.7vw) rotate(45deg);
}

@media screen and (max-width: 768px) {
  header#header.active .glo {
    width: 100%;
    opacity: 1.0;
    position: fixed;
    overflow: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 103;
  }
}

header#header.down {
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #fff !important;
  padding: 16px 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  header#header.down {
    padding: 1.34vw 0;
  }
}

@media screen and (max-width: 768px) {
  header#header.down {
    padding: 0;
  }
}

header#header.down .logo a {
  background-image: url(../img/logo_o.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media print, screen and (min-width: 769px) {
  header#header.down .glo ul li {
    font-size: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1185px) {
  header#header.down .glo ul li {
    font-size: 1.25vw;
  }
}

@media print, screen and (min-width: 769px) {
  header#header.down .glo ul li a {
    color: #111 !important;
  }
  header#header.down .glo ul li a:before {
    height: 7px;
    bottom: -15px;
    left: -3px;
    width: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1185px) {
  header#header.down .glo ul li a:before {
    height: 0.59vw;
    bottom: -1.25vw;
    left: -0.25vw;
  }
}

@media print, screen and (min-width: 769px) {
  header#header.down .glo ul li a:hover:before {
    width: calc(100% + 6px);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1185px) {
  header#header.down .glo ul li a:hover:before {
    width: calc(100% + 0.50vw);
  }
}

@media print, screen and (min-width: 769px) {
  header#header.down .glo ul li a.active:before {
    width: calc(100% + 6px);
    -webkit-transition: all .4s;
    transition: all .4s;
  }
}

@media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1185px) {
  header#header.down .glo ul li a.active:before {
    width: calc(100% + 0.50vw);
  }
}

@media screen and (max-width: 768px) {
  header#header.down .nav_wrap .re_burger span {
    background: #FF6600;
  }
}

header#header.down .lang .lang_def {
  color: #111 !important;
  background: #fff !important;
  border-color: #333 !important;
}

header#header.down .lang .lang_def:after {
  background: url(../img/lang_arrow_o.svg) no-repeat !important;
  background-size: contain !important;
}

header#header.down .lang ul {
  border: 1px solid #333 !important;
  background: #fff !important;
}

header#header.down .lang ul a {
  color: #111 !important;
}

footer#footer {
  position: relative;
  z-index: 99;
  background: #454545;
  color: #fff;
  padding: 40px 0 30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer {
    padding: 3.34vw 0 2.51vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer {
    padding: 0 0 4.80vw;
  }
}

.en footer#footer * {
  letter-spacing: 0 !important;
}

footer#footer:before {
  content: '';
  display: block;
  background: #FF6600;
  width: 100%;
  height: 101px;
  position: absolute;
  top: -101px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer:before {
    height: 8.52vw;
    top: -8.52vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer:before {
    height: 16.80vw;
    top: -16.80vw;
  }
}

footer#footer a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer#footer .in_footer {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .in_footer {
    width: 91.97vw;
  }
}

footer#footer .logo {
  position: absolute;
  top: -101px;
  left: 0;
  z-index: 1;
  width: 303px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .logo {
    top: -8.52vw;
    width: 25.55vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .logo {
    top: -10.47vw;
    left: 5.33vw;
    width: 76.53vw;
  }
}

footer#footer .nav_area {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer#footer .nav_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

footer#footer .nav_area > div:first-of-type {
  width: 345px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .nav_area > div:first-of-type {
    width: 28.85vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .nav_area > div:first-of-type {
    display: none;
  }
}

footer#footer .nav_area > div:first-of-type a:before {
  content: none;
}

footer#footer .nav_area > .nav_block {
  margin-top: 0 !important;
}

footer#footer .nav_area .nav_block {
  margin-top: 50px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .nav_area .nav_block {
    margin-top: 4.18vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .nav_area .nav_block {
    margin-top: 0;
  }
}

footer#footer .nav_area .nav_block:first-of-type {
  margin-top: 0;
}

footer#footer .nav_area .nav_block > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
}

footer#footer .nav_area .nav_block > a:hover {
  color: #FFBB00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer#footer .nav_area .nav_block > a:hover:before {
  opacity: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .nav_area .nav_block > a {
    font-size: 1.34vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .nav_area .nav_block > a {
    font-weight: normal;
    font-size: 3.73vw;
    border-bottom: 1px solid #fff;
    padding: 4.80vw 5.33vw;
  }
  footer#footer .nav_area .nav_block > a:after {
    content: '';
    background: url(../img/btn_arrow.svg) 0 0 no-repeat;
    background-size: contain;
    width: 1.60vw;
    height: 2.93vw;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 8.00vw;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

footer#footer .nav_area .nav_block > a:hover {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer#footer .nav_area .nav_block > a:before {
  content: '';
  display: inline-block;
  height: 3px;
  background: #FFBB00;
  border-radius: 30px;
  position: absolute;
  bottom: -9px;
  left: -3px;
  width: calc(100% + 6px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .nav_area .nav_block > a:before {
    width: calc(100% + 0.50vw);
    bottom: -0.75vw;
    left: -0.25vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .nav_area .nav_block > a:before {
    content: none;
  }
}

footer#footer .nav_area .nav_block ul {
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .nav_area .nav_block ul {
    font-size: 1.00vw;
    margin-top: 1.67vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .nav_area .nav_block ul {
    display: none;
  }
}

footer#footer .nav_area .nav_block ul li {
  margin-top: 0.8em;
}

footer#footer .nav_area .nav_block ul li:first-of-type {
  margin-top: 0;
}

footer#footer .nav_area .nav_block ul li a:hover {
  color: #FFBB00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer#footer .logo_area {
  margin-top: -80px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .logo_area {
    margin-top: -6.69vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .logo_area {
    margin-top: 0;
    padding: 0 5.33vw;
  }
}

footer#footer .logo_area ul li {
  margin-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .logo_area ul li {
    margin-top: 1.67vw;
  }
}

footer#footer .logo_area ul li:first-child {
  margin-top: 0;
}

footer#footer .logo_area ul li p {
  margin-bottom: 4px;
}

footer#footer .logo_area a {
  -webkit-transition: all .4s;
  transition: all .4s;
  font-size: 12px;
  display: inline-block;
  margin-top: 0.2em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .logo_area a {
    font-size: 1.00vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .logo_area a {
    font-size: 3.73vw;
  }
  .en footer#footer .logo_area a {
    font-size: 3.43vw;
  }
}

footer#footer .logo_area a:hover {
  opacity: 0.6;
  -webkit-transition: all .4s;
  transition: all .4s;
}

footer#footer .sns_area {
  position: absolute;
  top: -108px;
  right: 0;
  z-index: 1;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .sns_area {
    top: -9.11vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .sns_area {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0 5.33vw;
    margin-top: 6.67vw;
    margin-bottom: 13.33vw;
  }
}

footer#footer .sns_area > p {
  font-size: 16px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .sns_area > p {
    font-size: 1.34vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .sns_area > p {
    font-size: 3.73vw;
    margin-bottom: 2vw;
  }
}

footer#footer .sns_area ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .sns_area ul {
    margin-left: 2.51vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .sns_area ul {
    margin-left: 0;
  }
}

footer#footer .sns_area ul li {
  margin-left: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .sns_area ul li {
    margin-left: 2.51vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .sns_area ul li {
    margin-left: 3.20vw;
  }
}

footer#footer .sns_area ul li:first-child {
  margin-left: 0;
}

footer#footer .sns_area ul li a {
  text-indent: -9999px;
  display: block;
}

footer#footer .sns_area ul li a.fb {
  width: 37px;
  height: 37px;
  background: url(../img/icon_fb_pc.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .sns_area ul li a.fb {
    width: 3.12vw;
    height: 3.12vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .sns_area ul li a.fb {
    background: url(../img/icon_fb_sp.svg) 0 0 no-repeat;
    background-size: contain;
    width: 13.33vw;
    height: 13.33vw;
  }
}

footer#footer .sns_area ul li a.tw {
  width: 41px;
  height: 34px;
  background: url(../img/icon_tw_pc.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .sns_area ul li a.tw {
    width: 3.46vw;
    height: 2.87vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .sns_area ul li a.tw {
    background: url(../img/icon_tw_sp.svg) 0 0 no-repeat;
    background-size: contain;
    width: 13.33vw;
    height: 13.33vw;
  }
}

footer#footer .bottom_area {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 37px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .bottom_area {
    margin-top: 3.09vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .bottom_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 0 5.33vw;
  }
}

footer#footer .bottom_area small {
  font-size: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .bottom_area small {
    font-size: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .bottom_area small {
    font-size: 2.93vw;
    margin-top: 3.20vw;
  }
}

footer#footer .bottom_area ul {
  font-size: 12px;
  letter-spacing: 0.04em;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  footer#footer .bottom_area ul {
    font-size: 1.00vw;
  }
}

@media screen and (max-width: 768px) {
  footer#footer .bottom_area ul {
    font-size: 3.73vw;
  }
}

footer#footer .bottom_area ul li {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  footer#footer .bottom_area ul li {
    margin-left: 9.07vw;
  }
}

footer#footer .bottom_area ul li:first-child {
  margin-left: 0;
}

footer#footer .bottom_area ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer#footer .bottom_area ul li a:hover {
  color: #FFBB00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

footer#footer .bottom_area ul li a:hover:before {
  opacity: 1;
}

body.home main {
  background: #FF6600;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body.home .section {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

#hero {
  color: #fff;
}

@media screen and (max-width: 768px) {
  #hero {
    overflow: visible;
    position: relative;
  }
}

.en #hero * {
  letter-spacing: 0 !important;
}

#hero #hidden_btn {
  cursor: pointer;
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  z-index: 101;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #hero #hidden_btn {
    width: 5.06vw;
    height: 5.06vw;
    bottom: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  #hero #hidden_btn {
    width: 16vw;
    height: 16vw;
    bottom: 30px;
  }
}

#hero .down_arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 100;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #hero .down_arrow {
    width: 5.06vw;
    height: 5.06vw;
    bottom: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  #hero .down_arrow {
    width: 16.00vw;
    height: 16.00vw;
    bottom: 4vw;
  }
  #hero .down_arrow.active {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    bottom: -23vw;
  }
}

#hero .down_arrow:after {
  content: '';
  background: url(../img/arrow_o_b.svg) 0 0 no-repeat;
  background-size: contain;
  width: 37px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  -webkit-animation-name: upDown;
  animation-name: upDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #hero .down_arrow:after {
    width: 3.12vw;
    height: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  #hero .down_arrow:after {
    background: url(../img/arrow_w_b.svg) 0 0 no-repeat;
    background-size: contain;
    width: 5.07vw;
    height: 2.67vw;
  }
}

#hero .in {
  height: calc(100vh + 1px);
  max-height: calc(100vh + 1px);
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  #hero .in {
    max-height: none;
  }
  #hero .in.active {
    height: auto;
  }
}

#hero .in .img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

#hero .in .img video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#hero .in .img img {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

#hero .in #logo {
  width: 543px;
  position: fixed;
  top: 50%;
  left: 31%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 102;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #hero .in #logo {
    width: 45.78vw;
  }
}

#hero .in #logo img {
  width: 100%;
}

#hero #bg {
  width: 100%;
  height: calc(100vh + 1px);
  max-height: calc(100vh + 1px);
  position: absolute;
  top: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 100;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #FF6600;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #hero #bg {
    z-index: 2;
    max-height: none;
  }
  #hero #bg.active {
    height: auto;
    max-height: none;
  }
}

#hero #front {
  pointer-events: none;
  width: 100%;
  height: calc(100vh + 1px);
  position: absolute;
  top: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 104;
}

@media screen and (max-width: 768px) {
  #hero #front {
    z-index: 3;
  }
  #hero #front.active {
    height: auto;
  }
}

#hero #front .inner {
  width: 940px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #hero #front .inner {
    width: 79.26vw;
  }
}

@media screen and (max-width: 768px) {
  #hero #front .inner {
    width: 89.33vw;
    padding-top: 20vw;
    position: static;
    margin-right: 0%;
    margin: 0 auto;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

#hero #front .lead {
  margin-bottom: 23px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #hero #front .lead {
    margin-bottom: 1.94vw;
  }
}

@media screen and (max-width: 768px) {
  #hero #front .lead {
    margin-bottom: 11.73vw;
  }
}

#hero #front .lead .t1 {
  display: block;
  font-size: 26px;
  margin-bottom: 20px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #hero #front .lead .t1 {
    font-size: 2.19vw;
    margin-bottom: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  #hero #front .lead .t1 {
    font-size: 4.80vw;
    margin-bottom: 2vw;
  }
}

#hero #front .lead .t1 span {
  position: relative;
}

#hero #front .lead .t1 span:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 43px;
  background: url(../img/frame_w.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 102%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #hero #front .lead .t1 span:after {
    width: 3.37vw;
    height: 3.63vw;
  }
}

@media screen and (max-width: 768px) {
  #hero #front .lead .t1 span:after {
    width: 7.06vw;
    height: 7.59vw;
  }
}

#hero #front .lead .t2 {
  display: block;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 42px;
  letter-spacing: 0.12em;
}

.en #hero #front .lead .t2 {
  letter-spacing: 0.02em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #hero #front .lead .t2 {
    font-size: 3.54vw;
  }
}

@media screen and (max-width: 768px) {
  #hero #front .lead .t2 {
    font-size: 5.87vw;
  }
}

#hero #front .t3 {
  font-size: 22px;
  line-height: 2.45;
  letter-spacing: 0.1em;
}

.en #hero #front .t3 {
  letter-spacing: 0.02em;
  line-height: 1.65;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #hero #front .t3 {
    font-size: 1.85vw;
  }
}

@media screen and (max-width: 768px) {
  #hero #front .t3 {
    font-size: 4.27vw;
    line-height: 1.8;
  }
  #hero #front .t3 p {
    margin-top: 1em;
  }
  #hero #front .t3 p:first-of-type {
    margin-top: 0;
  }
}

#home_list {
  z-index: 1;
  overflow: visible;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 166px;
}

#home_list:before {
  content: '';
  display: inline-block;
  width: 951px;
  height: 951px;
  background: #FFBB00;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: -506px;
  right: auto;
  z-index: -1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list:before {
    width: 80.19vw;
    height: 80.19vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list:before {
    width: 172.27vw;
    height: 172.27vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list {
    padding-top: 3.37vw;
    padding-bottom: 14.00vw;
    z-index: 1;
    overflow: visible;
  }
  #home_list:before {
    content: '';
    display: inline-block;
    width: 951px;
    height: 951px;
    background: #FFBB00;
    border-radius: 50%;
    position: absolute;
    top: auto;
    bottom: -4.22vw;
    left: -42.31vw;
    right: auto;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) and (min-width: 769px) and (max-width: 1185px) {
  #home_list:before {
    width: 80.19vw;
    height: 80.19vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) and (max-width: 768px) {
  #home_list:before {
    width: 172.27vw;
    height: 172.27vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list {
    padding-top: 25.33vw;
    padding-bottom: 13.33vw;
    z-index: 1;
    overflow: visible;
  }
  #home_list:before {
    content: '';
    display: inline-block;
    width: 951px;
    height: 951px;
    background: #FFBB00;
    border-radius: 50%;
    position: absolute;
    top: auto;
    bottom: -11.2vw;
    left: -95.2vw;
    right: auto;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1185px) {
  #home_list:before {
    width: 80.19vw;
    height: 80.19vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #home_list:before {
    width: 172.27vw;
    height: 172.27vw;
  }
}

#home_list:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #FF6600;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0;
}

.en #home_list * {
  letter-spacing: 0 !important;
}

#home_list .inner {
  width: 940px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list .inner {
    width: 79.26vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list .inner {
    width: auto;
  }
}

#home_list .icon_list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #home_list .icon_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3vw -2vw 0;
  }
}

@media screen and (max-width: 768px) {
  #home_list .icon_list li {
    margin-top: 3vw;
  }
}

#home_list .icon_list li a {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 16px;
  cursor: pointer;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list .icon_list li a {
    font-size: 1.35vw;
    width: 8.36vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list .icon_list li a {
    font-size: 4.27vw;
    width: 26.67vw;
    margin: 1.4vw;
  }
}

#home_list .icon_list li a:hover .img:before {
  opacity: 1.0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#home_list .icon_list li .img {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 6px;
  width: 90px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list .icon_list li .img {
    width: 7.59vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list .icon_list li .img {
    display: block;
    width: 14.93vw;
    height: 14.93vw;
  }
}

#home_list .icon_list li .img:before {
  display: block;
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 768px) {
  #home_list .icon_list li .img:before {
    opacity: 1;
    border: 0.48vw solid #fff;
  }
}

@media screen and (max-width: 768px) {
  #home_list .icon_list li .img img {
    max-width: none;
    max-height: none;
    width: 14.93vw;
    height: 14.93vw;
  }
}

#home_list .icon_list li p {
  letter-spacing: 0;
  line-height: 1;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #home_list .icon_list li p {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-top: 1vw;
  }
}

#home_list .box_wrap {
  width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  padding: 70px 50px;
  margin-top: 60px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list .box_wrap {
    width: 92.75vw;
    padding: 5.90vw 4.22vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list .box_wrap {
    width: auto;
    padding: 13.33vw 4.53vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list .box_wrap {
    margin-top: 5.06vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list .box_wrap {
    margin-top: 14.93vw;
    padding: 11.33vw 4.53vw 20vw;
  }
}

#home_list .box_wrap .box .ttl_wrap .ttl {
  font-size: 42px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  line-height: 1;
  margin-bottom: .2em;
  color: #FF6600;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list .box_wrap .box .ttl_wrap .ttl {
    font-size: 3.54vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list .box_wrap .box .ttl_wrap .ttl {
    font-size: 8.00vw;
  }
}

#home_list .box_wrap .box .ttl_wrap .txt {
  font-size: 16px;
  color: #666;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list .box_wrap .box .ttl_wrap .txt {
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list .box_wrap .box .ttl_wrap .txt {
    font-size: 4.27vw;
  }
}

#home_list .box_wrap .box .list {
  margin-top: 60px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list .box_wrap .box .list {
    font-size: 1.35vw;
    margin-top: 5.06vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list .box_wrap .box .list {
    margin-top: 9.60vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#home_list .box_wrap .box .list li {
  width: 30%;
  position: relative;
}

@media screen and (max-width: 768px) {
  #home_list .box_wrap .box .list li {
    width: auto;
    margin-top: 22.93vw;
  }
  #home_list .box_wrap .box .list li:first-child {
    margin-top: 0;
  }
}

#home_list .box_wrap .box .list li:hover .detail_btn {
  background: #FFBB00;
  border: 1px solid #FFBB00;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#home_list .box_wrap .box .list li .t1 {
  font-size: 20px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.08em;
  margin-bottom: .6em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list .box_wrap .box .list li .t1 {
    font-size: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list .box_wrap .box .list li .t1 {
    font-size: 5.33vw;
  }
}

#home_list .box_wrap .box .list li .img {
  margin-bottom: .6em;
}

#home_list .box_wrap .box .list li .img.goodDA {
  position: relative;
}

#home_list .box_wrap .box .list li .img.goodDA:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 140px;
  height: 40px;
  background: url(../img/home/home_img03_award.png) 0 0 no-repeat;
  background-size: cover;
}

#home_list .box_wrap .box .list li .t2 {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list .box_wrap .box .list li .t2 {
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list .box_wrap .box .list li .t2 {
    font-size: 4.27vw;
  }
}

#home_list .box_wrap .box .list li .detail_btn {
  position: absolute;
  bottom: -30px;
  right: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_list .box_wrap .box .list li .detail_btn {
    bottom: -2.53vw;
  }
}

@media screen and (max-width: 768px) {
  #home_list .box_wrap .box .list li .detail_btn {
    bottom: -8vw;
  }
}

#home_contents {
  background: #fff;
  padding-top: 200px;
  padding-bottom: 200px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_contents {
    padding-top: 16.86vw;
    padding-bottom: 16.86vw;
  }
}

@media screen and (max-width: 768px) {
  #home_contents {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}

.en #home_contents * {
  letter-spacing: 0 !important;
}

#home_contents .inner {
  display: table;
  margin: 0 auto;
}

#home_contents .list {
  max-width: 1100px;
  margin: 0 auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -100px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_contents .list {
    width: 92.75vw;
    margin-top: -8.36vw;
  }
}

@media screen and (max-width: 768px) {
  #home_contents .list {
    margin-top: 0;
  }
}

#home_contents .list li {
  position: relative;
  width: 530px;
  height: 300px;
  margin-top: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_contents .list li {
    width: 44.69vw;
    height: 25.30vw;
    margin-top: 8.36vw;
  }
}

@media screen and (max-width: 768px) {
  #home_contents .list li {
    width: 89.33vw;
    height: 50.67vw;
    margin-top: 17.33vw;
  }
  #home_contents .list li:first-child {
    margin-top: 0;
  }
}

#home_contents .list li a {
  display: block;
  height: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#home_contents .list li a:hover .ttl {
  background: #FFA366;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#home_contents .list li a:hover .img img {
  width: 103%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#home_contents .list li .ttl {
  background: #FF6600;
  color: #fff;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  padding: 13px 20px 13px 20px;
  border-radius: 15px 50px 50px 0px;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 3;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_contents .list li .ttl {
    font-size: 2.02vw;
    padding: 1.10vw 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  #home_contents .list li .ttl {
    font-size: 4.80vw;
    padding: 3.47vw 5.33vw;
    border-radius: 4vw 13.33vw 13.33vw 0;
  }
}

#home_contents .list li .ttl span {
  font-size: 16px;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_contents .list li .ttl span {
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 768px) {
  #home_contents .list li .ttl span {
    font-size: 4.27vw;
  }
}

#home_contents .list li .img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  z-index: 2;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_contents .list li .img {
    border-radius: 1.26vw;
  }
}

@media screen and (max-width: 768px) {
  #home_contents .list li .img {
    border-radius: 4.00vw;
  }
}

#home_contents .list li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#home_news {
  z-index: 1;
  overflow: visible;
  background: #FF6600;
  padding-top: 170px;
  padding-bottom: calc(101px + 80px);
}

#home_news:before {
  content: '';
  display: inline-block;
  width: 951px;
  height: 951px;
  background: #FFBB00;
  border-radius: 50%;
  position: absolute;
  top: -70px;
  bottom: auto;
  left: auto;
  right: -450px;
  z-index: -1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news:before {
    width: 80.19vw;
    height: 80.19vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news:before {
    width: 172.27vw;
    height: 172.27vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news {
    padding-top: 14.33vw;
    padding-bottom: calc(8.77vw + 6.75vw);
    z-index: 1;
    overflow: visible;
  }
  #home_news:before {
    content: '';
    display: inline-block;
    width: 951px;
    height: 951px;
    background: #FFBB00;
    border-radius: 50%;
    position: absolute;
    top: -5.9vw;
    bottom: auto;
    left: auto;
    right: -37.94vw;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) and (min-width: 769px) and (max-width: 1185px) {
  #home_news:before {
    width: 80.19vw;
    height: 80.19vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) and (max-width: 768px) {
  #home_news:before {
    width: 172.27vw;
    height: 172.27vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news {
    padding-top: 26.67vw;
    padding-bottom: calc(16.80vw + 16.00vw);
    z-index: 1;
    overflow: visible;
  }
  #home_news:before {
    content: '';
    display: inline-block;
    width: 951px;
    height: 951px;
    background: #FFBB00;
    border-radius: 50%;
    position: absolute;
    top: -8vw;
    bottom: auto;
    left: auto;
    right: -101.07vw;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1185px) {
  #home_news:before {
    width: 80.19vw;
    height: 80.19vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #home_news:before {
    width: 172.27vw;
    height: 172.27vw;
  }
}

.en #home_news * {
  letter-spacing: 0 !important;
}

#home_news .box_wrap {
  width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  padding: 70px 50px;
  padding: 70px 50px 50px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .box_wrap {
    width: 92.75vw;
    padding: 5.90vw 4.22vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .box_wrap {
    width: auto;
    padding: 13.33vw 4.53vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .box_wrap {
    padding: 5.90vw 4.22vw 4.22vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .box_wrap {
    padding: 13.33vw 4.53vw;
    padding-bottom: 9.33vw;
  }
}

#home_news .news_wrap {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  #home_news .news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#home_news .btn {
  display: table;
  margin-left: auto;
  margin-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .btn {
    margin-top: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .btn {
    margin-top: 5.33vw;
  }
}

#home_news .ttl_wrap .ttl {
  font-size: 42px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  line-height: 1;
  margin-bottom: .2em;
  color: #FF6600;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .ttl_wrap .ttl {
    font-size: 3.54vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .ttl_wrap .ttl {
    font-size: 8.00vw;
  }
}

#home_news .ttl_wrap .txt {
  font-size: 16px;
  color: #666;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .ttl_wrap .txt {
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .ttl_wrap .txt {
    font-size: 4.27vw;
  }
}

#home_news .nav ul {
  margin-top: 34px;
  padding-left: 57px;
  margin-bottom: 34px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .nav ul {
    margin-top: 2.87vw;
    padding-left: 4.81vw;
    margin-bottom: 2.87vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .nav ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5.33vw;
    padding-left: 0;
    margin-bottom: 0;
  }
}

#home_news .nav ul li {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.06em;
  color: #5E5E5E;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

#home_news .nav ul li:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .nav ul li {
    margin-top: 1.69vw;
    font-size: 1.18vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .nav ul li {
    margin-top: 0;
    font-size: 3.73vw;
  }
}

#home_news .nav ul li:first-child {
  margin-top: 0;
}

#home_news .nav ul li:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  content: '';
  width: 0;
  height: 4px;
  background: #FF6600;
  opacity: 0.4;
  border-radius: 10px;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#home_news .nav ul li:before:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .nav ul li:before {
    height: 0.34vw;
    left: -3.37vw;
    border-radius: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .nav ul li:before {
    top: auto;
    left: 50%;
    bottom: -3vw;
    border-radius: 2.67vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

#home_news .nav ul li.active {
  color: #333;
}

#home_news .nav ul li.active:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  content: '';
  width: 18px;
  height: 4px;
  background: #FF6600;
  opacity: 0.4;
  border-radius: 10px;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#home_news .nav ul li.active:before:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .nav ul li.active:before {
    width: 1.52vw;
    height: 0.34vw;
    border-radius: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .nav ul li.active:before {
    top: auto;
    left: 50%;
    bottom: -3vw;
    width: 8vw;
    border-radius: 2.67vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

#home_news .nav ul li:hover:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  content: '';
  width: 18px;
  height: 4px;
  background: #FF6600;
  opacity: 0.4;
  border-radius: 10px;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#home_news .nav ul li:hover:before:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .nav ul li:hover:before {
    width: 1.52vw;
    height: 0.34vw;
    border-radius: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .nav ul li:hover:before {
    top: auto;
    left: 50%;
    bottom: -3vw;
    width: 8vw;
    border-radius: 2.67vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

#home_news .list {
  width: 670px;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .list {
    width: 56.49vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .list {
    width: auto;
    margin-top: 10.67vw;
  }
}

#home_news .list > div {
  height: 356px;
  overflow: auto;
  padding: 0 3px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .list > div {
    height: 30.02vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .list > div {
    height: 70vw;
  }
}

#home_news .list > div:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  content: '';
  width: calc(100% + 6px);
  height: 4px;
  border-radius: 10px;
  background: #FF6600;
  position: absolute;
  left: -3px;
  top: -4px;
  z-index: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .list > div:after {
    height: 0.34vw;
    left: -0.25vw;
    top: -0.34vw;
    border-radius: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .list > div:after {
    height: 1.07vw;
    left: -0.80vw;
    top: -1.07vw;
    border-radius: 2.67vw;
  }
}

#home_news .list > div:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  content: '';
  width: 20%;
  height: 4px;
  border-radius: 10px;
  background: #FFBB00;
  position: absolute;
  left: -3px;
  top: -4px;
  z-index: 2;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .list > div:before {
    height: 0.34vw;
    left: -0.25vw;
    top: -0.34vw;
    border-radius: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .list > div:before {
    height: 1.07vw;
    left: -0.80vw;
    top: -1.07vw;
    border-radius: 2.67vw;
  }
}

#home_news .list ul {
  display: none;
}

#home_news .list ul.active {
  display: block;
}

#home_news .list ul li a {
  position: relative;
  padding: 20px 0;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .list ul li a {
    padding: 1.69vw 0;
  }
}

#home_news .list ul li a:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  content: '';
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#home_news .list ul li a:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  content: '';
  width: 0;
  height: 4px;
  border-radius: 10px;
  background: #FFBB00;
  position: absolute;
  left: -3px;
  bottom: -2px;
  z-index: 2;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .list ul li a:before {
    height: 0.34vw;
    left: -0.25vw;
    bottom: -0.17vw;
    border-radius: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .list ul li a:before {
    height: 1.07vw;
    bottom: -0.53vw;
    border-radius: 2.67vw;
  }
}

#home_news .list ul li a:hover dl {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0.6;
}

#home_news .list ul li a:hover:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

#home_news .list ul li a:hover:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  width: calc(100% + 6px);
  opacity: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .list ul li a {
    padding: 1.69vw;
  }
}

#home_news .list ul li dl {
  -webkit-transition: all .4s;
  transition: all .4s;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #home_news .list ul li dl {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#home_news .list ul li dl dt.news_day {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #666;
  width: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .list ul li dl dt.news_day {
    font-size: 1.18vw;
    width: 8.43vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .list ul li dl dt.news_day {
    font-size: 3.73vw;
    width: auto;
  }
}

#home_news .list ul li dl dd.news_cat {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #666;
  width: 60px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .list ul li dl dd.news_cat {
    font-size: 1.18vw;
    width: 5.06vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .list ul li dl dd.news_cat {
    width: auto;
    font-size: 3.73vw;
    margin-left: 3vw;
  }
}

#home_news .list ul li dl dd.news_ttl {
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 476px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #home_news .list ul li dl dd.news_ttl {
    font-size: 1.35vw;
    width: 36.45vw;
  }
}

@media screen and (max-width: 768px) {
  #home_news .list ul li dl dd.news_ttl {
    font-size: 4.27vw;
    width: 100%;
    margin-top: 2vw;
  }
}

#en_home_news {
  z-index: 1;
  overflow: visible;
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 166px;
}

#en_home_news:before {
  content: '';
  display: inline-block;
  width: 951px;
  height: 951px;
  background: #FFBB00;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: -506px;
  right: auto;
  z-index: -1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news:before {
    width: 80.19vw;
    height: 80.19vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news:before {
    width: 172.27vw;
    height: 172.27vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news {
    padding-top: 3.37vw;
    padding-bottom: 14.00vw;
    z-index: 1;
    overflow: visible;
  }
  #en_home_news:before {
    content: '';
    display: inline-block;
    width: 951px;
    height: 951px;
    background: #FFBB00;
    border-radius: 50%;
    position: absolute;
    top: auto;
    bottom: -4.22vw;
    left: -42.31vw;
    right: auto;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news:before {
    width: 80.19vw;
    height: 80.19vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) and (max-width: 768px) {
  #en_home_news:before {
    width: 172.27vw;
    height: 172.27vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news {
    padding-top: 25.33vw;
    padding-bottom: calc(16.80vw + 16.00vw);
    z-index: 1;
    overflow: visible;
  }
  #en_home_news:before {
    content: '';
    display: inline-block;
    width: 951px;
    height: 951px;
    background: #FFBB00;
    border-radius: 50%;
    position: absolute;
    top: 16vw;
    bottom: auto;
    left: -95.2vw;
    right: auto;
    z-index: -1;
  }
}

@media screen and (max-width: 768px) and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news:before {
    width: 80.19vw;
    height: 80.19vw;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #en_home_news:before {
    width: 172.27vw;
    height: 172.27vw;
  }
}

.en #en_home_news * {
  letter-spacing: 0 !important;
}

#en_home_news:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #FF6600;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0;
}

#en_home_news .inner {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #en_home_news .inner {
    width: auto;
  }
}

#en_home_news .box_wrap {
  width: 1100px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  padding: 70px 50px;
  padding: 70px 50px 50px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .box_wrap {
    width: 92.75vw;
    padding: 5.90vw 4.22vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .box_wrap {
    width: auto;
    padding: 13.33vw 4.53vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .box_wrap {
    padding: 5.90vw 4.22vw 4.22vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .box_wrap {
    padding: 13.33vw 4.53vw;
    padding-bottom: 9.33vw;
  }
}

#en_home_news .news_wrap {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  #en_home_news .news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#en_home_news .btn {
  display: table;
  margin-left: auto;
  margin-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .btn {
    margin-top: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .btn {
    margin-top: 5.33vw;
  }
}

#en_home_news .ttl_wrap .ttl {
  font-size: 42px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  line-height: 1;
  margin-bottom: .2em;
  color: #FF6600;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .ttl_wrap .ttl {
    font-size: 3.54vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .ttl_wrap .ttl {
    font-size: 8.00vw;
  }
}

#en_home_news .ttl_wrap .txt {
  font-size: 16px;
  color: #666;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .ttl_wrap .txt {
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .ttl_wrap .txt {
    font-size: 4.27vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .nav .scrollWrap {
    overflow: auto;
    margin-top: 5.33vw;
    height: 10vw;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
  }
}

#en_home_news .nav .scrollWrap::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

#en_home_news .nav ul {
  margin-top: 34px;
  padding-left: 57px;
  margin-bottom: 34px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .nav ul {
    margin-top: 2.87vw;
    padding-left: 4.81vw;
    margin-bottom: 2.87vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .nav ul {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 0;
    width: 100vw;
  }
}

#en_home_news .nav ul li {
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.06em;
  color: #5E5E5E;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

#en_home_news .nav ul li:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .nav ul li {
    margin-top: 1.69vw;
    font-size: 1.18vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .nav ul li {
    white-space: nowrap;
    margin-top: 0;
    margin-left: 4vw;
    font-size: 3.73vw;
  }
  #en_home_news .nav ul li:first-child {
    margin-left: 0;
  }
}

#en_home_news .nav ul li:first-child {
  margin-top: 0;
}

#en_home_news .nav ul li:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  content: '';
  width: 0;
  height: 4px;
  background: #FF6600;
  opacity: 0.4;
  border-radius: 10px;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#en_home_news .nav ul li:before:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .nav ul li:before {
    height: 0.34vw;
    left: -3.37vw;
    border-radius: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .nav ul li:before {
    top: auto;
    left: 50%;
    bottom: -3vw;
    border-radius: 2.67vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

#en_home_news .nav ul li.active {
  color: #333;
}

#en_home_news .nav ul li.active:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  content: '';
  width: 18px;
  height: 4px;
  background: #FF6600;
  opacity: 0.4;
  border-radius: 10px;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#en_home_news .nav ul li.active:before:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .nav ul li.active:before {
    width: 1.52vw;
    height: 0.34vw;
    border-radius: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .nav ul li.active:before {
    top: auto;
    left: 50%;
    bottom: -3vw;
    width: 8vw;
    border-radius: 2.67vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

#en_home_news .nav ul li:hover:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  content: '';
  width: 18px;
  height: 4px;
  background: #FF6600;
  opacity: 0.4;
  border-radius: 10px;
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#en_home_news .nav ul li:hover:before:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .nav ul li:hover:before {
    width: 1.52vw;
    height: 0.34vw;
    border-radius: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .nav ul li:hover:before {
    top: auto;
    left: 50%;
    bottom: -3vw;
    width: 8vw;
    border-radius: 2.67vw;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

#en_home_news .list {
  width: 670px;
  position: relative;
  margin-top: 15px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .list {
    width: 56.49vw;
    margin-top: 1.26vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .list {
    width: auto;
    margin-top: 10.67vw;
  }
}

#en_home_news .list > div {
  height: 356px;
  overflow: auto;
  padding: 0 3px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .list > div {
    height: 30.02vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .list > div {
    height: 70vw;
  }
}

#en_home_news .list > div:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  content: '';
  width: calc(100% + 6px);
  height: 4px;
  border-radius: 10px;
  background: #FF6600;
  position: absolute;
  left: -3px;
  top: -4px;
  z-index: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .list > div:after {
    height: 0.34vw;
    left: -0.25vw;
    top: -0.34vw;
    border-radius: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .list > div:after {
    height: 1.07vw;
    left: -0.80vw;
    top: -1.07vw;
    border-radius: 2.67vw;
  }
}

#en_home_news .list > div:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  content: '';
  width: 20%;
  height: 4px;
  border-radius: 10px;
  background: #FFBB00;
  position: absolute;
  left: -3px;
  top: -4px;
  z-index: 2;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .list > div:before {
    height: 0.34vw;
    left: -0.25vw;
    top: -0.34vw;
    border-radius: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .list > div:before {
    height: 1.07vw;
    left: -0.80vw;
    top: -1.07vw;
    border-radius: 2.67vw;
  }
}

#en_home_news .list ul {
  display: none;
}

#en_home_news .list ul.active {
  display: block;
}

#en_home_news .list ul li a {
  position: relative;
  padding: 20px 0;
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .list ul li a {
    padding: 1.69vw 0;
  }
}

#en_home_news .list ul li a:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  content: '';
  width: 100%;
  height: 1px;
  background: #666;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

#en_home_news .list ul li a:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  content: '';
  width: 0;
  height: 4px;
  border-radius: 10px;
  background: #FFBB00;
  position: absolute;
  left: -3px;
  bottom: -2px;
  z-index: 2;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .list ul li a:before {
    height: 0.34vw;
    left: -0.25vw;
    bottom: -0.17vw;
    border-radius: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .list ul li a:before {
    height: 1.07vw;
    bottom: -0.53vw;
    border-radius: 2.67vw;
  }
}

#en_home_news .list ul li a:hover dl {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0.6;
}

#en_home_news .list ul li a:hover:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

#en_home_news .list ul li a:hover:before {
  -webkit-transition: all .4s;
  transition: all .4s;
  width: calc(100% + 6px);
  opacity: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .list ul li a {
    padding: 1.69vw;
  }
}

#en_home_news .list ul li dl {
  -webkit-transition: all .4s;
  transition: all .4s;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  #en_home_news .list ul li dl {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

#en_home_news .list ul li dl dt.news_day {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #666;
  width: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .list ul li dl dt.news_day {
    font-size: 1.18vw;
    width: 8.43vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .list ul li dl dt.news_day {
    font-size: 3.73vw;
    width: auto;
  }
}

#en_home_news .list ul li dl dd.news_cat {
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #666;
  width: 144px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .list ul li dl dd.news_cat {
    font-size: 1.18vw;
    width: 12.14vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .list ul li dl dd.news_cat {
    width: auto;
    font-size: 3.73vw;
    margin-left: 3vw;
  }
}

#en_home_news .list ul li dl dd.news_ttl {
  font-size: 16px;
  letter-spacing: 0.05em;
  width: 400px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #en_home_news .list ul li dl dd.news_ttl {
    font-size: 1.35vw;
    width: 33.73vw;
  }
}

@media screen and (max-width: 768px) {
  #en_home_news .list ul li dl dd.news_ttl {
    font-size: 4.27vw;
    width: 100%;
    margin-top: 2vw;
  }
}

@media screen and (max-width: 768px) {
  body.active {
    overflow: hidden;
  }
}

body.other {
  background: #fff;
}

body.other main {
  background: #fff;
  padding-top: 267px;
  z-index: 11;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  body.other main {
    padding-top: 22.51vw;
  }
}

@media screen and (max-width: 768px) {
  body.other main {
    padding-top: 41.87vw;
    margin-top: 12.6vw;
  }
}

body.page.index {
  background: #fff;
}

body.page.index .bottom_section {
  padding-bottom: calc(101px + 80px);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  body.page.index .bottom_section {
    padding-bottom: calc(8.77vw + 6.75vw);
  }
}

@media screen and (max-width: 768px) {
  body.page.index .bottom_section {
    padding-top: 10vw;
    padding-bottom: calc(16.80vw + 16.00vw);
  }
}

body.page.index main {
  background: #fff;
  padding-top: 267px;
  z-index: 11;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  body.page.index main {
    padding-top: 22.51vw;
  }
}

@media screen and (max-width: 768px) {
  body.page.index main {
    padding-top: 41.87vw;
    margin-top: 12.6vw;
  }
}

body.page.index main:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  body.page.index main:after {
    height: 85.33vw;
  }
}

@media screen and (max-width: 768px) {
  body.page.index.news main, body.page.index.privacypolicy main, body.page.index.securitypolicy main, body.page.index.contact main, body.page.index.apply main, body.page.index.download-form main, body.page.index.gdx-download01 main , body.page.index.download-form-mmfr main, body.page.index.test-form main {
    padding-top: 28.27vw;
    margin-top: 0 !important;
  }
}

body.page.index.news main:after, body.page.index.privacypolicy main:after, body.page.index.securitypolicy main:after, body.page.index.contact main:after, body.page.index.apply main:after , body.page.index.download-form main:after,body.page.index.newsletter main:after,body.page.index.gdx-download01 main:after,body.page.index.download-form-mmfr main:after,body.page.index.test-form main:after,
body.page.index.aspapp_download main:after {
  background: #FF6600;
}

@media screen and (max-width: 768px) {
  body.page.index.news main:after, body.page.index.privacypolicy main:after, body.page.index.securitypolicy main:after, body.page.index.contact main:after, body.page.index.apply main:after, body.page.index.download-form main:after, body.page.index.gdx-download01 main:after, body.page.index.download-form-mmfr main:after, body.page.index.test-form main:after {
    height: 85.33vw;
  }
}

body.page.index.about main {
  margin-bottom: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  body.page.index.about main {
    margin-bottom: 8.43vw;
  }
}

@media screen and (max-width: 768px) {
  body.page.index.about main {
    margin-bottom: 0;
  }
}

body.page.index.about main:after {
  position: fixed;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.12%, rgba(50, 94, 156, 0.2)), color-stop(10.87%, rgba(50, 94, 156, 0))), -webkit-gradient(linear, left bottom, left top, color-stop(77.78%, rgba(50, 94, 156, 0.2)), color-stop(82.81%, rgba(50, 94, 156, 0))), url(../img/about/pc_kv.jpg) center top no-repeat;
  background: linear-gradient(180deg, rgba(50, 94, 156, 0.2) 5.12%, rgba(50, 94, 156, 0) 10.87%), linear-gradient(360deg, rgba(50, 94, 156, 0.2) 77.78%, rgba(50, 94, 156, 0) 82.81%), url(../img/about/pc_kv.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  body.page.index.about main:after {
    height: 69.8vw;
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(54.44%, rgba(50, 94, 156, 0.3)), color-stop(68.52%, rgba(50, 94, 156, 0))), url(../img/about/sp_kv.jpg) center top no-repeat;
    background: linear-gradient(360deg, rgba(50, 94, 156, 0.3) 54.44%, rgba(50, 94, 156, 0) 68.52%), url(../img/about/sp_kv.jpg) center top no-repeat;
    background-size: cover;
  }
}

body.page.index.productandservice main:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.44%, rgba(0, 0, 0, 0.25)), to(rgba(17, 17, 17, 0))), url(../img/productandservice/kv_productandservice.jpg) center top no-repeat;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 48.44%, rgba(17, 17, 17, 0) 100%), url(../img/productandservice/kv_productandservice.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  body.page.index.productandservice main:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(55.19%, rgba(0, 0, 0, 0.2)), color-stop(67.78%, rgba(0, 0, 0, 0))), url(../img/productandservice/sp_kv.jpg) center top no-repeat;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.2) 55.19%, rgba(0, 0, 0, 0) 67.78%), url(../img/productandservice/sp_kv.jpg) center top no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  body.page.index.productandservice .inner .page_ttl {
    font-size: 9.8vw;
  }
}

body.page.index.partners main:after {
  background: linear-gradient(359.64deg, rgba(3, 51, 78, 0.2) 68.9%, rgba(3, 51, 78, 0) 83.37%), url(../img/partners/pc_kv.jpg) center top 0 no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  body.page.index.partners main:after {
    background-position: center top 0;
  }
}

@media screen and (max-width: 768px) {
  body.page.index.partners main:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(3, 51, 78, 0.2)), color-stop(63.52%, rgba(3, 51, 78, 0))), url(../img/partners/sp_kv.jpg) center top no-repeat;
    background: linear-gradient(0deg, rgba(3, 51, 78, 0.2) 50%, rgba(3, 51, 78, 0) 63.52%), url(../img/partners/sp_kv.jpg) center top no-repeat;
    background-size: cover;
    height: 72.00vw;
  }
}

body.page.index.recruit main {
  padding-top: 0;
}

body.page.index.recruit main:after {
  content: none;
}

@media screen and (max-width: 768px) {
  body.page.index.recruit main {
    padding-top: 0;
  }
}

body.page.index section {
  overflow: inherit;
  position: relative;
  z-index: 11;
}

body.page.index .inner {
  position: relative;
  max-width: 1100px;
  width: 92.75vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  body.page.index .inner {
    width: 89.33vw;
  }
}

body.page.index .inner .page_ttl {
  max-width: 1100px;
  width: 92.75vw;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
  margin: 0 auto;
  position: absolute;
  top: -80px;
  left: 0;
  text-align: right;
  color: #fff;
  font-size: 72px;
  line-height: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  body.page.index .inner .page_ttl {
    top: -6.75vw;
    font-size: 6.07vw;
  }
}

@media screen and (max-width: 768px) {
  body.page.index .inner .page_ttl {
    width: 89.33vw;
    font-size: 10.67vw;
    top: -11.7vw;
  }
}

body.page.under {
  background: #fff;
}

body.page.under .bottom_section {
  padding-bottom: calc(101px + 80px);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  body.page.under .bottom_section {
    padding-bottom: calc(8.77vw + 6.75vw);
  }
}

@media screen and (max-width: 768px) {
  body.page.under .bottom_section {
    padding-top: 10vw;
    padding-bottom: calc(16.80vw + 16.00vw);
  }
}

body.page.under.productandservice {
  background: #fff url(../img/productandservice/circle_l.png) left 0 top 2350px no-repeat;
  background-size: 319px auto;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  body.page.under.productandservice {
    background-position: left 0 top 198.15vw;
    background-size: 26.90vw;
  }
}

@media screen and (max-width: 768px) {
  body.page.under.productandservice {
    background: #fff;
  }
}

body.page.under.productandservice main {
  background: transparent;
}

body.page.under.productandservice main .inner {
  background: transparent;
}

body.page.under.productandservice .bottom_section, body.page.under.productandservice .inner, body.page.under.productandservice .pankuzu {
  background: transparent !important;
}

body.page.under .circle_wrap {
  background: url(../img/productandservice/circle_r.png) right 0 top 1170px no-repeat;
  background-size: 201px auto;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  body.page.under .circle_wrap {
    background-position: right 0 top 98.65vw;
    background-size: 16.95vw;
  }
}

@media screen and (max-width: 768px) {
  body.page.under .circle_wrap {
    background: transparent;
  }
}

body.page.under main {
  position: relative;
  z-index: 11;
  background: #fff;
  padding-top: 100px;
  padding-bottom: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  body.page.under main {
    padding-top: 8.43vw;
  }
}

@media screen and (max-width: 768px) {
  body.page.under main {
    padding-top: 18.13vw;
  }
}

body.page.under section {
  overflow: inherit;
  position: relative;
  z-index: 10;
}

body.page.under .inner {
  position: relative;
  max-width: 1100px;
  width: 92.75vw;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px 15px 0 0;
}

@media screen and (max-width: 768px) {
  body.page.under .inner {
    width: 89.33vw;
  }
}

body.page.under .inner .page_ttl {
  max-width: 1100px;
  width: 92.75vw;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
  margin: 0 auto;
  position: absolute;
  top: -74px;
  left: 0;
  text-align: right;
  color: #fff;
  font-size: 72px;
  line-height: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  body.page.under .inner .page_ttl {
    top: -6.24vw;
    font-size: 6.07vw;
  }
}

@media screen and (max-width: 768px) {
  body.page.under .inner .page_ttl {
    width: 89.33vw;
    font-size: 10.67vw;
    top: -10.67vw;
  }
}

.pankuzu {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 12px;
  padding: 47px 51px 0;
  line-height: 1.8;
  color: #888;
  position: relative;
  bottom: -1px;
  background: #fff;
  border-radius: 15px 15px 0 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pankuzu {
    font-size: 1.01vw;
    padding: 3.96vw 4.30vw 0;
  }
}

@media screen and (max-width: 768px) {
  .pankuzu {
    font-size: 3.47vw;
    padding: 5.33vw 4.53vw 0;
  }
}

.pankuzu.top {
  padding-top: 0;
  padding-left: 0;
  border-radius: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pankuzu.top {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .pankuzu.top {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.under .pankuzu.top {
  padding: 0 51px 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .under .pankuzu.top {
    padding: 0 4.30vw 0;
  }
}

@media screen and (max-width: 768px) {
  .under .pankuzu.top {
    padding: 0 4.53vw 0;
  }
}

.pankuzu.bottom {
  padding-top: 150px;
  padding-left: 0;
  border-radius: 0;
  bottom: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pankuzu.bottom {
    padding-top: 12.65vw;
  }
}

@media screen and (max-width: 768px) {
  .pankuzu.bottom {
    padding-top: 21.33vw;
    padding-left: 0;
    padding-right: 0;
  }
  .about .pankuzu.bottom {
    padding-top: 0;
  }
}

.pankuzu a {
  -webkit-transition: all .4s;
  transition: all .4s;
}

.pankuzu a:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0.6;
}

.pankuzu > span {
  position: relative;
  margin-right: 16px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pankuzu > span {
    margin-right: 1.35vw;
  }
}

@media screen and (max-width: 768px) {
  .pankuzu > span {
    margin-right: 3.5vw;
  }
}

.pankuzu > span:after {
  content: '';
  display: inline-block;
  background: url(../img/arrow_b_s.svg) center center no-repeat;
  background-size: contain;
  width: 10px;
  height: 13px;
  position: absolute;
  position: relative;
  top: 2px;
  right: -6px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pankuzu > span:after {
    width: 0.84vw;
    height: 1.10vw;
    right: -0.51vw;
  }
}

@media screen and (max-width: 768px) {
  .pankuzu > span:after {
    width: 2.67vw;
    height: 3.47vw;
    right: -1.60vw;
    top: 0.53vw;
  }
}

.pankuzu > span:last-child {
  color: #888888;
}

.pankuzu > span:last-child:after {
  content: none;
}

/****************************************

index_page_common

*****************************************/
.en #page_index * {
  letter-spacing: 0 !important;
}

.en .section * {
  letter-spacing: 0 !important;
}

.block_page {
  padding: 58px 98px 0;
  background: #fff;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .block_page {
    padding: 4.89vw 8.26vw 0;
  }
}

@media screen and (max-width: 768px) {
  .block_page {
    padding: 8.00vw 4.53vw 0;
  }
}

.index_ttl_wrap {
  line-height: 1.9;
}

.index_ttl {
  font-size: 42px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 70px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .index_ttl {
    font-size: 3.54vw;
    margin-bottom: 5.90vw;
  }
}

@media screen and (max-width: 768px) {
  .index_ttl {
    font-size: 8.00vw;
    margin-bottom: 9.60vw;
  }
}

.index_ttl span {
  font-size: 24px;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .index_ttl span {
    font-size: 2.02vw;
  }
}

@media screen and (max-width: 768px) {
  .index_ttl span {
    font-size: 5.87vw;
  }
}

.index_ttl span:before {
  content: '：';
  display: inline-block;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  margin-right: 0.1em;
}

.index_content_wrap {
  margin-top: 40px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .index_content_wrap {
    margin-top: 3.37vw;
  }
}

@media screen and (max-width: 768px) {
  .index_content_wrap {
    margin-top: 15.47vw;
  }
}

.search_box_list > li {
  margin-top: 70px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_list > li {
    margin-top: 5.90vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_list > li {
    margin-top: 20.00vw;
  }
}

.search_box_list > li:first-child {
  margin-top: 0;
}

.search_box_wrap01 > ul > li {
  margin-top: 30px;
  padding-bottom: 26px;
  border-bottom: 4px solid #FF6600;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 > ul > li {
    margin-top: 2.53vw;
    padding-bottom: 2.19vw;
    border-bottom: 0.34vw solid #FF6600;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 > ul > li {
    margin-top: 8.00vw;
    padding-bottom: 1.60vw;
    border-bottom: 0.53vw solid #FF6600;
  }
}

.search_box_wrap01 > ul > li:first-child {
  margin-top: 0;
}

.search_box_wrap01 .search_box .btn_txt {
  font-size: 20px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .btn_txt {
    font-size: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .btn_txt {
    font-size: 4.66vw;
    letter-spacing: 0.04em;
  }
}

.search_box_wrap01 .search_box .detail_btn {
  margin-top: 15px;
  display: table;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .detail_btn {
    margin-top: 1.26vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .detail_btn {
    margin-top: 5.33vw;
    font-size: 3.4vw;
    padding: 1.07vw 2.13vw;
    display: block;
  }
}

.search_box_wrap01 .search_box .ttl {
  font-size: 24px;
  letter-spacing: 0.08em;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .ttl {
    font-size: 2.02vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .ttl {
    font-size: 5.87vw;
    letter-spacing: 0.02em;
  }
}

.search_box_wrap01 .search_box .ttl:before, .search_box_wrap01 .search_box .ttl:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  display: block;
  content: '';
  background-color: #FF6600;
  border-radius: 10px;
  position: absolute;
  width: 28px;
  height: 4px;
  top: 50%;
  right: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .ttl:before, .search_box_wrap01 .search_box .ttl:after {
    border-radius: 0.84vw;
    width: 2.36vw;
    height: 0.34vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .ttl:before, .search_box_wrap01 .search_box .ttl:after {
    border-radius: 2.67vw;
    width: 4.80vw;
    height: 0.53vw;
  }
}

.search_box_wrap01 .search_box .ttl:before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.search_box_wrap01 .search_box .ttl:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}

.search_box_wrap01 .search_box .ttl.active:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

.search_box_wrap01 .search_box .ttl.active:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.search_box_wrap01 .search_box .ttl span {
  position: relative;
}

.search_box_wrap01 .search_box .ttl span:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/productandservice/search.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: -36px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .ttl span:after {
    width: 2.53vw;
    height: 2.53vw;
    right: -3.04vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .ttl span:after {
    width: 5.33vw;
    height: 5.33vw;
    right: -8.00vw;
  }
}

.search_box_wrap01 .search_box > div:first-of-type {
  margin-top: 36px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box > div:first-of-type {
    margin-top: 3.04vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box > div:first-of-type {
    margin-top: 13.33vw;
  }
}

.search_box_wrap01 .search_box .subbox_wrap.acc {
  display: none;
}

.search_box_wrap01 .search_box .subbox_wrap > div:first-child {
  margin-top: 0;
}

.search_box_wrap01 .search_box .subbox_wrap .close {
  cursor: pointer;
  position: relative;
  height: 28px;
  margin-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox_wrap .close {
    height: 2.36vw;
    margin-top: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox_wrap .close {
    height: 4.80vw;
    margin-top: 6.40vw;
  }
}

.search_box_wrap01 .search_box .subbox_wrap .close:before, .search_box_wrap01 .search_box .subbox_wrap .close:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  display: block;
  content: '';
  background-color: #FF6600;
  border-radius: 10px;
  position: absolute;
  width: 28px;
  height: 4px;
  top: 50%;
  right: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox_wrap .close:before, .search_box_wrap01 .search_box .subbox_wrap .close:after {
    border-radius: 0.84vw;
    width: 2.36vw;
    height: 0.34vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox_wrap .close:before, .search_box_wrap01 .search_box .subbox_wrap .close:after {
    border-radius: 2.67vw;
    width: 4.80vw;
    height: 0.53vw;
  }
}

.search_box_wrap01 .search_box .subbox_wrap .close:before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.search_box_wrap01 .search_box .subbox_wrap .close:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}

.search_box_wrap01 .search_box .subbox_wrap .close.active:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

.search_box_wrap01 .search_box .subbox_wrap .close.active:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.search_box_wrap01 .search_box .subbox {
  letter-spacing: 0.08em;
  margin-top: 75px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox {
    margin-top: 6.32vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox {
    margin-top: 13.33vw;
  }
}

.search_box_wrap01 .search_box .subbox .subttl {
  font-size: 20px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  margin-bottom: 26px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox .subttl {
    font-size: 1.69vw;
    margin-bottom: 2.19vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox .subttl {
    font-size: 4.80vw;
    margin-bottom: 3.47vw;
  }
}

.productandservice.list .search_box_wrap01 .search_box .subbox .subttl {
  font-size: 24px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .productandservice.list .search_box_wrap01 .search_box .subbox .subttl {
    font-size: 2.02vw;
  }
}

@media screen and (max-width: 768px) {
  .productandservice.list .search_box_wrap01 .search_box .subbox .subttl {
    font-size: 5.87vw;
  }
}

.productandservice.en .search_box_wrap01 .search_box .subbox .subttl {
  font-size: 24px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .productandservice.en .search_box_wrap01 .search_box .subbox .subttl {
    font-size: 2.02vw;
  }
}

@media screen and (max-width: 768px) {
  .productandservice.en .search_box_wrap01 .search_box .subbox .subttl {
    font-size: 5.87vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub01 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -26px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub01 {
    margin-top: -2.19vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub01 {
    margin-top: -3.47vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub01 li {
  background: #FFBB00;
  width: 430px;
  min-height: 92px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  margin-top: 26px;
  font-size: 16px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub01 li {
    width: 36.26vw;
    min-height: 7.76vw;
    border-radius: 1.26vw;
    margin-top: 2.19vw;
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub01 li {
    width: 100%;
    min-height: 27.15vw;
    border-radius: 4.00vw;
    margin-top: 3.47vw;
    font-size: 3.73vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub01 li a {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  height: 100%;
  padding: 24px 30px 20px 20px;
  display: block;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.search_box_wrap01 .search_box .subbox ul.sub01 li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub01 li a {
    padding: 2.02vw 2.53vw 1.69vw 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub01 li a {
    padding: 5.33vw 3.20vw 5vw 1.2vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub01 li a:after {
  content: '';
  width: 10px;
  height: 16px;
  background: url(../img/arrow_b_s.svg) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub01 li a:after {
    width: 0.84vw;
    height: 1.35vw;
    right: 2.11vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub01 li a:after {
    width: 2.67vw;
    height: 4.27vw;
    right: 4.00vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub01 li .img {
  width: 48px;
}

.search_box_wrap01 .search_box .subbox ul.sub01 li .img img {
  width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub01 li .img {
    width: 4.05vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub01 li .img {
    width: 8.67vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub01 li .txt {
  width: 305px;
  margin-left: 13px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub01 li .txt {
    width: 25.72vw;
    margin-left: 1.10vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub01 li .txt {
    width: 58.13vw;
    margin-left: 2.13vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub02 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -26px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 {
    margin-top: -2.19vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 {
    margin-top: -3.47vw;
    margin-top: 8vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub02 li {
  width: 430px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 26px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li {
    width: 36.26vw;
    margin-top: 2.19vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li {
    width: 100%;
    margin-top: calc(5.87vw + 1.7em);
  }
  .search_box_wrap01 .search_box .subbox ul.sub02 li:first-child {
    margin-top: 5vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub02 li a {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  height: 100%;
  display: block;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.search_box_wrap01 .search_box .subbox ul.sub02 li a:hover {
  opacity: 0.6;
}

.en .search_box_wrap01 .search_box .subbox ul.sub02 li a {
  pointer-events: none;
}

.search_box_wrap01 .search_box .subbox ul.sub02 li .img {
  width: 114px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li .img {
    width: 9.61vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li .img {
    width: 21.33vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub02 li .txt {
  width: 295px;
  margin-left: 23px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li .txt {
    width: 24.87vw;
    margin-left: 1.94vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li .txt {
    width: 56.53vw;
    margin-left: 1.33vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub02 li .txt .t1 {
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li .txt .t1 {
    font-size: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li .txt .t1 {
    font-size: 4.27vw;
    position: absolute;
    top: -1.7em;
    left: 0;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub02 li .txt .t1 span {
  position: relative;
  display: inline-block;
}

.search_box_wrap01 .search_box .subbox ul.sub02 li .txt .t1 span:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/btn_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li .txt .t1 span:after {
    width: 0.67vw;
    height: 1.18vw;
    right: -1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li .txt .t1 span:after {
    width: 1.60vw;
    height: 2.93vw;
    right: -3.2vw;
  }
}

.en .search_box_wrap01 .search_box .subbox ul.sub02 li .txt .t1 span:after {
  content: none !important;
}

.search_box_wrap01 .search_box .subbox ul.sub02 li .txt .t2 {
  font-size: 16px;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li .txt .t2 {
    font-size: 3.73vw;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub02 li.enli {
  width: 430px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 26px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li.enli {
    width: 36.26vw;
    margin-top: 2.19vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li.enli {
    width: 100%;
    margin-top: 10vw;
  }
  .search_box_wrap01 .search_box .subbox ul.sub02 li.enli:first-child {
    margin-top: 0vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub02 li.enli a {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
  height: 100%;
  display: block;
  position: relative;
}

.search_box_wrap01 .search_box .subbox ul.sub02 li.enli a:hover {
  opacity: 0.6;
}

.en .search_box_wrap01 .search_box .subbox ul.sub02 li.enli a {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li.enli a {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub02 li.enli a:after {
  content: "";
  display: block;
  clear: both;
}

.search_box_wrap01 .search_box .subbox ul.sub02 li.enli .img {
  width: 114px;
  float: left;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li.enli .img {
    width: 9.61vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li.enli .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 21.33vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub02 li.enli .t1 {
  float: right;
  width: 68%;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li.enli .t1 {
    font-size: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li.enli .t1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    float: none;
    font-size: 4.27vw;
    margin-bottom: 1vw;
  }
}

.search_box_wrap01 .search_box .subbox ul.sub02 li.enli .t1 span {
  position: relative;
  display: inline-block;
}

.search_box_wrap01 .search_box .subbox ul.sub02 li.enli .t1 span:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/btn_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li.enli .t1 span:after {
    width: 0.67vw;
    height: 1.18vw;
    right: -1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li.enli .t1 span:after {
    width: 1.60vw;
    height: 2.93vw;
    right: -3.2vw;
  }
}

.en .search_box_wrap01 .search_box .subbox ul.sub02 li.enli .t1 span:after {
  content: none !important;
}

.search_box_wrap01 .search_box .subbox ul.sub02 li.enli .t2 {
  float: right;
  width: 68%;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 0.15em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li.enli .t2 {
    font-size: 1.18vw;
  }
}

@media screen and (max-width: 768px) {
  .search_box_wrap01 .search_box .subbox ul.sub02 li.enli .t2 {
    float: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 3.73vw;
    line-height: 1.4;
    letter-spacing: 0.02em;
    width: 56vw;
    margin-left: 2vw;
    margin-top: 0;
  }
}

/****************************************

NEWS_index

*****************************************/
.en #news_index * {
  letter-spacing: 0 !important;
}

.block_news_index {
  background: #fff;
  padding: 58px 98px 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .block_news_index {
    padding: 4.89vw 8.26vw 0;
  }
}

@media screen and (max-width: 768px) {
  .block_news_index {
    padding: 8.00vw 4.53vw 0;
  }
}

.block_news_index .pagenation_wrap {
  text-align: center;
  margin-top: 70px;
  font-size: 16px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .block_news_index .pagenation_wrap {
    margin-top: 5.90vw;
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 768px) {
  .block_news_index .pagenation_wrap {
    margin-top: 11.73vw;
    font-size: 4.27vw;
  }
}

.block_news_index .pagenation_wrap .wp-pagenavi > * {
  display: none;
}

.block_news_index .pagenation_wrap .wp-pagenavi .pages {
  display: inline;
}

.block_news_index .pagenation_wrap .wp-pagenavi .previouspostslink, .block_news_index .pagenation_wrap .wp-pagenavi .nextpostslink {
  display: block;
}

.block_news_index .backto {
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .block_news_index .backto {
    margin-top: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .block_news_index .backto {
    margin-top: 16.00vw;
  }
}

.news_index_ttl {
  font-size: 42px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 70px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_index_ttl {
    font-size: 3.54vw;
    margin-bottom: 5.90vw;
  }
}

@media screen and (max-width: 768px) {
  .news_index_ttl {
    font-size: 8.00vw;
    margin-bottom: 9.60vw;
  }
}

.news_index_ttl span {
  font-size: 24px;
  display: inline-block;
  margin-left: 20px;
}

.news_index_ttl span:before {
  content: '：';
  display: inline-block;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  margin-right: 0.1em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_index_ttl span {
    font-size: 2.02vw;
  }
}

@media screen and (max-width: 768px) {
  .news_index_ttl span {
    font-size: 5.87vw;
  }
}

ul.cats {
  font-size: 0;
  margin-top: -10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.cats {
    margin-top: -0.84vw;
  }
}

@media screen and (max-width: 768px) {
  ul.cats {
    margin-top: -2.67vw;
  }
}

ul.cats li {
  background: #FFF1CC;
  font-size: 14px;
  border-radius: 50px;
  display: inline-block;
  line-height: 1;
  margin-top: 10px;
  margin-right: 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.cats li {
    font-size: 1.18vw;
    border-radius: 4.22vw;
    margin-top: 0.84vw;
    margin-right: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  ul.cats li {
    font-size: 3.73vw;
    border-radius: 13.33vw;
    margin-top: 2.67vw;
    margin-right: 1.3vw;
  }
}

ul.cats li:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #F5CC5C;
}

ul.cats li.active {
  background: #FFBB00;
}

ul.cats li a {
  display: inline-block;
  padding: 6px 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.cats li a {
    padding: 0.51vw 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  ul.cats li a {
    padding: 1.60vw 2.67vw;
  }
}

.year {
  margin-top: 12px;
  position: relative;
  display: table;
  font-size: 14px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  z-index: 100;
  cursor: pointer;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .year {
    margin-top: 1.01vw;
    font-size: 1.18vw;
  }
}

@media screen and (max-width: 768px) {
  .year {
    margin-top: 4.80vw;
    font-size: 3.73vw;
  }
}

.year .year_def {
  background: #fff;
  border: 1px solid #333;
  position: relative;
  line-height: 1.3;
  padding: 6px 30px 6px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  z-index: 2;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .year .year_def {
    padding: 0.51vw 2.53vw 0.51vw 0.84vw;
    border-radius: 4.22vw;
  }
}

@media screen and (max-width: 768px) {
  .year .year_def {
    padding: 1.60vw 8.00vw 1.60vw 2.67vw;
    border-radius: 13.33vw;
  }
}

.year .year_def:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/btn_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 11px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .year .year_def:after {
    width: 0.67vw;
    height: 1.18vw;
    right: 0.93vw;
  }
}

@media screen and (max-width: 768px) {
  .year .year_def:after {
    width: 1.60vw;
    height: 2.93vw;
    right: 2.93vw;
  }
}

.year ul {
  display: none;
  background: #fff;
  border: 1px solid #333;
  width: 100%;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  position: absolute;
  top: 13px;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 15px 15px;
  padding: 22px 0 8px 0;
  z-index: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .year ul {
    top: 1.09vw;
    padding: 1.84vw 0 0.67vw 0;
  }
}

@media screen and (max-width: 768px) {
  .year ul {
    top: 3.47vw;
    padding: 5.87vw 0 2.13vw 0;
  }
}

.year ul li a {
  display: block;
  line-height: 1;
  color: #111;
  padding: 4px 10px;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

.year ul li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .year ul li a {
    padding: 0.33vw 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .year ul li a {
    padding: 1.07vw 2.67vw;
  }
}

.news_index_content_wrap {
  margin-top: 40px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_index_content_wrap {
    margin-top: 3.37vw;
  }
}

ul.news_index_list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -56px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.news_index_list {
    margin-top: -4.72vw;
  }
}

@media screen and (max-width: 768px) {
  ul.news_index_list {
    margin-top: 0;
  }
}

ul.news_index_list:after {
  content: '';
  max-width: 280px;
  width: 23.61vw;
}

@media screen and (max-width: 768px) {
  ul.news_index_list:after {
    content: none;
  }
}

ul.news_index_list > li {
  max-width: 280px;
  width: 23.61vw;
  margin-top: 56px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.news_index_list > li {
    margin-top: 4.72vw;
  }
}

@media screen and (max-width: 768px) {
  ul.news_index_list > li {
    max-width: none;
    width: 80.00vw;
    margin-top: 13.33vw;
  }
  ul.news_index_list > li:first-child {
    margin-top: 0;
  }
}

ul.news_index_list > li.noimage .img {
  border-radius: 3px;
  border: 1px solid #FF6600;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.news_index_list > li.noimage .img {
    border-radius: 0.25vw;
  }
}

@media screen and (max-width: 768px) {
  ul.news_index_list > li.noimage .img {
    border-radius: 0.80vw;
  }
}

ul.news_index_list > li a {
  display: block;
  opacity: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
}

ul.news_index_list > li a:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0.6;
}

ul.news_index_list > li a:hover .img img {
  width: 110%;
  -webkit-transition: all .4s;
  transition: all .4s;
}

ul.news_index_list > li .img {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.news_index_list > li .img {
    height: 15.18vw;
  }
}

@media screen and (max-width: 768px) {
  ul.news_index_list > li .img {
    height: 51.47vw;
  }
}

ul.news_index_list > li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  max-height: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

ul.news_index_list > li .txt {
  margin-top: 8px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.news_index_list > li .txt {
    margin-top: 0.67vw;
  }
}

@media screen and (max-width: 768px) {
  ul.news_index_list > li .txt {
    margin-top: 2.67vw;
  }
}

ul.news_index_list > li .txt .date {
  font-size: 14px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.news_index_list > li .txt .date {
    font-size: 1.18vw;
  }
}

@media screen and (max-width: 768px) {
  ul.news_index_list > li .txt .date {
    font-size: 3.73vw;
  }
}

ul.news_index_list > li .txt p {
  font-size: 20px;
  margin-top: 8px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.news_index_list > li .txt p {
    font-size: 1.69vw;
    margin-top: 0.67vw;
  }
}

@media screen and (max-width: 768px) {
  ul.news_index_list > li .txt p {
    font-size: 4.80vw;
    margin-top: 2.67vw;
  }
}

ul.news_index_list > li .cat {
  font-size: 14px;
  margin-top: 8px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  color: #666;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.news_index_list > li .cat {
    font-size: 1.18vw;
    margin-top: 0.67vw;
  }
}

@media screen and (max-width: 768px) {
  ul.news_index_list > li .cat {
    font-size: 3.73vw;
    margin-top: 2.67vw;
  }
}

ul.news_index_list > li .cat li {
  margin-right: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.news_index_list > li .cat li {
    margin-right: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  ul.news_index_list > li .cat li {
    margin-right: 2.67vw;
  }
}

ul.news_index_list > li .cat li a {
  color: #666;
}

ul.news_index_list > li .cat li a:hover {
  opacity: 1;
  color: #FF6600;
}

#news_index .pagenation_wrap {
  display: table;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#news_index .pagenation_wrap .first {
  display: none;
}

#news_index .pagenation_wrap .page {
  display: none;
}

#news_index .pagenation_wrap .last {
  pointer-events: none;
}

#news_index .pagenation_wrap .last:before {
  content: '/';
}

#news_index .pagenation_wrap .previouspostslink {
  position: absolute;
  top: 0;
  width: 10px;
  height: 19px;
  background: url(../img/pagenation_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px;
  left: -70px;
  text-indent: 9999px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #news_index .pagenation_wrap .previouspostslink {
    width: 0.84vw;
    height: 1.60vw;
  }
}

@media screen and (max-width: 768px) {
  #news_index .pagenation_wrap .previouspostslink {
    width: 2.67vw;
    height: 5.07vw;
  }
}

#news_index .pagenation_wrap .previouspostslink:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #news_index .pagenation_wrap .previouspostslink {
    left: -5.90vw;
  }
}

#news_index .pagenation_wrap .nextpostslink {
  position: absolute;
  top: 0;
  width: 10px;
  height: 19px;
  background: url(../img/pagenation_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px;
  right: -70px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #news_index .pagenation_wrap .nextpostslink {
    width: 0.84vw;
    height: 1.60vw;
  }
}

@media screen and (max-width: 768px) {
  #news_index .pagenation_wrap .nextpostslink {
    width: 2.67vw;
    height: 5.07vw;
  }
}

#news_index .pagenation_wrap .nextpostslink:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #news_index .pagenation_wrap .nextpostslink {
    right: -5.90vw;
  }
}

/****************************************

NEWS_single

*****************************************/
.block_news_single {
  padding: 58px 175px 0;
  background: #fff;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .block_news_single {
    padding: 4.89vw 14.76vw 0;
  }
}

@media screen and (max-width: 768px) {
  .block_news_single {
    padding: 8.00vw 4.53vw 0;
  }
}

.block_news_single .pagenation_wrap {
  text-align: center;
  margin-top: 70px;
  font-size: 14px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .block_news_single .pagenation_wrap {
    margin-top: 5.90vw;
    font-size: 1.18vw;
  }
}

@media screen and (max-width: 768px) {
  .block_news_single .pagenation_wrap {
    margin-top: 11.73vw;
    font-size: 3.73vw;
  }
}

.block_news_single .backto {
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .block_news_single .backto {
    margin-top: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .block_news_single .backto {
    margin-top: 16.00vw;
  }
}

.block_news_single h1 {
  font-size: 36px;
  letter-spacing: 0.03em;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

@media screen and (max-width: 768px) {
  .block_news_single h1 {
    font-size: 3.04vw;
  }
}

@media screen and (max-width: 768px) {
  .block_news_single h1 {
    font-size: 5.87vw;
  }
}

.news_single_top {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_top {
    margin-bottom: 5.90vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_top {
    margin-bottom: 4.27vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .news_single_top > div:nth-child(2) {
    margin-top: 2vw;
  }
}

.news_single_top .date {
  font-size: 16px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_top .date {
    font-size: 1.35vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_top .date {
    font-size: 4.27vw;
  }
}

.news_single_content_wrap {
  margin-top: 60px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_content_wrap {
    margin-top: 5.06vw;
  }
}

.news_single_content_wrap > *:first-child {
  margin-top: 0;
}

.news_single_content_wrap h2 {
  font-size: 26px;
  letter-spacing: 0.08em;
  color: #FF6600;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  margin-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_content_wrap h2 {
    font-size: 2.19vw;
    margin-top: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap h2 {
    font-size: 5.33vw;
    margin-top: 9.07vw;
  }
}

.news_single_content_wrap h3 {
  font-size: 20px;
  letter-spacing: 0.08em;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  margin-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_content_wrap h3 {
    font-size: 1.69vw;
    margin-top: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap h3 {
    font-size: 4.80vw;
    margin-top: 9.07vw;
  }
}

.news_single_content_wrap h4 {
  font-size: 16px;
  color: #fff;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  background: #666;
  padding: 4px 10px;
  margin-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_content_wrap h4 {
    font-size: 1.35vw;
    padding: 0.34vw 0.84vw;
    margin-top: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap h4 {
    font-size: 4.27vw;
    margin-top: 9.07vw;
  }
}

.news_single_content_wrap p {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_content_wrap p {
    font-size: 1.35vw;
    margin-top: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap p {
    font-size: 4.27vw;
    margin-top: 9.07vw;
  }
}

.news_single_content_wrap a {
  color: #FF6600;
}

.news_single_content_wrap a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap a {
    text-decoration: underline;
  }
}

.news_single_content_wrap small {
  font-size: 13px;
  color: #333;
  margin-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_content_wrap small {
    font-size: 1.10vw;
    margin-top: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap small {
    font-size: 3.47vw;
    margin-top: 2.67vw;
  }
}

.news_single_content_wrap img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap img {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: auto;
    max-width: none;
    display: block;
  }
}

.news_single_content_wrap img.alignleft {
  display: table;
  margin: 0 auto 0 0;
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap img.alignleft {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.news_single_content_wrap img.aligncenter, .news_single_content_wrap img.alignnone {
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap img.aligncenter, .news_single_content_wrap img.alignnone {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.news_single_content_wrap img.alignright {
  display: table;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap img.alignright {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.news_single_content_wrap .wp-caption {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #333;
}

.news_single_content_wrap .wp-caption.alignnone, .news_single_content_wrap .wp-caption.aligncenter {
  width: auto !important;
}

.news_single_content_wrap .wp-caption.alignleft {
  margin-right: auto;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap .wp-caption.alignleft {
    width: auto !important;
  }
}

.news_single_content_wrap .wp-caption.alignleft img {
  margin: 0 auto 0 0;
}

.news_single_content_wrap .wp-caption.alignleft .wp-caption-text {
  text-align: center;
}

.news_single_content_wrap .wp-caption.alignright {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap .wp-caption.alignright {
    width: auto !important;
  }
}

.news_single_content_wrap .wp-caption.alignright img {
  margin: 0 0 0 auto;
}

.news_single_content_wrap .wp-caption.alignright .wp-caption-text {
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_content_wrap .wp-caption {
    margin-top: 2.53vw;
    font-size: 1.10vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap .wp-caption {
    margin-top: 5.33vw;
    font-size: 3.47vw;
  }
}

.news_single_content_wrap .wp-caption img {
  display: table;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap .wp-caption img {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .news_single_content_wrap .wp-caption img.inr {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: static !important;
  }
}

.news_single_content_wrap .wp-caption .wp-caption-text {
  line-height: 1.5;
  margin-top: 0.5em;
  font-size: 13px;
  color: #333;
  display: inline-block;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_content_wrap .wp-caption .wp-caption-text {
    font-size: 1.10vw;
    margin-top: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap .wp-caption .wp-caption-text {
    font-size: 3.47vw;
    margin-top: 2.67vw;
  }
}

.news_single_content_wrap .imgWrap {
  text-align: center;
  margin-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_content_wrap .imgWrap {
    margin-top: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap .imgWrap {
    margin-top: 5.33vw;
  }
}

.news_single_content_wrap .imgWrap img {
  display: table;
  margin: 0 auto;
  height: auto;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap .imgWrap img {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.news_single_content_wrap .imgWrap small {
  margin-top: 0;
  display: inline-block;
}

.news_single_content_wrap .spimgWrap {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  color: #333;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_content_wrap .spimgWrap {
    font-size: 1.10vw;
    margin-top: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap .spimgWrap {
    font-size: 3.47vw;
    margin-top: 5.33vw;
  }
}

.news_single_content_wrap .spimgWrap img {
  display: table !important;
  margin: 0 auto 0.5em !important;
  height: auto;
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap .spimgWrap img {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: static !important;
  }
}

.news_single_content_wrap .spimgWrap small {
  margin-top: 0;
  display: inline-block;
}

.news_single_content_wrap blockquote {
  border-radius: 15px;
  padding: 50px;
  margin-top: 30px;
  font-style: italic;
  position: relative;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  background: #F4F4F4 url(../img/blockquote.svg) 14px 10px no-repeat;
  background-size: 143px 110px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_content_wrap blockquote {
    border-radius: 1.26vw;
    padding: 4.22vw;
    margin-top: 2.53vw;
    background-position: 1.18vw 0.84vw;
    background-size: 12.06vw 9.27vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap blockquote {
    border-radius: 4.00vw;
    padding: 18.67vw 4.53vw 10.67vw;
    margin-top: 9.07vw;
    background-position: 2.67vw 3.73vw;
    background-size: 29.07vw 22.40vw;
  }
}

.news_single_content_wrap blockquote:after {
  position: absolute;
  display: inline-block;
  width: 143px;
  height: 110px;
  top: 10px;
  left: 14px;
  z-index: 1;
  background: url(../img/blockquote.svg) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .news_single_content_wrap blockquote:after {
    width: 12.06vw;
    height: 9.27vw;
    top: 0.84vw;
    left: 1.18vw;
  }
}

@media screen and (max-width: 768px) {
  .news_single_content_wrap blockquote:after {
    width: 29.07vw;
    height: 22.40vw;
    top: 2.67vw;
    left: 3.73vw;
  }
}

.news_single_content_wrap blockquote > * {
  font-style: italic;
  position: relative;
  z-index: 2;
}

.news_single_content_wrap blockquote > *:first-child {
  margin-top: 0;
}

.en #news_single * {
  letter-spacing: 0 !important;
}

#news_single .pagenation_wrap {
  margin-right: 170px;
  margin-left: 170px;
}

#news_single .pagenation_wrap:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #news_single .pagenation_wrap {
    margin-right: 14.33vw;
    margin-left: 14.33vw;
  }
}

@media screen and (max-width: 768px) {
  #news_single .pagenation_wrap {
    margin-right: 0;
    margin-left: 0;
  }
}

#news_single .pagenation_wrap > a {
  display: block;
}

#news_single .pagenation_wrap > a[rel="prev"] {
  float: left;
  position: relative;
  padding-right: 40px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#news_single .pagenation_wrap > a[rel="prev"]:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #news_single .pagenation_wrap > a[rel="prev"] {
    padding-right: 3.37vw;
  }
}

@media screen and (max-width: 768px) {
  #news_single .pagenation_wrap > a[rel="prev"] {
    padding-right: 6.93vw;
  }
}

#news_single .pagenation_wrap > a[rel="prev"]:after {
  content: '';
  position: absolute;
  top: 0;
  width: 10px;
  height: 19px;
  background: url(../img/pagenation_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #news_single .pagenation_wrap > a[rel="prev"]:after {
    width: 0.84vw;
    height: 1.60vw;
  }
}

@media screen and (max-width: 768px) {
  #news_single .pagenation_wrap > a[rel="prev"]:after {
    width: 2.67vw;
    height: 5.07vw;
  }
}

#news_single .pagenation_wrap > a[rel="next"] {
  float: right;
  position: relative;
  padding-left: 40px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#news_single .pagenation_wrap > a[rel="next"]:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #news_single .pagenation_wrap > a[rel="next"] {
    padding-left: 3.37vw;
  }
}

@media screen and (max-width: 768px) {
  #news_single .pagenation_wrap > a[rel="next"] {
    padding-left: 6.93vw;
  }
}

#news_single .pagenation_wrap > a[rel="next"]:before {
  content: '';
  position: absolute;
  top: 0;
  width: 10px;
  height: 19px;
  background: url(../img/pagenation_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  left: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  #news_single .pagenation_wrap > a[rel="next"]:before {
    width: 0.84vw;
    height: 1.60vw;
  }
}

@media screen and (max-width: 768px) {
  #news_single .pagenation_wrap > a[rel="next"]:before {
    width: 2.67vw;
    height: 5.07vw;
  }
}

/****************************************

contact

*****************************************/
.wpcf7-not-valid-tip {
  font-family: sans-serif,serif !important;
}

@media screen and (max-width: 768px) {
  .contact_table {
    display: block;
  }
}

.contact_table.table01 {
  width: 100%;
}

.recruit .contact_table.table01 {
  max-width: 1000px;
  width: 84.32vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .recruit .contact_table.table01 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .recruit .contact_table.table01 {
    padding: 0 4.53vw;
  }
}

.contact_table.table01 th {
  width: 275px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .contact_table.table01 th {
    width: 23.19vw;
  }
}

@media screen and (max-width: 768px) {
  .contact_table.table01 th {
    width: auto;
  }
}

.contact_table.table01 td {
  width: 625px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .contact_table.table01 td {
    width: 52.70vw;
  }
}

@media screen and (max-width: 768px) {
  .contact_table.table01 td {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .contact_table tr {
    display: block;
    margin-top: 11.20vw;
  }
}

.contact_table th, .contact_table td {
  padding: 58px 0 0 0;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .contact_table th, .contact_table td {
    display: block;
    padding: 0;
  }
}

.contact_table th {
  font-size: 18px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .contact_table th {
    font-size: 1.52vw;
  }
}

@media screen and (max-width: 768px) {
  .contact_table th {
    font-size: 4.27vw;
    margin-bottom: 2vw;
  }
}

.contact_table td span {
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

@media screen and (max-width: 768px) {
  .contact_table .sp_change {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 768px) {
  .contact_table .sp_change span {
    font-size: 3.47vw;
  }
}

.contact_table .input_note {
  color: #FF6600;
  font-size: 14px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .contact_table .input_note {
    font-size: 1.18vw;
  }
}

@media screen and (max-width: 768px) {
  .contact_table .input_note {
    display: block;
    font-size: 2.93vw;
    margin-top: 2vw;
  }
}

.contact_table .hissu {
  background: #FF6600;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 0.2em 0.6em;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-left: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .contact_table .hissu {
    font-size: 1.18vw;
    margin-left: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .contact_table input[type="checkbox"] {
    margin-right: 2vw;
  }
}

.contact_table .form_check .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
  margin-top: 1em;
}

.contact_table .form_check .wpcf7-checkbox .wpcf7-list-item:first-child {
  margin-top: 0;
}

.contact_table .form_check label {
  display: block;
}

.contact_table .form_check label span {
  font-family: "TazuganeGothicStdN-Regular", sans-serif;
}

.contact_table input[type="text"], .contact_table input[type="tel"], .contact_table input[type="email"], .contact_table textarea {
  border-radius: 3px;
  border: 0;
  color: #111;
  background: #F4F4F4;
  padding: 10px;
  min-height: 60px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contact_table input[type="text"], .contact_table input[type="tel"], .contact_table input[type="email"], .contact_table textarea {
    font-size: 4.27vw;
    padding: 2.5vw 4vw;
  }
}

.contact_table input[type="text"].short01, .contact_table input[type="tel"].short01, .contact_table input[type="email"].short01, .contact_table textarea.short01 {
  width: 189px;
  margin-right: 18px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .contact_table input[type="text"].short01, .contact_table input[type="tel"].short01, .contact_table input[type="email"].short01, .contact_table textarea.short01 {
    width: 15.94vw;
    margin-right: 1.52vw;
  }
}

@media screen and (max-width: 768px) {
  .contact_table input[type="text"].short01, .contact_table input[type="tel"].short01, .contact_table input[type="email"].short01, .contact_table textarea.short01 {
    width: 41.07vw;
    margin-right: 0;
  }
}

.contact_table input[type="text"].short02, .contact_table input[type="tel"].short02, .contact_table input[type="email"].short02, .contact_table textarea.short02 {
  width: 500px;
  margin-right: 18px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .contact_table input[type="text"].short02, .contact_table input[type="tel"].short02, .contact_table input[type="email"].short02, .contact_table textarea.short02 {
    width: 42.16vw;
    margin-right: 1.52vw;
  }
}

@media screen and (max-width: 768px) {
  .contact_table input[type="text"].short02, .contact_table input[type="tel"].short02, .contact_table input[type="email"].short02, .contact_table textarea.short02 {
    width: 100%;
    margin-right: 0;
  }
}

.form_btn_wrap {
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .form_btn_wrap {
    font-size: 2.02vw;
  }
}

.form_btn_wrap:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 26px;
  background: url(../img/btn_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 36px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .form_btn_wrap:after {
    width: 1.26vw;
    height: 2.19vw;
    right: 3.04vw;
  }
}

@media screen and (max-width: 768px) {
  .form_btn_wrap:after {
    width: 2.93vw;
    height: 5.60vw;
    right: 9.60vw;
  }
}

.form_btn_wrap input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  font: inherit;
  outline: none;
  background: #fff;
  color: #111;
  border: 2px solid #111;
  border-radius: 50px;
  padding: 30px 90px 30px 50px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form_btn_wrap input[type="submit"]:hover {
  border: 2px solid #FFBB00;
  background: #FFBB00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .form_btn_wrap input[type="submit"] {
    border-radius: 4.22vw;
    padding: 2.53vw 7.59vw 2.53vw 4.22vw;
  }
}

@media screen and (max-width: 768px) {
  .form_btn_wrap input[type="submit"] {
    border-radius: 13.33vw;
    padding: 8.00vw 24.00vw 8.00vw 13.33vw;
  }
}

.wpcf7-spinner {
  display: none !important;
}

input.form_btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  font: inherit;
  outline: none;
  background: #fff;
  border: 2px solid #111;
  border-radius: 50px;
  margin: 0 10px 10px;
  padding: 30px 90px 30px 50px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 24px;
  min-width: 350px;
  line-height: 1;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  position: relative;
  max-width: 100%;
  color: #111;
  background: #fff url(../img/btn_arrow.svg) right 30px center no-repeat;
  background-size: 15px 26px;
}

input.form_btn:hover {
  border: 2px solid #FFBB00;
  background-color: #FFBB00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  input.form_btn {
    min-width: 29.51vw;
    font-size: 2.02vw;
    border-radius: 4.22vw;
    padding: 2.53vw 7.59vw 2.53vw 4.22vw;
    background-size: 1.26vw 2.19vw;
    margin: 0 0.84vw 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  input.form_btn {
    width: 100%;
    min-width: 0;
    font-size: 5.33vw;
    border-radius: 13.33vw;
    padding: 8.00vw 13.33vw 8.00vw 13.33vw;
    background-size: 2.93vw 5.60vw;
    margin: 0 0 5.33vw;
  }
}

/****************************************

under_page_common

*****************************************/
@media screen and (max-width: 768px) {
  .yt {
    height: auto;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
}

.yt iframe {
  width: 560px;
  height: 315px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .yt iframe {
    width: 47.22vw;
    height: 26.56vw;
  }
}

@media screen and (max-width: 768px) {
  .yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.productandservice_under_wrap {
  padding-top: 40px;
  width: 950px;
  margin-left: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .productandservice_under_wrap {
    padding-top: 3.37vw;
    width: 80.10vw;
    margin-left: 8.43vw;
  }
}

@media screen and (max-width: 768px) {
  .productandservice_under_wrap {
    padding-top: 3vw;
    width: auto;
    margin-left: 0;
  }
}

.ttl_deco {
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .ttl_deco {
    line-height: 1.3;
  }
}

.ttl_deco:before {
  content: '';
  display: inline-block;
  width: 90px;
  height: 7px;
  background: #FF6600;
  border-radius: 30px;
  position: absolute;
  top: 0.63em;
  left: -100px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .ttl_deco:before {
    width: 7.00vw;
    height: 0.59vw;
    left: -8.43vw;
    border-radius: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .ttl_deco:before {
    width: 3.73vw;
    height: 1.07vw;
    top: 0.51em;
    left: -4.27vw;
  }
}

.ttl_deco_s {
  color: #666;
  font-size: 20px;
  letter-spacing: 0.08em;
  position: relative;
  margin-bottom: 34px;
  pointer-events: none;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .ttl_deco_s {
    font-size: 1.69vw;
    margin-bottom: 2.87vw;
  }
}

@media screen and (max-width: 768px) {
  .ttl_deco_s {
    pointer-events: auto;
    padding-left: 8.00vw;
    font-size: 4.80vw;
    margin-bottom: 7.47vw;
  }
  .about .ttl_deco_s {
    line-height: 1.47;
  }
}

.ttl_deco_s:before {
  content: '';
  width: 36px;
  height: 7px;
  background: #FF6600;
  border-radius: 10px;
  position: absolute;
  left: -50px;
  top: 0.56em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .ttl_deco_s:before {
    width: 3.04vw;
    height: 0.59vw;
    border-radius: 0.84vw;
    left: -4.22vw;
  }
}

@media screen and (max-width: 768px) {
  .ttl_deco_s:before {
    width: 5.07vw;
    height: 1.07vw;
    left: 0;
    border-radius: 2.67vw;
  }
}

.box-mt {
  margin-top: 45px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .box-mt {
    margin-top: 3.79vw;
  }
}

@media screen and (max-width: 768px) {
  .box-mt {
    margin-top: 12.00vw;
  }
}

.pu_ttl_box {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pu_ttl_box {
    display: block;
    padding-left: 4.27vw;
    padding-right: 4.27vw;
  }
}

.pu_ttl_box .txt > p {
  color: #666;
  font-size: 20px;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_ttl_box .txt > p {
    font-size: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_ttl_box .txt > p {
    font-size: 4.80vw;
  }
}

.pu_ttl_box .txt h1 {
  font-size: 42px;
  letter-spacing: 0.02em;
  color: #333;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  margin-top: 1px;
  line-height: 1.35;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_ttl_box .txt h1 {
    font-size: 3.54vw;
    margin-top: 0.1vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_ttl_box .txt h1 {
    margin-top: 2vw;
    font-size: 5.87vw;
  }
}

.pu_ttl_box .txt ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -2px;
}

@media screen and (max-width: 768px) {
  .pu_ttl_box .txt ul {
    margin-top: 0.3vw;
    margin-right: -6.5vw;
  }
}

.pu_ttl_box .txt ul li {
  font-size: 14px;
  margin-top: 2px;
  margin-right: 12px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_ttl_box .txt ul li {
    font-size: 1.18vw;
    margin-top: 0.17vw;
    margin-right: 1.01vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_ttl_box .txt ul li {
    font-size: 3.73vw;
    margin-top: 2vw;
    margin-right: 2.13vw;
  }
}

.pu_ttl_box .txt ul li a {
  display: table;
  padding: 4px 36px 2px 14px;
  /* Firefox */
  color: #666;
  letter-spacing: 0.08em;
  border: 1px solid #666;
  border-radius: 30px;
  line-height: 1.3;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

@-moz-document url-prefix() {
  .pu_ttl_box .txt ul li a {
    padding: 4px 36px 3px 14px;
  }
}

.pu_ttl_box .txt ul li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_ttl_box .txt ul li a {
    padding: 0.34vw 3.04vw 0.14vw 1.18vw;
    border-radius: 2.53vw;
  }
  @-moz-document url-prefix() {
    .pu_ttl_box .txt ul li a {
      padding: 0.34vw 3.04vw 0.25vw 1.18vw;
    }
  }
}

@media screen and (max-width: 768px) {
  .pu_ttl_box .txt ul li a {
    padding: 1.07vw 8.00vw 0.4vw 3.20vw;
    border-radius: 8.00vw;
    line-height: 1.3;
  }
  @-moz-document url-prefix() {
    .pu_ttl_box .txt ul li a {
      padding: 1.07vw 8.00vw 0.6vw 3.20vw;
    }
  }
}

.pu_ttl_box .txt ul li a span {
  position: relative;
}

.pu_ttl_box .txt ul li a span:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/arrow_g.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% + 2px);
  right: -24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_ttl_box .txt ul li a span:after {
    width: 1.35vw;
    height: 1.35vw;
    top: calc(50% + 0.25vw);
    right: -2.02vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_ttl_box .txt ul li a span:after {
    width: 4.27vw;
    height: 4.27vw;
    top: calc(50% + 0.40vw);
    right: -6.40vw;
  }
}

.pu_ttl_box .img {
  width: 140px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_ttl_box .img {
    width: 11.80vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_ttl_box .img {
    width: 13.33vw;
    position: absolute;
    top: 1.9%;
    right: 0;
  }
}

.pu_fimg {
  margin-top: 32px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_fimg {
    margin-top: 2.70vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_fimg {
    margin-top: 6.67vw;
  }
}

.pu_fimg .img {
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_fimg .img {
    border-radius: 1.26vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_fimg .img {
    border-radius: 0;
  }
}

.pu_fimg .img.goodDA {
  position: relative;
}

.pu_fimg .img.goodDA:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 50px;
  width: 296px;
  height: 84px;
  background: url(../img/home/home_img03_award.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_fimg .img.goodDA:after {
    width: 24.96vw;
    height: 7.08vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_fimg .img.goodDA:after {
    left: 5vw;
    bottom: 5vw;
    width: 31vw;
    height: 9vw;
  }
}

.pu_fimg .txt {
  margin-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_fimg .txt {
    margin-top: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_fimg .txt {
    margin-top: 6.40vw;
    padding-left: 4.27vw;
    padding-right: 4.27vw;
  }
}

.pu_fimg p {
  line-height: 1.9;
}

.pu_block {
  margin-top: 120px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_block {
    margin-top: 10.12vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_block {
    margin-top: 24.00vw;
    padding-left: 4.27vw;
    padding-right: 4.27vw;
  }
}

.pu_block p {
  line-height: 1.9;
}

.pu_block .pu_block_ttl {
  font-size: 20px;
  margin-bottom: 22px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  color: #FF6600;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_block .pu_block_ttl {
    font-size: 1.69vw;
    margin-bottom: 1.85vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_block .pu_block_ttl {
    font-size: 5.60vw;
    margin-bottom: 10.67vw;
  }
}

.pu_block .pu_block_ttl span {
  font-size: 14px;
  color: #111;
  display: inline-block;
  margin-left: 1em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_block .pu_block_ttl span {
    font-size: 1.18vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_block .pu_block_ttl span {
    font-size: 2.93vw;
  }
}

.pu_block .in > div:first-child {
  margin-top: 0;
}

.ptn_block {
  margin-top: 120px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .ptn_block {
    margin-top: 10.12vw;
  }
}

@media screen and (max-width: 768px) {
  .ptn_block {
    margin-top: 24.00vw;
  }
  .privacypolicy .ptn_block {
    margin-top: 16.00vw;
  }
}

.ptn_block p {
  line-height: 1.9;
}

.ptn_block .in > div:first-child {
  margin-top: 0;
}

.bottom_border_ttl {
  display: table;
  font-size: 18px;
  margin-bottom: 36px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.08em;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .bottom_border_ttl {
    font-size: 1.52vw;
    margin-bottom: 3.04vw;
  }
}

@media screen and (max-width: 768px) {
  .bottom_border_ttl {
    font-size: 4.80vw;
    margin-bottom: 9.60vw;
  }
}

.bottom_border_ttl:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #FFBB00;
  border-radius: 30px;
  position: absolute;
  bottom: -4px;
  left: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .bottom_border_ttl:after {
    height: 0.34vw;
    border-radius: 2.53vw;
    bottom: -0.34vw;
  }
}

@media screen and (max-width: 768px) {
  .bottom_border_ttl:after {
    height: 1.07vw;
    border-radius: 8.00vw;
  }
}

ul.check_list li {
  padding-left: 30px;
  position: relative;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.08em;
  margin-top: 15px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.check_list li {
    padding-left: 2.53vw;
    margin-top: 1.26vw;
  }
}

@media screen and (max-width: 768px) {
  ul.check_list li {
    padding-left: 8.00vw;
    margin-top: 6.00vw;
    line-height: 1.6;
  }
}

ul.check_list li:first-child {
  margin-top: 0;
}

ul.check_list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 23px;
  background: url(../img/productandservice/check.png) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.check_list li:before {
    width: 2.19vw;
    height: 1.94vw;
  }
}

@media screen and (max-width: 768px) {
  ul.check_list li:before {
    top: 0;
    width: 6.93vw;
    height: 6.13vw;
  }
}

ul.dot_list {
  line-height: 1.5;
}

.productandservice.under ul.dot_list {
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

.productandservice.under ul.dot_list li {
  margin-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .productandservice.under ul.dot_list li {
    margin-top: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .productandservice.under ul.dot_list li {
    margin-top: 2.67vw;
  }
}

.productandservice.under ul.dot_list li:first-child {
  margin-top: 0;
}

ul.dot_list li {
  padding-left: 15px;
  position: relative;
  letter-spacing: 0.08em;
  margin-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.dot_list li {
    padding-left: 1.26vw;
    margin-top: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  ul.dot_list li {
    padding-left: 4.00vw;
    margin-top: 1.33vw;
  }
}

ul.dot_list li:first-child {
  margin-top: 0;
}

ul.dot_list li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0.54em;
  left: 0;
  width: 4px;
  height: 4px;
  background: #FF6600;
  border-radius: 50%;
}

.en ul.dot_list li:before {
  top: 0.57em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.dot_list li:before {
    width: 0.34vw;
    height: 0.34vw;
  }
}

@media screen and (max-width: 768px) {
  ul.dot_list li:before {
    width: 1.07vw;
    height: 1.07vw;
  }
}

.image_modal {
  position: relative;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

.image_modal:hover {
  opacity: 0.6;
}

.image_modal:after {
  content: '';
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/productandservice/close.png) 0 0 no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .image_modal:after {
    width: 3.79vw;
    height: 3.79vw;
  }
}

@media screen and (max-width: 768px) {
  .image_modal:after {
    width: 10.40vw;
    height: 10.40vw;
  }
}

.i_modal {
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.i_modal .i_modal_box {
  pointer-events: auto;
  display: table;
  margin: 0 auto;
  position: relative;
}

.i_modal img {
  height: auto;
  max-height: 85vh;
}

@media screen and (max-width: 768px) {
  .i_modal img {
    max-width: 90vw;
  }
}

.i_modal .modal_close {
  position: absolute;
  cursor: pointer;
  top: -36px;
  right: -36px;
  width: 72px;
  height: 72px;
  background: url(../img/productandservice/close.png) 0 0 no-repeat;
  background-size: contain;
  text-indent: -9999px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .i_modal .modal_close {
    top: -3.04vw;
    right: -3.04vw;
    width: 6.07vw;
    height: 6.07vw;
  }
}

@media screen and (max-width: 768px) {
  .i_modal .modal_close {
    top: -6vw;
    right: -6vw;
    width: 12.2vw;
    height: 12.2vw;
  }
}

.flex_box450 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.flex_box450.flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .flex_box450 {
    margin-top: 6.75vw;
  }
}

@media screen and (max-width: 768px) {
  .flex_box450 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 16.00vw;
  }
}

.flex_box450 .small {
  font-size: 13px;
  display: inline-block;
  line-height: 1.2;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .flex_box450 .small {
    font-size: 1.10vw;
  }
}

@media screen and (max-width: 768px) {
  .flex_box450 .small {
    font-size: 3.47vw;
    margin-top: 2vw;
  }
}

.flex_box450 > div {
  width: 450px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .flex_box450 > div {
    width: 37.94vw;
  }
}

@media screen and (max-width: 768px) {
  .flex_box450 > div {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .flex_box450 > div:last-child {
    margin-top: 4.80vw;
  }
}

.flex_box450 > div iframe {
  width: 100%;
}

.flex_box450 .yt iframe {
  width: 450px;
  height: 256px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .flex_box450 .yt iframe {
    width: 37.94vw;
    height: 21.59vw;
  }
}

@media screen and (max-width: 768px) {
  .flex_box450 .yt iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

.flex_box450 .ytr a {
  display: block;
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

.flex_box450 .ytr a:hover {
  opacity: 0.6;
}

.flex_box450 .ytr div {
  padding: 50px 50px 40px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .flex_box450 .ytr div {
    padding: 4.22vw 4.22vw 3.37vw;
  }
}

@media screen and (max-width: 768px) {
  .flex_box450 .ytr div {
    padding: 10vw ​8vw 6vw;
  }
}

p.bold20 {
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 1.5;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  p.bold20 {
    font-size: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  p.bold20 {
    font-size: 4.80vw;
    margin-bottom: 1.35vw;
  }
}

.pu_block .icon_list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -44px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_block .icon_list {
    margin-top: -3.71vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_block .icon_list {
    width: 100%;
  }
}

.pu_block .icon_list.collum2 li {
  width: calc(50% - 20px);
}

@media screen and (max-width: 768px) {
  .pu_block .icon_list.collum2 li {
    width: 100%;
  }
}

.pu_block .icon_list.collum3 li {
  width: calc(33.333% - 40px);
}

@media screen and (max-width: 768px) {
  .pu_block .icon_list.collum3 li {
    width: 100%;
  }
}

.pu_block .icon_list.nolink li {
  cursor: auto;
}

.pu_block .icon_list.nolink li:hover {
  opacity: 1;
}

.pu_block .icon_list.nolink li .txt span:before, .pu_block .icon_list.nolink li .txt span:after {
  content: none;
}

.pu_block .icon_list li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 44px;
  min-height: 92px;
  position: relative;
}

.pu_block .icon_list li.nolink {
  cursor: auto;
}

.pu_block .icon_list li.nolink:hover {
  opacity: 1;
}

.pu_block .icon_list li.nolink .txt span:before, .pu_block .icon_list li.nolink .txt span:after {
  content: none;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_block .icon_list li {
    width: calc(33.333% - 6.75vw);
    margin-top: 3.71vw;
    min-height: 7.76vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_block .icon_list li {
    width: auto;
    margin-top: 5.33vw;
    min-height: 13.33vw;
  }
}

.pu_block .icon_list li a {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

.pu_block .icon_list li a:hover {
  opacity: 0.6;
}

.pu_block .icon_list li .img {
  width: 92px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_block .icon_list li .img {
    width: 7.76vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_block .icon_list li .img {
    width: 13.33vw;
  }
}

.pu_block .icon_list li .txt {
  font-size: 20px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  padding-left: 100px;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_block .icon_list li .txt {
    font-size: 1.69vw;
    padding-left: 8.43vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_block .icon_list li .txt {
    font-size: 3.73vw;
    padding-left: 15vw;
    line-height: 1.4;
  }
}

.pu_block .icon_list li .txt span {
  position: relative;
  display: inline-block;
}

.pu_block .icon_list li .txt span:before, .pu_block .icon_list li .txt span:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  display: block;
  content: '';
  background-color: #FF6600;
  border-radius: 10px;
  position: absolute;
  width: 16px;
  height: 3px;
  top: 50%;
  right: -20px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_block .icon_list li .txt span:before, .pu_block .icon_list li .txt span:after {
    border-radius: 0.84vw;
    width: 1.35vw;
    height: 0.25vw;
    right: -1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_block .icon_list li .txt span:before, .pu_block .icon_list li .txt span:after {
    border-radius: 4vw;
    width: 3.8vw;
    height: 0.8vw;
    right: -6.5vw;
  }
}

.pu_block .icon_list li .txt span:before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.pu_block .icon_list li .txt span:after {
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}

.pu_yt {
  margin-top: 45px;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .pu_yt {
    margin-top: 3.79vw;
  }
}

@media screen and (max-width: 768px) {
  .pu_yt {
    margin-top: 10vw;
  }
}

.table_list {
  line-height: 1.9;
}

.table_list dl:after {
  content: "";
  display: block;
  clear: both;
}

.table_list dl dt {
  margin-right: 1em;
  position: relative;
  float: left;
}

@media screen and (max-width: 768px) {
  .table_list dl dt {
    max-width: 20vw;
    margin-right: 3vw;
  }
}

.table_list dl dt p {
  display: inline-block;
}

.table_list dl dt p span {
  position: relative;
}

.table_list dl dt p span:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #111;
  position: absolute;
  top: 19%;
  right: -1em;
}

@media screen and (max-width: 768px) {
  .table_list dl dt p span:after {
    right: -3vw;
  }
}

.table_list dl dd {
  max-width: 850px;
  margin-left: 1em;
  float: left;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .table_list dl dd {
    max-width: 71.67vw;
  }
}

@media screen and (max-width: 768px) {
  .table_list dl dd {
    max-width: 59vw;
  }
}

.table_list dl dd ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table_list dl dd ul li {
  margin-right: 8px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .table_list dl dd ul li {
    margin-right: 0.67vw;
  }
}

@media screen and (max-width: 768px) {
  .table_list dl dd ul li {
    margin-right: 2.13vw;
  }
}

.table_list dl dd ul li a {
  -webkit-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

.table_list dl dd ul li a:hover {
  opacity: 0.6;
}

.faq_wrap {
  line-height: 1.9;
  margin-top: 60px;
}

.faq_wrap:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .faq_wrap {
    margin-top: 13.33vw;
    margin-left: 0;
  }
}

.faq_wrap .faq_f {
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 20px;
  padding-left: 1.3em;
  position: relative;
}

.faq_wrap .faq_f:before {
  content: 'Q.';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .faq_wrap .faq_f {
    font-size: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .faq_wrap .faq_f {
    font-size: 4.80vw;
  }
}

.faq_wrap .faq_a {
  position: relative;
  padding-left: 1.3em;
  margin-top: 20px;
  margin-left: 2em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .faq_wrap .faq_a {
    margin-top: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .faq_wrap .faq_a {
    margin-top: 2.67vw;
    margin-left: 0;
  }
}

.faq_wrap .faq_a:before {
  content: 'A.';
  position: absolute;
  top: 0;
  left: 0;
}

.other_wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .other_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.other_wrap > div:first-child {
  width: 682px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .other_wrap > div:first-child {
    width: 57.50vw;
  }
}

@media screen and (max-width: 768px) {
  .other_wrap > div:first-child {
    width: 100%;
  }
}

.other_wrap > div:last-child {
  width: 216px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .other_wrap > div:last-child {
    width: 18.21vw;
  }
}

@media screen and (max-width: 768px) {
  .other_wrap > div:last-child {
    width: 100%;
    margin-top: 8.00vw;
  }
}

.other_wrap > div .other_ttl {
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #666;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .other_wrap > div .other_ttl {
    font-size: 1.69vw;
    padding-bottom: 1.69vw;
    margin-bottom: 1.69vw;
    letter-spacing: 0.08em;
    border-bottom: 0.17vw solid #666;
  }
}

.other_wrap > div ul.btn_list_wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .other_wrap > div ul.btn_list_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.other_wrap > div ul.btn_list_wrap > li {
  width: 50%;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .other_wrap > div ul.btn_list_wrap > li {
    margin-bottom: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .other_wrap > div ul.btn_list_wrap > li {
    width: 100%;
    margin-bottom: 5.33vw;
  }
}

.other_wrap > div ul.btn_list_wrap > li p {
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .other_wrap > div ul.btn_list_wrap > li p {
    margin-bottom: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .other_wrap > div ul.btn_list_wrap > li p {
    margin-bottom: 2.67vw;
  }
}

.other_wrap > div ul.btn_list > li {
  letter-spacing: 0.05em;
  margin-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .other_wrap > div ul.btn_list > li {
    margin-top: 0.84vw;
  }
}

.other_wrap > div ul.btn_list > li:first-child {
  margin-top: 0;
}

.other_wrap > div ul.btn_list > li a {
  display: inline-block;
  color: #666;
}

.iziModal.isAttached, .iziModal.isFullscreen {
  border-radius: 30px !important;
}

.iziModal-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.iziModal-wrap {
  height: auto !important;
  overflow-x: unset !important;
  overflow-y: unset !important;
}

.iziModal.hasShadow::after {
  content: none !important;
}

.iziModal-navigate > button {
  display: none !important;
}

.inline_modal_wrap {
  bottom: auto;
  top: 5vw;
  height: auto !important;
  width: 80.10vw !important;
  max-width: 950px !important;
  max-height: 90%;
  overflow-y: auto;
  border-radius: 30px !important;
  padding: 35px 49px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap {
    padding: 2.95vw 4.13vw;
    border-radius: 2.53vw !important;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap {
    width: 80.00vw !important;
    padding: 4.80vw;
    border-radius: 8.00vw !important;
  }
}

.inline_modal_wrap p.modal_txt {
  margin-top: 20px;
  line-height: 1.9;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap p.modal_txt {
    margin-top: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap p.modal_txt {
    margin-top: 4.00vw;
    font-size: 3.73vw;
  }
}

.inline_modal_wrap .prev, .inline_modal_wrap .next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  text-indent: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .prev, .inline_modal_wrap .next {
    width: 3.37vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .prev, .inline_modal_wrap .next {
    width: 10.67vw;
  }
}

.inline_modal_wrap .prev:after, .inline_modal_wrap .next:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: inline-block;
  background: url(../img/modal_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 14px;
  height: 23px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .prev:after, .inline_modal_wrap .next:after {
    width: 1.18vw;
    height: 1.94vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .prev:after, .inline_modal_wrap .next:after {
    width: 3.73vw;
    height: 6.13vw;
  }
}

.inline_modal_wrap .mhead {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .mhead {
    margin-bottom: 1.26vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .mhead {
    margin-bottom: 3.00vw;
  }
}

.inline_modal_wrap .mhead .mttl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inline_modal_wrap .mhead .mttl .img {
  width: 92px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .mhead .mttl .img {
    width: 7.76vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .mhead .mttl .img {
    width: 13.33vw;
  }
}

.inline_modal_wrap .mhead .mttl .txt {
  font-size: 20px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  padding-left: 10px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .mhead .mttl .txt {
    font-size: 1.69vw;
    padding-left: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .mhead .mttl .txt {
    font-size: 3.73vw;
    padding-left: 2.67vw;
  }
}

.inline_modal_wrap .mhead .top_close {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .mhead .top_close {
    width: 2.36vw;
    height: 2.36vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .mhead .top_close {
    width: 7.47vw;
    height: 7.47vw;
  }
}

.inline_modal_wrap .mhead .top_close:before, .inline_modal_wrap .mhead .top_close:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  display: block;
  content: '';
  background-color: #FF6600;
  border-radius: 10px;
  position: absolute;
  width: 28px;
  height: 4px;
  top: 50%;
  right: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .mhead .top_close:before, .inline_modal_wrap .mhead .top_close:after {
    border-radius: 0.84vw;
    width: 2.36vw;
    height: 0.34vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .mhead .top_close:before, .inline_modal_wrap .mhead .top_close:after {
    border-radius: 2.67vw;
    width: 4.80vw;
    height: 0.53vw;
  }
}

.inline_modal_wrap .mhead .top_close:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

.inline_modal_wrap .mhead .top_close:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.inline_modal_wrap .mimg {
  font-size: 0;
  width: 100%;
  position: relative;
}

.inline_modal_wrap .mimg .img {
  border-radius: 15px;
  background: #f4f4f4;
  padding: 24px;
  text-align: center;
}

.inline_modal_wrap .mimg .img.only {
  padding: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .mimg .img {
    padding: 2.02vw;
    border-radius: 1.26vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .mimg .img {
    padding: 6.40vw;
    border-radius: 4.00vw;
  }
}

.inline_modal_wrap .mimg img {
  width: auto;
}

.inline_modal_wrap .mimg .prev {
  left: -30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .mimg .prev {
    left: -2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .mimg .prev {
    display: none;
  }
}

.inline_modal_wrap .mimg .prev:after {
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  height: 23px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .mimg .prev:after {
    width: 1.18vw;
    height: 1.94vw;
  }
}

.inline_modal_wrap .mimg .next {
  right: -30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .mimg .next {
    right: -2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .mimg .next {
    display: none;
  }
}

.inline_modal_wrap .mimg .next:after {
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  height: 23px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .mimg .next:after {
    width: 1.18vw;
    height: 1.94vw;
  }
}

.inline_modal_wrap .close_wrap {
  position: relative;
}

.inline_modal_wrap .close_wrap .prev {
  top: -6.5vw;
  display: none;
  left: 0;
  width: 6vw;
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .close_wrap .prev {
    display: block;
  }
}

.inline_modal_wrap .close_wrap .prev:after {
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0) rotate(180deg);
  transform: translate(0, 0) rotate(180deg);
  width: 2.67vw;
  height: 5.07vw;
}

.inline_modal_wrap .close_wrap .next {
  top: -6.5vw;
  display: none;
  right: 0;
  width: 6vw;
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .close_wrap .next {
    display: block;
  }
}

.inline_modal_wrap .close_wrap .next:after {
  top: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 2.67vw;
  height: 5.07vw;
}

.inline_modal_wrap .bottom_close {
  color: #666;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  cursor: pointer;
  display: table;
  margin: 30px auto 0;
  padding-left: 60px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .bottom_close {
    margin-top: 2.53vw;
    padding-left: 5.06vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .bottom_close {
    font-size: 2.93vw;
    margin-top: 16.00vw;
    padding-left: 0;
    font-family: "TazuganeGothicStdN-Regular", sans-serif;
  }
}

.inline_modal_wrap .bottom_close span {
  position: relative;
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .bottom_close span {
    padding-top: 8vw;
  }
}

.inline_modal_wrap .bottom_close span:before, .inline_modal_wrap .bottom_close span:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  display: block;
  content: '';
  background-color: #FF6600;
  border-radius: 10px;
  position: absolute;
  width: 28px;
  height: 4px;
  top: 50%;
  left: -50px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .inline_modal_wrap .bottom_close span:before, .inline_modal_wrap .bottom_close span:after {
    border-radius: 0.84vw;
    width: 2.36vw;
    height: 0.34vw;
    left: -4.22vw;
  }
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .bottom_close span:before, .inline_modal_wrap .bottom_close span:after {
    border-radius: 2.67vw;
    width: 4.80vw;
    height: 0.53vw;
    top: 0;
    left: 50%;
  }
}

.inline_modal_wrap .bottom_close span:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .bottom_close span:before {
    -webkit-transform: translate(-50%, 2.4vw) rotate(135deg);
    transform: translate(-50%, 2.4vw) rotate(135deg);
  }
}

.inline_modal_wrap .bottom_close span:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .inline_modal_wrap .bottom_close span:after {
    -webkit-transform: translate(-50%, 2.4vw) rotate(45deg);
    transform: translate(-50%, 2.4vw) rotate(45deg);
  }
}

ul.partners_list01 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -28px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  ul.partners_list01 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

ul.partners_list01 li {
  width: 25%;
  margin-top: 28px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.partners_list01 li {
    margin-top: 2.36vw;
  }
}

@media screen and (max-width: 768px) {
  ul.partners_list01 li {
    width: 50%;
  }
}

ul.partners_list01 li .img {
  width: 71px;
  margin-right: 8px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.partners_list01 li .img {
    width: 5.99vw;
    margin-right: 0.67vw;
  }
}

@media screen and (max-width: 768px) {
  ul.partners_list01 li .img {
    width: 12.00vw;
    margin-right: 2.13vw;
  }
}

@media screen and (max-width: 768px) {
  ul.partners_list01 li .txt {
    font-size: 3.73vw;
  }
}

ul.partners_list02 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  ul.partners_list02 {
    margin-top: -8.00vw;
  }
}

ul.partners_list02 li {
  width: calc(33.3% - 50px);
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  ul.partners_list02 li {
    margin-top: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  ul.partners_list02 li {
    width: 46%;
    margin-top: 8.00vw;
  }
}

ul.partners_list02 li .img {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.partners_list02 li .txt {
  text-align: center;
  margin-top: 10px;
}

ul.partners_list03 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  ul.partners_list03 {
    margin-top: -8.00vw;
  }
}

ul.partners_list03 li {
  width: calc(33.3% - 50px);
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  ul.partners_list03 li {
    width: 46%;
    margin-top: 8.00vw;
  }
}

ul.partners_list03 li .img {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.partners_list03 li .txt {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .sp_ac_btn {
    cursor: pointer;
    position: relative;
  }
  .sp_ac_btn:after {
    display: block;
    content: '';
    position: absolute;
    background: url(../img/arrow_o_2px.svg) 0 0 no-repeat;
    background-size: contain;
    width: 5.07vw;
    height: 2.67vw;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }
  .sp_ac_btn.active:after {
    -webkit-transform: translate(0, -50%) rotate(0deg);
    transform: translate(0, -50%) rotate(0deg);
  }
}

@media print, screen and (min-width: 769px) {
  .about_ac_wrap {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .about_ac_wrap {
    display: none;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 9.865vw;
  }
}

.about_ac_wrap .about_close {
  display: table;
  margin: 24.00vw auto 26.67vw;
  cursor: pointer;
  color: #666;
  font-size: 3.47vw;
  position: relative;
}

.about_ac_wrap .about_close:before {
  content: '';
  background: url(../img/arrow_o_2px.svg) 0 0 no-repeat;
  background-size: contain;
  width: 5.07vw;
  height: 2.67vw;
  margin: 0 auto 2vw;
  display: block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.about_ac_wrap .about_close span {
  display: block;
}

.about_block01 {
  line-height: 1.9;
  margin-top: 90px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_block01 {
    margin-top: 7.59vw;
  }
}

@media screen and (max-width: 768px) {
  .about_block01 {
    margin-top: 0;
  }
}

.about_block01 p {
  line-height: 1.9;
}

.about_block01 .about_lead {
  line-height: 1.4;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 32px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_block01 .about_lead {
    font-size: 2.70vw;
  }
}

@media screen and (max-width: 768px) {
  .about_block01 .about_lead {
    font-size: 5.87vw;
  }
}

.about_block01 .in > div:first-child {
  margin-top: 0;
}

.about_block01 .inner {
  position: relative;
  max-width: 1100px;
  width: 92.75vw;
  margin: 0 auto;
  background: transparent !important;
  border-radius: 0 !important;
}

@media screen and (max-width: 768px) {
  .about_block01 .inner {
    width: 89.33vw;
  }
}

.about_block01 .inner .block_page {
  padding: 100px 98px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_block01 .inner .block_page {
    padding: 8.43vw 8.26vw;
  }
}

@media screen and (max-width: 768px) {
  .about_block01 .inner .block_page {
    padding: 16.00vw 4.53vw;
  }
}

.about_block02 {
  max-width: 1100px;
  width: 92.75vw;
  background: #fff;
  margin: 100px auto 0;
  padding: 120px 98px 100px;
}

@media screen and (max-width: 768px) {
  .about_block02 {
    width: 89.33vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_block02 {
    margin: 8.43vw auto 0;
    padding: 10.12vw 8.26vw 8.43vw;
  }
}

@media screen and (max-width: 768px) {
  .about_block02 {
    margin-top: 0;
    padding: 0 4.53vw;
  }
}

.about_block02 p {
  line-height: 1.9;
}

.about_block02 .philosophy_block {
  max-width: 1100px;
  width: 92.75vw;
  margin: 60px auto 0;
  padding: 60px 98px;
}

@media screen and (max-width: 768px) {
  .about_block02 .philosophy_block {
    width: 89.33vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_block02 .philosophy_block {
    margin: 5.06vw auto 0;
    padding: 5.06vw 8.26vw;
  }
}

@media screen and (max-width: 768px) {
  .about_block02 .philosophy_block {
    margin-top: 0;
    padding: 18.67vw 4.53vw;
  }
}

.about_block02 .philosophy_block .p_ttl {
  font-size: 24px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_block02 .philosophy_block .p_ttl {
    font-size: 2.02vw;
    margin-bottom: 3.37vw;
  }
}

@media screen and (max-width: 768px) {
  .about_block02 .philosophy_block .p_ttl {
    font-size: 4.80vw;
    margin-bottom: 9.6vw;
    margin-bottom: 17.4vw;
  }
}

.about_block02 .philosophy_block .p_subttl {
  font-size: 32px;
  margin-bottom: 6px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.35;
  display: table;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_block02 .philosophy_block .p_subttl {
    font-size: 2.70vw;
  }
}

@media screen and (max-width: 768px) {
  .about_block02 .philosophy_block .p_subttl {
    font-size: 5.87vw;
  }
}

.about_block02 .philosophy_block .p_subttl:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 30px;
  background: #FF6600;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_block02 .philosophy_block .p_subttl:after {
    height: 0.34vw;
    bottom: -0.34vw;
  }
}

@media screen and (max-width: 768px) {
  .about_block02 .philosophy_block .p_subttl:after {
    height: 1.07vw;
    bottom: -1.07vw;
  }
}

.about_block02 .philosophy_block .p_list > * {
  margin-top: 40px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_block02 .philosophy_block .p_list > * {
    margin-top: 3.37vw;
  }
}

@media screen and (max-width: 768px) {
  .about_block02 .philosophy_block .p_list > * {
    margin-top: 17.60vw;
  }
}

.about_block02 .philosophy_block .p_list > *:first-child {
  margin-top: 0;
}

.about_block03 {
  border-radius: 15px;
  background: #fff;
  margin-top: 100px;
  padding: 120px 98px 100px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_block03 {
    border-radius: 1.26vw;
    margin-top: 8.43vw;
    padding: 8.43vw 8.26vw;
  }
}

@media screen and (max-width: 768px) {
  .about_block03 {
    border-radius: 4.00vw;
    margin-top: 0;
    padding: 0 4.53vw;
  }
}

.about_block03 p {
  line-height: 1.9;
}

.about_block03 .f01 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .about_block03 .f01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about_block03 .f01 > p {
  width: 425px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_block03 .f01 > p {
    width: 35.83vw;
  }
}

@media screen and (max-width: 768px) {
  .about_block03 .f01 > p {
    width: auto;
  }
}

.about_block03 .f01 .img {
  width: 420px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_block03 .f01 .img {
    width: 35.41vw;
  }
}

@media screen and (max-width: 768px) {
  .about_block03 .f01 .img {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .profile_list {
    margin-top: 13.33vw;
  }
}

.profile_list > li {
  margin-top: 60px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .profile_list > li {
    margin-top: 5.06vw;
  }
}

.profile_list > li:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .profile_list > li {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 13.33vw;
  }
}

.profile_list > li:after {
  content: "";
  display: block;
  clear: both;
}

.profile_list .img {
  float: left;
  width: 185px;
  margin-right: 24px;
  margin-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .profile_list .img {
    width: 15.60vw;
    margin-right: 2.02vw;
    margin-top: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .profile_list .img {
    width: 40.00vw;
    margin-top: 0;
    margin-right: 5.33vw;
  }
}

.profile_list .name {
  float: left;
  width: 690px;
  font-size: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .profile_list .name {
    width: 58.18vw;
    font-size: 1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .profile_list .name {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 34.67vw;
    font-size: 4.80vw;
    line-height: 1.4;
  }
}

.profile_list .profile {
  float: left;
  margin-top: 10px;
  width: 690px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .profile_list .profile {
    margin-top: 0.84vw;
    width: 58.18vw;
  }
}

@media screen and (max-width: 768px) {
  .profile_list .profile {
    width: 100%;
    margin-top: 5.33vw;
  }
}

.company_table {
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .company_table tr {
    display: block;
    margin-top: 10.67vw;
  }
  .company_table tr:first-child {
    margin-top: 0;
  }
}

.company_table tr:first-child th, .company_table tr:first-child td {
  padding-top: 0;
}

.company_table th, .company_table td {
  vertical-align: top;
  padding-top: 30px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .company_table th, .company_table td {
    padding-top: 2.53vw;
  }
}

@media screen and (max-width: 768px) {
  .company_table th, .company_table td {
    padding-top: 0;
  }
}

.company_table th {
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

@media screen and (max-width: 768px) {
  .company_table th {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .company_table td {
    display: block;
  }
}

.enkaku_table {
  position: relative;
  padding-left: 20px;
  padding-bottom: 40px;
  margin-left: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .enkaku_table {
    padding-left: 1.69vw;
    padding-bottom: 3.37vw;
    margin-left: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .enkaku_table {
    padding-left: 4.53vw;
    padding-bottom: 8.80vw;
    margin-left: 2vw;
  }
}

.enkaku_table:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 5px;
  background: #FFBB00;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .enkaku_table:before {
    width: 0.34vw;
    top: 0.42vw;
  }
}

@media screen and (max-width: 768px) {
  .enkaku_table:before {
    width: 1.07vw;
    top: 1.33vw;
  }
}

.enkaku_table:first-of-type:before {
  top: 5px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .enkaku_table:first-of-type:before {
    top: 0.42vw;
  }
}

.enkaku_table.last {
  padding-bottom: 0;
}

.enkaku_table.last:before {
  content: '';
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  border-left: 4px dotted #FFBB00;
}

.enkaku_table:after {
  content: '';
  width: 14px;
  height: 14px;
  background: #FF6600;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: -5px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .enkaku_table:after {
    width: 1.18vw;
    height: 1.18vw;
    top: 0.34vw;
    left: -0.42vw;
  }
}

@media screen and (max-width: 768px) {
  .enkaku_table:after {
    width: 3.73vw;
    height: 3.73vw;
    top: 1.07vw;
    left: -1.33vw;
  }
}

.enkaku_table.set:after {
  content: none;
}

@media screen and (max-width: 768px) {
  .enkaku_table table {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .enkaku_table table tr {
    display: block;
    margin-top: 3vw;
  }
  .enkaku_table table tr:first-child {
    margin-top: 0;
  }
}

.enkaku_table table tr th, .enkaku_table table tr td {
  padding-top: 10px;
  vertical-align: top;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .enkaku_table table tr th, .enkaku_table table tr td {
    padding-top: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .enkaku_table table tr th, .enkaku_table table tr td {
    padding-top: 0;
    display: inline-block;
  }
}

.enkaku_table table tr:first-child th, .enkaku_table table tr:first-child td {
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  .enkaku_table table tr {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .enkaku_table table th {
    display: block;
  }
}

.enkaku_table table .en_year {
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

@media screen and (max-width: 768px) {
  .enkaku_table table .en_year.none {
    display: none !important;
  }
}

.enkaku_table table .en_month {
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

.enkaku_table table .en_event {
  padding-left: 68px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .enkaku_table table .en_event {
    padding-left: 5.73vw;
  }
}

@media screen and (max-width: 768px) {
  .enkaku_table table .en_event {
    padding-left: 0;
  }
}

.about_num > li {
  position: relative;
  padding-left: 100px;
  margin-top: 70px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_num > li {
    padding-left: 8.43vw;
    margin-top: 5.90vw;
  }
}

@media screen and (max-width: 768px) {
  .about_num > li {
    padding-left: 0;
    margin-top: 26.67vw;
  }
}

.about_num > li:first-child {
  margin-top: 0;
}

.about_num > li .num_ttl {
  font-size: 24px;
  line-height: 1.3;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_num > li .num_ttl {
    font-size: 2.02vw;
  }
}

@media screen and (max-width: 768px) {
  .about_num > li .num_ttl {
    font-size: 4.80vw;
    line-height: 1.4;
  }
}

.about_num > li:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_num > li:after {
    top: 3.71vw;
    left: 0.25vw;
  }
}

@media screen and (max-width: 768px) {
  .about_num > li:after {
    top: -14.27vw;
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.about_num > li:nth-child(1):after {
  background: url(../img/about/pc_num01.svg) 0 0 no-repeat;
  background-size: contain;
  width: 29px;
  height: 79px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_num > li:nth-child(1):after {
    width: 2.45vw;
    height: 6.66vw;
  }
}

@media screen and (max-width: 768px) {
  .about_num > li:nth-child(1):after {
    background: url(../img/about/sp_num01.svg) 0 0 no-repeat;
    background-size: contain;
    width: 16.27vw;
    height: 49.60vw;
    right: 13vw;
  }
}

.about_num > li:nth-child(2):after {
  background: url(../img/about/pc_num02.svg) 0 0 no-repeat;
  background-size: contain;
  width: 52px;
  height: 80px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_num > li:nth-child(2):after {
    width: 4.38vw;
    height: 6.75vw;
  }
}

@media screen and (max-width: 768px) {
  .about_num > li:nth-child(2):after {
    background: url(../img/about/sp_num02.svg) 0 0 no-repeat;
    background-size: contain;
    width: 30.93vw;
    height: 50.13vw;
  }
}

.about_num > li:nth-child(3):after {
  background: url(../img/about/pc_num03.svg) 0 0 no-repeat;
  background-size: contain;
  width: 50px;
  height: 82px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .about_num > li:nth-child(3):after {
    width: 4.22vw;
    height: 6.91vw;
  }
}

@media screen and (max-width: 768px) {
  .about_num > li:nth-child(3):after {
    background: url(../img/about/sp_num03.svg) 0 0 no-repeat;
    background-size: contain;
    width: 30.67vw;
    height: 50.93vw;
  }
}

.w100wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.big_ttl {
  font-size: 80px;
  line-height: 1;
  color: #FF6600;
  font-family: "TazuganeGothicStdN-Light", sans-serif;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .big_ttl {
    font-size: 6.75vw;
  }
}

@media screen and (max-width: 768px) {
  .big_ttl {
    font-size: 10.67vw;
    letter-spacing: -0.02em !important;
  }
  #page_index .block_page .big_ttl {
    letter-spacing: -0.02em !important;
  }
}

.re_kv {
  position: relative;
  height: 100vh;
}

@media screen and (max-width: 768px) {
  .re_kv {
    height: auto;
  }
}

.re_kv:after {
  content: '';
  width: 100%;
  position: absolute;
  height: 100vh;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(73.87%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0))), url(../img/recruit/pc_kv.jpg) center top no-repeat;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 73.87%, rgba(0, 0, 0, 0) 100%), url(../img/recruit/pc_kv.jpg) center top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .re_kv:after {
    height: 85.33vw;
  }
}

@media screen and (max-width: 768px) {
  .re_kv:after {
    content: none;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(55.19%, rgba(0, 0, 0, 0.2)), color-stop(67.78%, rgba(0, 0, 0, 0))), url(../img/recruit/sp_kv.jpg) center top no-repeat;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.2) 55.19%, rgba(0, 0, 0, 0) 67.78%), url(../img/recruit/sp_kv.jpg) center top no-repeat;
    background-size: cover;
  }
}

.re_kv .re_ttl {
  line-height: 1;
  font-size: 150px;
  color: #fff;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  width: 84.32vw;
  max-width: 1000px;
  position: absolute;
  left: 50%;
  bottom: 74px;
  z-index: 5;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_kv .re_ttl {
    font-size: 12.65vw;
    bottom: 6.24vw;
  }
}

@media screen and (max-width: 768px) {
  .re_kv .re_ttl {
    font-size: 16.00vw;
    bottom: 5.33vw;
  }
}

.re_kv picture {
  display: block;
}

@media screen and (max-width: 768px) {
  .re_kv picture:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(73.42%, rgba(100, 143, 218, 0)), color-stop(80.56%, rgba(100, 143, 218, 0.4)));
    background: linear-gradient(180deg, rgba(100, 143, 218, 0) 73.42%, rgba(100, 143, 218, 0.4) 80.56%);
    position: absolute;
    top: 0;
    left: 0;
  }
}

.re_kv .re_entry_wrap {
  top: auto;
  bottom: 72px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_kv .re_entry_wrap {
    bottom: 6.07vw;
  }
}

@media screen and (max-width: 768px) {
  .re_kv .re_entry_wrap {
    bottom: 5.33vw;
  }
}

.re_entry_wrap {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 102;
  padding-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_entry_wrap {
    padding-top: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .under .re_entry_wrap {
    padding-top: 11vw;
  }
}

.re_entry_wrap.is-fixed {
  position: fixed;
  bottom: auto;
}

.apply .re_entry_wrap {
  display: none;
}

.re_entry {
  display: block;
  line-height: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #FF6600;
  padding: 16px 47px 10px 37px;
  border-radius: 100px 0px 0px 100px;
}

.re_entry:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #FFBB00;
}

@media screen and (max-width: 768px) {
  .re_entry {
    padding: 2.40vw 5.33vw;
    border-right-style: 26.67vw 0 0 26.67vw;
  }
}

.re_entry .e1 {
  position: relative;
  font-size: 46.3398px;
  color: #fff;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  display: block;
}

@media screen and (max-width: 768px) {
  .re_entry .e1 {
    font-size: 4.80vw;
  }
}

.re_entry .e1:after {
  content: '';
  display: inline-block;
  background: url(../img/arrow_w_6px.svg) 0 0 no-repeat;
  background-size: contain;
  width: 36px;
  height: 23px;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .re_entry .e1:after {
    width: 4.80vw;
    height: 2.93vw;
    right: -5vw;
  }
}

.re_entry .e2 {
  font-size: 13.9019px;
  display: block;
  margin-top: 6px;
}

@media screen and (max-width: 768px) {
  .re_entry .e2 {
    font-size: 3.73vw;
  }
}

.re_content_wrap {
  margin-top: 90px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_content_wrap {
    margin-top: 7.59vw;
  }
}

@media screen and (max-width: 768px) {
  .re_content_wrap {
    margin-top: 16.00vw;
  }
}

.re_ac_wrap.acc {
  display: none;
}

.re_ac_wrap {
  margin-top: 50px;
  padding-bottom: 130px;
  line-height: 1.9;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_ac_wrap {
    padding-bottom: 10.96vw;
    margin-top: 4.22vw;
  }
}

@media screen and (max-width: 768px) {
  .re_ac_wrap {
    line-height: 1.8;
    margin-top: 5.33vw;
    padding-bottom: 29.33vw;
  }
}

.re_ac_wrap .inner {
  width: 84.32vw !important;
  max-width: 1000px !important;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .re_ac_wrap .inner {
    width: 89.33vw !important;
    padding: 0 4.53vw;
  }
}

.re_ac_wrap img.dir {
  width: 35.50vw;
  max-width: 421px;
  margin: -20px 56px 0 92px;
  float: right;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_ac_wrap img.dir {
    margin: -1.69vw 4.72vw 0 7.76vw;
  }
}

@media screen and (max-width: 768px) {
  .re_ac_wrap .sp_dir {
    margin: 8.53vw 17.33vw;
  }
}

.re_ac_wrap .message_close {
  margin-top: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_ac_wrap .message_close {
    margin-top: 8.43vw;
  }
}

@media screen and (max-width: 768px) {
  .re_ac_wrap .message_close {
    margin-top: 10.13vw;
  }
}

.re_close {
  text-align: center;
  margin: 80px auto 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_close {
    margin: 6.75vw auto 0;
  }
}

@media screen and (max-width: 768px) {
  .re_close {
    margin: 21.33vw auto 0;
  }
}

.re_close .close_btn {
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  cursor: pointer;
  line-height: 1;
  font-size: 14px;
  padding: 13px 75px 13px 45px;
  display: table;
  background: #fff;
  color: #FF6600;
  border: 2px solid #FF6600;
  border-radius: 50px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_close .close_btn {
    font-size: 1.18vw;
    padding: 1.10vw 6.32vw 1.10vw 3.79vw;
    border-radius: 4.22vw;
  }
}

@media screen and (max-width: 768px) {
  .re_close .close_btn {
    border-width: 0.53vw;
    font-size: 3.73vw;
    padding: 3.47vw 20.27vw 3.47vw 12.00vw;
    border-radius: 13.33vw;
  }
}

.re_close .close_btn span {
  position: relative;
}

.re_close .close_btn span:after {
  display: block;
  content: '';
  position: absolute;
  background: url(../img/arrow_o2_4px.svg) 0 0 no-repeat;
  background-size: contain;
  width: 24px;
  height: 16px;
  top: 50%;
  right: -42px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_close .close_btn span:after {
    width: 2.02vw;
    height: 1.35vw;
    right: -3.54vw;
  }
}

@media screen and (max-width: 768px) {
  .re_close .close_btn span:after {
    width: 6.93vw;
    height: 4.00vw;
    right: -10.67vw;
  }
}

.re_close .close_btn span.active:after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}

.glaphs {
  margin-top: -120px;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .glaphs {
    margin-top: 0;
  }
}

.glaphs li {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .glaphs li {
    margin-top: 18.67vw;
  }
  .glaphs li:first-child {
    margin-top: 0;
  }
}

.glaphs .t1 {
  text-align: center;
  color: #666;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 32px;
  line-height: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .glaphs .t1 {
    font-size: 2.70vw;
  }
}

@media screen and (max-width: 768px) {
  .glaphs .t1 {
    font-size: 5.60vw;
  }
}

.glaphs .t2 {
  margin: 20px 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .glaphs .t2 {
    margin: 1.69vw 0;
  }
}

@media screen and (max-width: 768px) {
  .glaphs .t2 {
    margin: 5.33vw 0;
  }
}

.glaphs .t3 {
  font-size: 18px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .glaphs .t3 {
    font-size: 1.52vw;
  }
}

@media screen and (max-width: 768px) {
  .glaphs .t3 {
    font-size: 4.27vw;
  }
}

.re_colum2 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -54px;
}

@media screen and (max-width: 768px) {
  .re_colum2 {
    margin-top: 0;
  }
}

.re_colum2 > * {
  width: 470px;
  margin-top: 54px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_colum2 > * {
    width: 39.63vw;
  }
}

@media screen and (max-width: 768px) {
  .re_colum2 > * {
    margin-top: 8.00vw;
    width: 100%;
  }
  .re_colum2 > *:first-child {
    margin-top: 0;
  }
}

.recruit_ttl_block .re_ttl {
  max-width: 1000px;
  width: 84.32vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .recruit_ttl_block .re_ttl {
    width: 89.33vw;
    padding: 0 4.53vw;
  }
}

.recruit_ttl_block .re_ttl .t1 {
  color: #FF6600;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 100px;
  line-height: 1.0;
  letter-spacing: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .recruit_ttl_block .re_ttl .t1 {
    font-size: 8.43vw;
  }
}

@media screen and (max-width: 768px) {
  .recruit_ttl_block .re_ttl .t1 {
    font-size: 10.13vw;
  }
}

.recruit_ttl_block .re_ttl .t2 {
  font-size: 24px;
  line-height: 1;
  margin-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .recruit_ttl_block .re_ttl .t2 {
    font-size: 2.02vw;
    margin-top: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .recruit_ttl_block .re_ttl .t2 {
    font-size: 5.87vw;
    line-height: 1.4;
    margin-top: 1vw;
  }
}

.recruit_block {
  margin-top: 130px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .recruit_block {
    margin-top: 10.96vw;
  }
}

@media screen and (max-width: 768px) {
  .recruit_block {
    margin-top: 14.67vw;
  }
}

.under .recruit_block {
  margin-top: 90px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .under .recruit_block {
    margin-top: 10.96vw;
  }
}

@media screen and (max-width: 768px) {
  .under .recruit_block {
    margin-top: 14.67vw;
  }
}

.recruit_block .re_ttl {
  max-width: 1000px;
  width: 84.32vw;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .recruit_block .re_ttl {
    width: 89.33vw;
    padding: 0 4.53vw;
  }
}

.recruit_block .re_ttl .t1 {
  color: #FF6600;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 80px;
  line-height: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .recruit_block .re_ttl .t1 {
    font-size: 6.75vw;
  }
}

@media screen and (max-width: 768px) {
  .recruit_block .re_ttl .t1 {
    font-size: 8.53vw;
  }
}

.recruit_block .re_ttl .t2 {
  font-size: 24px;
  line-height: 1;
  margin-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .recruit_block .re_ttl .t2 {
    font-size: 2.02vw;
    margin-top: 0.84vw;
  }
}

@media screen and (max-width: 768px) {
  .recruit_block .re_ttl .t2 {
    font-size: 4.80vw;
    margin-top: 1vw;
  }
}

.recruit_block .re_ac_ttl:hover .t1 span:before {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.recruit_block .re_ac_ttl.active .t1 span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.recruit_block .re_ac_ttl .t1 span {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.recruit_block .re_ac_ttl .t1 span:before {
  content: '';
  width: 0%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 25px;
  background: #FFBB00;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: -1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .recruit_block .re_ac_ttl .t1 span:before {
    height: 2.11vw;
    bottom: 0.51vw;
  }
}

@media screen and (max-width: 768px) {
  .recruit_block .re_ac_ttl .t1 span:before {
    height: 4vw;
    bottom: 0.51vw;
  }
}

.recruit_block .re_ac_ttl .t1 span:after {
  display: block;
  content: '';
  position: absolute;
  background: url(../img/arrow_o2_6px.svg) 0 0 no-repeat;
  background-size: contain;
  width: 58px;
  height: 35px;
  right: -70px;
  bottom: 27px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .recruit_block .re_ac_ttl .t1 span:after {
    width: 4.89vw;
    height: 2.95vw;
    right: -5.90vw;
    bottom: 2.28vw;
  }
}

@media screen and (max-width: 768px) {
  .recruit_block .re_ac_ttl .t1 span:after {
    width: 8.53vw;
    height: 5.07vw;
    right: -10.67vw;
    bottom: 2.8vw;
  }
}

.recruit_block .re_ac_ttl .t1 span.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.re_table {
  margin-left: 50px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_table {
    margin-left: 4.22vw;
  }
}

@media screen and (max-width: 768px) {
  .re_table {
    display: block;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .re_table tr {
    display: block;
    margin-top: 13.33vw;
  }
  .re_table tr:first-child {
    margin-top: 0;
  }
}

.re_table tr th, .re_table tr td {
  vertical-align: top;
  padding-top: 70px;
}

@media screen and (max-width: 768px) {
  .re_table tr th, .re_table tr td {
    display: block;
    padding-top: 0;
  }
}

.re_table tr:first-child th, .re_table tr:first-child td {
  padding-top: 0;
}

.re_table tr th {
  width: 170px;
  font-size: 18px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_table tr th {
    width: 14.33vw;
    font-size: 1.52vw;
  }
}

@media screen and (max-width: 768px) {
  .re_table tr th {
    width: auto;
    font-size: 4.27vw;
    margin-bottom: 8.80vw;
  }
}

.re_table tr th > span {
  position: relative;
  display: inline-block;
}

.re_table tr th > span:after {
  content: '';
  width: 93px;
  height: 4px;
  border-radius: 50px;
  background: #FF6600;
  display: inline-block;
  position: absolute;
  bottom: -14px;
  left: 0;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_table tr th > span:after {
    width: 7.84vw;
    height: 0.34vw;
    border-radius: 4.22vw;
    bottom: -1.4vw;
  }
}

@media screen and (max-width: 768px) {
  .re_table tr th > span:after {
    width: 24.80vw;
    height: 1.07vw;
    border-radius: 13.33vw;
    bottom: -4.4vw;
  }
}

.re_table tr td {
  width: 730px;
  font-size: 18px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_table tr td {
    width: 61.55vw;
    font-size: 1.52vw;
  }
}

@media screen and (max-width: 768px) {
  .re_table tr td {
    font-size: 4.27vw;
    width: auto;
  }
}

.iv_thum_top, .bottom_thum {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -54px 0 0 40px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .iv_thum_top, .bottom_thum {
    margin: -4.55vw 0 0 3.37vw;
  }
}

@media screen and (max-width: 768px) {
  .iv_thum_top, .bottom_thum {
    margin: 0 0 0 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.iv_thum_top > *, .bottom_thum > * {
  margin-top: 54px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .iv_thum_top > *, .bottom_thum > * {
    width: 39.63vw;
  }
}

@media screen and (max-width: 768px) {
  .iv_thum_top > *, .bottom_thum > * {
    margin-top: 8.00vw;
    width: 100%;
  }
  .iv_thum_top > *:first-child, .bottom_thum > *:first-child {
    margin-top: 0;
  }
}

.iv_thum {
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  display: inline-block;
  width: 430px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .iv_thum {
    width: 36.26vw;
  }
}

@media screen and (max-width: 768px) {
  .iv_thum {
    width: 100%;
  }
}

.iv_thum.iv_thum_ac {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .iv_thum.iv_thum_ac {
    width: 100%;
  }
}

.iv_thum.iv_thum_ac:hover .txt {
  background: #FFBB00;
}

.iv_thum.iv_thum_ac .txt {
  color: #FF6600;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .iv_thum.iv_thum_ac .txt:after {
    left: -6vw;
  }
}

@media screen and (max-width: 768px) {
  .iv_thum.iv_thum_ac .thum {
    left: -6vw;
  }
}

.iv_thum.iv_thum_ac .thum:after {
  content: '';
  width: 100%;
  height: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

.iv_thum.iv_thum_ac.active .thum:after {
  content: none;
}

.iv_thum.iv_thum_ac.active .txt {
  color: #fff;
  background: #FF6600;
}

.iv_thum .thum {
  width: 140px;
  position: absolute;
  bottom: 0;
  left: -35px;
  z-index: 1;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .iv_thum .thum {
    width: 11.80vw;
    left: -2.95vw;
  }
}

@media screen and (max-width: 768px) {
  .iv_thum .thum {
    width: 21.33vw;
    left: 0;
  }
}

.iv_thum .txt {
  text-align: center;
  line-height: 1;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 24px;
  padding: 20px;
  color: #fff;
  border: 2px solid #FF6600;
  position: relative;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-radius: 50px;
  background: #FF6600;
}

.bottom_thum .iv_thum .txt {
  width: auto;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .iv_thum .txt {
    padding: 1.69vw;
    font-size: 2.02vw;
    border-radius: 4.22vw;
  }
}

@media screen and (max-width: 768px) {
  .iv_thum .txt {
    width: auto;
    padding: 2.67vw;
    font-size: 4.80vw;
    border-radius: 13.33vw;
  }
}

.iv_thum .txt:after {
  content: '';
  width: 70px;
  height: 100%;
  background: #fff;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: -35px;
}

@media screen and (max-width: 768px) {
  .iv_thum .txt:after {
    width: 10.67vw;
    left: -2px;
  }
}

.iv_wrap_ac {
  display: none;
}

.iv_wrap {
  margin-top: 36px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .iv_wrap {
    margin-top: 3.04vw;
  }
}

@media screen and (max-width: 768px) {
  .iv_wrap {
    margin-top: 5.33vw;
  }
}

.iv_wrap .fullsize {
  width: 100%;
  left: auto;
  right: auto;
  margin-left: 0;
  margin-right: 0;
}

.iv_faq {
  padding-left: 50px;
  margin-top: 70px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .iv_faq {
    padding-left: 4.22vw;
    margin-top: 5.90vw;
  }
}

@media screen and (max-width: 768px) {
  .iv_faq {
    margin-top: 10.67vw;
    padding-left: 0;
  }
}

.iv_faq:first-child {
  margin-top: 0;
}

.iv_faq .faq1 {
  font-size: 18px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .iv_faq .faq1 {
    font-size: 1.52vw;
  }
}

@media screen and (max-width: 768px) {
  .iv_faq .faq1 {
    padding-left: 9.60vw;
    font-size: 4.27vw;
  }
}

.iv_faq .faq1:after {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 50px;
  background: #FF6600;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .iv_faq .faq1:after {
    width: 3.37vw;
    height: 0.34vw;
    left: -4.22vw;
    border-radius: 4.22vw;
  }
}

@media screen and (max-width: 768px) {
  .iv_faq .faq1:after {
    width: 7.73vw;
    height: 1.07vw;
    border-radius: 13.33vw;
    left: 0;
  }
}

.iv_faq .faq2 {
  font-size: 18px;
  margin-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .iv_faq .faq2 {
    font-size: 1.52vw;
  }
}

@media screen and (max-width: 768px) {
  .iv_faq .faq2 {
    font-size: 4.27vw;
  }
}

.re_img_colum3 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .re_img_colum3 {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.re_img_colum3 > * {
  width: 315px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_img_colum3 > * {
    width: 26.56vw;
  }
}

@media screen and (max-width: 768px) {
  .re_img_colum3 > * {
    width: 32.53vw;
  }
}

.re_job {
  border: 4px solid #FFBB00;
  border-radius: 15px;
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 117px;
  padding: 0 35px;
  background: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.re_job:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #FFBB00;
}

.re_job:hover .recruiting {
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.re_job:hover > span {
  color: #fff;
}

.re_job:hover > span:after {
  -webkit-transition: all .4s;
  transition: all .4s;
  background: url(../img/arrow_re_w.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_job {
    border: 0.34vw solid #FFBB00;
    border-radius: 1.26vw;
    min-height: 9.87vw;
    padding: 0 2.95vw;
  }
}

@media screen and (max-width: 768px) {
  .re_job {
    margin-top: 4vw;
    width: 100%;
    border: 1.07vw solid #FFBB00;
    border-radius: 4.00vw;
    min-height: 18.67vw;
    padding: 0 3.73vw;
  }
}

.re_job > span {
  position: relative;
  color: #FF6600;
  font-size: 28px;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  line-height: 1.2;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_job > span {
    font-size: 2.36vw;
  }
}

@media screen and (max-width: 768px) {
  .re_job > span {
    font-size: 4.53vw;
  }
}

.re_job > span:after {
  content: '';
  display: inline-block;
  background: url(../img/arrow_re_o.svg) center center no-repeat;
  background-size: contain;
  width: 17px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: -42px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_job > span:after {
    width: 0.84vw;
    height: 1.35vw;
    right: -1.69vw;
  }
}

@media screen and (max-width: 768px) {
  .re_job > span:after {
    width: 2.67vw;
    height: 4.27vw;
    right: -3.5vw;
  }
}

.re_job .recruiting {
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  font-size: 24px;
  top: -50px;
  right: -50px;
  width: 99px;
  height: 99px;
  line-height: 99px;
  background: #FF6600;
  text-align: center;
  border-radius: 50%;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_job .recruiting {
    font-size: 2.02vw;
    top: -4.22vw;
    right: -4.22vw;
    width: 8.35vw;
    height: 8.35vw;
    line-height: 8.35vw;
  }
}

@media screen and (max-width: 768px) {
  .re_job .recruiting {
    font-size: 4.00vw;
    top: -4vw;
    right: -4vw;
    width: 16.53vw;
    height: 16.53vw;
    line-height: 16.53vw;
  }
}

.re_job .recruiting span {
  color: #fff;
}

.re_entry_big {
  border-radius: 15px 0px 0px 15px;
  width: 92.75vw;
  display: block;
  margin-left: auto;
  z-index: 10;
  line-height: 1;
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #FF6600;
  padding: 46px 63px;
}

.re_entry_big:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  background: #FFBB00;
}


    .download_set a{
        display: block; 
        border-radius: 10px;
    }
    .download_set a:hover .bt_download{
        text-decoration: underline;
        color: #FF6600;
    }
    .download_set a:hover img{
        opacity: .8;
    }
    .bt_download{
        margin-top:20px;
        min-height:54px;
        position: relative;
        font-weight: bold;
        line-height: 1.2em;
        padding: 10px;
    }
    .bt_download::after{
        content: "";
        background: url("/wp-content/themes/asukoe/assets/img/productandservice/download/bt-download.png");
        width: 54px;
        height: 54px;
        position: absolute;
        right:10px;
        top:10px;
    }
    
    .btm_banner{
        background-color: #efefef;
        border-radius: 10px;
        margin-top: 20px !important;
        
    }
    #gdx_banner a{
        display: inline-block;
		text-align:center;
    }
    
    #bn_gdx_fix{
        width: 279px;
        height: 111px;
        position: fixed;
        right: 0;
        bottom: 100px;
        background: url("/wp-content/themes/asukoe/assets/img/bn.png");
         z-index: 100;
    }
    #bn_gdx_fix a{
        display: block;
        width: 279px;
        height: 111px;
       
    }


@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_entry_big {
    padding: 3.88vw 5.31vw;
    border-radius: 1.26vw 0 0 1.26vw;
  }
}

@media screen and (max-width: 768px) {
  .re_entry_big {
    width: 94.67vw;
    padding: 6.13vw 5.33vw;
    border-radius: 4.00vw 0 0 4.00vw;
  }
}

.re_entry_big .e1 {
  position: relative;
  font-size: 80px;
  color: #fff;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
  display: inline-block;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_entry_big .e1 {
    font-size: 6.75vw;
  }
}

@media screen and (max-width: 768px) {
  .re_entry_big .e1 {
    font-size: 8.53vw;
  }
}

.re_entry_big .e1:after {
  content: '';
  display: inline-block;
  background: url(../img/arrow_w_6px.svg) 0 0 no-repeat;
  background-size: contain;
  width: 61px;
  height: 36px;
  position: absolute;
  top: 50%;
  right: -61px;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_entry_big .e1:after {
    width: 5.14vw;
    height: 3.04vw;
    right: -5.14vw;
  }
}

@media screen and (max-width: 768px) {
  .re_entry_big .e1:after {
    width: 8.27vw;
    height: 5.07vw;
    right: -8vw;
  }
}

.re_entry_big .e2 {
  font-size: 24px;
  display: block;
  margin-top: 6px;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .re_entry_big .e2 {
    font-size: 2.02vw;
    margin-top: 0.51vw;
  }
}

@media screen and (max-width: 768px) {
  .re_entry_big .e2 {
    font-size: 4.80vw;
    margin-top: 1.60vw;
  }
}

.other_page {
  padding-bottom: 288px;
}

.undeconst {
  width: 423px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .undeconst {
    width: 35.67vw;
  }
}

@media screen and (max-width: 768px) {
  .undeconst {
    width: 63.47vw;
  }
}

.notfound {
  width: 448px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .notfound {
    width: 37.77vw;
  }
}

@media screen and (max-width: 768px) {
  .notfound {
    width: 79.20vw;
  }
}

.backto_main {
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
  .backto_main {
    margin-top: 5.06vw;
  }
}

@media screen and (max-width: 768px) {
  .backto_main {
    margin-top: 16.00vw;
  }
}

.backto_main a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .pctb-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.download_box_list > li:first-child {
    margin-top: 0;
}

.download_box_list > li {
    margin-top: 70px;
}

ul.download_subbox > li {
    margin-top: 4rem;
}
ul.download_subbox > li > h5 {
    font-size: 36px;
    color: #FF6600;
}
ul.download_subbox > li > ul > li {
    margin-top: 2rem;
}
ul.download_subbox > li > ul > li > h6 {
    font-size: 18px;
	width: auto;
    max-width: max-content;
    margin-bottom: 15px;
    border-bottom: 4px solid #FFBB00;
    font-family: "TazuganeGothicStdN-Bold", sans-serif;
    letter-spacing: 0.08em;
    position: relative;
}
ul.download_subbox > li > ul > li > h6::after {
    content: '';
    width: 100%;
    height: 4px;
    background: #FFBB00;
    border-radius: 30px;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

ul.download_subbox > li > ul > li > p {
	line-height: 1.9;
}

ul.download_subbox > li > ul > li > p > a {
	color: #FF6600;
}

ul.download_subbox > li > ul > li > p > a:hover {
  text-decoration: underline;
}

.download_box_list > li > div:first-of-type {
    margin-top: 36px;
}

.download_box_list ul.download_box {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}

.download_box_list ul.download_box > li {
	margin-right: 10px;
	margin-bottom: 10px;
}

.download_box_list ul.download_box > li:last-child {
	margin-right: auto;
}

@media screen and (min-width: 769px) and (max-width: 1185px) {
	.download_box_list ul.download_box {
    	margin-top: 2.0vw;
	}
}

@media screen and (max-width: 768px) {
	.download_box_list ul.download_box {
    	margin-top: 4.0vw;
	}
}
