@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-transition: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
}

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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

h1 {
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bold !important;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  position: relative;
  vertical-align: baseline;
  border: 0;
  outline: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

button,
input {
  /* 1 */
  overflow: visible;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

button,
select {
  /* 1 */
  text-transform: none;
}

input,
select {
  vertical-align: middle;
}

input:focus {
  outline: 0;
}

textarea {
  overflow: auto;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

progress {
  vertical-align: baseline;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

summary {
  display: list-item;
}

template,
[hidden],
.hidden {
  display: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: top;
  border-style: none;
  line-height: 0;
  font-size: 0;
  -ms-interpolation-mode: bicubic;
  background: 0 0;
  zoom: 1;
  width: 100%;
}

ol,
ul {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
  background: 0 0;
}

a:focus {
  outline: 0;
}

a img {
  opacity: 1;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

a img:hover {
  opacity: 0.7;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/*====================================================================================
■01.MARGIN DEFAULT
====================================================================================*/
.m00 {
  margin: 0px !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr00 {
  margin-right: 0px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml00 {
  margin-left: 0px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/*====================================================================================
■PADDING DEFAULT
====================================================================================*/
.p00 {
  padding: 0px !important;
}

.p01 {
  padding: 1px !important;
}

.p02 {
  padding: 2px !important;
}

.p03 {
  padding: 3px !important;
}

.p04 {
  padding: 4px !important;
}

.p05 {
  padding: 5px !important;
}

.p06 {
  padding: 6px !important;
}

.p07 {
  padding: 7px !important;
}

.p08 {
  padding: 8px !important;
}

.p09 {
  padding: 9px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.p55 {
  padding: 55px !important;
}

.p60 {
  padding: 60px !important;
}

.pl00 {
  padding-left: 0px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr00 {
  padding-right: 0px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt00 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

/*====================================================================================
■WIDTH DEFAULT
====================================================================================*/
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w59 {
  width: 59% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

/*====================================================================================
■MARGIN% DEFAULT
====================================================================================*/
.ml1per {
  margin-left: 1%;
}

.ml2per {
  margin-left: 2%;
}

.ml3per {
  margin-left: 3%;
}

.ml4per {
  margin-left: 4%;
}

.mr1per {
  margin-right: 1%;
}

.mr2per {
  margin-right: 2%;
}

.mr3per {
  margin-right: 3%;
}

.mr4per {
  margin-right: 4%;
}

.mt1per {
  margin-top: 1%;
}

.mt2per {
  margin-top: 2%;
}

.mt3per {
  margin-top: 3%;
}

.mt4per {
  margin-top: 4%;
}

.mt5per {
  margin-top: 5%;
}

.mt6per {
  margin-top: 6%;
}

.mt7per {
  margin-top: 7%;
}

.mt8per {
  margin-top: 8%;
}

.mt9per {
  margin-top: 9%;
}

.mt10per {
  margin-top: 10%;
}

.pd1per {
  padding: 1%;
}

.pd2per {
  padding: 2%;
}

.pd3per {
  padding: 3%;
}

.pd4per {
  padding: 4%;
}

.pull_left {
  float: left;
}

.pull_right {
  float: right;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.text_center {
  text-align: center !important;
}

.text_justify {
  text-align: justify !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_lower {
  text-transform: lowercase !important;
}

.text_upper {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.text_normal {
  font-weight: normal !important;
}

.text_bold {
  font-weight: bold !important;
}

.text_line {
  text-decoration: underline;
}

.text_noline {
  text-decoration: none !important;
}

.text_over {
  overflow: hidden !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.lhnm {
  line-height: normal !important;
}

.lh00 {
  line-height: 0 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.visible {
  visibility: visible;
}

.visible-hidden {
  visibility: hidden;
}

.dispc,
.breakpc {
  display: block;
}

@media all and (max-width: 960px) {
  .dispc,
  .breakpc {
    display: none;
  }
}

.dissp,
.breaksp {
  display: block;
}

.dissp02 {
  display: inline-block;
}

@media all and (min-width: 961px) {
  .dissp,
  .breaksp {
    display: none;
  }
  .dissp02 {
    display: none;
  }
}

.flexFont {
  font-size: 100%;
}

.obj__fit,
.imgfit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.overflow {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* purgecss start ignore */
/* purgecss end ignore */
.menu-open.navstate_hide .type1 .nav-list > .nav-list-item > a {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(1) a {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(2) a {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(3) a {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(4) a {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(5) a {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(6) a {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(7) a {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(8) a {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(9) a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(10) a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(11) a {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(12) a {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(13) a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(14) a {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.menu-open.navstate_hide .type1 .nav-list > .nav-list-item:nth-child(15) a {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item > a {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  animation-timing-function: cubic-bezier(0, 0.2, 0.8, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(1) a {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(2) a {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(3) a {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(4) a {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(5) a {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(6) a {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(7) a {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(8) a {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(9) a {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(10) a {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(11) a {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(12) a {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(13) a {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(14) a {
  -webkit-animation-delay: 1.45s;
  animation-delay: 1.45s;
}

.menu-open.navstate_hide .type2 .nav-list > .nav-list-item:nth-child(15) a {
  -webkit-animation-delay: 1.55s;
  animation-delay: 1.55s;
}

.delay1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@media all and (max-width: 768px) {
  .delay1 {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
  }
}

.delay2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

@media all and (max-width: 768px) {
  .delay2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
}

.delay3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@media all and (max-width: 768px) {
  .delay3 {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
  }
}

.delay4 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@media all and (max-width: 768px) {
  .delay4 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
}

.delay5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@media all and (max-width: 768px) {
  .delay5 {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
  }
}

.delay6 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@media all and (max-width: 768px) {
  .delay6 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
}

.delay7 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

@media all and (max-width: 768px) {
  .delay7 {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
  }
}

.delay8 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

@media all and (max-width: 768px) {
  .delay8 {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
}

.delay9 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

@media all and (max-width: 768px) {
  .delay9 {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
  }
}

.fixie body {
  overflow: visible;
}

.fixie .custom-object-fit,
.fixie .custom-object-contain {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
}

.fixie .custom-object-fit img,
.fixie .custom-object-contain img {
  opacity: 0;
}

.fixie .custom-object-fit {
  background-size: cover;
}

.fixie .custom-object-contain {
  background-size: contain;
}

.beforeload {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.gono-preload {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 99999;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  display: table;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9), -webkit-transform 0.4s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

.gono-preload .gonoinside {
  display: table-cell;
  vertical-align: middle;
}

.gono-preload .gonoinside .svgsection {
  margin-top: -70px;
}

.gono-preload .gonoinside .svgsection svg {
  height: 160px !important;
}

.gono-preload .progress span {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  background: #fff;
  height: 4px;
  width: 4px;
  display: inline-block;
  border-radius: 10px;
  -webkit-animation: wave 3s ease infinite;
  animation: wave 3s ease infinite;
}

.gono-preload .progress span:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.gono-preload .progress span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.gono-preload .progress span:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.gono-preload .progress span:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.gono-preload .progress span:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.gono-preload .progress span:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.gono-preload .progress span:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.gono-preload .progress span:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.pageloaded .gono-preload {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: -webkit-transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition: transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9), -webkit-transform 0.5s cubic-bezier(0.26, 0.8, 0.62, 0.9);
  transition-delay: 0;
  -webkit-transition-delay: 0;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 0.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 0.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 0.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 0.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 0.6s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 0.6s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 0.8s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 0.8s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 1s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 1s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 1.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 1.2s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.textpreload.txt_end span:nth-of-type(1) {
  -webkit-animation: opacity 1.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
  animation: opacity 1.4s cubic-bezier(0.3, 0.6, 0.5, 1) 0.1s forwards alternate;
}

.gono-loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  margin: 0 auto;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  border-right: 2px solid rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-left: 2px solid #333;
  -webkit-animation: gonoloader 0.8s infinite linear;
  animation: gonoloader 0.8s infinite linear;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

@-webkit-keyframes gonoloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes gonoloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes wave {
  0%,
  40%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #eee;
  }

  10% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    background-color: #000;
  }
}

@keyframes wave {
  0%,
  40%,
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #eee;
  }

  10% {
    -webkit-transform: translate(0, -15px);
    transform: translate(0, -15px);
    background-color: #000;
  }
}

@media all and (min-width: 961px) {
  .header_top {
    height: 96px;
  }
}

@media all and (max-width: 960px) {
  .header_top {
    min-height: 68px;
  }
}

.header_top_logo {
  position: relative;
  z-index: 1;
  margin-left: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media all and (max-width: 960px) {
  .header_top_logo {
    max-height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header_top_logo a {
  line-height: 0;
}

@media all and (max-width: 960px) {
  .header_top_logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin-left: 0;
    padding-left: 2%;
  }

  .header_top_logo img {
    max-height: 60px;
  }
}

.header_top_icon {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_top_menu .header_nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: inherit;
}

.header_nav {
  position: relative;
  z-index: 98;
}

@media all and (min-width: 961px) {
  .header_nav .header_nav_inside {
    min-width: inherit;
  }
  .header_top_icon {
    /* padding-right: 96px; */
  }
}

.header .icon {
  margin-left: 5px;
}

.header .icon-social {
  margin-left: 0;
}

@media all and (max-width: 960px) {
  .header .icon-social {
    display: none;
  }
}

.header .icon-social a {
  display: inline-block;
  margin: 0 7px;
}

@media all and (max-width: 960px) {
  .header .icon {
    margin-left: 10px;
  }
}

.header .icon_inside,
.header .icon-hamburger {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media all and (min-width: 961px) {
  .header .icon_inside,
  .header .icon-hamburger {
    width: 96px;
    height: 96px;
  }

  .header .icon_inside:hover,
  .header .icon-hamburger:hover {
    background: #1a1a1a;
    -webkit-transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: -webkit-background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    -webkit-transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition: background 0.3s cubic-bezier(0.26, 0.8, 0.62, 0.9);
    transition-delay: 0;
    -webkit-transition-delay: 0;
  }
  .header .icon-hamburger {
    display: none;
  }
}

@media all and (max-width: 520px) {
  .header .icon_inside,
  .header .icon-hamburger {
    width: 68px;
    height: 68px;
  }
}

.header .icon-hamburger {
  z-index: 99;
  background: #fff;
}

.header .icon-hamburger .icon-txt {
  color: #000;
}

@media all and (min-width: 961px) {
  .header .icon-hamburger {
    width: 96px;
    margin-left: 0;
  }

  .header .icon-hamburger:hover {
    background: #f7f7f7;
  }
}

.header .icon-hamburger .icon-bar span {
  left: 0;
  height: 1px;
  position: absolute;
  background: #000;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.header .icon-hamburger .icon-bar span:first-child {
  top: 0;
}

.header .icon-hamburger .icon-bar span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.header .icon-hamburger .icon-bar span:last-child {
  bottom: 0;
}

.header .icon-img,
.header .icon-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: baseline;
  height: 38%;
  width: 56%;
}

.header .icon-img img,
.header .icon-bar img {
  max-width: 30px;
}

.header .icon-bar {
  height: 26%;
  width: 36%;
}

.header .icon-txt {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 15px;
  letter-spacing: 2px;
}

@media all and (max-width: 960px) {
  .header .icon-txt {
    bottom: 12px;
  }
}

.header .icon-tel {
  line-height: 1;
  color: #000;
}

@media all and (min-width: 961px) {
  .header .icon-tel {
    border-left: 1px dashed #000;
    margin: 0 10px;
    padding-left: 15px;
    text-align: left;
  }

  .header .icon-tel span {
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    color: #000;
    background: url(../contact/images/icon-tel.png) no-repeat left center;
    display: inline-block;
    padding-left: 40px;
  }

  .header .icon-tel small {
    font-size: 16px;
    display: block;
    line-height: 1;
    letter-spacing: 2px;
    margin-top: 5px;
    font-weight: bold;
  }

  .header .icon-tel .icon_inside {
    display: none;
  }
}

.header .hastext_true .icon-img,
.header .hastext_true .icon-bar {
  top: -10px;
}

.header .hastext_true .icon-img img,
.header .hastext_true .icon-bar img {
  max-height: 25px;
}

@media all and (max-width: 520px) {
  .header .hastext_true .icon-img img,
  .header .hastext_true .icon-bar img {
    max-width: 24px;
  }
}

.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 97;
}

.menu-open {
  position: relative;
}

.menu-open.navstate_hide .header_nav {
  opacity: 1;
  visibility: visible;
}

.menu-open.navstate_hide .header_nav.type1:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.menu-open.navstate_hide .header_nav.type2 {
  right: 0;
}

.menu-open.navstate_hide .header_nav.type3 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(-225deg);
  -ms-transform: translateY(13px) rotate(-225deg);
  transform: translateY(13px) rotate(-225deg);
}

@media all and (max-width: 960px) {
  .menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-225deg);
    -ms-transform: translateY(10px) rotate(-225deg);
    transform: translateY(10px) rotate(-225deg);
  }
}

.menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(2) {
  -webkit-transform: translateY(0) rotate(225deg);
  -ms-transform: translateY(0) rotate(225deg);
  transform: translateY(0) rotate(225deg);
  width: 100%;
}

.menu-open.navstate_hide .icon-hamburger .icon-bar span:nth-child(3) {
  opacity: 0;
}

.menu-open.navstate_hide .icon-hamburger.type2 .icon-bar span:nth-child(2) {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.menu-open.navstate_hide .icon-hamburger.type2 .icon-bar span:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(225deg);
  -ms-transform: translateY(-9px) rotate(225deg);
  transform: translateY(-9px) rotate(225deg);
  opacity: 1;
}

@media all and (max-width: 520px) {
  .menu-open.navstate_hide .icon-hamburger.type2 .icon-bar span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(225deg);
    -ms-transform: translateY(-7px) rotate(225deg);
    transform: translateY(-7px) rotate(225deg);
  }
}

@media all and (min-width: 961px) {
  .menu-open.navstate_hide .icon-hamburger.type2 .icon-bar span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(225deg);
    -ms-transform: translateY(-10px) rotate(225deg);
    transform: translateY(-10px) rotate(225deg);
  }
}

@media all and (min-width: 961px) {
  .nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
  }
}

@media all and (max-width: 960px) {
  .nav-list {
    height: auto;
    padding: 0 3%;
    overflow: hidden;
  }
}

@media all and (max-width: 960px) {
  .nav-list-item {
    border-bottom: 1px solid #ccc;
  }
}

.nav-list-item a {
  font-size: 15px;
  line-height: 1;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  text-align: center;
}

@media all and (max-width: 960px) {
  .nav-list-item a {
    padding: 20px 0;
    text-align: left;
  }
}

@media all and (min-width: 961px) {
  .nav-list-item a:hover {
    opacity: 0.8;
  }
  .navstate_hide .header_nav .nav-list-item:nth-child(7)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: #000;
  }
}

.nav-list .iconsocial {
  margin-top: 5vh;
}

.nav-list .iconsocial a {
  padding: 0 !important;
  margin: 0 22px;
}

.navstate_hide {
  overflow: hidden;
}

@media all and (max-width: 960px) {
  .navstate_hide .header_nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .navstate_hide .header_nav .nav-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100vh;
    padding: 70px 3vw 0;
  }
  .navstate_hide .header_nav .nav-list-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    overflow: hidden;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
  }
}

.navstate_hide .header_nav .nav-list-item a {
  font-size: 18px;
  padding: 20px 0;
  color: #000;
  text-align: left;
}

.navstate_hide .header_nav_inside {
  position: relative;
  z-index: 9;
}

@media all and (max-width: 960px) {
  .navstate_hide .header_nav.type2 {
    left: inherit;
    right: -35%;
    width: 35%;
    -webkit-transition: -webkit-all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition: -webkit-all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    -webkit-transition: all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition: all 0.5s cubic-bezier(0, 0.2, 0.17, 0.98);
    transition-delay: 0;
    -webkit-transition-delay: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media all and (min-width: 961px) {
  .navstate_hide .header_nav.type2 {
    padding: 0 0 0 96px;
  }
  .navstate_hide .header_nav.type2 .container {
    max-width: inherit;
    background: #e3d9c3;
  }
  .nav-list {
    background: none;
    justify-content: space-between;
    padding: 0 7%;
  }
  .nav-list .iconsocial {
    display: none;
  }
  .navstate_hide .header_nav .nav-list-item {
    flex: 1 1 auto;
    position: relative;
  }
  .navstate_hide .header_nav .nav-list-item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    left: 0;
    top: 50%;
    margin-top: -10px;
    background: #000;
  }
  .navstate_hide .header_nav .nav-list-item:nth-child(5)::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: #000;
  }
  .navstate_hide .header_nav .nav-list-item a {
    padding: 25px 0;
    font-size: 16px;
    text-align: center;
  }
}

@media all and (max-width: 960px) {
  .navstate_hide .header_nav.type2 {
    width: 100%;
    height: 100%;
    right: -100%;
  }
}

.navstate_hide .header_nav.type2 .header_nav_inside:before {
  content: "";
  position: fixed;
  background: rgba(227, 217, 195, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -1;
}

@media all and (max-width: 960px) {
  .navstate_hide .header_nav.type2 .header_nav_inside:before {
    background: rgba(255, 255, 255, 1);
  }
}

@media all and (min-width: 961px) {
  .navstate_hide .header_nav.type2 .header_nav_inside:before {
    display: none;
  }
}

.navstate_hide.menu_fixed header .icon-hamburger.type1,
.navstate_hide.menu_fixed header .icon-hamburger.type2 {
  position: fixed;
  right: 0;
  top: 0;
}

.footer {
  background: #e3d9c3;
  padding-top: 75px;
}

@media all and (max-width: 960px) {
  .footer .container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media all and (max-width: 768px) {
  .footer {
    padding-top: 50px;
  }
}

@media all and (max-width: 767px) {
  .footer .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 420px) {
  .footer {
    padding-top: 30px;
  }
}

.footer-bottom {
  background: #000;
  margin-top: 75px;
}

@media all and (max-width: 768px) {
  .footer-bottom {
    margin-top: 50px;
  }
}

@media all and (max-width: 420px) {
  .footer-bottom {
    margin-top: 30px;
  }
}

.footer-bottom p {
  font-size: 13px;
  color: #fff !important;
  text-align: center;
  padding: 10px 0;
}

.footer-info .logo {
  width: 155px;
  margin: 0 0 20px 0;
}

@media all and (max-width: 640px) {
  .footer-info .logo {
    margin-bottom: 20px;
  }
  .footer-info .logo {
    margin: 0 auto 20px;
  }
}

.footer-info a {
  text-decoration: underline;
}

.footer-info a:hover {
  text-decoration: none;
}

@media all and (max-width: 767px) {
  .footer-info {
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .footer-info .tel-link {
    margin-right: 20px;
    display: inline-block;
  }
}

.footer-nav {
  background: #f7f7f7;
  max-width: 935px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  padding: 30px 120px;
  -webkit-box-align: start !important;
  -webkit-align-items: start !important;
  -ms-flex-align: start !important;
  align-items: start !important;
}

.footer-nav li {
  margin: 10px 0;
}

@media all and (max-width: 960px) {
  .footer-nav {
    padding: 50px 30px;
  }
}

@media all and (max-width: 768px) {
  .footer-nav {
    padding: 50px 20px;
  }
}

@media all and (max-width: 767px) {
  .footer-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 3%;
  }
}

@media all and (max-width: 480px) {
  .footer-nav ul:last-child {
    margin: 0 auto;
    flex: 0 0 100%;
    margin-top: 30px;
  }
}

.footer .titshare {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e3d9c3;
  margin-bottom: 18px;
  padding-bottom: 5px;
}

.footer .backtop {
  width: 100%;
  max-width: 100%;
  position: fixed;
  z-index: 8;
  bottom: 22px;
  right: 0;
}

.footer .backtop-icon {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 0;
  right: 25px;
  zoom: 1;
  text-align: right;
  z-index: 8;
}

.footer .backtop-icon img {
  width: 45px;
  height: 45px;
}

.ahover {
  position: relative;
}

.ahover a {
  position: relative;
}

.ahover a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.ahover a:after {
  bottom: 0;
  display: block;
  height: 1px;
  width: 0%;
  content: "";
  background-color: #000;
  left: 0;
}

@media all and (min-width: 960px) {
  .ahover a:hover {
    opacity: 1;
    color: #000;
  }

  .ahover a:hover:after {
    opacity: 1;
    width: 100%;
    right: 0;
  }
}

button {
  border: none;
  outline: none;
  cursor: pointer;
}

.btnpage {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  width: 440px;
  margin: 0 auto;
  margin-top: 30px;
  height: 72px;
}

@media all and (max-width: 960px) {
  .btnpage {
    width: 100%;
    margin-top: 20px;
    max-width: 380px;
  }
}

@media all and (max-width: 420px) {
  .btnpage {
    max-width: inherit;
  }
}

.btnpage a,
.btnpage button {
  color: #fff;
  position: relative;
  background: #01916d;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  /*! padding: 2px 0; */
  height: 60px;
}

@media all and (max-width: 960px) {
  .btnpage a,
  .btnpage button {
    padding: 15px 0;
    width: 100%;
    max-width: 380px;
  }
}

@media all and (max-width: 420px) {
  .btnpage a,
  .btnpage button {
    max-width: inherit;
  }
}

@media all and (min-width: 961px) {
  .btnpage a:hover,
  .btnpage button:hover {
    background: #000;
  }
}

.btnpage a span,
.btnpage button span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  margin-right: 10px;
  font-weight: 700;
}

.btnpage a span.txt,
.btnpage button span.txt {
  font-size: 16px;
  font-weight: 500;
}

.btnpage a img,
.btnpage button img {
  position: relative;
  top: -2px;
}

.btnpage.btnback {
  margin-top: 0;
  margin-left: 0;
}

.btnpage.btnback a span {
  position: relative;
}

.btnpage.btnback a span::before {
  content: "";
  background: transparent;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btnpage.btnback a span::before {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  background: transparent;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: inherit;
  left: 0%;
  margin-left: -50px;
  -webkit-transform: rotate(-135deg) !important;
  -ms-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
}

.btnpage.btnnext {
  margin-top: 0;
  margin-right: 0;
}

.fss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fsp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fwl {
  font-weight: 300;
}

.ctboth {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.ctver {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}

.cthor {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.relative {
  position: relative;
}

.lsp05 {
  letter-spacing: 0.5px;
}

.lsp1 {
  letter-spacing: 1px;
}

.lsp15 {
  letter-spacing: 1.5px;
}

.lsp2 {
  letter-spacing: 2px;
}

body {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  /*font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
}

body .maincl {
  color: #000;
}

body .fontnoto {
  font-family: "Noto Sans JP";
}

body .fontmin {
  font-family: "Yu Mincho", "YuMincho", "YuMin-medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "游明朝体", "MS 明朝", "MS Mincho", HiraMinProN-W3, "TakaoEx明朝", TakaoExMincho, "MotoyaLCedar", "Droid Sans Japanese", serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}

body .fontspartan {
  font-family: "Spartan", sans-serif;
}

body .fontroboto {
  font-family: "Roboto", sans-serif;
}

body p {
  font-size: 13px;
  line-height: 1.8;
  /*font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, 'MS UI Gothic', sans-serif;*/
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

@media all and (max-width: 639px) {
  body p {
    font-size: 14px;
  }
  body p.text_center {
    text-align: left !important;
  }
  .tel_link {
    text-decoration: underline;
  }
}

@media all and (min-width: 961px) {
  .tel_link {
    pointer-events: none;
  }
  body p {
    font-size: 16px;
  }
}

body a {
  color: #000;
  line-height: normal;
}

body img,
body iframe {
  max-width: 100%;
  line-height: 0;
}

body .img {
  overflow: hidden;
  line-height: 0;
}

body .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: transform, -webkit-transform;
}

.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flexbox_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flexbox_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (min-width: 961px) and (max-width: 1200px) {
  html {
    overflow-x: scroll;
  }
}

@media all and (min-width: 961px) and (max-width: 1200px) {
  body {
    min-width: 1200px;
  }
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

@media all and (min-width: 961px) and (max-width: 1200px) {
  .container {
    min-width: 1200px;
  }
}

@media all and (max-width: 960px) {
  .container {
    padding: 0 3%;
  }
}

.iconsocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0 !important;
}

.iconsocial a {
  display: inline-block;
  margin: 0 7px;
}

.iconline {
  text-align: center;
}

.iconline img {
  display: block;
  margin: auto;
  width: auto;
}

.titpage {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

.titpage small {
  font-size: 10px;
  font-weight: 7000;
  display: block;
  border-top: 1px solid #000;
  margin-top: 18px;
  padding-top: 15px;
}

@media all and (max-width: 960px) {
  .titpage {
    font-size: 26px;
  }

  .titpage small {
    padding-top: 14px;
    margin-top: 12px;
  }
}

.btnpage span::after,
.btnpage span::before {
  position: absolute;
  content: "";
  background: url(../common_img/arrgoc.png) no-repeat;
  width: 8px;
  height: 8px;
}

.btnpage span.fontspartan::after,
.btnpage span.fontspartan::before,
.btnpage span.txt::after,
.btnpage span.txt::before {
  display: none;
}

.btnpage span.arr1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  margin: 0;
  display: none;
}

.btnpage span.arr1::after {
  left: 0;
  top: 0;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.btnpage span.arr1::before {
  left: 0;
  bottom: 0;
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.btnpage span.arr2 {
  position: absolute;
  height: 61px;
  right: 0;
  top: 0;
  margin: 0;
  display: none;
}

.btnpage span.arr2::after {
  right: 0;
  top: 0;
}

.btnpage span.arr2::before {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sec_common {
  margin-top: 100px;
  background: #f4f4f4;
  padding: 80px 0 90px;
}

@media all and (max-width: 960px) {
  .sec_common {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media all and (max-width: 768px) {
  .sec_common {
    padding: 50px 3% 40px;
    margin-top: 30px;
  }
}

.sec_common .titpage {
  position: relative;
  background: #f4f4f4;
  width: 260px;
  margin: 0 auto;
  top: -20px;
}

.sec_common .titpage small {
  border-top: 0;
  padding-top: 0;
  margin-top: 10px;
}

@media all and (max-width: 420px) {
  .sec_common .titpage {
    width: 230px;
  }
}

@media all and (max-width: 380px) {
  .footer-nav.flexbox {
    display: block;
  }
  .footer-nav ul:last-child {
    margin-top: 40px;
  }
}

.sec_common .container {
  border: 1px solid #000;
  padding-bottom: 45px;
  position: relative;
}

@media all and (max-width: 768px) {
  .sec_common .container {
    padding-bottom: 30px;
  }
}

.sec_common .container::after,
.sec_common .container::before {
  background: #f4f4f4;
  position: absolute;
  content: "";
  top: 15px;
  left: -3px;
  width: 6px;
  height: calc(100% - 30px);
}

.sec_common .container::after {
  left: inherit;
  right: -3px;
}

.sec_common .container p {
  margin: 20px 0 40px;
}

@media all and (max-width: 768px) {
  .sec_common .container p {
    margin: 20px 0;
  }
}

@media all and (max-width: 420px) {
  .sec_common .container p {
    margin-top: 10px;
  }
}

.sec_common ul {
  max-width: 894px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec_common ul li {
  text-align: center;
}

@media all and (min-width: 961px) {
  .sec_common ul li:first-child {
    border-right: 1px dashed #000;
    padding-right: 70px;
    margin-right: 70px;
  }
}

@media all and (max-width: 960px) {
  .sec_common ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 400px;
  }
}

.sec_common ul .tel-link {
  font-size: 40px;
  font-weight: 600;
  display: block;
  background: url(../contact/images/icon-tel.png) no-repeat left center;
  /*! display: inline-block; */
  padding-left: 40px;
}

@media all and (max-width: 420px) {
  .sec_common ul .tel-link {
    font-size: 34px;
  }
}

.sec_common ul small {
  font-size: 14px;
}

@media all and (max-width: 960px) {
  .sec_common ul .btncontact {
    margin-top: 20px;
  }
}

@media all and (max-width: 420px) {
  .sec_common ul .btncontact {
    min-width: 320px;
  }
}

.sec_common ul .btncontact a {
  background: #000 url(../common_img/icon-mail.png) no-repeat left 30px center;
  padding-right: 80px;
  padding-left: 60px;
  padding: 30px 60px 30px 80px;
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1;
  background-size: 30px;
}

.sec_common ul .btncontact a span {
  font-size: 24px;
  font-weight: bold;
}

.sec_common ul .btncontact a small {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

@media all and (min-width: 961px) {
  .sec_common ul .btncontact a:hover {
    background: #e3d9c3 url(../common_img/icon-mail02.png) no-repeat left 30px center;
    color: #000;
    background-size: 30px;
  }
}

@media all and (max-width: 420px) {
  .sec_common ul .btncontact a {
    padding: 20px 22px 20px 60px;
  }

  .sec_common ul .btncontact a span {
    font-size: 20px;
  }
}

.pagetop {
  background: #fff;
  display: block;
  width: 100%;
  text-align: center;
  height: 70px;
}

.toplink a {
  margin-left: 15px;
}

.toplink a:hover {
  text-decoration: underline;
}

.homepage .btnpage span:last-child:before,
.homepage .btnpage span:last-child:after {
  display: none;
}

@media all and (max-width: 639px) {
  .toplink {
    display: none;
  }
}

.txtinfohd {
  font-size: 14px !important;
  margin-bottom: 5px;
  letter-spacing: 0.5px !important;
}

.red {
  color: red;
}
