@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");

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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.amane {
  clear: both;
  display: inline-block;
  background-image: url("images/amane.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 2.9em;
  height: 1em;
  margin-bottom: -0.2em;
  margin-top: -3em;
}
.justme-series {
  clear: both;
  display: inline-block;
  background-image: url("images/justme-series.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 10.4em;
  height: 3.1em;
  margin: 1em 0 0em 0;
}
.amane_h1 {
  margin-top: -0.7em;
}

#bottle {
  mask-image: url("img/bottle2.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("img/bottle2.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100%;
}

#amane-pc {
  mask-image: url("img/amane-pc.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("img/amane-pc.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100%;
}

#amane-sp {
  mask-image: url("img/amane-sp.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100%;
  /* Chrome, Safari用 */
  -webkit-mask-image: url("img/amane-sp.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.widget_categories ul li a {
  display: block;
  padding: 0.5em;
  border: #000 solid 1px;
}
.widget_categories ul li ul li a {
  border: none;
}
.like-p {
  display: block;
}

@media (min-width: 768px) {
  .prod-name {
    margin-top: 1.5em;
    display: block;
  }
}
/* ナビゲーション */
.tablenav {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  color: #23232b;
  font-size: 1.4em;
  background: white;
  font-weight: 400;
  margin: 1em auto;
  line-height: 1.2em;
  text-align: center;
  padding: 2em 0;
}
a.page-numbers,
.tablenav .current {
  color: #23232b;
  padding: 0px 0.3em;
  border: solid 1px #23232b;
  text-decoration: none;
  margin: 0.8em;
  font-size: smaller;
  font-weight: bold;
  border-radius: 3px; /* CSS3草案 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
a.page-numbers:hover {
  color: white;
  background: #23232b;
}
.tablenav .current {
  color: white;
  background: #23232b;
  border-color: #23232b;
  font-weight: bold;
  border-radius: 3px; /* CSS3草案 */
  -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
  -moz-border-radius: 3px; /* Firefox用 */
}
.tablenav .next,
.tablenav .prev {
  border: 0 none;
  background: transparent;
  text-decoration: underline;
  font-size: smaller;
  font-weight: bold;
}

/*breakpoints
*

.test {
	color: blue;
	@include mq(min, 768) {

		color: red;
	}
}
*
*/
/*margins*/
/***********/
/*Font Sizes*/
/**********/
/***********/
/*EXTRA SMALL DEVICES*/
/**********/
.fs-0-xs {
  font-size: 0px;
}

.fs-16-xs {
  font-size: 16px;
}

.fs-18-xs,
.cat-item {
  font-size: 18px;
}

.fs-20-xs,
.widget-title {
  font-size: 20px;
}

.fs-22-xs,
.cat-item {
  font-size: 22px;
}

.fs-24-xs {
  font-size: 24px;
}

.fs-26-xs {
  font-size: 26px;
}

.fs-28-xs {
  font-size: 14px;
}

.fs-30-xs {
  font-size: 18px;
}

.fs-40-xs {
  font-size: 22px;
}

.fs-44-xs {
  font-size: 25px;
}

.fs-50-xs {
  font-size: 25px;
}

.fs-60-xs {
  font-size: 30px;
}

.fs-70-xs {
  font-size: 35px;
}

/***********/
/*SMALL DEVICES*/
/**********/
@media (min-width: 568px) {
  .fs-0-sm {
    font-size: 0px;
  }

  .fs-15-sm {
    font-size: 15px;
  }

  .fs-16-sm {
    font-size: 16px;
  }

  .fs-18-sm {
    font-size: 18px;
  }

  .fs-20-sm {
    font-size: 20px;
  }

  .fs-22-sm {
    font-size: 22px;
  }

  .fs-24-sm {
    font-size: 24px;
  }

  .fs-26-sm {
    font-size: 26px;
  }

  .fs-28-sm {
    font-size: 14px;
  }

  .fs-30-sm {
    font-size: 18px;
  }

  .fs-40-sm {
    font-size: 20px;
  }

  .fs-44-sm {
    font-size: 22px;
  }

  .fs-50-sm {
    font-size: 25px;
  }

  .fs-60-sm {
    font-size: 30px;
  }

  .fs-70-sm {
    font-size: 35px;
  }
}

/***********/
/*MEDIUM DEVICES*/
/**********/
@media (min-width: 768px) {
  .fs-0 {
    font-size: 0px;
  }

  .fs-15 {
    font-size: 15px;
  }

  .fs-16 {
    font-size: 16px;
  }

  .fs-18 {
    font-size: 18px;
  }

  .fs-20 {
    font-size: 20px;
  }

  .fs-22 {
    font-size: 22px;
  }

  .fs-24 {
    font-size: 24px;
  }

  .fs-25 {
    font-size: 25px;
  }

  .fs-26 {
    font-size: 26px;
  }

  .fs-28 {
    font-size: 14px;
  }

  .fs-30 {
    font-size: 18px;
  }

  .fs-32 {
    font-size: 18px;
  }

  .fs-35,
  .widget-title {
    font-size: 25px;
  }

  .fs-40 {
    font-size: 25px;
  }

  .fs-44 {
    font-size: 25px;
  }

  .fs-48 {
    font-size: 25px;
  }

  .fs-50 {
    font-size: 25px;
  }

  .fs-60 {
    font-size: 30px;
  }

  .fs-70 {
    font-size: 35px;
  }

  .fs-80 {
    font-size: 40px;
  }

  .fs-160 {
    font-size: 80px;
  }

  .fs-200 {
    font-size: 100px;
  }
}

/*font weights*/
.fw-300 {
  font-weight: 300;
}

.fw-400,
.widget-title {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

/* MARGINS
*
* How to use margin classes :
*
*  Ex: <div class="mt-20 mb-20"> </div>
*	mb: margin-bottom
*	mt: margin-top
*/
.mlr-auto {
  /* this will set your container centered */
  margin-left: auto;
  margin-right: auto;
}

/********
margins
********/
/***********/
/*margin top*/
/**********/
/* you can add custom margins here */
/*extra small devices*/
.mt-0-xs {
  margin-top: 0px;
}

.mt-15-xs {
  margin-top: 15px;
}

.mt-20-xs {
  margin-top: 20px;
}

.mt-25-xs {
  margin-top: 25px;
}

.mt-30-xs {
  margin-top: 30px;
}

.mt-40-xs {
  margin-top: 40px;
}

.mt-50-xs {
  margin-top: 50px;
}

.mt-90-xs {
  margin-top: 90px;
}

.mt-135-xs {
  margin-top: 135px;
}

/*small devices*/
@media (min-width: 568px) {
  .mt-0-sm {
    margin-top: 0px;
  }

  .mt-20-sm {
    margin-top: 20px;
  }

  .mt-25-sm {
    margin-top: 25px;
  }

  .mt-30-sm {
    margin-top: 30px;
  }

  .mt-40-sm {
    margin-top: 40px;
  }

  .mt-50-sm {
    margin-top: 50px;
  }

  .mt-90-sm {
    margin-top: 90px;
  }

  .mt-135-sm {
    margin-top: 135px;
  }
}

/*medium devices*/
@media (min-width: 768px) {
  .mt-0 {
    margin-top: 0px;
  }

  .mt-15 {
    margin-top: 15px;
  }

  .mt-20 {
    margin-top: 20px;
  }

  .mt-25 {
    margin-top: 25px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .mt-35 {
    margin-top: 35px;
  }

  .mt-40 {
    margin-top: 40px;
  }

  .mt-45 {
    margin-top: 45px;
  }

  .mt-50 {
    margin-top: 50px;
  }

  .mt-55 {
    margin-top: 55px;
  }

  .mt-60 {
    margin-top: 60px;
  }

  .mt-70 {
    margin-top: 70px;
  }

  .mt-85 {
    margin-top: 85px;
  }

  .mt-90 {
    margin-top: 90px;
  }

  .mt-95 {
    margin-top: 95px;
  }

  .mt-100 {
    margin-top: 100px;
  }

  .mt-115 {
    margin-top: 115px;
  }

  .mt-120 {
    margin-top: 120px;
  }

  .mt-125 {
    margin-top: 125px;
  }

  .mt-130 {
    margin-top: 130px;
  }

  .mt-135 {
    margin-top: 135px;
  }

  .mt-140 {
    margin-top: 140px;
  }

  .mt-150 {
    margin-top: 150px;
  }

  .mt-155 {
    margin-top: 155px;
  }

  .mt-170 {
    margin-top: 170px;
  }

  .mt-180 {
    margin-top: 180px;
  }

  .mt-200 {
    margin-top: 200px;
  }

  .mt-293 {
    margin-top: 293px;
  }

  .mt-350 {
    margin-top: 350px;
  }
}

/***********/
/*margin bottom*/
/**********/
/* you can add custom margins here */
/*extra small devices*/
.mb-0-xs {
  margin-bottom: 0px;
}

.mb-10-xs {
  margin-bottom: 10px;
}

.mb-20-xs {
  margin-bottom: 20px;
}

.mb-30-xs {
  margin-bottom: 30px;
}

.mb-40-xs {
  margin-bottom: 40px;
}

.mb-50-xs {
  margin-bottom: 50px;
}

.mb-55-xs {
  margin-bottom: 55px;
}

.mb-80-xs {
  margin-bottom: 80px;
}

.mb-90-xs {
  margin-bottom: 90px;
}

.mb-120-xs {
  margin-bottom: 120px;
}

.mb-135-xs {
  margin-bottom: 135px;
}

.mb-150-xs {
  margin-bottom: 150px;
}

/*small devices*/
@media (min-width: 568px) {
  .mb-0-sm {
    margin-bottom: 0px;
  }

  .mb-20-sm {
    margin-bottom: 20px;
  }

  .mb-30-sm {
    margin-bottom: 30px;
  }

  .mb-40-sm {
    margin-bottom: 40px;
  }

  .mb-50-sm {
    margin-bottom: 50px;
  }

  .mb-55-sm {
    margin-bottom: 55px;
  }

  .mb-65-sm {
    margin-bottom: 65px;
  }

  .mb-70-sm {
    margin-bottom: 70px;
  }

  .mb-80-sm {
    margin-bottom: 80px;
  }

  .mb-90-sm {
    margin-bottom: 90px;
  }

  .mb-120-sm {
    margin-bottom: 120px;
  }

  .mb-135-sm {
    margin-bottom: 135px;
  }

  .mb-150-sm {
    margin-bottom: 150px;
  }
}

/*medium devices*/
@media (min-width: 768px) {
  .mb-0 {
    margin-bottom: 0px;
  }

  .mb-10 {
    margin-bottom: 10px;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .mb-55 {
    margin-bottom: 55px;
  }

  .mb-60 {
    margin-bottom: 60px;
  }

  .mb-65 {
    margin-bottom: 65px;
  }

  .mb-70 {
    margin-bottom: 70px;
  }

  .mb-80 {
    margin-bottom: 80px;
  }

  .mb-90 {
    margin-bottom: 90px;
  }

  .mb-100 {
    margin-bottom: 100px;
  }

  .mb-115 {
    margin-bottom: 115px;
  }

  .mb-120 {
    margin-bottom: 120px;
  }

  .mb-130 {
    margin-bottom: 130px;
  }

  .mb-135 {
    margin-bottom: 135px;
  }

  .mb-140 {
    margin-bottom: 140px;
  }

  .mb-150 {
    margin-bottom: 150px;
  }
}

/********
paddings
********/
@media (max-width: 568px) {
  .plr-0-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/***********/
/*padding top*/
/**********/
/* you can add custom margins here */
/*extra small devices*/
.pt-0-xs {
  padding-top: 0px;
}

.pt-20-xs {
  padding-top: 20px;
}

.pt-30-xs {
  padding-top: 30px;
}

.pt-40-xs {
  padding-top: 40px;
}

.pt-50-xs {
  padding-top: 50px;
}

.pt-90-xs {
  padding-top: 90px;
}

.pt-115-xs {
  padding-top: 115px;
}

.pt-140-xs {
  padding-top: 140px;
}

.pt-150-xs {
  padding-top: 150px;
}

/*small devices*/
@media (min-width: 568px) {
  .pt-0-sm {
    padding-top: 0px;
  }

  .pt-20-sm {
    padding-top: 20px;
  }

  .pt-30-sm {
    padding-top: 30px;
  }

  .pt-40-sm {
    padding-top: 40px;
  }

  .pt-50-sm {
    padding-top: 50px;
  }

  .pt-90-sm {
    padding-top: 90px;
  }

  .pt-115-sm {
    padding-top: 115px;
  }

  .pt-140-sm {
    padding-top: 140px;
  }

  .pt-150-sm {
    padding-top: 150px;
  }
}

/*medium devices*/
@media (min-width: 768px) {
  .pt-0 {
    padding-top: 0px;
  }

  .pt-15 {
    padding-top: 15px;
  }

  .pt-20 {
    padding-top: 20px;
  }

  .pt-30 {
    padding-top: 30px;
  }

  .pt-40 {
    padding-top: 40px;
  }

  .pt-50 {
    padding-top: 50px;
  }

  .pt-55 {
    padding-top: 55px;
  }

  .pt-60 {
    padding-top: 60px;
  }

  .pt-70 {
    padding-top: 70px;
  }

  .pt-80 {
    padding-top: 80px;
  }

  .pt-90 {
    padding-top: 90px;
  }

  .pt-100 {
    padding-top: 100px;
  }

  .pt-115 {
    padding-top: 115px;
  }

  .pt-140 {
    padding-top: 140px;
  }

  .pt-150 {
    padding-top: 150px;
  }

  .pt-155 {
    padding-top: 155px;
  }

  .pt-160 {
    padding-top: 160px;
  }
}

/***********/
/*padding bottom*/
/**********/
/* you can add custom margins here */
/*extra small devices*/
.pb-0-xs {
  padding-bottom: 0px;
}

.pb-20-xs {
  padding-bottom: 20px;
}

.pb-30-xs {
  padding-bottom: 30px;
}

.pb-40-xs {
  padding-bottom: 40px;
}

.pb-50-xs {
  padding-bottom: 50px;
}

.pb-90-xs {
  padding-bottom: 90px;
}

.pb-115-xs {
  padding-bottom: 115px;
}

.pb-140-xs {
  padding-bottom: 140px;
}

.pb-150-xs {
  padding-bottom: 150px;
}

/*small devices*/
@media (min-width: 568px) {
  .pb-0-sm {
    padding-bottom: 0px;
  }

  .pb-20-sm {
    padding-bottom: 20px;
  }

  .pb-30-sm {
    padding-bottom: 30px;
  }

  .pb-40-sm {
    padding-bottom: 40px;
  }

  .pb-50-sm {
    padding-bottom: 50px;
  }

  .pb-70-sm {
    padding-bottom: 70px;
  }

  .pb-90-sm {
    padding-bottom: 90px;
  }

  .pb-115-sm {
    padding-bottom: 115px;
  }

  .pb-140-sm {
    padding-bottom: 140px;
  }

  .pb-150-sm {
    padding-bottom: 150px;
  }
}

/*medium devices*/
@media (min-width: 768px) {
  .pb-0 {
    padding-bottom: 0px;
  }

  .pb-15 {
    padding-bottom: 15px;
  }

  .pb-20 {
    padding-bottom: 20px;
  }

  .pb-30 {
    padding-bottom: 30px;
  }

  .pb-40 {
    padding-bottom: 40px;
  }

  .pb-45 {
    padding-bottom: 45px;
  }

  .pb-50 {
    padding-bottom: 50px;
  }

  .pb-55 {
    padding-bottom: 55px;
  }

  .pb-60 {
    padding-bottom: 60px;
  }

  .pb-70 {
    padding-bottom: 70px;
  }

  .pb-80 {
    padding-bottom: 80px;
  }

  .pb-90 {
    padding-bottom: 90px;
  }

  .pb-100 {
    padding-bottom: 100px;
  }

  .pb-115 {
    padding-bottom: 115px;
  }

  .pb-140 {
    padding-bottom: 140px;
  }

  .pb-150 {
    padding-bottom: 150px;
  }
}

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  line-height: 24px;
  font-size: 16px;
  background-color: #fff;
  font-weight: normal;
  margin: 0 auto;
  color: #000;
}

h1 {
  line-height: normal;
  margin: 0;
}

h2 {
  line-height: normal;
  margin: 0;
}

h3 {
  line-height: normal;
  margin: 0;
}

h4 {
  line-height: normal;
  margin: 0;
}

h5 {
  line-height: normal;
  margin: 0;
}

h6 {
  line-height: normal;
  margin: 0;
}

.wrp {
  position: relative;
}

.is-wide {
  width: 100%;
}

.v-sp {
  display: block;
}

@media (min-width: 768px) {
  .v-sp {
    display: none;
  }
}

.v-pc {
  display: none;
}

@media (min-width: 768px) {
  .v-pc {
    display: block;
  }
}

.gap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  /*gaps*/
  /*
	*
	* How to use gap classes :
	*
	*  Ex: <div class="gap gap-2 gap-0-xs">
	*			<div class="md-6 xs-12"></div>
	*			<div class="md-6 xs-12"></div>
	*		</div>
	*
	*/
  /********/
  /* EXTRA SMALL DEVICES */
  /********/
  /* you can add custom gap here */
  /********/
  /* MEDIUM DEVICES */
  /********/
  /* you can add custom gap here */
  /********/
  /* EXTRA SMALL DEVICES */
  /********/
  /* you can add custom column here but not applicable because we max it into 12cols i/12 */
  /********/
  /* MEDIUM DEVICES */
  /********/
  /* you can add custom column here but not applicable because we max it into 12cols i/12 */
}

.gap.gap-0-xs {
  margin-left: 0px;
  margin-right: 0px;
}

.gap.gap-0-xs > [class^="xs"] {
  padding-left: 0px;
  padding-right: 0px;
}

.gap.gap-0-xs > [class*=" xs"] {
  padding-left: 0px;
  padding-right: 0px;
}

.gap.gap-10-xs {
  margin-left: -10px;
  margin-right: -10px;
}

.gap.gap-10-xs > [class^="xs"] {
  padding-left: 10px;
  padding-right: 10px;
}

.gap.gap-10-xs > [class*=" xs"] {
  padding-left: 10px;
  padding-right: 10px;
}

.gap.gap-15-xs {
  margin-left: -15px;
  margin-right: -15px;
}

.gap.gap-15-xs > [class^="xs"] {
  padding-left: 15px;
  padding-right: 15px;
}

.gap.gap-15-xs > [class*=" xs"] {
  padding-left: 15px;
  padding-right: 15px;
}

.gap.gap-35-xs {
  margin-left: -35px;
  margin-right: -35px;
}

.gap.gap-35-xs > [class^="xs"] {
  padding-left: 35px;
  padding-right: 35px;
}

.gap.gap-35-xs > [class*=" xs"] {
  padding-left: 35px;
  padding-right: 35px;
}

@media (min-width: 768px) {
  .gap.gap-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .gap.gap-0 > [class^="md"] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .gap.gap-0 > [class*=" md"] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .gap.gap-2 {
    margin-left: -2px;
    margin-right: -2px;
  }

  .gap.gap-2 > [class^="md"] {
    padding-left: 2px;
    padding-right: 2px;
  }

  .gap.gap-2 > [class*=" md"] {
    padding-left: 2px;
    padding-right: 2px;
  }

  .gap.gap-4 {
    margin-left: -4px;
    margin-right: -4px;
  }

  .gap.gap-4 > [class^="md"] {
    padding-left: 4px;
    padding-right: 4px;
  }

  .gap.gap-4 > [class*=" md"] {
    padding-left: 4px;
    padding-right: 4px;
  }

  .gap.gap-5 {
    margin-left: -5px;
    margin-right: -5px;
  }

  .gap.gap-5 > [class^="md"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .gap.gap-5 > [class*=" md"] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .gap.gap-6 {
    margin-left: -6px;
    margin-right: -6px;
  }

  .gap.gap-6 > [class^="md"] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .gap.gap-6 > [class*=" md"] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .gap.gap-8 {
    margin-left: -8px;
    margin-right: -8px;
  }

  .gap.gap-8 > [class^="md"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .gap.gap-8 > [class*=" md"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .gap.gap-10 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .gap.gap-10 > [class^="md"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gap.gap-10 > [class*=" md"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gap.gap-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .gap.gap-15 > [class^="md"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gap.gap-15 > [class*=" md"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .gap.gap-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .gap.gap-20 > [class^="md"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gap.gap-20 > [class*=" md"] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gap.gap-35 {
    margin-left: -35px;
    margin-right: -35px;
  }

  .gap.gap-35 > [class^="md"] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .gap.gap-35 > [class*=" md"] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .gap.gap-50 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .gap.gap-50 > [class^="md"] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .gap.gap-50 > [class*=" md"] {
    padding-left: 50px;
    padding-right: 50px;
  }

  .gap.gap-100 {
    margin-left: -100px;
    margin-right: -100px;
  }

  .gap.gap-100 > [class^="md"] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .gap.gap-100 > [class*=" md"] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .gap.gap-210 {
    margin-left: -210px;
    margin-right: -210px;
  }

  .gap.gap-210 > [class^="md"] {
    padding-left: 210px;
    padding-right: 210px;
  }

  .gap.gap-210 > [class*=" md"] {
    padding-left: 210px;
    padding-right: 210px;
  }
}

.gap .xs-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.gap .xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.gap .xs-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.gap .xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.gap .xs-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.gap .xs-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .gap .md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .gap .md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gap .md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .gap .md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gap .md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .gap .md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .gap .md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .gap .md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.btn {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.btn.btn-blueArrow {
  display: inline-block;
  color: #68bcff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 20px;
  font-family: Noto Sans JP;
  letter-spacing: 5px;
}

@media (min-width: 568px) {
  .btn.btn-blueArrow {
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .btn.btn-blueArrow {
    font-size: 15px;
    line-height: 28px;
  }
}

@media (min-width: 1000px) {
  .btn.btn-blueArrow {
    padding-right: 35px;
    font-size: 15px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .btn.btn-blueArrow {
    font-size: 15px;
    line-height: 50px;
  }
}

@media (min-width: 1600px) {
  .btn.btn-blueArrow {
    font-size: 28px;
    line-height: 60px;
  }
}

.btn.btn-blueArrow:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("img/arrow2.png") center center/100% 100% no-repeat;
  right: 0;
  top: 18%;
}

@media (min-width: 568px) {
  .btn.btn-blueArrow:before {
    width: 20px;
    height: 20px;
    top: 15%;
  }
}

@media (min-width: 768px) {
  .btn.btn-blueArrow:before {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1000px) {
  .btn.btn-blueArrow:before {
    width: 25px;
    height: 25px;
    top: 10%;
  }
}

@media (min-width: 1280px) {
  .btn.btn-blueArrow:before {
    width: 30px;
    height: 30px;
    top: 20%;
  }
}

@media (min-width: 1600px) {
  .btn.btn-blueArrow:before {
    top: 25%;
  }
}

.btn-box .form-btn {
  background: #000;
  border: 0;
  -webkit-box-shadow: 0px 0px 15px #5d5d5d;
  box-shadow: 0px 0px 15px #5d5d5d;
  border: 1px solid #000;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 25px;
  padding: 25px;
  width: 835px;
  cursor: pointer;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.btn-box .form-btn:hover {
  border: 1px solid #000;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media (max-width: 1600px) {
  .btn-box .form-btn {
    padding: 17px 20px;
    font-size: 20px;
    width: 420px;
  }
}

@media (max-width: 1233px) {
  .btn-box .form-btn {
    padding: 17px 20px;
    font-size: 20px;
    width: 420px;
  }
}

@media (max-width: 1090px) {
  .btn-box .form-btn {
    font-size: 22px;
    padding: 17px 20px;
    width: 420px;
  }
}

@media (max-width: 767px) {
  .btn-box .form-btn {
    width: 100%;
    margin: 0 auto;
  }
}

.tc {
  text-align: center;
}

.copy .tr {
  text-align: right;
}

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

.jc-c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ai-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dblock {
  display: block;
}

.no-padding {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .plr-0-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .plr-xs {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.no_decor {
  text-decoration: none;
}

.wide-section {
  position: relative;
}

@media (min-width: 768px) {
  .wide-section {
    padding: 40px;
  }
}

/*monica*/
/*john*/
.news-detail-side-bar {
  display: block;
}

@media (max-width: 767px) {
  .news-detail-side-bar {
    display: none;
  }
}

/*robert*/
#work .work-title h3 {
  color: #404040;
  font-family: "Noto Sans JP";
}

@media (max-width: 1280px) {
  #work .work-title h3 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  #work .work-title h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  #work .work-content {
    text-align: left;
  }
}

#work .work-content div {
  color: #404040;
  font-family: "Noto Sans JP";
  line-height: 1.6em;
}

@media (max-width: 1280px) {
  #work .work-content div {
    font-size: 15px;
    line-height: 2em;
  }
}

@media (max-width: 767px) {
  #work .work-content div {
    font-size: 15px;
    line-height: 2em;
  }
}

#profile {
  padding: 75px 0;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #profile {
    padding: 50px 0;
  }
}

#profile .company-profile h4 {
  color: #333333;
  font-family: "Noto Sans JP";
}

@media (max-width: 1280px) {
  #profile .company-profile h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #profile .company-profile h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 50px;
  }
}

#profile .company-profile h4 span {
  display: none;
}

@media (max-width: 767px) {
  #profile .company-profile h4 span {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  #profile .company-profile .content {
    margin-bottom: 80px;
  }
}

#profile .company-profile .content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-family: "Noto Sans JP";
  line-height: 2em;
  margin-bottom: 30px;
}

@media (max-width: 1280px) {
  #profile .company-profile .content ul li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #profile .company-profile .content ul li {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  #profile .company-profile .content ul li {
    font-size: 15px;
  }
}

#profile .company-profile .content ul li:last-child {
  margin-bottom: 0;
}

#profile .company-profile .content ul li .l-text {
  color: #828181;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#profile .company-profile .content ul li .r-text {
  color: #333333;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#profile .history h4 {
  color: #333333;
  font-family: "Noto Sans JP";
}

@media (max-width: 1280px) {
  #profile .history h4 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  #profile .history h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 50px;
  }
}

#profile .history h4 span {
  display: none;
}

@media (max-width: 767px) {
  #profile .history h4 span {
    display: inline-block;
  }
}

#profile .history .content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 30px;
}

@media (max-width: 1280px) {
  #profile .history .content ul li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #profile .history .content ul li {
    font-size: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 425px) {
  #profile .history .content ul li {
    font-size: 15px;
  }
}

#profile .history .content ul li:last-child {
  margin-bottom: 0;
}

#profile .history .content ul li .l-text {
  color: #828181;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP";
}

#profile .history .content ul li .r-text {
  color: #333333;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP";
}

/* 20230906 add */
#profile .guidelines h4 {
  color: #333333;
  font-family: "Noto Sans JP";
}

@media (max-width: 1280px) {
  #profile .guidelines h4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #profile .guidelines h4 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #profile .guidelines .content {
    margin-bottom: 80px;
  }
}
#profile .guidelines .content p {
  margin: 1rem 0;
}
#profile .guidelines .content ol.list-type-number li {
  list-style-type: decimal;
  font-size: 15px;
  line-height: 2em;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
#profile .guidelines .content ul.list-type-disc li {
  list-style-type: disc;
  font-size: 15px;
  line-height: 2em;
  margin-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#profile .employee {
  border-bottom: 2px solid #828181;
  border-top: 2px solid #828181;
}

@media (max-width: 767px) {
  #profile .employee {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

#profile .employee div {
  color: #333333;
  font-family: "Noto Sans JP";
  line-height: 1.6em;
}

@media (max-width: 1600px) {
  #profile .employee div {
    font-size: 25px;
  }
}

@media (max-width: 1280px) {
  #profile .employee div {
    font-size: 25px;
    line-height: 2em;
  }
}

@media (max-width: 767px) {
  #profile .employee div {
    font-size: 18px;
    line-height: 2em;
  }
}

#headquarters ul li {
  color: #404040;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 15px;
  margin: 0 10px;
}

@media (max-width: 1218px) {
  #headquarters ul li {
    font-size: 15px;
  }
}

@media (max-width: 928px) {
  #headquarters ul li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #headquarters ul li {
    display: block;
    font-size: 15px;
    line-height: 2em;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #form .cntr-2000 {
    padding: 0;
  }
}

#form .form-box {
  background: #f5f5f5;
  padding-bottom: 115px;
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 100px;
}

@media (max-width: 1600px) {
  #form .form-box {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1233px) {
  #form .form-box {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #form .form-box {
    padding: 40px 30px;
  }
}

#form .form-box .form-title h3 {
  color: #333333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-weight: normal;
  line-height: 2em;
  margin-bottom: 50px;
}

@media (max-width: 1405px) {
  #form .form-box .form-title h3 {
    font-size: 21px;
  }
}

@media (max-width: 1233px) {
  #form .form-box .form-title h3 {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  #form .form-box .form-title h3 {
    font-size: 18px;
  }
}

@media (max-width: 881px) {
  #form .form-box .form-title h3 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  #form .form-box .form-title h3 {
    margin-bottom: 80px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  #form .form-box .form-title h3 br {
    display: none;
  }
}

#form .form-box form .form-group {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 65px;
}

@media (max-width: 1600px) {
  #form .form-box form .form-group {
    margin-bottom: 55px;
  }
}

@media (max-width: 1405px) {
  #form .form-box form .form-group {
    margin-bottom: 45px;
  }
}

@media (max-width: 1000px) {
  #form .form-box form .form-group {
    margin-bottom: 25px;
  }
}

#form .form-box form .form-group .name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  font-size: 24px;
}

@media (max-width: 1600px) {
  #form .form-box form .form-group .name {
    font-size: 25px;
  }
}

@media (max-width: 1405px) {
  #form .form-box form .form-group .name {
    font-size: 16px;
  }
}

@media (max-width: 1233px) {
  #form .form-box form .form-group .name {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  #form .form-box form .form-group .name {
    font-size: 16px;
  }
}

@media (max-width: 881px) {
  #form .form-box form .form-group .name {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #form .form-box form .form-group .name {
    font-size: 18px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#form .form-box form .form-group .required {
  color: red;
}

#form .form-box form .form-group .form-input {
  border: 2px solid #d7d7d7;
  font-size: 30px;
  height: 55px;
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

@media (max-width: 1600px) {
  #form .form-box form .form-group .form-input {
    font-size: 17px;
  }
}

@media (max-width: 1233px) {
  #form .form-box form .form-group .form-input {
    font-size: 17px;
    height: 44px;
  }
}

@media (max-width: 1000px) {
  #form .form-box form .form-group .form-input {
    font-size: 15px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  #form .form-box form .form-group .form-input {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#form .form-box form .form-group .radio-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

@media (max-width: 767px) {
  #form .form-box form .form-group .radio-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#form .form-box form .form-group .radio-box .group1,
#form .form-box form .form-group .radio-box .group2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (max-width: 767px) {
  #form .form-box form .form-group .radio-box .group1,
  #form .form-box form .form-group .radio-box .group2 {
    width: 100%;
  }
}

#form .form-box form .form-group .radio-box .group1 label,
#form .form-box form .form-group .radio-box .group2 label {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 16px;
}

@media (max-width: 767px) {
  #form .form-box form .form-group .radio-box .group1 label,
  #form .form-box form .form-group .radio-box .group2 label {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#form .form-box form .form-group .radio-box .radio-container {
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 28px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#form .form-box form .form-group .radio-box .radio-container .label {
  padding-left: 60px;
}

@media (max-width: 1000px) {
  #form .form-box form .form-group .radio-box .radio-container .label {
    padding-left: 50px;
  }
}

@media (max-width: 881px) {
  #form .form-box form .form-group .radio-box .radio-container .label {
    padding-left: 40px;
  }
}

@media (max-width: 791px) {
  #form .form-box form .form-group .radio-box .radio-container .label {
    padding-left: 30px;
  }
}

@media (max-width: 320px) {
  #form .form-box form .form-group .radio-box .radio-container .label {
    padding-left: 38px;
  }
}

@media (max-width: 1600px) {
  #form .form-box form .form-group .radio-box .radio-container {
    font-size: 25px;
  }
}

@media (max-width: 1405px) {
  #form .form-box form .form-group .radio-box .radio-container {
    font-size: 20px;
  }
}

@media (max-width: 1233px) {
  #form .form-box form .form-group .radio-box .radio-container {
    font-size: 16px;
  }
}

@media (max-width: 1040px) {
  /* #form .form-box form .form-group .radio-box .radio-container {
    font-size: 12px;
  } */
  /* #form .form-box form .form-group .wpcf7-list-item {
    padding-left: 3em;
  } */
}

@media (max-width: 1000px) {
  #form .form-box form .form-group .radio-box .radio-container {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #form .form-box form .form-group .radio-box .radio-container {
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  #form .form-box form .form-group .radio-box .radio-container {
    font-size: 14px;
  }
}

@media (max-width: 327px) {
  #form .form-box form .form-group .radio-box .radio-container {
    font-size: 10px;
  }
}

#form .form-box form .form-group .radio-box .radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#form
  .form-box
  form
  .form-group
  .radio-box
  .radio-container
  input:checked
  ~ .checkmark:after {
  display: block;
}

#form .form-box form .form-group .radio-box .radio-container .checkmark {
  position: absolute;
  border: 1px solid #999;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #form .form-box form .form-group .radio-box .radio-container .checkmark {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
}

#form .form-box form .form-group .radio-box .radio-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 25%;
  left: 30%;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #555;
}

@media (min-width: 768px) {
  #form
    .form-box
    form
    .form-group
    .radio-box
    .radio-container
    .checkmark::after {
    top: 9px;
    left: 9px;
    width: 20px;
    height: 20px;
  }
}

#form .form-box form .form-group .wpcf7-form-control-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

@media (max-width: 767px) {
  #form .form-box form .form-group .wpcf7-form-control-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#form .form-box form .form-group .wpcf7-form-control-wrap .form-input {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#form .form-box form .form-group .wpcf7-list-item {
  position: relative;
  margin-left: 0;
  padding-left: 30px;
}

@media (min-width: 568px) {
  #form .form-box form .form-group .wpcf7-list-item {
    padding-left: 10%;
  }
}

@media (min-width: 768px) {
  #form .form-box form .form-group .wpcf7-list-item {
    padding-left: 3em;
  }
}

@media (min-width: 1000px) {
  #form .form-box form .form-group .wpcf7-list-item {
    padding-left: 2.5em;
  }
}

@media (min-width: 1280px) {
  #form .form-box form .form-group .wpcf7-list-item {
    padding-left: 2em;
  }
}

@media (min-width: 1600px) {
  #form .form-box form .form-group .wpcf7-list-item {
    padding-left: 1.5em;
    font-size: 26px;
  }
}

#form .form-box form .form-group .wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

#form
  .form-box
  form
  .form-group
  .wpcf7-list-item
  input:checked
  ~ .checkarea:before {
  display: block;
}

#form .form-box form .form-group .wpcf7-list-item .checkarea {
  position: absolute;
  border: 1px solid #999;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  #form .form-box form .form-group .wpcf7-list-item .checkarea {
    margin-bottom: 0;
    top: -2px;
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1000px) {
  #form .form-box form .form-group .wpcf7-list-item .checkarea {
    top: -3px;
    width: 30px;
    height: 30px;
  }
}

#form .form-box form .form-group .wpcf7-list-item .checkarea::before {
  content: "";
  position: absolute;
  display: none;
  top: 25%;
  left: 30%;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #555;
}

@media (min-width: 768px) {
  #form .form-box form .form-group .wpcf7-list-item .checkarea::before {
    top: 20%;
    left: 25%;
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 1000px) {
  #form .form-box form .form-group .wpcf7-list-item .checkarea::before {
    top: 6px;
    width: 15px;
    height: 15px;
    transform: translateX(-50%);
    left: 50%;
  }
}

#form .form-box form .form-group .textarea-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}

@media (max-width: 767px) {
  #form .form-box form .form-group .textarea-box {
    padding-left: 0px;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }

  #form .form-box form .form-group .wpcf7-form-control-wrap {
    max-width: 100%;
    width: 100%;
  }

  #form .form-box form .form-group .textarea-box textarea {
    width: 100%;
  }
}

#form .form-box form .form-group .textarea-box textarea {
  border: 2px solid #d7d7d7;
  font-size: 17px;
  height: 200px;
  padding: 10px;
  width: 100%;
}

#form .form-box form .form-handling {
  margin-bottom: 65px;
}

@media (max-width: 767px) {
  #form .form-box form .form-handling {
    margin-bottom: 50px;
  }
}

#form .form-box form .form-handling .handling {
  font-size: 24px;
}

@media (max-width: 1600px) {
  #form .form-box form .form-handling .handling {
    font-size: 18px;
  }
}

@media (max-width: 1233px) {
  #form .form-box form .form-handling .handling {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  #form .form-box form .form-handling .handling {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  #form .form-box form .form-handling .handling {
    font-size: 18px;
  }
}

#form .form-box form .form-handling .handling-box {
  background: #fff;
  border: 2px solid #d7d7d7;
  height: 200px;
  margin-top: 25px;
  overflow-y: auto;
  padding: 20px 50px;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  #form .form-box form .form-handling .handling-box {
    height: 300px;
    padding: 30px;
  }
}

#form .form-box form .form-handling .handling-box div {
  font-size: 22px;
  line-height: 1.8em;
}

@media (max-width: 1600px) {
  #form .form-box form .form-handling .handling-box div {
    font-size: 22px;
  }
}

@media (max-width: 1600px) {
  #form .form-box form .form-handling .handling-box div {
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  #form .form-box form .form-handling .handling-box div {
    font-size: 14px;
  }
}

.specialExperienceSec {
  background: url("img/bnr_recruit01.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  display: table;
  height: 680px;
  width: 100%;
}

@media (max-width: 767px) {
  .specialExperienceSec {
    height: 600px;
  }
}

.rct_openTxt {
  text-align: center;
  margin: 60px auto 0 auto;
  width: 90%;
  line-height: 32px;
}

.specialExperienceSec .seTitleWrp {
  display: block;
  vertical-align: middle;
  width: 100%;
  margin-top: 150px;
}

.specialExperienceSec .seTitleWrp .seTitle {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 50px;
  line-height: 1.6em;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

@media (max-width: 1600px) {
  .specialExperienceSec .seTitleWrp .seTitle {
    font-size: 50px;
  }
}

@media (max-width: 1000px) {
  .specialExperienceSec .seTitleWrp .seTitle {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .specialExperienceSec .seTitleWrp .seTitle {
    font-size: 30px;
  }
}

.specialExperienceSec .seTitleWrp .seTagline {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 1600px) {
  .specialExperienceSec .seTitleWrp .seTagline {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .specialExperienceSec .seTitleWrp .seTagline {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .applicationSec {
    margin-bottom: 80px;
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .applicationSec {
    margin-bottom: 80px;
    margin-top: 20%;
  }
}

@media (max-width: 600px) {
  .applicationSec {
    margin-bottom: 80px;
    margin-top: 40%;
  }
}

@media (max-width: 450px) {
  .applicationSec {
    margin-bottom: 80px;
    margin-top: 60%;
  }
}

@media (max-width: 380px) {
  .applicationSec {
    margin-bottom: 80px;
    margin-top: 80%;
  }
}

@media (max-width: 767px) {
  .applicationSec {
    margin-bottom: 50px;
  }
}

.applicationSec .applicationBox {
  background: #f5f5f5;
  margin-top: -230px;
  padding: 50px 290px 70px 290px;
}

@media (max-width: 1600px) {
  .applicationSec .applicationBox {
    padding-left: 180px;
    padding-right: 180px;
  }
}

@media (max-width: 1000px) {
  .applicationSec .applicationBox {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .applicationSec .applicationBox {
    margin-top: -250px;
    padding-bottom: 60px;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 50px;
  }
}

.applicationSec .applicationBox .applicationTitleWrp .appTitleSec {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 60px;
  line-height: 1.6em;
  margin-bottom: 30px;
  letter-spacing: 10px;
}

@media (max-width: 1600px) {
  .applicationSec .applicationBox .applicationTitleWrp .appTitleSec {
    font-size: 50px;
  }
}

@media (max-width: 1000px) {
  .applicationSec .applicationBox .applicationTitleWrp .appTitleSec {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .applicationSec .applicationBox .applicationTitleWrp .appTitleSec {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

.applicationSec .applicationBox .applicationTitleWrp .appTagSec {
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 30px;
  font-family: "Noto Sans JP";
}

@media (max-width: 1600px) {
  .applicationSec .applicationBox .applicationTitleWrp .appTagSec {
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  .applicationSec .applicationBox .applicationTitleWrp .appTagSec {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .applicationSec .applicationBox .applicationTitleWrp .appTagSec {
    text-align: left;
    margin-bottom: 30px;
  }
}

.applicationSec .applicationBox .appDesSec {
  margin-bottom: 70px;
}

.applicationSec .applicationBox .appDesSec li {
  border-top: 1px dotted #828181;
  padding: 40px 0;
}

.applicationSec .applicationBox .appDesSec li:last-child {
  border-bottom: 1px dotted #828181;
}

@media (max-width: 767px) {
  .applicationSec .applicationBox .appDesSec li {
    padding: 20px 0;
  }
}

.applicationSec .applicationBox .appDesSec .appListSec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .applicationSec .applicationBox .appDesSec .appListSec {
    display: block;
  }
}

.applicationSec .applicationBox .appDesSec .appListSec .appLeftBox {
  color: #828181;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP";
  font-size: 15px;
  line-height: 2em;
  width: 350px;
}

@media (max-width: 1600px) {
  .applicationSec .applicationBox .appDesSec .appListSec .appLeftBox {
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  .applicationSec .applicationBox .appDesSec .appListSec .appLeftBox {
    font-size: 15px;
    width: 250px;
  }
}

@media (max-width: 767px) {
  .applicationSec .applicationBox .appDesSec .appListSec .appLeftBox {
    margin-bottom: 15px;
  }
}

@media (max-width: 375px) {
  .applicationSec .applicationBox .appDesSec .appListSec .appLeftBox {
    font-size: 14px;
  }
}

.applicationSec .applicationBox .appDesSec .appListSec .appRightBox {
  color: #404040;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Noto Sans JP";
  font-size: 15px;
  line-height: 2em;
}

@media (max-width: 1600px) {
  .applicationSec .applicationBox .appDesSec .appListSec .appRightBox {
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  .applicationSec .applicationBox .appDesSec .appListSec .appRightBox {
    font-size: 15px;
  }
}

@media (max-width: 375px) {
  .applicationSec .applicationBox .appDesSec .appListSec .appRightBox {
    font-size: 14px;
  }
}

.top-head {
  position: relative;
  background-color: #242424;
}

.top-head.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
}

.head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  padding: 33.3px 0;
}

@media (max-width: 767px) {
  .head {
    /* padding: 21.13px 0; */
    padding: 16px 0;
  }
}

@media (min-width: 768px) {
  .head {
    padding: 20px 0;
  }
}

@media (min-width: 1600px) {
  .head {
    padding: 33.3px 0;
  }
}

@media (max-width: 767px) {
  .head .main-header {
    width: 100%;
  }
}

.head .main-header .logo {
  display: inline-block;
  max-width: 180px;
  width: 100%;
}

.translator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 210px;
  width: 100%;
  padding: 26px 0;
  position: relative;
  top: 8px;
}

@media (max-width: 767px) {
  .translator {
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .translator {
    max-width: 120px;
    padding: 0 0;
  }
}

@media (min-width: 1000px) {
  .translator {
    max-width: 130px;
  }
}

@media (max-width: 767px) {
  #MicrosoftTranslatorWidget {
    width: 100%;
    background-color: #242424 !important;
  }

  #MicrosoftTranslatorWidget #WidgetLauncher {
    width: 95%;
    color: #000;
  }
}

#MicrosoftTranslatorWidget #LauncherTranslatePhrase {
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  background-color: #fff !important;
}

@media (min-width: 768px) {
  #MicrosoftTranslatorWidget #LauncherTranslatePhrase:hover {
    background-color: #242424 !important;
    color: #fff !important;
    border: 1px solid #fff;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }
}

.nav-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .nav-r {
    position: absolute;
    display: none;
    left: 0;
    top: 95px;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.nav-r nav {
  position: relative;
}

@media (max-width: 767px) {
  .nav-r nav.main-nav {
    width: 100%;
  }
}

.nav-r nav.main-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-r nav.main-nav ul li {
  padding-right: 0;
}

@media (max-width: 767px) {
  .nav-r nav.main-nav ul li:last-child,
  .nav-r nav.main-nav ul li:nth-last-child(2),
  .nav-r nav.main-nav ul li:nth-last-child(3) {
    display: inherit;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #f2f2f2;
  }
}

@media (max-width: 767px) {
  .nav-r nav.main-nav ul li {
    display: inherit;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #f2f2f2;
  }
}

@media (min-width: 768px) {
  .nav-r nav.main-nav ul li {
    padding-right: 27px;
  }
}

@media (min-width: 1000px) {
  .nav-r nav.main-nav ul li {
    padding-right: 40px;
  }
}

@media (min-width: 1280px) {
  .nav-r nav.main-nav ul li {
    padding-right: 60px;
  }
}

@media (min-width: 1600px) {
  .nav-r nav.main-nav ul li {
    padding-right: 60px;
  }
}

.nav-r nav.main-nav ul li a {
  position: relative;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
}

/*赤オンラインショップ*/
.menu-item-41 a {
  background-color: #ee2a42;
  border-radius: 5px;
  padding: 15px 25px;
}

/*/赤オンラインショップ*/

@media (max-width: 767px) {
  .nav-r nav.main-nav ul li a {
    font-family: "Yugo";
    font-weight: 600;
    padding: 25px 40px 25px 30px;
    color: #333333;
    width: 100%;
    border-bottom: 2px solid #333333;
  }

  .nav-r nav.main-nav ul li a:before {
    content: "";
    position: absolute;
    top: 32px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #2a2000;
    border-right: 2px solid #2a2000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (min-width: 568px) {
  .nav-r nav.main-nav ul li a {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .nav-r nav.main-nav ul li a {
    font-size: 15px;
  }
}

.toggle-nav {
  position: absolute;
  display: none;
  width: 35px;
  height: 20px;
  right: 30px;
  top: 40%;
}

@media (max-width: 767px) {
  .toggle-nav {
    display: block;
  }
}

.toggle-nav span {
  display: block;
  height: 2px;
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.toggle-nav span:nth-child(1) {
  top: 0px;
}

.toggle-nav span:nth-child(2) {
  top: 12px;
}

.toggle-nav span:nth-child(3) {
  top: 24px;
}

.toggle-nav.is-off span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.toggle-nav.is-off span:nth-child(2) {
  width: 0;
  left: 50%;
}

.toggle-nav.is-off span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.footer-nav {
  position: relative;
  background-color: #fff;
  padding: 15px 0;
}

/*
@media (min-width: 768px) {
  .footer-nav {
    padding: 15px 0;
  }
} */

@media (min-width: 1280px) {
  .footer-nav {
    padding: 15px 0;
  }
}

.footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-nav ul li {
  position: relative;
  padding: 15px 30px;
}

@media (max-width: 767px) {
  /* 20230830 add */
  /*
     * .footer-nav ul {
        border-bottom: 1px solid #828181;
    }
	*/

  .footer-nav ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-top: 1px solid #828181;
  }

  .footer-nav ul li:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #828181;
  }
}

@media (min-width: 768px) {
  .footer-nav ul li {
    padding: 0 15px;
  }
}

@media (min-width: 1000px) {
  .footer-nav ul li {
    padding: 0 25px;
  }
}

@media (min-width: 1600px) {
  .footer-nav ul li {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .footer-nav ul li:nth-child(even):before {
    border-right: 0;
  }
}

.footer-nav ul li:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  border-right: 1px solid #828181;
  top: 0;
  right: 0;
}

.footer-nav ul li:last-child:before {
  border-right: 0;
}

.footer-nav ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #828181;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-nav ul li a {
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  .footer-nav ul li a {
    font-size: 14px;
  }
}

/* Containers
*
* How to use container classes :
*
*  Ex: <div class="cntr-1200 mlr-auto"> // adding mlr-auto (margin-left and right : auto to center the container)</div>
*
*/
/* you can add custom container size here */
/* default padding left and padding right for containers */
.cntr-500 {
  position: relative;
  max-width: 500px;
  width: 100%;
}

@media (max-width: 500px) {
  .cntr-500 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cntr-855 {
  position: relative;
  max-width: 855px;
  width: 100%;
}

@media (max-width: 855px) {
  .cntr-855 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cntr-900 {
  position: relative;
  max-width: 900px;
  width: 100%;
}

@media (max-width: 900px) {
  .cntr-900 {
    /* padding-left: 30px;
        padding-right: 30px; */
    padding-left: 24px;
    padding-right: 24px;
  }
}

.cntr-2000 {
  position: relative;
  max-width: 2000px;
  width: 100%;
}

@media (max-width: 2000px) {
  .cntr-2000 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cntr-2250 {
  position: relative;
  max-width: 2250px;
  width: 100%;
}

@media (max-width: 2250px) {
  .cntr-2250 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.cntr-2500 {
  position: relative;
  max-width: 2500px;
  width: 100%;
}

@media (max-width: 2500px) {
  .cntr-2500 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#breadcrumbs {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #breadcrumbs {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

#breadcrumbs ul li,
#breadcrumbs span {
  color: #404040;
  display: inline-block;
  font-family: "Noto Sans JP";
  font-size: 13px;
  /*     text-transform: uppercase; */
}

@media (max-width: 767px) {
  #breadcrumbs ul li,
  #breadcrumbs span {
    font-size: 13px;
  }
}

#breadcrumbs ul li a,
#breadcrumbs span a {
  color: #404040;
  text-decoration: none;
}

#breadcrumbs ul li a::after,
#breadcrumbs span a::after {
  content: ">";
  margin: 0 5px 0 10px;
}

@media (max-width: 767px) {
  .titleSec {
    margin-bottom: 25px;
  }
}

.titleSec .title {
  color: #404040;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 10px;
  letter-spacing: 4px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .titleSec .title {
    font-size: 30px;
  }
}

.titleSec .jpTitle {
  color: #404040;
  font-family: "Noto Sans JP";
  font-size: 15px;
}

@media (max-width: 767px) {
  .titleSec .jpTitle {
    font-size: 15px;
  }
}

#banner01 {
  background: url("img/bnr_company01.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 300px;
  width: 100%;
}

@media (max-width: 767px) {
  #banner01 {
    background: url("img/bnr_company01_sp.jpg");
    background-position: 0 50%;
    height: 180px;
  }
}

@media (max-width: 425px) {
  #banner01 {
    background-position: 25% 50%;
  }
}

@media (max-width: 320px) {
  #banner01 {
    background-position: 30% 50%;
  }
}

#banner02 {
  background: url("img/bnr_company02.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 350px;
  width: 100%;
}

@media (max-width: 767px) {
  #banner02 {
    background: url("img/bnr_company02_sp.jpg");
    background-position: 0 50%;
    height: 320px;
  }
}

@media (max-width: 425px) {
  #banner02 {
    background-position: 25% 50%;
  }
}

@media (max-width: 320px) {
  #banner02 {
    background-position: 30% 50%;
  }
}

.card {
  position: relative;
}

.card.is-typeA {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
  color: #fff;
}

@media (min-width: 568px) {
  .card.is-typeA {
    height: 320px;
    padding: 50px 40px;
  }
}

@media (min-width: 768px) {
  .card.is-typeA {
    height: 350px;
    margin-bottom: 35px;
    padding: 20px 30px;
  }
}

@media (min-width: 1000px) {
  .card.is-typeA {
    height: 400px;
    padding: 30px 40px;
  }
}

@media (min-width: 1280px) {
  .card.is-typeA {
    height: 500px;
    padding: 40px 60px;
  }
}

@media (min-width: 1600px) {
  .card.is-typeA {
    height: 700px;
    padding: 50px 80px;
  }
}

@media (min-width: 1900px) {
  .card.is-typeA {
    padding: 50px 140px;
  }
}

@media (min-width: 2000px) {
  .card.is-typeA {
    height: 1190px;
    padding: 50px 170px;
  }
}

.card.is-typeA.bg-leftA {
  background: url(img/main_pic_about02.jpg) center center/cover no-repeat;
}

@media (max-width: 767px) {
  .card.is-typeA.bg-leftA {
    height: 400px;
  }
}

.card.is-typeA.bg-rightA {
  background: url(img/main_pic_about03.jpg) center center/cover no-repeat;
}

@media (max-width: 767px) {
  .card.is-typeA.bg-rightA {
    height: 400px;
  }
}

.card.is-typeA.bg-leftB {
  background: url(img/main_pic_about04.jpg) center center/cover no-repeat;
}

@media (max-width: 767px) {
  .card.is-typeA.bg-leftB {
    height: 400px;
  }
}

.card.is-typeA.bg-rightB {
  background: url(img/main_pic_about05.jpg) center center/cover no-repeat;
}

@media (max-width: 767px) {
  .card.is-typeA.bg-rightB {
    height: 400px;
  }
}

.card.is-typeA .card-body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.card.is-typeA .card-body div {
  font-family: Noto Sans JP;
  line-height: 1.6em;
}

@media (min-width: 1000px) {
  .card.is-typeA .card-body div {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .card.is-typeA .card-body div {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .card.is-typeA .card-body div {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .card.is-typeA .card-body div .p_br {
    display: none;
  }
}

@media (max-width: 767px) {
  .card.is-typeA .card-body {
    text-align: center;
  }

  .card.is-typeA .card-body div {
    font-size: 17px;
  }
}

.card.is-typeA .card-body .card-info {
  display: block;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 568px) {
  .card.is-typeA .card-body .card-info {
    line-height: 34px;
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .card.is-typeA .card-body .card-info {
    min-height: 130px;
  }
}

@media (min-width: 1000px) {
  .card.is-typeA .card-body .card-info {
    min-height: 150px;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .card.is-typeA .card-body .card-info {
    min-height: 180px;
    margin-bottom: 0px;
    line-height: 40px;
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .card.is-typeA .card-body .card-info {
    min-height: 210px;
    margin-bottom: 60px;
    line-height: 75px;
    font-size: 38px;
  }
}

.card.is-typeA .card-body .card-info .card-title {
  display: block;
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 24px;
  font-family: Noto Sans JP;
  letter-spacing: 5px;
}

@media (min-width: 568px) {
  .card.is-typeA .card-body .card-info .card-title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

@media (min-width: 1000px) {
  .card.is-typeA .card-body .card-info .card-title {
    font-size: 36px;
  }
}

@media (min-width: 1280px) {
  .card.is-typeA .card-body .card-info .card-title {
    font-size: 36px;
  }
}

@media (min-width: 1600px) {
  .card.is-typeA .card-body .card-info .card-title {
    margin-bottom: 60px;
    font-size: 36px;
  }
}

.card.is-typeA .card-body .card-buttons {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Noto Sans JP;
}

@media (max-width: 767px) {
  .card.is-typeA .card-body .card-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.card.is-typeA .card-body .card-buttons.has-two .btn {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .card.is-typeA .card-body .card-buttons.has-two .btn {
    margin-right: 0;
  }
}

.card.is-typeA .card-body .card-buttons.has-two .btn:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .card.is-typeA .card-body .card-buttons.has-two .btn {
    margin-bottom: 10px;
  }
}

/*john styes*/
/*news styles*/
.news_section1 {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .news_section1 .cntr-2000 {
    padding: 0px !important;
  }
}

.news_section1 a {
  text-decoration: none;
}

.news_list.column .list-cat span {
  background: #000;
}

.news_list div .list-cat span {
  background: #25c04a;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  line-height: 50px;
  margin-right: 30px;
  text-align: center;
  width: 240px;
  max-width: 100%;
}

@media (max-width: 1279px) {
  .news_list .list-cat span {
    font-size: 21px;
    margin-right: 15px;
  }
}

@media (max-width: 999px) {
  .news_list .list-cat span {
    width: 120px;
    font-size: 16px;
    line-height: 35px;
  }
}

/*end of news styles*/
/*news details styles*/

#news_list {
  clear: both;
  line-height: 160%;
  margin: 0 auto 0 auto;
  width: 95%;
}
#news_list h1 {
  font-size: 140%;
}
#news_list ul {
  padding: 1em 0 0 1em;
}
#news_list li {
  list-style: circle;
  margin: 0 0.5em;
}
.news_list_day {
  color: #ccc;
  margin-bottom: 2em;
}
.news_list_content {
  margin-bottom: 10em;
}

.news-img {
  width: 1080px;
  height: 588px;
  max-width: 100%;
  background: #828181;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 80px;
}

@media (max-width: 999px) {
  .news-img {
    margin-bottom: 20px;
    height: 400px;
  }
}

.news-list-btn {
  width: 832px;
  background: #000;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 90px;
  color: #fff;
  font-size: 26px;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
}

.news-list-btn:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 1340px) {
  .news-list-btn {
    width: 620px;
  }
}

@media (max-width: 1100px) {
  .news-list-btn {
    width: 520px;
    font-size: 26px;
    line-height: 80px;
  }
}

@media (max-width: 900px) {
  .news-list-btn {
    width: 420px;
  }
}

@media (max-width: 767px) {
  .news-list-btn {
    width: 100%;
  }
}

/*end of news details styles*/
/*end of john styes*/
.sidebar {
  padding: 1px;
  background: #f2f2f2;
}

.sidebar .column_side .side-title,
.widget-title {
  background: #000;
}

.sidebar .column_side .side_btn {
  color: #242424;
  font-weight: bold;
}

.sidebar .column_side .side_btn:after {
  content: "";
  background: url("img/ico_arrow02.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.sidebar .side-title,
.widget-title {
  background: #000;
  color: #fff;
  line-height: 100px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 4px;
}

@media (max-width: 1279px) {
  .sidebar .side-title,
  .widget-title {
    font-size: 30px;
    line-height: 50px;
  }
}

@media (max-width: 1279px) {
  .sidebar .side-title,
  .widget-title {
    font-size: 20px;
    line-height: 40px;
  }
}

.sidebar ul {
  font-family: "Noto Sans JP", sans-serif;
}

.sidebar ul li {
  border-bottom: 2px dashed #828181;
  padding: 50px 40px;
}

@media (max-width: 1279px) {
  .sidebar ul li {
    padding: 30px 20px !important;
    font-size: 21px;
  }
}

@media (max-width: 999px) {
  .sidebar ul li {
    padding: 20px 10px !important;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .sidebar ul li {
    padding: 20px 20px !important;
  }
}

.sidebar ul li:last-child {
  border-bottom: 0;
}

.sidebar ul li small {
  color: #828181;
  display: block;
}

@media (max-width: 1279px) {
  .sidebar ul li small {
    margin-bottom: 10px;
  }
}

.sidebar ul li .side_list,
.cat-item a {
  line-height: 50px;
  font-weight: bold;
  color: #333;
}

.sidebar ul li .side_list:hover,
.cat-item a:hover {
  text-decoration: underline;
}

@media (max-width: 1279px) {
  .sidebar ul li .side_list,
  .cat-item a {
    line-height: 40px !important;
  }
}

@media (max-width: 999px) {
  .sidebar ul li .side_list,
  .cat-item a {
    line-height: 30px !important;
  }
}

.sidebar .side_btn {
  color: #25c04a;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 26px;
  line-height: 40px;
  padding-right: 50px;
  position: relative;
  text-decoration: none;
  text-align: right !important;
  margin-bottom: 65px;
  margin-right: 65px;
}

@media (max-width: 1279px) {
  .sidebar .side_btn {
    font-size: 21px;
    margin-right: 20px;
  }
}

@media (max-width: 999px) {
  .sidebar .side_btn {
    font-size: 16px;
    margin-right: 10px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .sidebar .side_btn {
    margin-bottom: 20px;
  }
}

.sidebar .side_btn:hover {
  text-decoration: underline;
}

.sidebar .side_btn:after {
  content: "";
  background: url("img/ico_arrow01.png");
  -webkit-background-size: cover;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 8px;
}

@media (max-width: 767px) {
  .pager {
    margin-bottom: 10px !important;
    margin-top: 30px !important;
    padding: 0 20px;
  }
}

.pagination {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination li {
  position: relative;
  min-width: 30px;
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 30px;
}

@media (max-width: 999px) {
  .pagination li {
    margin-left: 2px;
    margin-right: 2px;
  }
}

@media (max-width: 767px) {
  .pagination li {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.pagination li:first-child {
  min-width: 50px;
}

@media (max-width: 767px) {
  .pagination li:first-child {
    min-width: 0;
    width: 49%;
  }
}

.pagination li:last-child {
  min-width: 50px;
}

@media (max-width: 767px) {
  .pagination li:last-child {
    min-width: 0;
    width: 49%;
  }
}

.pagination li a {
  font-family: "游ゴシック";
  font-weight: 500;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  border: 2px solid #5d5d5d;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 22px;
  padding: 20px 30px;
}

@media (max-width: 1700px) {
  .pagination li a {
    padding: 10px 15px;
    font-size: 15px;
  }
}

@media (max-width: 999px) {
  .pagination li a {
    padding: 10px;
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  .pagination li a {
    padding: 10px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .pagination li.num {
    display: none;
  }
}

.pagination li.num a:hover,
.pagination li.num a.is-active {
  background-color: #dedede;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 2px solid #dedede;
}

@media (max-width: 767px) {
  .page-pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-pagination li {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  min-width: 30px;
}

@media (max-width: 999px) {
  .page-pagination li {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .page-pagination li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    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;
  }
}

@media (max-width: 767px) {
  .page-pagination li:first-child {
    min-width: 0;
    width: 40%;
  }
}

@media (max-width: 375px) {
  .page-pagination li:first-child {
    min-width: 0;
    width: 30%;
  }
}

@media (max-width: 767px) {
  .page-pagination li:last-child {
    min-width: 0;
    width: 40%;
  }
}

@media (max-width: 375px) {
  .page-pagination li:last-child {
    min-width: 0;
    width: 30%;
  }
}

.page-pagination li a,
.page-pagination li span {
  color: #333;
  font-family: "游ゴシック";
  font-weight: 500;
  width: 100%;
  text-decoration: none;
  font-size: 22px;
  border: 2px solid #5d5d5d;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  padding: 20px 30px;
}

@media (max-width: 1700px) {
  .page-pagination li a,
  .page-pagination li span {
    padding: 10px 15px;
    font-size: 15px;
  }
}

@media (max-width: 999px) {
  .page-pagination li a,
  .page-pagination li span {
    padding: 10px;
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  .page-pagination li a,
  .page-pagination li span {
    padding: 10px;
    font-size: 16px;
    display: none;
  }
}

.page-pagination li a:hover {
  background-color: #dedede;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 2px solid #dedede;
}

.page-pagination li span.current {
  background-color: #dedede;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  border: 2px solid #dedede;
}

@media (max-width: 767px) {
  .page-pagination li .next,
  .page-pagination li .prev {
    display: block;
  }
}

.main-footer {
  position: relative;
  border-top: 0;
  font-family: Lato;
}

@media (min-width: 768px) {
  .main-footer {
    border-top: 1px solid #d6d6d6;
  }
}

.main-footer .footer-middle {
  font-size: 16px;
  line-height: 25px;
  background-color: #f2f2f2;
  padding: 25px 0;
  font-family: Lato;
}

@media (max-width: 768px) {
  .main-footer .footer-middle {
    font-size: 14px;
    letter-spacing: 1px;
  }

  .main-footer .footer-middle .cntr-2000 {
    padding: 0 15px !important;
  }

  .footer-middle div span {
    display: block;
  }
}

@media (min-width: 768px) {
  .main-footer .footer-middle {
    line-height: 24px;
    font-size: 16px;
    padding: 15px 0;
  }
}

@media (min-width: 1000px) {
  .main-footer .footer-middle {
    line-height: 30px;
    font-size: 20px;
    padding: 25px 0;
  }
}

@media (min-width: 1600px) {
  .main-footer .footer-middle {
    padding: 50px 0;
  }
}

.footer-copyright {
  background-color: #dfdfdf;
  font-size: 13px;
  color: #adadad;
  padding: 15px 0;
}

@media (min-width: 768px) {
  .footer-copyright {
    font-size: 13px;
    padding: 10px 0;
  }
}

@media (min-width: 1000px) {
  .footer-copyright {
    font-size: 13px;
  }
}

@media (min-width: 1280px) {
  .footer-copyright {
    padding: 25px 0;
  }
}

/* index starts */
.main-banner-top {
  background-color: #e9e9eb;
  position: relative;
  height: 503px;
}

@media (max-width: 767px) {
  .main-banner-top {
    height: 470px;
  }
}

.main-banner-top .shower {
  display: block;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .main-banner-top .shower {
    display: none;
  }
}

.main-banner-top .shower img {
  position: absolute;
  right: 1%;
  width: 421px;
  margin-bottom: -9em;
}

.main-banner-top .shower p {
  color: #333333;
  padding-top: 120px;
  font-size: 100px;
  font-family: Lato;
  letter-spacing: 10px;
  /*@include mq(min, 768) {
				font-size: 100px;
				padding-right: 100px;
				padding-top: 150px;
			}*/
}

.main-banner-top .shower div {
  color: #333333;
  font-size: 32px;
  padding-top: 10px;
  letter-spacing: 3px;
  font-family: Noto Sans JP;
}

@media (min-width: 768px) {
  .main-banner-top .shower div {
    font-size: 20px;
  }
}

.main-banner-top .main-banner-sp {
  display: block;
}

.main-banner-top .main-banner-sp img {
  position: absolute;
  padding-top: 20px;
  height: 470px;
  right: 0;
}

@media (max-width: 320px) {
  .main-banner-top .main-banner-sp img {
    height: 440px;
    right: auto;
    left: 10%;
  }
}

.main-banner-top .main-banner-sp p {
  color: #333333;
  padding-top: 190px;
  font-size: 55px;
  font-family: Lato;
  letter-spacing: 0.1em;
}

.main-banner-top .main-banner-sp div {
  color: #333333;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  letter-spacing: 3px;
  font-family: Noto Sans JP;
}

@media (min-width: 768px) {
  .main-banner-top .main-banner-sp {
    display: none;
  }
}

.main-banner-top .main-desc h1 {
  color: #333333;
  font-family: Lato;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .main-banner-top .main-desc h1 {
    font-size: 26px;
    padding-top: 90px;
  }
}

@media (min-width: 1000px) {
  .main-banner-top .main-desc h1 {
    font-size: 100px;
    padding-top: 100px;
  }
}

@media (min-width: 1280px) {
  .main-banner-top .main-desc h1 {
    font-size: 100px;
    padding-top: 100px;
  }
}

@media (min-width: 1600px) {
  .main-banner-top .main-desc h1 {
    font-size: 100px;
    padding-top: 100px;
  }
}

.main-banner-top .main-desc div {
  font-family: Noto Sans JP;
  color: #333;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .main-banner-top .main-desc div {
    font-size: 15px;
    padding-top: 80px;
    text-align: left;
  }
}

@media (min-width: 1000px) {
  .main-banner-top .main-desc div {
    font-size: 18px;
    margin-top: 10px;
  }
}

@media (min-width: 1280px) {
  .main-banner-top .main-desc div {
    font-size: 18px;
    margin-top: 0px;
  }
}

.main-banner-top .main2 {
  padding-top: 100px;
}

@media (max-width: 568px) {
  .main-banner-top .main2 {
    padding-top: 151px;
  }
}

@media (min-width: 767px) {
  .main-banner-top .main2 {
    padding-top: 97px;
  }
}

@media (min-width: 1000px) {
  .main-banner-top .main2 {
    padding-top: 208px;
  }
}

@media (min-width: 1280px) {
  .main-banner-top .main2 {
    padding-top: 106px;
  }
}

.main-banner-top .top-readmore {
  display: block;
  cursor: pointer;
}

@media (max-width: 767px) {
  .main-banner-top .top-readmore {
    display: none;
  }
}

.main-banner-top .main-news {
  background-color: #fff;
  opacity: 0.5;
  color: #333333;
  height: auto;
  padding: 10px 0px 10px;
}

@media (min-width: 1280px) {
  .main-banner-top .main-news {
    padding: 20px 0px 20px;
  }
}

.footer-middle div {
  font-size: 13px;
}

.news {
  /* 20230830 del
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    */
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333333;
  height: auto;
  padding: 10px 0px 10px;
}

.news span {
  font-family: Noto Sans JP;
  color: #333333;
  font-size: 13px;
  margin-right: 20px;
}

.news .readmore a {
  display: none;
  text-decoration: none;
  padding-right: 30px;
  color: #333333;
  font-size: 13px;
}

@media (min-width: 768px) {
  .news .readmore a {
    display: block;
    font-family: "Lato", sans-serif;
  }
}

.main-product {
  background: none;
}

@media (min-width: 767px) {
  .main-product {
    background: url(img/main_pic_about01.jpg) center center/cover no-repeat;
    padding: 50px 0px 10px;
  }
}

@media (min-width: 1000px) {
  .main-product {
    height: auto;
    padding-bottom: 90px;
  }
}

@media (min-width: 1280px) {
  .main-product {
    height: auto;
    padding-bottom: 90px;
  }
}

@media (min-width: 1600px) {
  .main-product {
    height: auto;
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .main-product {
    background: url(img/main_pic_about01-sp.jpg) bottom left no-repeat;
    background-size: cover;
    padding: 40px 0;
  }
}

@media (min-width: 768px) {
  .main-prod-title {
    width: 840px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 50px;
  }
}

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

@media (max-width: 768px) {
  .prod_info {
    font-size: 13px !important;
  }
}

.prod-name > span:first-child {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .prod-name > span:first-child {
    margin-bottom: 7px;
  }
}

.prdo_a_top {
  font-size: 12px;
  display: block;
  text-align: right !important;
}

@media (max-width: 767px) {
  .main-prod-title {
    width: 94%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.7);
    padding: 3% 3% 0 3%;
  }
}

.main-product .main-prod-title h1 {
  font-family: Lato;
  font-size: 35px;
  color: #686d71;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  .main-product .main-prod-title h1 {
    font-size: 20px;
    margin-top: 50px;
  }
}

.main-product .main-prod-title h2 {
  font-family: Noto Sans JP;
  font-size: 40px;
  color: #686d71;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  .main-product .main-prod-title h2 {
    font-size: 30px;
    margin-top: 18px;
    letter-spacing: 3px;
  }
}

.main-product .main-prod-title div {
  font-family: Noto Sans JP;
  font-size: 15px;
  color: #686d71;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  .main-product .main-prod-title div {
    font-size: 15px;
    margin-top: 44px;
    letter-spacing: 3px;
  }
}

@media (min-width: 768px) {
  .main-product .main-prod-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-product .main-prod-sp {
    display: block;
    position: initial;
    margin-bottom: -45.3%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate(-2%, 0);
    -ms-transform: translate(-2%, 0);
    transform: translate(-2%, 0);
  }
}

@media (max-width: 480px) {
  .main-product .main-prod-sp {
    position: absolute;
    top: 71%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translate(-5%, 0);
    -ms-transform: translate(-5%, 0);
    transform: translate(-5%, 0);
  }
}

@media (max-width: 320px) {
  .main-product .main-prod-sp {
    top: 75%;
  }
}

.main-product .prod-readmore a {
  text-decoration: none;
  font-size: 18px;
  font-family: Noto Sans JP;
}

@media (max-width: 768px) {
  .main-product .prod-readmore {
    font-size: 16px;
    margin-top: 35px;
    letter-spacing: 3px;
    padding-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .main-product .prod-readmore {
    padding-bottom: 300px;
  }
}

.main-product .prod-readmore span {
  color: #4db0ff;
  font-family: Noto Sans JP;
  font-size: 32px;
}

@media (max-width: 768px) {
  .main-product .prod-readmore span {
    font-size: 16px;
    margin-top: 600px;
    letter-spacing: 3px;
  }
}

@media (max-width: 768px) {
  .main-product .prod-readmore span img {
    width: 16px;
  }
}

.main-section1-cntr {
  padding: 0;
}

@media (min-width: 768px) {
  .main-section1-cntr {
    padding: 20px;
  }
}

@media (min-width: 1000px) {
  .main-section1-cntr {
    padding: 20px 20px 0px 20px;
  }
}

@media (min-width: 1280px) {
  .main-section1-cntr {
    padding: 20px 20px 0px 20px;
  }
}

@media (min-width: 1600px) {
  .main-section1-cntr {
    padding: 20px 20px 0px 20px;
  }
}

.main-left {
  background: url(img/main_pic_about02.jpg) center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}

@media (max-width: 767px) {
  .main-left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .main-left {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  .main-left {
    height: 580px;
  }
}

@media (min-width: 1280px) {
  .main-left {
    height: 680px;
  }
}

@media (min-width: 1600px) {
  .main-left {
    height: 800px;
  }
}

.main-left .main-desc-l {
  padding: 140px 50px 140px 50px;
}

@media (min-width: 768px) {
  .main-left .main-desc-l {
    padding: 150px 15px 150px 15px;
  }
}

@media (min-width: 1000px) {
  .main-left .main-desc-l {
    padding: 190px 65px 130px 65px;
  }
}

@media (min-width: 1280px) {
  .main-left .main-desc-l {
    padding: 220px 75px 320px 55px;
  }
}

@media (min-width: 1600px) {
  .main-left .main-desc-l {
    padding: 320px 95px 320px 95px;
  }
}

.main-left .main-desc-l h1 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .main-left .main-desc-l h1 {
    font-size: 38px;
  }
}

@media (min-width: 1000px) {
  .main-left .main-desc-l h1 {
    font-size: 38px;
  }
}

@media (min-width: 1280px) {
  .main-left .main-desc-l h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .main-left .main-desc-l h1 {
    text-align: center;
  }
}

.main-left .main-desc-l div {
  color: #fff;
  font-size: 17px;
  font-family: Noto Sans JP;
  line-height: 1.6em;
  letter-spacing: 2px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .main-left .main-desc-l div {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1000px) {
  .main-left .main-desc-l div {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .main-left .main-desc-l div {
    margin-top: 40px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .main-left .main-desc-l div {
    margin-top: 40px;
    font-size: 25px;
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  .main-left .main-desc-l div {
    text-align: center;
  }
}

.main-left .main-read-more {
  margin-top: 55px;
}

@media (min-width: 768px) {
  .main-left .main-read-more {
    margin-top: 30px;
  }
}

@media (min-width: 1000px) {
  .main-left .main-read-more {
    margin-top: 30px;
  }
}

@media (min-width: 1280px) {
  .main-left .main-read-more {
    margin-top: 30px;
  }
}

@media (min-width: 1600px) {
  .main-left .main-read-more {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .main-left .main-read-more {
    text-align: center;
  }
}

.main-left .main-read-more a {
  text-decoration: none;
}

.main-left .main-read-more span {
  color: #68bcff;
  font-family: Noto Sans JP;
  font-size: 17px;
  text-align: center;
}

@media (min-width: 768px) {
  .main-left .main-read-more span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1000px) {
  .main-left .main-read-more span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .main-left .main-read-more span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.main-left .main-read-more span img {
  width: 15px;
}

@media (min-width: 768px) {
  .main-left .main-read-more span img {
    width: 15px;
  }
}

@media (min-width: 1000px) {
  .main-left .main-read-more span img {
    width: 15px;
  }
}

@media (min-width: 1280px) {
  .main-left .main-read-more span img {
    width: 15px;
  }
}

.main-right {
  background: url(img/main_pic_about03.jpg) center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .main-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 500px) {
  .main-right {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  .main-right {
    height: 580px;
  }
}

@media (min-width: 1280px) {
  .main-right {
    height: 680px;
  }
}

@media (min-width: 1600px) {
  .main-right {
    height: 800px;
  }
}

.main-right .main-desc-r {
  padding: 140px 50px 140px 50px;
}

@media (min-width: 768px) {
  .main-right .main-desc-r {
    padding: 150px 15px 150px 15px;
  }
}

@media (min-width: 1000px) {
  .main-right .main-desc-r {
    padding: 190px 65px 130px 65px;
  }
}

@media (min-width: 1280px) {
  .main-right .main-desc-r {
    padding: 220px 75px 320px 55px;
  }
}

@media (min-width: 1600px) {
  .main-right .main-desc-r {
    padding: 320px 95px 320px 95px;
  }
}

.main-right .main-desc-r h1 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .main-right .main-desc-r h1 {
    font-size: 38px;
  }
}

@media (min-width: 1000px) {
  .main-right .main-desc-r h1 {
    font-size: 38px;
  }
}

@media (min-width: 1280px) {
  .main-right .main-desc-r h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .main-right .main-desc-r h1 {
    text-align: center;
  }
}

.main-right .main-desc-r div {
  color: #fff;
  padding-top: 30px;
  font-family: Noto Sans JP;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .main-right .main-desc-r div {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1000px) {
  .main-right .main-desc-r div {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .main-right .main-desc-r div {
    margin-top: 40px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .main-right .main-desc-r div {
    margin-top: 40px;
    font-size: 25px;
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  .main-right .main-desc-r div {
    text-align: center;
  }
}

.main-right .main-read-more-r {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .main-right .main-read-more-r {
    margin-top: 65px;
  }
}

@media (min-width: 1000px) {
  .main-right .main-read-more-r {
    margin-top: 70px;
  }
}

@media (min-width: 1280px) {
  .main-right .main-read-more-r {
    margin-top: 70px;
  }
}

@media (min-width: 1600px) {
  .main-right .main-read-more-r {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .main-right .main-read-more-r {
    text-align: center;
  }
}

.main-right .main-read-more-r a {
  text-decoration: none;
}

.main-right .main-read-more-r span {
  color: #68bcff;
  font-family: Noto Sans JP;
  font-size: 15px;
}

@media (min-width: 768px) {
  .main-right .main-read-more-r span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1000px) {
  .main-right .main-read-more-r span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .main-right .main-read-more-r span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.main-right .main-read-more-r span img {
  width: 15px;
}

@media (min-width: 768px) {
  .main-right .main-read-more-r span img {
    width: 15px;
  }
}

@media (min-width: 1000px) {
  .main-right .main-read-more-r span img {
    width: 15px;
  }
}

@media (min-width: 1280px) {
  .main-right .main-read-more-r span img {
    width: 15px;
  }
}

.main-left1 {
  background: url(img/main_pic_about04.jpg) center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .main-left1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .main-left1 {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  .main-left1 {
    height: 580px;
  }
}

@media (min-width: 1280px) {
  .main-left1 {
    height: 680px;
  }
}

@media (min-width: 1600px) {
  .main-left1 {
    height: 800px;
  }
}

.main-left1 .main-desc-l {
  padding: 140px 50px 140px 50px;
}

@media (min-width: 768px) {
  .main-left1 .main-desc-l {
    padding: 150px 15px 150px 15px;
  }
}

@media (min-width: 1000px) {
  .main-left1 .main-desc-l {
    padding: 190px 65px 130px 65px;
  }
}

@media (min-width: 1280px) {
  .main-left1 .main-desc-l {
    padding: 220px 75px 320px 55px;
  }
}

@media (min-width: 1600px) {
  .main-left1 .main-desc-l {
    padding: 320px 95px 320px 95px;
  }
}

.main-left1 .main-desc-l h1 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .main-left1 .main-desc-l h1 {
    font-size: 38px;
  }
}

@media (min-width: 1000px) {
  .main-left1 .main-desc-l h1 {
    font-size: 38px;
  }
}

@media (min-width: 1280px) {
  .main-left1 .main-desc-l h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .main-left1 .main-desc-l h1 {
    text-align: center;
  }
}

.main-left1 .main-desc-l div {
  color: #fff;
  font-size: 15px;
  font-family: Noto Sans JP;
  line-height: 1.6em;
  letter-spacing: 3px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .main-left1 .main-desc-l div {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1000px) {
  .main-left1 .main-desc-l div {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .main-left1 .main-desc-l div {
    margin-top: 40px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .main-left1 .main-desc-l div {
    margin-top: 40px;
    font-size: 25px;
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  .main-left1 .main-desc-l div {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .main-left1 .main-read-more {
    margin-top: 30px;
  }
}

@media (min-width: 1000px) {
  .main-left1 .main-read-more {
    margin-top: 30px;
  }
}

@media (min-width: 1280px) {
  .main-left1 .main-read-more {
    margin-top: 30px;
  }
}

@media (min-width: 1600px) {
  .main-left1 .main-read-more {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .main-left1 .main-read-more {
    text-align: center;
  }
}

.main-left1 .main-read-more a {
  text-decoration: none;
}

.main-left1 .main-read-more span {
  padding-top: 30px;
  color: #68bcff;
  font-family: Noto Sans JP;
  font-size: 15px;
}

@media (min-width: 768px) {
  .main-left1 .main-read-more span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1000px) {
  .main-left1 .main-read-more span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .main-left1 .main-read-more span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.main-left1 .main-read-more span img {
  width: 15px;
}

@media (min-width: 768px) {
  .main-left1 .main-read-more span img {
    width: 15px;
  }
}

@media (min-width: 1000px) {
  .main-left1 .main-read-more span img {
    width: 15px;
  }
}

@media (min-width: 1280px) {
  .main-left1 .main-read-more span img {
    width: 15px;
  }
}

.main-right1 {
  background: url(img/main_pic_about05.jpg) center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .main-right1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 500px) {
  .main-right1 {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  .main-right1 {
    height: 580px;
  }
}

@media (min-width: 1280px) {
  .main-right1 {
    height: 680px;
  }
}

@media (min-width: 1600px) {
  .main-right1 {
    height: 800px;
  }
}

.main-right1 .main-desc-r {
  padding: 140px 50px 140px 50px;
}

@media (min-width: 768px) {
  .main-right1 .main-desc-r {
    padding: 150px 15px 150px 15px;
  }
}

@media (min-width: 1000px) {
  .main-right1 .main-desc-r {
    padding: 190px 65px 130px 65px;
  }
}

@media (min-width: 1280px) {
  .main-right1 .main-desc-r {
    padding: 220px 75px 320px 55px;
  }
}

@media (min-width: 1600px) {
  .main-right1 .main-desc-r {
    padding: 320px 95px 320px 95px;
  }
}

.main-right1 .main-desc-r h1 {
  color: #fff;
  font-size: 30px;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .main-right1 .main-desc-r h1 {
    font-size: 38px;
  }
}

@media (min-width: 1000px) {
  .main-right1 .main-desc-r h1 {
    font-size: 38px;
  }
}

@media (min-width: 1280px) {
  .main-right1 .main-desc-r h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .main-right1 .main-desc-r h1 {
    text-align: center;
  }
}

.main-right1 .main-desc-r div {
  color: #fff;
  padding-top: 30px;
  font-family: Noto Sans JP;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .main-right1 .main-desc-r div {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1000px) {
  .main-right1 .main-desc-r div {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .main-right1 .main-desc-r div {
    margin-top: 40px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1600px) {
  .main-right1 .main-desc-r div {
    margin-top: 40px;
    font-size: 25px;
    letter-spacing: 2px;
  }
}

@media (max-width: 767px) {
  .main-right1 .main-desc-r div {
    text-align: center;
  }
}

.main-right1 .main-read-more-r {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .main-right1 .main-read-more-r {
    margin-top: 65px;
  }
}

@media (min-width: 1000px) {
  .main-right1 .main-read-more-r {
    margin-top: 70px;
  }
}

@media (min-width: 1280px) {
  .main-right1 .main-read-more-r {
    margin-top: 70px;
  }
}

@media (min-width: 1600px) {
  .main-right1 .main-read-more-r {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .main-right1 .main-read-more-r {
    text-align: center;
  }
}

.main-right1 .main-read-more-r a {
  text-decoration: none;
}

.main-right1 .main-read-more-r span {
  color: #68bcff;
  font-family: Noto Sans JP;
  font-size: 15px;
}

@media (min-width: 768px) {
  .main-right1 .main-read-more-r span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1000px) {
  .main-right1 .main-read-more-r span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (min-width: 1280px) {
  .main-right1 .main-read-more-r span {
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.main-right1 .main-read-more-r span img {
  width: 15px;
}

@media (min-width: 768px) {
  .main-right1 .main-read-more-r span img {
    width: 15px;
  }
}

@media (min-width: 1000px) {
  .main-right1 .main-read-more-r span img {
    width: 15px;
  }
}

@media (min-width: 1280px) {
  .main-right1 .main-read-more-r span img {
    width: 15px;
  }
}

.main-section2 div {
  line-height: 1.6em;
  font-family: Nato Sans JP;
  color: #333333;
  font-size: 14px;
}

@media (max-width: 1000px) {
  .main-section2 div {
    font-size: 14px;
  }
}

.main-section2 h1 {
  font-family: Nato Sans JP;
  color: #333333;
}

@media (max-width: 768px) {
  .main-section2 {
    padding: 30px 10px 0px 10px;
  }

  .main-section2 h1 {
    font-size: 16px;
  }

  .main-section2 div {
    font-size: 13px;
    text-align: left;
    margin-top: 20px;
    letter-spacing: 0 px;
  }

  .main-section2 br {
    display: none;
  }
}

/*end of index */
/* business starts*/
.business-top span {
  font-family: Noto Sans JP;
  color: #404040;
}

.sp-hr {
  display: block;
}

@media (min-width: 768px) {
  .sp-hr {
    display: none;
  }
}

.business-banner-top {
  background: url(img/top_bg.jpg) center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 685px;
  /*@include mq(min, 767) {
        background: url(../img/business-bg_top01-sp.jpg) center center / cover no-repeat;
	    position: relative;
	    display: flex;
	    justify-content: center;
	    height: 900px;
    }*/
}

@media (min-width: 768px) {
  .business-banner-top {
    height: 550px;
  }
}

@media (min-width: 1000px) {
  .business-banner-top {
    height: 630px;
  }
}

@media (min-width: 1280px) {
  .business-banner-top {
    height: 685px;
  }
}

@media (min-width: 1600px) {
  .business-banner-top {
    height: 685px;
  }
}

@media (max-width: 767px) {
  .business-banner-top {
    height: 690px;
  }
}

.business-banner-top .bottle img {
  position: absolute;
  top: 0;
  right: 55px;
  width: 450px;
  top: 25%;
}

@media (min-width: 768px) {
  .business-banner-top .bottle img {
    top: 44.8%;
    width: 300px;
    right: 30px;
  }
}

@media (min-width: 1000px) {
  .business-banner-top .bottle img {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 400px;
    top: unset;
  }
}

@media (min-width: 1600px) {
  .business-banner-top .bottle img {
    position: absolute;
    bottom: 0;
    top: unset;
    right: 8%;
    width: 570px;
  }
}

@media (max-width: 767px) {
  .business-banner-top .bottle img {
    width: 260px;
    top: 61.9%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .business-banner-top .cntr2-855 {
    position: relative;
    max-width: 460px;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .business-banner-top .cntr2-855 {
    position: relative;
    max-width: 460px;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .business-banner-top .cntr2-855 {
    position: relative;
    max-width: 550px;
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .business-banner-top .cntr2-855 {
    position: relative;
    max-width: 650px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .business-banner-top .cntr2-855 {
    position: relative;
    max-width: 900px;
    width: 96%;
    margin: 0 auto;
  }
}

.business-banner-top .banner-desc {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .business-banner-top .banner-desc {
    margin-top: 5px;
  }
}

@media (min-width: 1000px) {
  .business-banner-top .banner-desc {
    margin-top: 10px;
  }
}

@media (min-width: 1280px) {
  .business-banner-top .banner-desc {
    margin-top: 25px;
  }
}

@media (min-width: 1600px) {
  .business-banner-top .banner-desc {
    margin-top: 0px;
  }
}

.business-banner-top .banner-desc h1 {
  color: #fff;
  font-family: Lato;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 3px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .business-banner-top .banner-desc h1 {
    font-size: 26px;
    padding-top: 90px;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .business-banner-top .banner-desc h1 {
    font-size: 50px;
  }
}

@media (min-width: 1280px) {
  .business-banner-top .banner-desc h1 {
    font-size: 50px;
  }
}

@media (min-width: 1600px) {
  .business-banner-top .banner-desc h1 {
    font-size: 50px;
  }
}

.business-banner-top .banner-desc h2 {
  font-family: Noto Sans JP;
  color: #fff;
  line-height: 1.6em;
  font-size: 40px;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
  .business-banner-top .banner-desc h2 {
    font-size: 50px;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .business-banner-top .banner-desc h2 {
    font-size: 75px;
  }
}

@media (min-width: 1280px) {
  .business-banner-top .banner-desc h2 {
    font-size: 85px;
  }
}

@media (min-width: 1600px) {
  .business-banner-top .banner-desc h2 {
    font-size: 90px;
  }
}

.business-banner-top .banner-desc div {
  font-family: Noto Sans JP;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .business-banner-top .banner-desc div {
    font-size: 14px;
    margin-top: 60px;
    padding: 0px 0px 0px 0px;
  }
}

@media (min-width: 1000px) {
  .business-banner-top .banner-desc div {
    font-size: 14px;
    margin-top: 30px;
    padding: 0px 10px 0px 10px;
  }
}

@media (min-width: 1280px) {
  .business-banner-top .banner-desc div {
    font-size: 15px;
    margin-top: 50px;
    padding: 0px 20px 0px 20px;
  }
}

@media (min-width: 1600px) {
  .business-banner-top .banner-desc div {
    font-size: 17px;
    margin-top: 10px;
    padding: 0px 10px 0px 10px;
  }
}

@media (max-width: 767px) {
  .business-banner-top .banner-desc div {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }
}

.business-banner-top .banner-desc2 {
  /* margin-top: 30px; */
  margin-top: 16px;
}

@media (min-width: 768px) {
  .business-banner-top .banner-desc2 {
    margin-top: 5px;
  }
}

@media (min-width: 1000px) {
  .business-banner-top .banner-desc2 {
    margin-top: 10px;
  }
}

@media (min-width: 1280px) {
  .business-banner-top .banner-desc2 {
    margin-top: 25px;
  }
}

@media (min-width: 1600px) {
  .business-banner-top .banner-desc2 {
    margin-top: 0px;
  }
}

.business-banner-top .banner-desc2 h1 {
  color: #fff;
  font-family: Lato;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 3px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .business-banner-top .banner-desc2 h1 {
    font-size: 26px;
    padding-top: 90px;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .business-banner-top .banner-desc2 h1 {
    font-size: 35px;
  }
}

@media (min-width: 1280px) {
  .business-banner-top .banner-desc2 h1 {
    font-size: 35px;
  }
}

@media (min-width: 1600px) {
  .business-banner-top .banner-desc2 h1 {
    font-size: 35px;
  }
}

.business-banner-top .banner-desc2 h2 {
  font-family: Noto Sans JP;
  color: #fff;
  line-height: 1.6em;
  font-size: 40px;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
  .business-banner-top .banner-desc2 h2 {
    font-size: 50px;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  .business-banner-top .banner-desc2 h2 {
    font-size: 75px;
  }
}

@media (min-width: 1280px) {
  .business-banner-top .banner-desc2 h2 {
    font-size: 85px;
  }
}

@media (min-width: 1600px) {
  .business-banner-top .banner-desc2 h2 {
    font-size: 90px;
  }
}

.business-banner-top .banner-desc2 div {
  font-family: Noto Sans JP;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .business-banner-top .banner-desc2 div {
    font-size: 16px;
    margin-top: 60px;
    padding: 0px 0px 0px 0px;
  }
}

@media (min-width: 1000px) {
  .business-banner-top .banner-desc2 div {
    font-size: 16px;
    margin-top: 30px;
    padding: 0px 20px 0px 20px;
  }
}

@media (min-width: 1280px) {
  .business-banner-top .banner-desc2 div {
    font-size: 16px;
    margin-top: 50px;
    padding: 0px 20px 0px 20px;
  }
}

@media (min-width: 1600px) {
  .business-banner-top .banner-desc2 div {
    font-size: 17px;
    margin-top: 10px;
    padding: 0px 10px 0px 10px;
  }
}

@media (max-width: 767px) {
  .business-banner-top .banner-desc2 div {
    text-align: left;
    /* margin-top: 20px; */
    margin-top: 8px;
  }
}

.business-banner-top .top-button a {
  font-size: 18px;
  font-family: Noto Sans JP;
}

.section1-left {
  background: url(img/business_pic_about01.jpg) center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1005px;
}

@media (min-width: 568px) {
  .section1-left {
    height: 10px;
  }
}

@media (min-width: 768px) {
  .section1-left {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  .section1-left {
    height: 400px;
  }
}

@media (min-width: 1280px) {
  .section1-left {
    height: 633px;
  }
}

@media (min-width: 1280px) {
  .section1-left {
    height: 633px;
  }
}

@media (max-width: 767px) {
  .section1-left {
    height: 550px;
  }
}

.section1-left .section1-left-desc {
  /*@include mq(max, 1600) {
            margin-top: 208px;
        }
        @include mq(max, 1200) {
            margin-top: 146px;
        }*/
}

@media (min-width: 768px) {
  .section1-left .section1-left-desc {
    margin-top: 100px;
  }
}

@media (min-width: 1000px) {
  .section1-left .section1-left-desc {
    margin-top: 100px;
  }
}

.section1-left .section1-left-desc div font {
  font-size: 14px;
}

.section1-right .section1-right-desc div font {
  font-size: 14px;
}

.section1-left1 .section1-left1-desc div font {
  font-size: 14px;
}

.section1-right1 .section1-right1-desc div font {
  font-size: 14px;
}

@media (min-width: 1280px) {
  .section1-left .section1-left-desc {
    margin-top: 208px;
  }
}

@media (max-width: 767px) {
  .section1-left .section1-left-desc {
    margin-top: 150px;
  }
}

.section1-left .section1-left-desc h1 {
  font-family: Noto Sans JP;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 5px;
}

@media (min-width: 768px) {
  .section1-left .section1-left-desc h1 {
    font-size: 30px;
  }
}

@media (min-width: 1000px) {
  .section1-left .section1-left-desc h1 {
    font-size: 35px;
  }
}

@media (min-width: 1280px) {
  .section1-left .section1-left-desc h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .section1-left .section1-left-desc h1 {
    padding: 0px;
    font-size: 22px;
  }
}

.section1-left .section1-left-desc div {
  font-family: Noto Sans JP;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .section1-left .section1-left-desc div {
    font-size: 15px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .section1-left .section1-left-desc div {
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  .section1-left .section1-left-desc div {
    margin-top: 40px;
    font-size: 13px;
  }
}

@media (min-width: 1280px) {
  .section1-left .section1-left-desc div {
    margin-top: 10px;
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .section1-left .section1-left-desc div {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .section1-left .section1-left-desc div {
    font-size: 15px;
    padding: 0px;
  }
}

.section1-right {
  background: url(img/business_pic_about02.jpg) center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1006px;
}

@media (max-width: 767px) {
  .section1-right {
    height: 500px;
  }
}

@media (min-width: 768px) {
  .section1-right {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  .section1-right {
    height: 400px;
  }
}

@media (min-width: 1280px) {
  .section1-right {
    height: 633px;
  }
}

@media (max-width: 767px) {
  .section1-right {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .section1-right .section1-right-desc {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .section1-right .section1-right-desc {
    margin-top: 100px;
  }
}

@media (min-width: 1000px) {
  .section1-right .section1-right-desc {
    margin-top: 100px;
  }
}

@media (min-width: 1280px) {
  .section1-right .section1-right-desc {
    margin-top: 208px;
  }
}

@media (max-width: 767px) {
  .section1-right .section1-right-desc {
    margin-top: 150px;
  }
}

.section1-right .section1-right-desc h1 {
  color: #fff;
  font-family: Noto Sans JP;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 5px;
}

@media (max-width: 767px) {
  .section1-right .section1-right-desc h1 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .section1-right .section1-right-desc h1 {
    font-size: 30px;
  }
}

@media (min-width: 1000px) {
  .section1-right .section1-right-desc h1 {
    font-size: 35px;
  }
}

@media (min-width: 1280px) {
  .section1-right .section1-right-desc h1 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .section1-right .section1-right-desc h1 {
    font-size: 22px;
    padding: 0px;
  }
}

.section1-right .section1-right-desc div {
  font-family: Noto Sans JP;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .section1-right .section1-right-desc div {
    font-size: 15px;
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .section1-right .section1-right-desc div {
    font-size: 14px;
    margin-top: 120px;
  }
}

@media (min-width: 1000px) {
  .section1-right .section1-right-desc div {
    margin-top: 90px;
    font-size: 13px;
  }
}

@media (min-width: 1280px) {
  .section1-right .section1-right-desc div {
    margin-top: 90px;
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .section1-right .section1-right-desc div {
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .section1-right .section1-right-desc div {
    font-size: 15px;
    padding: 0px;
    margin-top: 20px;
  }
}

.section1-left1 {
  background: url(img/business_pic_about03.jpg) center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1005px;
}

@media (max-width: 767px) {
  .section1-left1 {
    height: 500px;
  }
}

@media (min-width: 768px) {
  .section1-left1 {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  .section1-left1 {
    height: 400px;
  }
}

@media (min-width: 1280px) {
  .section1-left1 {
    height: 633px;
  }
}

@media (max-width: 767px) {
  .section1-left1 {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .section1-left1 .section1-left1-desc {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .section1-left1 .section1-left1-desc {
    margin-top: 100px;
  }
}

@media (min-width: 1000px) {
  .section1-left1 .section1-left1-desc {
    margin-top: 110px;
  }
}

@media (min-width: 1280px) {
  .section1-left1 .section1-left1-desc {
    margin-top: 208px;
  }
}

@media (max-width: 767px) {
  .section1-left1 .section1-left1-desc {
    margin-top: 150px;
  }
}

.section1-left1 .section1-left1-desc h1 {
  font-family: Noto Sans JP;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 5px;
}

@media (max-width: 767px) {
  .section1-left1 .section1-left1-desc h1 {
    font-size: 10px;
  }
}

@media (min-width: 768px) {
  .section1-left1 .section1-left1-desc h1 {
    font-size: 30px;
  }
}

@media (min-width: 1000px) {
  .section1-left1 .section1-left1-desc h1 {
    font-size: 35px;
  }
}

@media (min-width: 1280px) {
  .section1-left1 .section1-left1-desc h1 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .section1-left1 .section1-left1-desc h1 {
    font-size: 22px;
    padding: 0px;
  }
}

.section1-left1 .section1-left1-desc div {
  font-family: Noto Sans JP;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (max-width: 767px) {
  .section1-left1 .section1-left1-desc div {
    font-size: 15px;
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .section1-left1 .section1-left1-desc div {
    font-size: 14px;
    margin-top: 130px;
  }
}

@media (min-width: 1000px) {
  .section1-left1 .section1-left1-desc div {
    margin-top: 80px;
    font-size: 12px;
  }
}

@media (min-width: 1280px) {
  .section1-left1 .section1-left1-desc div {
    margin-top: 140px;
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .section1-left1 .section1-left1-desc div {
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  .section1-left1 .section1-left1-desc div {
    font-size: 15px;
    padding: 0px;
    margin-top: 20px;
  }
}

.section1-right1 {
  background: url(img/business_pic_about04.jpg) center center/cover no-repeat;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1006px;
}

@media (max-width: 767px) {
  .section1-right1 {
    height: 500px;
  }
}

@media (min-width: 768px) {
  .section1-right1 {
    height: 500px;
  }
}

@media (min-width: 1000px) {
  .section1-right1 {
    height: 400px;
  }
}

@media (min-width: 1280px) {
  .section1-right1 {
    height: 633px;
  }
}

@media (max-width: 767px) {
  .section1-right1 {
    height: 550px;
  }
}

@media (max-width: 767px) {
  .section1-right1 .section1-right1-desc {
    margin-top: 100px;
  }
}

@media (min-width: 768px) {
  .section1-right1 .section1-right1-desc {
    margin-top: 100px;
  }
}

@media (min-width: 1000px) {
  .section1-right1 .section1-right1-desc {
    margin-top: 100px;
  }
}

@media (min-width: 1280px) {
  .section1-right1 .section1-right1-desc {
    margin-top: 208px;
  }
}

@media (max-width: 767px) {
  .section1-right1 .section1-right1-desc {
    margin-top: 150px;
  }
}

.section1-right1 .section1-right1-desc h1 {
  color: #fff;
  font-family: Noto Sans JP;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: 5px;
}

@media (max-width: 767px) {
  .section1-right1 .section1-right1-desc h1 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .section1-right1 .section1-right1-desc h1 {
    font-size: 30px;
  }
}

@media (min-width: 1000px) {
  .section1-right1 .section1-right1-desc h1 {
    font-size: 35px;
  }
}

@media (min-width: 1280px) {
  .section1-right1 .section1-right1-desc h1 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .section1-right1 .section1-right1-desc h1 {
    font-size: 22px;
    padding: 0px;
  }
}

.section1-right1 .section1-right1-desc div {
  font-family: Noto Sans JP;
  color: #fff;
  line-height: 1.6em;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  .section1-right1 .section1-right1-desc div {
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  .section1-right1 .section1-right1-desc div {
    margin-top: 40px;
    font-size: 12px;
  }
}

@media (min-width: 1280px) {
  .section1-right1 .section1-right1-desc div {
    margin-top: 51px;
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .section1-right1 .section1-right1-desc div {
    margin-top: 61px;
  }
}

@media (max-width: 767px) {
  .section1-right1 .section1-right1-desc div {
    font-size: 15px;
    padding: 0px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .business-sec2 {
    background: url(img/business_sp_pic_about05.jpg) center center/cover
      no-repeat;
    height: 1000px;
    margin-top: -8em;
  }
}

.business-section2-bg {
  background: url(img/business_pic_about05.jpg) center center/cover no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .business-section2-bg {
    background: none;
  }
}

.business-section2-bg .business-section2-left h1 {
  font-family: Noto Sans JP;
  color: #333333;
  font-size: 30px;
  text-align: center;
  padding: 40px 0px 40px;
  letter-spacing: 5px;
}

@media (min-width: 1000px) {
  .business-section2-bg .business-section2-left h1 {
    font-size: 50px;
  }
}

@media (min-width: 1280px) {
  .business-section2-bg .business-section2-left h1 {
    font-size: 50px;
  }
}

@media (min-width: 1600px) {
  .business-section2-bg .business-section2-left h1 {
    font-size: 50px;
  }
}

.business-section2-bg .business-section2-right h1 {
  font-size: 23px;
  text-align: left;
  font-family: Noto Sans JP;
  color: #333333;
  padding: 30px 0px 30px;
  font-weight: 300;
}

@media (min-width: 1000px) {
  .business-section2-bg .business-section2-right h1 {
    font-size: 25px;
  }
}

@media (min-width: 1280px) {
  .business-section2-bg .business-section2-right h1 {
    font-size: 25px;
  }
}

@media (min-width: 1600px) {
  .business-section2-bg .business-section2-right h1 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .business-section2-bg .business-section2-right h1 {
    text-align: center;
  }
}

.business-section2-bg .business-section2-right div {
  font-size: 15px;
  font-family: Noto Sans JP;
  line-height: 1.6em;
  color: #333333;
}

@media (min-width: 1000px) {
  .business-section2-bg .business-section2-right div {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .business-section2-bg .business-section2-right div {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .business-section2-bg .business-section2-right div {
    font-size: 18px;
  }
}

.business-section2-bg .business-section2-border {
  padding: 10px 15px 10px;
}

.business-section2-bg .business-section2-border h1 {
  font-size: 13px;
  font-family: Noto Sans JP;
  font-weight: 700px;
  list-style-type: circle;
  line-height: 1.6em;
}

@media (min-width: 1000px) {
  .business-section2-bg .business-section2-border h1 {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .business-section2-bg .business-section2-border h1 {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .business-section2-bg .business-section2-border h1 {
    font-size: 20px;
  }
}

.business-section2-bg .business-section2-border div {
  font-size: 13px;
  font-family: Noto Sans JP;
  line-height: 1.6em;
  color: #333333;
}

@media (min-width: 1000px) {
  .business-section2-bg .business-section2-border div {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .business-section2-bg .business-section2-border div {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .business-section2-bg .business-section2-border div {
    font-size: 20px;
  }
}

.business-section2-bg hr {
  margin-top: 50px;
  border-color: #cbcbcb;
}

.business-title h1 {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  color: #404040;
}

@media (max-width: 767px) {
  .business-title h1 {
    padding-top: 40px;
    font-size: 30px;
  }
}

.business-title div {
  font-family: Noto Sans JP;
  color: #404040;
}

@media (max-width: 767px) {
  .business-title div {
    padding-bottom: 40px;
    font-size: 15px;
  }
}

.business-section2-border {
  border-left: 2px solid #404040;
}

.business-section2-border ul {
  font-family: Noto Sans JP;
  color: #404040;
  font-size: 26px;
}

.business-section2-border div {
  font-family: Noto Sans JP;
  color: #404040;
  font-size: 26px;
}

/*business ends here*/
/* products starts here*/
.sp-toggle-cat {
  display: none;
  position: absolute;
  right: 30px;
  top: 0;
  width: 20px;
  height: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  .sp-toggle-cat {
    display: block;
  }
}

.sp-toggle-cat:before,
.sp-toggle-cat:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.sp-toggle-cat:before {
  left: 0;
  top: 50%;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.sp-toggle-cat:after {
  width: 2px;
  height: 20px;
  left: 45%;
  top: 30%;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.sp-toggle-cat.is-open:after {
  display: none;
}

.prod-item {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .prod-item {
    display: none;
  }

  .prod-item.is-active {
    display: block;
  }
}

.prod-section {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .prod-section {
    margin-bottom: 0px;
  }
}

.prod-top {
  font-family: Noto Sans JP;
  color: #404040;
}

.prod-bg {
  background-color: #f6f6f6;
}

.prod-title h1 {
  font-family: Lato;
  font-weight: 700;
  font-style: normal;
  color: #404040;
  letter-spacing: 4px;
}

@media (max-width: 767px) {
  .prod-title h1 {
    padding-top: 45px;
    font-size: 30px;
  }
}

.prod-title div {
  font-family: Noto Sans JP;
  color: #404040;
}

@media (max-width: 767px) {
  .prod-title div {
    padding-bottom: 25px;
  }
}

.prod-title .prodtitle-pc {
  display: none;
}

@media (min-width: 767px) {
  .prod-title .prodtitle-pc {
    display: block;
  }
}

.prod-title .prodtitle-sp {
  display: block;
}

@media (min-width: 768px) {
  .prod-title .prodtitle-sp {
    display: none;
  }
}

.prod-section-title {
  background-color: #242424;
  color: #fff;
}

.item-title div {
  font-family: Noto Sans JP;
}

@media (max-width: 767px) {
  .item-title div {
    font-size: 15px;
    padding: 15px 0px;
  }
}

.item-title2 div {
  font-family: Noto Sans JP;
}

@media (max-width: 767px) {
  .item-title2 div {
    font-size: 15px;
    padding: 15px 0px;
    text-align: center;
  }
}

.item-categories {
  position: relative;
}

.item-categories:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.item-categories div {
  font-size: 28px;
  line-height: 45px;
  color: #242424;
  position: relative;
}

@media (max-width: 767px) {
  .item-categories div {
    font-size: 15px;
  }
}

.prod-bg {
  background-color: #f6f6f6;
}

.prod-card {
  position: relative;
  text-decoration: none;
  color: #333333;
}

.prod-card img {
  width: 100%;
}

.prod-name span {
  font-family: Noto Sans JP;
  color: #333333;
  font-size: 15px;
  line-height: 1.6em;
}

@media (max-width: 767px) {
  .prod-name span {
    font-size: 14px;
    padding-top: 5px;
  }
}

.btn-category {
  position: relative;
  padding: 0 0;
}

@media (min-width: 768px) {
  .btn-category {
    padding: 20px 0;
  }
}

@media (min-width: 1280px) {
  .btn-category {
    padding: 30px 0;
  }
}

.btn-category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.btn-category ul li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 12.5px;
  padding-right: 12.5px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .btn-category ul li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
}

.btn-category ul li a {
  position: relative;
  padding: 15px 20px 15px 10px;
  font-size: 14px;
  text-decoration: none;
  color: #323232;
  display: block;
  width: 100%;
  border: 2px solid #2a2a2a;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media (max-width: 415px) {
  .btn-category ul li a {
    padding: 10px 20px 10px 10px;
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .btn-category ul li a {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .btn-category ul li a {
    padding: 15px 25px 15px 15px;
    font-size: 14px;
  }
}

@media (min-width: 1000px) {
  .btn-category ul li a {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .btn-category ul li a {
    font-size: 14px;
  }
}

.btn-category ul li a:hover {
  background-color: #242424;
  border: 1px solid #242424;
  color: #fff;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.btn-category ul li a:before {
  content: "\003E";
  position: absolute;
  top: 14px;
  right: 10px;
}

/* @media (max-width: 415px) {
  .btn-category ul li a:before {
    top: 24% !important;
    right: 0;
  }
} */

/* @media (max-width: 767px) {
  .btn-category ul li a:before {
    top: 28%;
  }
} */

/*products ends here*/

/*
.nav-r nav.main-nav ul li:last-child, .nav-r nav.main-nav ul li:nth-last-child(2), .nav-r nav.main-nav ul li:nth-last-child(3) {
  display: none;
}
*/

/*
@media (min-width: 1280px) {
  .business-banner-top .bottle img {
    position: absolute;
    top: 0;
    right: 8%;
    width: 570px;
    height: 530px;
    top: 22.8%;
  }
}
*/

.en {
  font-family: "Lato", sans-serif;
}

.mgn0auto {
  margin: 0 auto;
}

.banner-desc div {
  line-height: 30px !important;
}

.bdr5px {
  border: 5px solid #fff;
}

@media (max-width: 767px) {
  .sp_db {
    display: block;
  }

  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp_db {
    display: none;
  }

  .sp_none {
    display: block;
  }
}

/*以下MTGP*/
#video_bg {
  width: 100%;
  padding: 15px 0;
  background-color: black;
}
#video_wrap {
  max-width: 560px;
  margin: 0 auto;
}
#video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  #nav-drawer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav-r,
  .toggle-nav {
    display: none;
  }
  #nav-drawer {
    float: right;
  }

  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display: none;
  }

  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span,
  #nav-open span:before,
  #nav-open span:after {
    position: absolute;
    height: 3px; /*線の太さ*/
    width: 25px; /*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: "";
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }

  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none; /*はじめは隠しておく*/
    position: fixed;
    z-index: 9999;
    top: 0; /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }

  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    z-index: 999999; /*最前面に*/
    width: 80%; /*右側に隙間を作る（閉じるカバーを表示）*/
    max-width: 330px; /*最大幅（調整してください）*/
    height: 100%;
    line-height: 200%;
    background: #fff; /*背景色*/
    transition: 0.3s ease-in-out; /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%); /*左に隠しておく*/
  }
  #nav-content a {
    display: block;
    padding: 1em;
    border-bottom: #ccc solid 1px;
    margin: 1em 0 0 0;
  }
  /* .menu-item-41 a {
    background-color: rgba(255,0,4,.2);
} */
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block; /*カバーを表示*/
    opacity: 0.5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
}
.cs_all {
  max-width: 1000px;
  margin: 0 auto;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  text-size-adjust: none;
  -webkit-text-size-adjust: none; /*Chrome,Safari*/
  -ms-text-size-adjust: none; /*EgdeMobile*/
  -moz-text-size-adjust: none; /*firefox*/
}
.cs_all img {
  max-width: 100%;
  height: auto;
}
.cs_all span {
  display: inline-block;
}
.cs_all h3 {
  color: white;
  background-color: rgba(93, 182, 231, 1);
  border-radius: 10px;
  padding: 3px 1em;
}
#cs_head {
  background-image: url("https://omco.co.jp/omco-ec/omco-cs-sheet/images/cslp_mv_bg.png");
  background-size: cover;
  background-position: center;
}
.w100 {
  width: 100%;
}
.w80 {
  width: 76%;
  display: inline-block;
  vertical-align: top;
}
.w50 {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.w33 {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}
.w20 {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.pad_2em {
  padding: 2em;
}
.textcenter {
  text-align: center;
}
.textshadow {
  text-shadow: 1px 1px 1px white, -1px -1px 1px white;
}

@media (orientation: landscape) {
}

@media (orientation: portrait) {
  .w80,
  .w50,
  .w33 {
    width: 100%;
  }
  .sp_display_none {
    display: none;
  }
  .main-banner-top .main-banner-sp p {
    padding-top: 260px;
  }
  .news .cntr-2000,
  .news .mlr {
    margin: 0;
    padding: 0;
  }
}

.omco_form_line {
  display: table;
  width: 100%;
  padding: 1em 0;
}
.omco_form_title {
  display: table-cell;
  width: 20%;
  vertical-align: middle;
}
.omco_form_data {
  display: table-cell;
  width: 75%;
}
.omco_form_data input[type="text"],
.omco_form_data textarea {
  width: 90%;
  padding: 5px;
  font-size: 110%;
  display: block;
  background-color: white;
  border: #ccc solid 1px;
}
.omco_form_submit input[type="submit"] {
  display: block;
  text-align: center;
  width: 10em;
  height: 2em;
  font-size: 140%;
  margin: 2em auto;
  background-color: black;
  color: white;
}
.omco_form_all {
  background-color: #ededed;
  padding: 1em;
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 90%;
  margin: 2em auto;
}
.omco_form_pp {
  background-color: white;
  padding: 1em;
  margin: 0 2em;
}
.omco_form_red {
  color: red;
}
@media screen and (max-width: 572px) {
  .omco_form_title {
    display: inline-block;
    width: 100%;
    vertical-align: text-top;
  }
  .omco_form_data {
    display: inline-block;
    width: 100%;
  }
}
img {
  height: auto;
}
.seihin_cat_entry {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}
.seihin_cat_entry_img {
  width: 300px;
  height: 300px;
  background-color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seihin_cat_entry img {
  width: 300px;
  height: auto;
  margin: auto;
}
/************************************
** トグル表示ボタン カスタマイズ
************************************/
.toggle-wrap .toggle-button {
  display: block;
  cursor: pointer;
  padding: 30px 15px 15px 30px;
  border-bottom: 2px solid #000;
  text-align: left;
  margin-bottom: 1em;
}
.toggle-wrap .toggle-button span {
  font-size: 18pt;
}
.toggle-wrap .toggle-button:hover {
  border-color: #999;
  background: #fff;
}
.toggle-wrap .toggle-button:after {
  content: "を開く"; /* 閉じている状態のときにラベルの後ろに続く文字 */
}
/*中身を非表示にしておく*/
.toggle-wrap .toggle-content {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.6s;
}
/*チェックは見えなくする*/
.toggle-wrap > input[type="checkbox"] {
  display: none;
}
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-button:after {
  content: "を閉じる"; /* 開いている状態のときにラベルの後ろに続く文字 */
}
/*クリックで中身表示*/
.toggle-wrap > input[type="checkbox"]:checked ~ .toggle-content {
  display: block;
  height: auto;
  opacity: 1;
  padding: 10px 0;
}
/*商品一覧カタログ（PDF） ボタン*/
.products.btn-area {
  text-align: center;
}
.products.btn-area a {
  position: relative;
  display: inline-block;
  background-color: #00ace4;
  color: #fff;
  padding: 16px 32px 16px 24px;
  text-decoration: none;
  transition: 0.3s;
}
.products.btn-area a:hover {
  background-color: #36c5f4;
}
.products.btn-area a:before {
  content: "\003E";
  position: absolute;
  top: 14px;
  right: 16px;
}

/* 20231211 add */
.menu-item-41 a {
  display: flex !important;
  color: white !important;
}
.menu-item-41 a:after {
  margin-left: 0.5rem;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/omco2/img/icon-cart.svg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .menu-item-41 {
    padding: 1rem;
  }
  .menu-item-41 a {
    text-decoration: none;
    margin-top: 0 !important;
    display: flex !important;
    color: white !important;
  }
}
@media (max-width: 767px) {
  .business-banner-top {
    height: 512px;
  }
}

/* 20240208 add */
.products-bnr-block {
  margin: 24px auto;
}
@media (max-width: 767px) {
  .products-bnr-block {
    margin: 0px auto;
  }
}
.products-bnr-block a {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.products-bnr-block picture img {
  width: 100%;
}

.menu-item-2686 {
  background: url(/wp-content/themes/omco2/images/icon-lock.png) left 50px top
    0px no-repeat;
  background-size: 20px auto;
}

.menu-item-3099 a, .menu-item-3103 a{
    display: inline-block;
	  width: 40px;
    height: 40px;
    background-image: url('/wp-content/themes/omco2/images/ig_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.menu-item-3389 a {
    display: inline-block;
	  width: 40px;
    height: 40px;
    background-image: url('/wp-content/themes/omco2/images/x_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

/*--------------------------------------------------------------
## Sitemap
--------------------------------------------------------------*/
#sitemap {
  text-align: left;
}
#sitemap .inner-block {
  max-width: 1260px;
  margin: 0 auto;
}
#sitemap .inner-block > ul {
  border-bottom: 1px solid #828181;
}
#sitemap .inner-block > ul > li {
  border-top: 1px solid #828181;
  padding: 24px 40px;
}
@media screen and (max-width: 767px) {
  #sitemap .inner-block > ul > li {
    padding: 24px;
  }
}
#sitemap .inner-block ul li a:before {
  content: ">";
  position: absolute;
  left: 0;
}
#sitemap .inner-block ul li a {
  padding-left: 1rem;
  color: #828181;
  text-decoration: none;
  display: flex;
  width: fit-content;
  position: relative;
}
#sitemap .inner-block ul li .sub {
  display: flex;
}
@media screen and (max-width: 767px) {
  #sitemap .inner-block ul li .sub {
    display: block;
  }
}
#sitemap .inner-block ul li .sub > ul {
  width: 33%;
}
@media screen and (max-width: 767px) {
  #sitemap .inner-block ul li .sub > ul {
    width: 100%;
  }
}
#sitemap .inner-block ul li .sub ul > li {
  margin-left: 2rem;
  margin-top: 1rem;
}

.shiny-banner {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  overflow: hidden;
}

.shiny-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shine 2s infinite;
}

@keyframes shine {
  to {
    left: 100%;
  }
}

/* OMCO-49 【コーポレートサイト】トップページ改修 */
.swiper-slide img {
  transform: scale(1);
  transition-duration: 0.5s;
}
.swiper-slide img:hover {
  transform: scale(1.1);
  transition-duration: 0.5s;
}

/* .top-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 56% 44%;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.top-grid .div1 {
  grid-area: 1 / 1 / 3 / 2;
  background-color: #000;
}
.top-grid .div2 {
  grid-area: 1 / 2 / 2 / 3;
}
.top-grid .div3 {
  grid-area: 2 / 2 / 3 / 3;
}
.top-grid .div4 {
  grid-area: 3 / 1 / 4 / 3;
}

.top-grid div {
  overflow: hidden;
}
.top-grid div a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.top-grid div img {
  width: 100%;
  transform: scale(1);
  transition-duration: 0.5s;
  vertical-align: bottom;
  line-height: 0;
}
.top-grid div img:hover {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  .top-grid {
    display: block;
    width: 100%;
  }
}
 */

.banner-outer-container {
  margin: 2rem auto;
}
.banner-link {
  display: block;
	width: fit-content;
	margin: 0 auto;
}
.banner-image {
  max-width: 100%;
  height: auto;
}
.banner-image-pc {
  display: block;
}
.tel-link-container {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.tel-link-container a.tel {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  border-radius: 16px;
  font-weight: bold;
  position: relative;
  min-height: 110px;
  flex-wrap: wrap;
  text-decoration: none;
  font-size: 1.875rem;
  color: black;
  background-image: linear-gradient(to bottom, #00b3ff, #006d9c);
  transition: background-image 0.3s ease;
  box-sizing: border-box;
}
.tel-link-container a.tel:hover {
  background-image: linear-gradient(to bottom, #006d9c, #006d9c);
}
.tel-link-container a.tel::after {
  position: absolute;
  right: 16px;
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background: url("/wp-content/themes/omco2/img/icon-arrow-bw.svg") no-repeat;
  background-size: 100%;
}
.tel-link-container a.tel i {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url("/wp-content/themes/omco2/img/icon-tel.svg") no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
.tel-prompt {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.tel-contact-info {
  display: flex;
  align-items: center;
}
.tel-number {
  color: #ffff67;
  font-size: 2rem;
}

@media (max-width: 767px) {
  .tel-link-container a.tel {
    font-size: 1.125rem;
    min-height: auto;
  }
  .tel-link-container a.tel::after {
    right: 8px;
    width: 24px;
    height: 24px;
  }
  .tel-link-container a.tel i {
    width: 24px;
    height: 24px;
  }
  .tel-number {
    font-size: 1rem;
  }
}

/* SP版ボタン調整 20250924 */
/* =========================
   WP Bottom Menu — SP用フルCSS（横並び・2行化・色・安全域・375〜768px対応）
   ========================= */
@media (max-width: 768px){

  /* --- コンテナ：最下部固定／外側余白ゼロ --- */
  #wp-bottom-menu,
  .wp-bottom-menu{
    position: fixed !important;
    left: 0; right: 0; bottom: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    z-index: 9999;
    box-shadow: 0 -1px 0 rgba(0,0,0,.08) inset;
  }

  /* --- 3等分＋横並びレイアウト --- */
  .wp-bottom-menu .wp-bottom-menu-item{
    width: 33.3333% !important;
    display: flex !important;
    flex-direction: row !important;     /* アイコン左／文字右 */
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
    height: 66px !important;            /* 18px×2行でも余裕 */
    padding: 0 10px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    color: #fff !important;
  }

  /* --- アイコン --- */
  .wp-bottom-menu .wp-bottom-menu-item i{
    color: #fff !important;
    font-size: 22px !important;          /* 大きめで安定 */
    line-height: 1;
    flex-shrink: 0;
  }

  /* --- ラベル共通 --- */
  .wp-bottom-menu .wp-bottom-menu-item span{
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.15;
    color: #fff !important;
    text-align: center;
  }

  /* --- 強制2行化（1＝面談予約／3＝資料請求） --- */
  .wp-bottom-menu .wp-bottom-menu-item:nth-child(1) span,
  .wp-bottom-menu .wp-bottom-menu-item:nth-child(3) span{
    white-space: normal !important;
    word-break: break-word !important;
    max-width: 2.6em;   /* 2.5〜2.7emで好み調整 */
    margin: 0 !important; /* アイコン寄せで中央バランス */
  }

  /* Mailは1行死守 */
  .wp-bottom-menu .wp-bottom-menu-item:nth-child(2) span{
    white-space: nowrap !important;
  }

  /* --- 個別カラー --- */
  .wp-bottom-menu .wp-bottom-menu-item:nth-child(1){ background-color: #FF5722 !important; }
  .wp-bottom-menu .wp-bottom-menu-item:nth-child(2){ background-color: #1E73BE !important; }
  .wp-bottom-menu .wp-bottom-menu-item:nth-child(3){ background-color: #43BC25 !important; }

  /* --- タップ時の視覚フィードバック --- */
  .wp-bottom-menu .wp-bottom-menu-item:active{ filter: brightness(0.95); }

  /* --- iPhone安全域 --- */
  @supports (padding-bottom: env(safe-area-inset-bottom)){
    #wp-bottom-menu{ padding-bottom: env(safe-area-inset-bottom) !important; }
  }

  /* --- 本文余白確保 --- */
  body{
    padding-bottom: calc(66px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* 念のためPCは非表示 */
@media (min-width: 769px){
  #wp-bottom-menu, .wp-bottom-menu{ display: none !important; }
}


/* トップバナー改修 20260119 */
/* =========================
   WP Bottom Menu — SP用フルCSS（横並び・2行化・色・安全域・375〜768px対応）
   ========================= */
.top-grid{
  margin:0 auto;
  display:grid;
  grid-template-columns:56% 44%;
  grid-template-rows:auto auto auto;
  gap:0;
  align-items:start;
}

.top-grid,
.top-grid *{
  box-sizing:border-box;
}

.top-grid > *{
  min-width:0; /* Grid/Flexの横はみ出し防止 */
}

/* 配置 */
.top-grid .div-hero{ grid-column:1 / -1; }
.top-grid .col-left{ grid-column:1; align-self:start; }
.top-grid .col-right{ grid-column:2; align-self:start; }
.top-grid .div4{ grid-column:1 / -1; }

/* 縦積み */
.col-left,
.col-right{
  display:flex;
  flex-direction:column;
  gap:0;
  height:auto;
  min-height:0;
}

/* ===== tile + image base ===== */
/* ※「拡大はimgだけ」「タイルサイズは固定」用 */
.top-grid .div-hero,
.top-grid .div1,
.top-grid .div2,
.top-grid .div3,
.top-grid .div4,
.top-grid .div5{
  overflow:hidden; /* ←ここが肝：タイル単位で切り抜く */
}

.top-grid a{
  display:block;
  width:100%;
  line-height:0;
}

.top-grid img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;            /* 基本は auto に戻す */
  transform:scale(1);
  transition:transform .5s ease;
  transform-origin:center center;
}

/* hover時：imgだけ拡大（タイルサイズは変えない） */
.top-grid a:hover img{
  transform:scale(1.1);
}

/* ===== responsive ===== */
@media (max-width: 768px){
  .top-grid{
    grid-template-columns: 1fr;
  }
  .top-grid .div-hero,
  .top-grid .col-left,
  .top-grid .col-right,
  .top-grid .div4{
    grid-column: 1 / -1;
  }
}
