@charset "UTF-8";
/* ==================================================
[Style]
	 1. Reset
	 2. Base
	 3. Font
	 3. Layout
	 4. Module
	 5. State
	 6. Theme
	 7. Slick
	 8. Header
	 9. Footer
	10. Index
	11. About
================================================== */
/* --------------------------------------------------
	 1. Reset
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

body {
  color: #1a0b05;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #1a0b05;
  text-decoration: none;
}

a:hover, a:active {
  color: #1a0b05;
  text-decoration: underline;
}

ul, ol {
  list-style: none;
}

em, dl, i, address {
  font-style: normal;
}

sup, sub {
  font-size: 0.75rem;
  line-height: 1.35;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 1em 2em;
}

table th {
  font-weight: normal;
}

table td {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  margin: 5px 0;
  padding: 6px;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}

p {
  min-height: 1.8em;
}

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

iframe {
  max-width: 100%;
}

@media all and (min-width: 940px), print {
  html {
    font-size: 16px;
  }
}

/* --------------------------------------------------
	 3. Layout
-------------------------------------------------- */
#header,
#content,
#footer {
  position: relative;
  clear: both;
}

#header .inner, #header .inner960,
#content .inner,
#content .inner960,
#footer .inner,
#footer .inner960 {
  position: relative;
  margin: 0 auto;
}

#primary .page_title {
  overflow: hidden;
  position: relative;
}

#primary .page_title .image {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #b8b8b8 no-repeat center center;
  background-size: cover;
}

#primary .page_title h2 {
  padding-left: 30px;
  color: #1a0b05;
  font-size: 1.5rem;
}

#breadline {
  padding: 10px 0;
  font-size: 0.875rem;
}

#breadline li {
  display: inline-block;
  vertical-align: middle;
}

#breadline li .divider {
  padding: 0 10px;
  color: #055a27;
  font-weight: bold;
}

#breadline li a {
  color: #1a0b05;
  text-decoration: none;
  font-weight: 500;
}

#breadline li.home a {
  display: inline-block;
  text-decoration: none;
  color: #00afc1;
}

#pagetop {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

#pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}

#pagetop a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 90px;
  height: 90px;
}

#pagetop a::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  background: transparent no-repeat center center;
  background-size: contain;
}

#pagetop a::before {
  background-image: url(image/page_top.png);
}

#cart {
  position: fixed;
  right: 10px;
  bottom: 150px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

#cart.fixed {
  opacity: 1;
  pointer-events: auto;
}

#cart a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 90px;
  height: 90px;
}

#cart a::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 90px;
  height: 90px;
  background: transparent no-repeat center center;
  background-size: contain;
}

#cart a::before {
  background-image: url(image/img_cart.png);
}

@media all and (min-width: 940px), print {
  #header .inner,
  #content .inner,
  #footer .inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1240px;
  }
  #header .inner960,
  #content .inner960,
  #footer .inner960 {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 960px;
  }
  #content {
    padding-top: 90px;
  }
  #primary .page_title h2 {
    margin-top: 30px;
    font-size: 2.625rem;
  }
}

@media only screen and (max-width: 939px) {
  #header .inner, #header .inner960,
  #content .inner,
  #content .inner960,
  #footer .inner,
  #footer .inner960 {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
  }
  #primary .page_title h2::before {
    left: 10px;
  }
  #content {
    padding-top: 70px;
  }
  #cart a, #pagetop a {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    width: 60px;
    height: 60px;
  }
  #cart a::before, #pagetop a::before {
    width: 60px;
    height: 60px;
  }
  #cart {
    bottom: 110px;
  }
}

/* --------------------------------------------------
	 4. Module
-------------------------------------------------- */
#web_content a[href^="tel:"] {
  color: #1a0b05;
}

#web_content a[target="_blank"]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin: -.25em .25em 0;
  width: 30px;
  height: 30px;
  background: transparent url(image/icon_link.png) no-repeat center center;
  background-size: contain;
}

#web_content a[target="_blank"].non_style::after {
  display: none;
}

#web_content a[href*=".pdf"]::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  margin-left: .5em;
  width: 30px;
  height: 20px;
  background: transparent url(image/icon_pdf.png) no-repeat center center;
  background-size: contain;
}

.gothic {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_big {
  font-size: 1.25rem !important;
}

.font_large {
  font-size: 1.125rem !important;
}

.font_normal {
  font-size: 1rem !important;
}

.font_small {
  font-size: 0.875rem !important;
}

.font_little {
  font-size: 0.75rem !important;
}

.font_weight_normal {
  font-weight: normal !important;
}

.font_weight_bold {
  font-weight: bold !important;
}

.mt_0 {
  margin-top: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.m_0 {
  margin: 0rem !important;
}

.mx_0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my_0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.p_0 {
  padding: 0rem !important;
}

.px_0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py_0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.m_1 {
  margin: 1rem !important;
}

.mx_1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my_1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

.p_1 {
  padding: 1rem !important;
}

.px_1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py_1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mr_2 {
  margin-right: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.m_2 {
  margin: 2rem !important;
}

.mx_2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my_2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

.p_2 {
  padding: 2rem !important;
}

.px_2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py_2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mr_3 {
  margin-right: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.m_3 {
  margin: 3rem !important;
}

.mx_3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my_3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

.p_3 {
  padding: 3rem !important;
}

.px_3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py_3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mr_4 {
  margin-right: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.m_4 {
  margin: 4rem !important;
}

.mx_4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my_4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.p_4 {
  padding: 4rem !important;
}

.px_4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py_4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.m_5 {
  margin: 5rem !important;
}

.mx_5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my_5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.p_5 {
  padding: 5rem !important;
}

.px_5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py_5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear_both {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

table {
  width: 100%;
}

table.basic_table {
  margin: 2em auto;
  font-size: 0.9375rem;
  background-color: #fff;
  border-right: 1px solid #00adbf;
  border-bottom: 1px solid #00adbf;
}

table.basic_table.text_center th,
table.basic_table.text_center td {
  text-align: center;
}

table.basic_table.fixed {
  table-layout: fixed;
}

table.basic_table th,
table.basic_table td {
  border-left: 1px solid #00adbf;
  border-top: 1px solid #00adbf;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1em 2em;
}

table.basic_table th:empty,
table.basic_table td:empty {
  height: 2.79em;
}

table.basic_table th {
  color: #1a0b05;
  white-space: nowrap;
  background-color: #e3f5f7;
  font-weight: bold;
}

table.basic_table thead {
  line-height: 1.4;
}

div.focus_text, div.attention_text {
  margin: 1em auto;
  padding: 1em 1.5em;
}

div.focus_text .title, div.attention_text .title {
  font-size: 1.125rem;
}

div.focus_text {
  background-color: #cecfcb;
}

div.focus_text .title {
  color: #000;
}

div.attention_text {
  color: #fff;
  background-color: #7e0602;
}

div.attention_text .title {
  color: #fff;
}

ul.basic_ul {
  margin-left: 1.5em;
  padding: .5em 0;
}

ul.basic_ul > li {
  position: relative;
  padding: .2em 0;
}

ul.basic_ul > li::before {
  position: absolute;
  left: -1em;
  top: .85em;
  display: block;
  content: "";
  width: .25em;
  height: .25em;
  background-color: #7e0602;
  border: 2px solid #7e0602;
  border-radius: 50%;
}

ul.basic_ul > li > ul,
ul.basic_ul > li > ol {
  margin-left: 1.25em;
}

ul.basic_ul > li > ul > li::before {
  background-color: transparent;
}

ol.basic_ol {
  margin-left: 1.5em;
  padding: 1em 0;
  list-style: decimal;
}

ol.basic_ol > li {
  padding: .5em 0 .5em .25em;
}

ol.basic_ol > li > ul,
ol.basic_ol > li > ol {
  margin-left: 1.25em;
}

dl.basic_dl > dt {
  font-weight: bold;
}

dl.basic_dl > dd {
  margin-left: 1em;
}

dl.basic_dl > dd + dt {
  padding-top: 1em;
}

pre {
  white-space: normal;
}

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

.pagination {
  padding: 3em 0;
}

.pagination ul {
  text-align: center;
  font-size: 0;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125rem;
}

.pagination li > a,
.pagination li > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 4px;
  padding: .5em 1em;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.6;
  border: 1px solid #00afc1;
  border-radius: 50%;
}

.pagination li > a {
  color: #fff;
  text-decoration: none;
  background-color: #00afc1;
  font-weight: bold;
}

.pagination li > span {
  color: #00afc1;
  font-weight: bold;
  background-color: #fff;
}

.pagination li.next a {
  padding-right: 2em;
  border-radius: 50px;
}

.pagination li.next a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  content: "";
  width: .5em;
  height: .5em;
  margin-top: -.25em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination li.prev a {
  padding-left: 2em;
  border-radius: 50px;
}

.pagination li.prev a::before {
  position: absolute;
  top: 50%;
  left: 1em;
  display: block;
  content: "";
  width: .5em;
  height: .5em;
  margin-top: -.25em;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.more {
  display: block;
  margin: 3em auto;
}

.btn01 {
  text-align: center;
}

.btn01 a, .btn01 button {
  display: block;
  background-color: #00afc1;
  color: #fff;
  font-weight: bold;
  padding: 0.25em 1em;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 1.5rem;
  border-radius: 50px;
}

.btn01 a span, .btn01 button span {
  margin-left: -1em;
  position: relative;
}

.btn01 a span:after, .btn01 button span:after {
  content: "";
  width: 21px;
  height: 18px;
  background: url("./image/arrown01.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: -1.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn01 a:hover, .btn01 button:hover {
  text-decoration: none;
  opacity: 0.7;
}

.btn01.color01 a {
  background-color: #b2955d;
}

body.load #all {
  -webkit-animation: load 1s;
  animation: load 1s;
}

body.active #all {
  -webkit-animation: loading01 5s;
  animation: loading01 5s;
}

body.active .loading {
  -webkit-animation: loading02 5s;
  animation: loading02 5s;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111111;
  background: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: .5s all;
  transition: .5s all;
  visibility: hidden;
  opacity: 0;
}

@media all and (min-width: 940px), print {
  .only_sp {
    display: none;
  }
  table.basic_table th:empty,
  table.basic_table td:empty {
    height: 3.744em;
  }
  div.focus_text, div.attention_text {
    padding: 1.5em 4em;
  }
  .pagination a {
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .pagination a:hover {
    color: #00afc1;
    background-color: #fff;
  }
  .pagination li.next a::after {
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  .pagination li.next a:hover::after {
    border-color: #00afc1;
  }
  .pagination li.prev a::before {
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  .pagination li.prev a:hover::before {
    border-color: #00afc1;
  }
  .btn01.color01 a {
    max-width: 320px;
    padding: 0.25em 1em;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 939px) {
  .only_pc {
    display: none;
  }
  table.basic_table th,
  table.basic_table td {
    padding: 0.5em;
  }
  table.vertical > thead > tr > th,
  table.vertical > thead > tr > td,
  table.vertical > tbody > tr > th,
  table.vertical > tbody > tr > td {
    display: block;
    white-space: normal !important;
    width: 100%;
  }
  table.vertical > thead > tr > th:empty,
  table.vertical > thead > tr > td:empty,
  table.vertical > tbody > tr > th:empty,
  table.vertical > tbody > tr > td:empty {
    display: none;
  }
  .pagination li {
    font-size: 0.875rem;
  }
  .pagination li > a,
  .pagination li > span {
    font-size: 0.875rem;
  }
  .pagination li.next a, .pagination li.prev a {
    font-size: 0.75rem;
  }
  .btn01 a {
    padding: 0.5em;
    max-width: 280px;
    width: 100%;
    font-size: 1.25rem;
    border-radius: 50px;
  }
  .btn01 a span:after {
    width: 18px;
    height: 12px;
    right: -1.5em;
  }
}

@media screen and (min-width: 740px) {
  .visible_sp {
    display: none !important;
  }
}

@media screen and (max-width: 739px) {
  .visible_pc {
    display: none !important;
  }
}

/* --------------------------------------------------
	 6. Theme
-------------------------------------------------- */
section {
  padding: 3em 0;
}

section h1,
section h2,
section h3,
section h4,
section h5,
section h6 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  margin-bottom: .5em;
  padding-top: 2em;
  color: #1a0b05;
  text-align: center;
}

section h1:first-child,
section h2:first-child,
section h3:first-child,
section h4:first-child,
section h5:first-child,
section h6:first-child {
  padding-top: 0;
}

section h1 + h2,
section h2 + h3,
section h3 + h4,
section h4 + h5,
section h5 + h6 {
  padding-top: 0;
}

section h2 {
  font-size: 1.5rem;
}

section h3 {
  position: relative;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 0 0.5em;
  margin: 0 auto 0.5em;
}

section h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-image: url(./image/dotted.png);
  background-repeat: repeat-x;
  background-size: contain;
}

section h4 {
  font-size: 1.125rem;
}

section h5 {
  font-size: 1.0625rem;
}

section h6 {
  font-size: 1rem;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  padding: 8px 12px;
  width: 100%;
  border: 1px solid #999;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.focus_text, div.attention_text, div.error_text {
  font-weight: bold;
}

div.focus_text {
  padding: 1.5em 1em;
}

div.attention_text, div.error_text {
  padding: 1em;
}

h2 {
  margin-top: 0.5em;
  font-size: 3rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: bold;
  color: #000;
  padding-left: 0.5em;
  position: relative;
}

h2:before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #00afc1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.txt {
  font-size: 1.125rem;
  font-weight: 500;
}

.list_news {
  max-width: 620px;
  margin: 0 auto;
}

.list_news li a {
  text-decoration: none;
  display: block;
  padding: 1em 1.5em;
  background-color: #00afc1;
  border: 1px solid #00afc1;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.list_news li a:hover {
  background-color: #fff;
  border-color: #00afc1;
}

.list_news li a:hover .date {
  color: #00afc1;
}

.list_news li a:hover .tag_new {
  color: #fff;
  background-color: #00afc1;
}

.list_news li a:hover .txt {
  color: #00afc1;
}

.list_news li a:hover .txt:after {
  content: "";
  width: 21px;
  height: 18px;
  background: url("./image/arrown02.png") no-repeat center center;
}

.list_news li .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.list_news li .wrapper .box {
  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;
}

.list_news li .wrapper .date {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500;
}

.list_news li .wrapper .tag_new {
  font-size: 0.9375rem;
  color: #00afc1;
  background-color: #fff;
  padding: 0 5px;
  line-height: 1.6;
  width: 50px;
  height: 23px;
  text-align: center;
  margin-left: 0.5em;
}

.list_news li .wrapper .txt {
  font-size: 1.25rem;
  color: #fff;
  width: calc(100% - 220px);
  padding: 0 1em 0 1.5rem;
  position: relative;
}

.list_news li .wrapper .txt:after {
  content: "";
  width: 21px;
  height: 18px;
  background: url("./image/arrown01.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.image_2nd {
  width: 100%;
  max-height: 500px;
  height: 41vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}

.info_contact01 {
  border: 1px solid #00afc1;
  max-width: 1200px;
  margin: 0 auto 8em;
  position: relative;
  padding: 1.5em 0;
}

.info_contact01 .ttl {
  font-size: 1.875rem;
  font-weight: bold;
  color: #000;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  background-color: #fff;
  position: absolute;
  top: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 0.5em;
}

.info_contact01 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}

.info_contact01_phone {
  display: block;
  width: 50%;
  text-align: center;
  border-right: 1px solid #00afc1;
  padding: 3em 2em;
  pointer-events: none;
}

.info_contact01_phone:hover {
  text-decoration: none;
}

.info_contact01_phone span {
  font-size: 2.25rem;
  font-weight: bold;
  color: #000;
  margin-left: 2em;
  position: relative;
}

.info_contact01_phone span:after {
  content: "";
  width: 55px;
  height: 55px;
  background: url("./image/icon_phone.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: -2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info_contact01_phone em {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
  margin-left: 1em;
}

.info_contact01_mail {
  width: 50%;
  text-align: center;
  padding: 3em 2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.info_contact01_mail:hover {
  text-decoration: none;
  opacity: 0.7;
}

.info_contact01_mail span {
  font-size: 2.125rem;
  font-weight: bold;
  color: #000;
  margin-left: 3em;
  position: relative;
}

.info_contact01_mail span:after {
  content: "";
  width: 63px;
  height: 47px;
  background: url("./image/icon_email.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: -2.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (min-width: 940px), print {
  article > .map .only_pc {
    position: relative;
    margin: 2em 0;
    height: 500px;
    overflow: hidden;
  }
  article > .map .only_pc iframe {
    position: absolute;
    left: 0;
    top: -150px;
    width: 100%;
    height: 800px;
  }
  section {
    padding: 6em 0;
  }
  section h2 {
    font-size: 3rem;
  }
  section h3 {
    font-size: 2.5rem;
  }
  section h4 {
    font-size: 1.5rem;
  }
  section h5 {
    font-size: 1.25rem;
  }
  section h6 {
    font-size: 1.125rem;
  }
  a[href^="tel:"] {
    display: inline-block;
    text-decoration: none;
    pointer-events: none;
  }
}

@media only screen and (max-width: 1159px) {
  h2 {
    margin-top: 0.5em;
    font-size: 3rem;
    font-family: fot-tsukubrdgothic-std, sans-serif;
    font-weight: bold;
    color: #000;
    padding-left: 0.5em;
    position: relative;
  }
  h2:before {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #00afc1;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  h3 {
    font-size: 1.625rem !important;
    display: block !important;
  }
  .info_contact01 {
    margin: 0 20px 8em;
  }
  .info_contact01_phone span {
    font-size: 1.25rem;
    margin-left: 1em;
  }
  .info_contact01_phone span:after {
    width: 35px;
    height: 35px;
  }
  .info_contact01_phone em {
    font-size: 0.875rem;
  }
  .info_contact01_mail span {
    font-size: 1.25rem;
    margin-left: 2.5em;
  }
  .info_contact01_mail span:after {
    width: 35px;
    height: 25px;
  }
}

@media only screen and (max-width: 939px) {
  h2:before {
    content: "";
    width: 9px;
    height: 9px;
  }
  h3 {
    font-size: 1.875rem;
    padding-bottom: 0.3em;
  }
  .txt {
    font-size: 1rem;
  }
  .list_news {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .list_news li a {
    padding: 1em 1.5em 0.75em;
    text-align: center;
  }
  .list_news li a:hover .txt {
    color: #00afc1;
  }
  .list_news li a:hover .txt:after {
    content: "";
    width: 14px;
    height: 12px;
    background: url("./image/arrown02.png") no-repeat center center;
    background-size: cover;
  }
  .list_news li a .wrapper {
    display: inline-block;
  }
  .list_news li a .wrapper .box {
    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;
  }
  .list_news li a .wrapper .date {
    width: auto;
    font-size: 0.875rem;
  }
  .list_news li a .wrapper .tag_new {
    font-size: 0.75rem;
    padding: 2px;
    width: 40px;
    height: 20px;
  }
  .list_news li a .wrapper .txt {
    width: 100%;
    font-size: 0.875rem;
    padding: 0 1.5em 0 0;
  }
  .list_news li a .wrapper .txt:after {
    width: 14px;
    height: 12px;
    right: 0;
  }
  .image_2nd {
    min-height: 200px;
    background-size: cover;
  }
  .info_contact01 {
    padding: 0 1em;
    margin: 4em auto;
    width: calc(100% - 2em);
  }
  .info_contact01 .ttl {
    width: 100%;
    max-width: 230px;
    font-size: 1.25rem;
    top: -18px;
    padding: 0 0.75em;
  }
  .info_contact01 .inner {
    display: block;
    min-width: 100% !important;
  }
  .info_contact01_phone {
    width: 100%;
    display: block;
    border-bottom: 1px solid #00afc1;
    border-right: none;
    padding: 1.75em 0 0.5em;
    pointer-events: inherit;
  }
  .info_contact01_phone span {
    font-size: 1.125rem;
    margin-left: 1.5em;
  }
  .info_contact01_phone span:after {
    width: 25px;
    height: 25px;
    top: 50%;
  }
  .info_contact01_phone em {
    font-size: 0.875rem;
  }
  .info_contact01_mail {
    display: block;
    padding: 1.5em 0;
    width: 100%;
    pointer-events: inherit;
  }
  .info_contact01_mail span {
    font-size: 1.125rem;
    margin-left: 2em;
  }
  .info_contact01_mail span:after {
    width: 27px;
    height: 20px;
  }
  .popup {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    z-index: 11111111;
  }
  .popup .wrap {
    overflow: hidden;
    position: fixed;
    width: 90%;
    max-width: 739px;
    z-index: 5001;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background-color: #fff;
    padding: 4em 1em 3em;
    border-radius: 20px;
  }
  .popup .btn_close {
    top: 22px;
    right: 25px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
  }
  .popup .btn_close::before, .popup .btn_close::after {
    top: 8px;
    left: -2px;
    content: "";
    width: 20px;
    height: 1px;
    position: absolute;
    background-color: #000;
  }
  .popup .btn_close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .popup .btn_close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .popup .left {
    width: 100%;
  }
  .popup .left .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .popup .left .image:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .popup .right {
    width: 100%;
    padding: 0;
    background-color: #fff;
    margin-top: 1em;
  }
  .popup .flame03_ttl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 2px solid #00afc1 !important;
    padding-bottom: 0.5em !important;
  }
  .popup .flame03_ttl .number {
    width: 24px;
    height: 24px;
    font-size: 1rem;
  }
  .popup .flame03_ttl .text {
    font-size: 1rem;
  }
  .popup .txt {
    font-size: 1rem;
    margin-top: 1em !important;
    display: block !important;
    margin-top: 0.5em;
  }
  .popup .txt em {
    color: #00afc1;
    font-weight: bold;
  }
  .popup.popup_color01 .flame03_ttl {
    border-color: #ff1e00 !important;
  }
  .popup.popup_color01 .flame03_ttl .number {
    background-color: #ff1e00;
  }
  .popup.popup_color01 .txt em {
    color: #ff1e00;
  }
}

/* --------------------------------------------------
	 8. Editor
-------------------------------------------------- */
section.editor .date {
  text-align: left;
}

section.editor .content {
  margin: 3em auto 0;
  overflow: hidden;
}

section.editor .content::after {
  display: block;
  content: "";
  clear: both;
}

section.editor .content h1 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1em;
  border-bottom: 1px solid #ff1e00;
}

section.editor .content h2 {
  font-size: 1.625rem;
  color: #ff1e00;
  padding: 0;
}

section.editor .content h2::before {
  display: none;
}

section.editor .content h3 {
  font-size: 1.5rem;
  display: block;
}

section.editor .content h4 {
  text-align: left;
}

section.editor .content h5 {
  color: #ff1e00;
  text-align: left;
}

section.editor .content h6 {
  text-align: left;
}

section.editor .content p {
  min-height: 1.8em;
}

section.editor .content a {
  text-decoration: underline;
  color: #00afc1;
}

section.editor .content a:hover {
  text-decoration: none;
}

section.editor .content img {
  height: auto !important;
}

section.editor .content img.aligncenter {
  display: block;
  margin: 0 auto;
}

section.editor .content img.alignright {
  float: right;
}

section.editor .content img.alignleft {
  float: left;
}

section.editor .content em {
  font-style: italic;
}

section.editor .content blockquote {
  position: relative;
  background-color: #eeeeee;
  padding: 1.5em 1.5em 1em;
  margin: 1em auto;
}

section.editor .content blockquote::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 10px;
  content: "“";
  font-size: 2rem;
  color: #cfcfcf;
  line-height: 1;
}

section.editor .content table {
  margin: 2em auto;
  background-color: #fff;
  border-right: 1px solid #00adbf;
  border-bottom: 1px solid #00adbf;
}

section.editor .content table th,
section.editor .content table td {
  border-left: 1px solid #00adbf;
  border-top: 1px solid #00adbf;
}

section.editor .content table th {
  color: #1a0b05;
  text-align: center;
  font-weight: bold;
  background-color: #e3f5f7;
}

section.editor .content table.aligncenter {
  margin: 0 auto;
}

section.editor .content table.alignright {
  float: right;
}

section.editor .content table.alignleft {
  float: left;
}

section.editor .content ul,
section.editor .content ol {
  margin-left: 1.5em;
}

section.editor .content ul > li > ul,
section.editor .content ul > li > ol,
section.editor .content ol > li > ul,
section.editor .content ol > li > ol {
  margin-left: 1.25em;
}

section.editor .content ul {
  list-style: circle;
}

section.editor .content ul.basic_ul {
  list-style: none;
}

section.editor .content ol {
  list-style: decimal;
}

section.editor .content ol.basic_ol {
  list-style: none;
}

section.editor .content dl > dt {
  font-weight: bold;
}

section.editor .content dl > dd {
  margin-left: 1em;
}

section.editor .return {
  margin-top: 5em;
  text-align: center;
}

@media all and (min-width: 940px), print {
  section.editor .date {
    font-size: 1rem;
  }
  section.editor .content table {
    max-width: 920px !important;
  }
  section.editor .return {
    text-align: center;
  }
}

@media only screen and (max-width: 939px) {
  section.editor .content table {
    width: 100% !important;
  }
}

/* --------------------------------------------------
	 9. Animation
-------------------------------------------------- */
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loading01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes loading01 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes loading02 {
  20% {
    visibility: visible;
    opacity: 1;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes loading02 {
  20% {
    visibility: visible;
    opacity: 1;
  }
  50% {
    visibility: hidden;
    opacity: 0;
  }
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.js_fadein {
  opacity: 0;
}

/* その場で */
.is_show.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is_show.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is_show.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
  animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is_show.fadeRight {
  -webkit-animation-name: fadeRightAnime;
  animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is_show.zoomIn {
  -webkit-animation-name: zoomInAnime;
  animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.is_show.fadeDown {
  -webkit-animation-name: fadeDownAnime;
  animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 上から */
@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 左から */
@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 右から */
@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* --------------------------------------------------
	 10. Header
-------------------------------------------------- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

#header:after {
  content: "";
  width: 100%;
  height: 40px;
  background: url("image/bg_header.png") no-repeat center center;
  background-size: auto 40px;
  position: absolute;
  bottom: -28px;
  left: 0;
}

#header .nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: bold;
}

@media all and (min-width: 940px), print {
  #header {
    padding: 20px 0 10px;
  }
  #header .menu {
    display: none;
  }
  #header .inner {
    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;
  }
  #header .logo {
    z-index: 1;
    position: relative;
  }
  #header .logo a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  #header .logo a:hover {
    opacity: 0.6;
  }
  #header .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
  }
  #header .nav > li {
    z-index: 1;
    position: relative;
  }
  #header .nav > li > a {
    padding: 0.15em 0.75em 0.25em;
    color: #000;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
    font-size: 1.25rem;
    position: relative;
  }
  #header .nav > li > a:hover {
    background-color: rgba(0, 175, 193, 0.2);
  }
  #header .nav > li > a span {
    position: relative;
  }
  #header .nav > li > a span:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    left: 50%;
    bottom: -3px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #header .nav > li:hover .sub_menu {
    visibility: visible;
    opacity: 1;
  }
  #header .nav > li:not(:last-child) > a:after {
    content: "";
    width: 1px;
    height: 55%;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header .nav .sub_menu {
    position: absolute;
    bottom: -55px;
    z-index: 1;
    background: #fff;
    width: 100%;
    padding: 0.75em 0.5em 0.5em;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #header .nav .sub_menu li a {
    color: #000;
    font-size: 1.25rem;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  #header .nav .sub_menu li a:hover {
    background-color: rgba(0, 175, 193, 0.2);
  }
}

@media only screen and (min-width: 940px) and (max-width: 1159px) {
  #header .logo {
    width: 160px;
  }
  #header .nav {
    font-size: 1rem;
  }
  #header .nav > li {
    margin: 0;
  }
  #header .nav > li > a {
    padding: 0.15em 0.5em 0.25em;
    font-size: 1rem !important;
  }
  #header .nav .sub_menu {
    bottom: -42px;
  }
  #header .nav .sub_menu li a {
    font-size: 0.875rem !important;
  }
}

@media only screen and (max-width: 939px) {
  body.menu_opened #header .menu span:nth-child(1) {
    -webkit-transform: translate(-24px, 6px) rotate(25deg);
    transform: translate(-24px, 6px) rotate(25deg);
  }
  body.menu_opened #header .menu span:nth-child(2) {
    opacity: 0;
  }
  body.menu_opened #header .menu span:nth-child(3) {
    -webkit-transform: translate(-24px, -10px) rotate(-23deg);
    transform: translate(-24px, -10px) rotate(-23deg);
  }
  body.menu_opened #header .global_menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #header {
    height: 60px;
    padding: 17px 10px 0;
    z-index: 111;
  }
  #header:after {
    height: 35px;
    background-size: 960px 35px;
    bottom: -30px;
  }
  #header .logo {
    z-index: 1;
    text-align: center;
    position: relative;
  }
  #header .logo img {
    max-width: 138px;
  }
  #header .menu {
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 111;
    width: 50px;
    height: 50px;
  }
  #header .menu span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #00afc1;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #header .menu span:nth-child(1) {
    top: 6px;
  }
  #header .menu span:nth-child(2) {
    top: 14px;
  }
  #header .menu span:nth-child(3) {
    top: 22px;
  }
  #header .menu .txt {
    font-size: 1rem;
    font-weight: bold;
    color: #00afc1;
    position: absolute;
    bottom: -3px;
    width: 100%;
    text-align: center;
  }
  #header .global_menu {
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 20;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0;
    z-index: 1;
  }
  #header .nav {
    padding: 1em;
  }
  #header .nav > li {
    border-bottom: 1px solid rgba(26, 11, 5, 0.25);
  }
  #header .nav > li > a {
    position: relative;
    padding: .5em;
    text-align: left;
    color: #00afc1;
    font-size: 1.125rem !important;
  }
  #header .nav > li > a > span {
    position: relative;
  }
  #header .nav > li > a > span::after {
    position: absolute;
    right: -1em;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    content: "";
    margin-top: -5px;
    width: 15px;
    height: 10px;
    background: transparent url(image/arrown03.png) no-repeat center center;
    background-size: contain;
    background-color: transparent !important;
  }
  #header .nav > li > a[target="_blank"]::after {
    position: static;
    margin: -.25em .25em 0;
    width: 30px;
    height: 30px;
    background-image: url(image/icon_link02.png);
  }
  #header .nav .sub_menu li a {
    text-align: left;
    display: block;
    color: #00afc1;
    font-size: 1rem !important;
    padding: .25em 1.5em 0.5em;
  }
  #header .nav .sub_menu li a span {
    position: relative;
  }
  #header .nav .sub_menu li a span:after {
    display: none;
  }
  #header .nav .sub_menu li a span:before {
    content: "";
    width: 6px;
    height: 2px;
    background: none;
    background-color: #ff1e00;
    position: absolute;
    left: -1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header .nav_link {
    padding: 1em;
    max-width: 340px;
    margin: 0 auto;
  }
  #header .nav_link li {
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
  }
  #header .nav_link li:not(:last-child) {
    margin-bottom: 1em;
  }
  #header .nav_link li a {
    display: block;
    text-decoration: none;
    padding: 0.75em 2em 0.75em 1em;
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    position: relative;
    background-color: #00afc1;
    text-align: center;
  }
  #header .nav_link li a span {
    position: relative;
  }
  #header .nav_link li a span:after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("./image/icon_link02.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    right: -1.75em;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* --------------------------------------------------
	 11. Slick
-------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.slick-prev,
.slick-next {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 32%;
  padding: 0;
  line-height: 0;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
  opacity: .8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 20px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  opacity: .75;
}

.slick-prev {
  left: 30px;
}

.slick-prev::before {
  left: 20px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-next {
  right: 30px;
}

.slick-next::before {
  left: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots {
  position: absolute;
  left: inherit;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  bottom: 20px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 3;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  width: 15px;
  height: 15px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  background-color: #000;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #afafaf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  background-color: #000;
}

/* --------------------------------------------------
	12. Footer
-------------------------------------------------- */
#footer {
  background: url("image/bg_footer.png") no-repeat center top;
  background-size: 100% 100%;
  padding: 5em 0 1.5em;
}

#footer .footer_top {
  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;
  margin-bottom: 4em;
}

#footer .address_footer {
  font-size: 0.875rem;
  font-weight: bold;
  color: #00afc1;
  margin-left: 2em;
}

#footer .address_footer a:hover {
  text-decoration: none;
  color: #00afc1;
}

#footer .nav_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 760px;
  width: 100%;
}

#footer .nav_footer:not(:last-of-type) {
  margin-bottom: 1.5em;
}

#footer .nav_footer > li:not(:last-child) {
  margin-right: 8%;
}

#footer .nav_footer > li > a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  color: #00afc1;
  position: relative;
}

#footer .nav_footer > li > a:after {
  content: "";
  width: 12px;
  height: 11px;
  background: url("./image/arrown03.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: -1.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer .nav_footer > li .sub_menu_footer li a {
  font-size: 0.875rem;
  font-weight: bold;
  color: #00afc1;
  margin-left: 1em;
  position: relative;
  text-decoration: none;
}

#footer .nav_footer > li .sub_menu_footer li a:after {
  content: "";
  width: 6px;
  height: 2px;
  background-color: #ff1e00;
  position: absolute;
  left: -1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer .nav_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 3em 0;
}

#footer .nav_link li {
  background-color: #fff;
  border-radius: 10px;
}

#footer .nav_link li:not(:last-child) {
  margin-right: 2%;
}

#footer .nav_link li a {
  text-decoration: none;
  padding: 0.75em 2.75em 0.75em 1em;
  font-size: 0.875rem;
  font-weight: bold;
  color: #00afc1;
  position: relative;
}

#footer .nav_link li a:after {
  content: "";
  width: 17px;
  height: 16px;
  background: url("./image/icon_link.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer .copy_right {
  font-size: 0.75rem;
  font-weight: 500;
  color: #000;
}

@media all and (min-width: 940px), print {
  #footer .address_footer a {
    pointer-events: none;
  }
}

@media screen and (max-width: 739px) {
  #footer {
    background: url("image/bg_footer.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 4em 0 1.5em;
  }
  #footer .footer_top {
    display: block;
    margin-bottom: 1.5em;
  }
  #footer .logo_footer {
    margin-bottom: 1.5em;
  }
  #footer .logo_footer img {
    max-width: 138px;
  }
  #footer .address_footer {
    font-size: 0.875rem;
    font-weight: bold;
    color: #00afc1;
    margin-left: 0;
  }
  #footer .nav_footer {
    display: none;
  }
  #footer .nav_link {
    display: none;
  }
  #footer .copy_right {
    font-size: 0.75rem;
    font-weight: 500;
    color: #000;
  }
}

/* --------------------------------------------------
	13. Index
-------------------------------------------------- */
body.index #header .nav > li.top span:after {
  background-color: #00afc1;
}

body.index .main_image {
  position: relative;
  min-height: 800px;
  height: 80vh;
}

body.index .main_image .inner {
  position: relative;
  min-height: 800px;
  height: 80vh;
}

body.index .main_image .inner .main_txt {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 670px;
}

body.index .main_image .inner .main_txt > div {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

body.index .main_image .catch {
  position: relative;
  min-height: 800px;
  height: 80vh;
}

body.index .main_image .catch #main_slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  min-height: 800px;
}

body.index .main_image .catch #main_slider .slide_item {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 800px;
  overflow: hidden;
}

body.index .main_image .catch #main_slider .slide_item > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent no-repeat center center;
  background-size: cover;
}

body.index .main_image .catch #main_slider .slick-dots {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: -2em;
  right: auto;
}

body.index .main_image .catch #main_slider .slick-dots li button:before {
  width: 14px;
  height: 14px;
  border: 1px solid #00afc1;
  background-color: transparent;
}

body.index .main_image .catch #main_slider .slick-dots li.slick-active button:before {
  background: #00afc1;
}

article.index h3 {
  display: block;
  padding: 0;
}

article.index .txt {
  font-weight: 500;
}

article.index .about_sun_seaweed {
  background: url("./image/bg_about_sun_seaweed.jpg") no-repeat center top;
  background-size: cover;
  background-position: center;
  padding: 8em 0 20em;
  margin-top: 3em;
  position: relative;
}

article.index .about_sun_seaweed::before, article.index .about_sun_seaweed::after {
  content: "";
  width: 100%;
  position: absolute;
}

article.index .about_sun_seaweed::before {
  height: 100px;
  background: url("./image/bg_about_sun_seaweed02.png") no-repeat center bottom;
  background-size: 100% 100%;
  top: -10px;
}

article.index .about_sun_seaweed::after {
  height: 200px;
  background: url("./image/bg_about_sun_seaweed_bg.png") no-repeat center bottom;
  background-size: 100% 100%;
  bottom: 0;
}

article.index .about_sun_seaweed .flame_about_sun_seaweed {
  max-width: 680px;
  background-color: #fff;
  padding: 2em;
}

article.index .about_sun_seaweed .flame_about_sun_seaweed h3 {
  text-align: left;
}

article.index .flame_saga_seaweed,
article.index .flame_commitment {
  position: relative;
}

article.index .flame_saga_seaweed .image,
article.index .flame_commitment .image {
  position: absolute;
  top: -10em;
  width: 46%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 0 auto;
}

article.index .flame_saga_seaweed .image:before,
article.index .flame_commitment .image:before {
  content: "";
  display: block;
  padding-top: 80%;
}

article.index .flame_saga_seaweed .box,
article.index .flame_commitment .box {
  width: 54%;
}

article.index .flame_saga_seaweed .box h3,
article.index .flame_commitment .box h3 {
  text-align: left;
}

article.index .flame_saga_seaweed .box .btn01,
article.index .flame_commitment .box .btn01 {
  margin-top: 1em;
}

article.index .flame_saga_seaweed .box .btn01 a,
article.index .flame_commitment .box .btn01 a {
  margin-left: 0;
}

article.index .flame_saga_seaweed .image {
  right: 0;
}

article.index .flame_saga_seaweed .box {
  max-width: 680px;
  margin-top: -5em;
}

article.index .flame_saga_seaweed .box h3 {
  line-height: 1.3;
  padding-bottom: 0.3em;
}

article.index .flame_saga_seaweed .box .txt {
  padding-right: 3em;
}

article.index .flame_commitment .image {
  left: 0;
}

article.index .flame_commitment .box {
  max-width: 665px;
  margin: 15em 0 0 auto;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

article.index .flame_commitment .box h3 {
  padding-left: 1em;
}

article.index .flame_commitment .box .txt {
  padding-left: 2em;
}

article.index .flame_commitment .box .btn01 {
  padding-left: 2em;
}

article.index .flame_commitment .box .btn01 a {
  width: 320px;
}

article.index .sec_top01 {
  padding-bottom: 20em;
  position: relative;
}

article.index .sec_top01 .about_sun_seaweed,
article.index .sec_top01 .flame_commitment {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

article.index .sec_top01 .about_sun_seaweed .flame_about_sun_seaweed,
article.index .sec_top01 .flame_commitment .flame_about_sun_seaweed {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

article.index .sec_top02 {
  background-image: url("./image/bg_product01.png");
  background-size: 100% 100%;
  padding-bottom: 6em;
}

article.index .sec_top02 h3 {
  max-width: 900px;
  margin: 0 auto;
}

article.index .sec_top02 .txt {
  max-width: 900px;
  margin: 1em auto 0;
}

article.index .sec_top02 .list_product_infor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3em;
}

article.index .sec_top02 .list_product_infor li {
  width: calc(94% / 3);
  margin-bottom: 3%;
}

article.index .sec_top02 .list_product_infor li:not(:nth-child(3n)) {
  margin-right: 3%;
}

article.index .sec_top02 .list_product_infor li:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

article.index .sec_top02 .list_product_infor li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

article.index .sec_top02 .list_product_infor li:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

article.index .sec_top02 .list_product_infor li:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

article.index .sec_top02 .list_product_infor li:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

article.index .sec_top02 .list_product_infor li:nth-child(6) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

article.index .sec_top02 .list_product_infor li a {
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

article.index .sec_top02 .list_product_infor li a .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

article.index .sec_top02 .list_product_infor li a .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

article.index .sec_top02 .list_product_infor li a .txt {
  font-size: 1.3125rem;
  margin-top: 0.5em;
}

article.index .sec_top02 .list_product_infor li a .txt span {
  margin-left: 0;
  position: relative;
}

article.index .sec_top02 .list_product_infor li a .txt span:after {
  content: "";
  width: 21px;
  height: 18px;
  background: url("./image/arrown02.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: -1.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

article.index .sec_top02 .list_product_infor li a:hover {
  opacity: 0.7;
}

article.index .sec_top02 .btn01 a {
  max-width: 250px;
  margin: 0.5em auto;
}

article.index .sec_top03 {
  padding-top: 7em;
}

article.index .sec_top03 .ttl {
  font-size: 1.875rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.25em;
}

article.index .sec_top03 .list_news02 li {
  border-top: 1px solid #00afc1;
}

article.index .sec_top03 .list_news02 li:last-child {
  border-bottom: 1px solid #00afc1;
}

article.index .sec_top03 .list_news02 li a {
  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;
  text-decoration: none;
  padding: 0.5em 1.5em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

article.index .sec_top03 .list_news02 li a:hover {
  background-color: #e5f7f9;
}

article.index .sec_top03 .list_news02 li a .box {
  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;
  width: 200px;
}

article.index .sec_top03 .list_news02 li a .box .date {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  width: 140px;
}

article.index .sec_top03 .list_news02 li a .box .tag_new {
  font-size: 0.875rem;
  color: #fff;
  background-color: #00afc1;
  padding: 0 5px;
  line-height: 1.6;
  width: 50px;
  height: 23px;
  text-align: center;
  margin-left: 0.5em;
  font-weight: 500;
}

article.index .sec_top03 .list_news02 li a .txt {
  font-size: 1rem;
  width: calc(100% - 200px);
  padding-left: 1em;
}

article.index .sec_top03 .link_news02 {
  background-color: #e5f7f9;
}

article.index .sec_top03 .link_news02 a {
  display: block;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 500;
  text-align: right;
  padding: 0 3em 0 2em;
}

article.index .sec_top03 .link_news02 a span {
  position: relative;
}

article.index .sec_top03 .link_news02 a span:after {
  content: "";
  width: 21px;
  height: 18px;
  background: url("./image/arrown02.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

article.index .sec_top03 .link_news02 a:hover {
  opacity: 0.8;
}

article.index .sec_top04 {
  padding: 2em 0 8em;
}

article.index .sec_top04 .list_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

article.index .sec_top04 .list_banner li:not(:last-child) {
  margin-right: 2%;
}

article.index .sec_top04 .list_banner li a {
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

article.index .sec_top04 .list_banner li a:hover {
  opacity: 0.7;
}

article.index .sec_top04 .list_banner li a img {
  width: 100%;
}

@media only screen and (max-width: 1159px) {
  article.index .about_sun_seaweed {
    padding: 0;
    margin-top: 3em;
    height: 90vw;
    min-height: 500px;
    background: url("./image/bg_about_sun_seaweed_sp.jpg") no-repeat center bottom;
    background-size: 100% auto;
  }
  article.index .about_sun_seaweed::before {
    display: none;
  }
  article.index .about_sun_seaweed::after {
    height: 100px;
  }
  article.index .about_sun_seaweed .inner {
    padding: 0 !important;
    position: relative;
  }
  article.index .about_sun_seaweed .inner::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100px;
    background: url("./image/bg_about_sun_seaweed02.png") no-repeat center bottom;
    background-size: 100% 100%;
    bottom: -80px;
  }
  article.index .about_sun_seaweed .flame_about_sun_seaweed {
    padding: 2em 10px 1em;
    max-width: 100%;
    text-align: center;
  }
  article.index .about_sun_seaweed .flame_about_sun_seaweed h3 {
    text-align: center;
  }
  article.index .flame_saga_seaweed,
  article.index .flame_commitment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.index .flame_saga_seaweed .image,
  article.index .flame_commitment .image {
    position: inherit;
    top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 60%;
  }
  article.index .flame_saga_seaweed .inner,
  article.index .flame_commitment .inner {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  article.index .flame_saga_seaweed .box,
  article.index .flame_commitment .box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 100%;
    margin: 2em 0 0 auto;
    text-align: center;
    display: block;
  }
  article.index .flame_saga_seaweed .box h3,
  article.index .flame_commitment .box h3 {
    text-align: center;
    padding-left: 0;
  }
  article.index .flame_saga_seaweed .box .txt,
  article.index .flame_commitment .box .txt {
    text-align: left;
    padding: 0 !important;
  }
  article.index .flame_saga_seaweed .box .btn01,
  article.index .flame_commitment .box .btn01 {
    margin: 2em auto 0;
  }
  article.index .flame_saga_seaweed .box .btn01 a,
  article.index .flame_commitment .box .btn01 a {
    margin: 0 auto;
  }
  article.index .flame_commitment .image {
    left: 0;
    margin: 6em 0 0 0;
  }
  article.index .flame_commitment .box .btn01 {
    padding-left: 0;
  }
  article.index .sec_top01 {
    padding: 4em 0 5em;
  }
}

@media screen and (max-width: 739px) {
  body.index .main_image {
    min-height: 400px;
    height: 90vh;
  }
  body.index .main_image .inner {
    position: relative;
    min-height: 400px;
    height: 90vh;
  }
  body.index .main_image .inner .main_txt {
    bottom: 56%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 100%;
    max-width: 300px;
    height: 75%;
    max-height: 500px;
  }
  body.index .main_image .catch {
    min-height: 400px;
    height: calc(90vh - 70px);
  }
  body.index .main_image .catch #main_slider {
    min-height: 400px;
  }
  body.index .main_image .catch #main_slider .slide_item {
    height: calc(90vh - 70px);
    min-height: 400px;
  }
  body.index .main_image .catch #main_slider .slick-dots {
    bottom: -2em;
  }
  body.index .main_image .catch #main_slider .slick-dots li {
    margin: 0 8px;
  }
  body.index .main_image .catch #main_slider .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
  article.index .about_sun_seaweed .flame_about_sun_seaweed h3 {
    font-size: 1.5rem;
  }
  article.index .about_sun_seaweed .flame_about_sun_seaweed .txt {
    font-size: 0.875rem;
    text-align: left;
  }
  article.index .flame_saga_seaweed .image,
  article.index .flame_commitment .image {
    width: 90%;
  }
  article.index .flame_saga_seaweed .box h3,
  article.index .flame_commitment .box h3 {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  article.index .sec_top01 {
    padding: 4em 0 5em;
  }
  article.index .sec_top02 {
    padding: 5em 0;
    background-image: url("./image/bg_product01_sp.png");
    background-size: 100% 100%;
  }
  article.index .sec_top02 h3 {
    font-size: 1.5rem;
  }
  article.index .sec_top02 .list_product_infor {
    display: block;
    margin: 2em auto 0;
  }
  article.index .sec_top02 .list_product_infor li {
    width: 100%;
    padding: 0 1em;
    margin-bottom: 4em;
  }
  article.index .sec_top02 .list_product_infor li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  article.index .sec_top02 .list_product_infor li a .txt {
    margin-top: 1em;
  }
  article.index .sec_top02 .list_product_infor li a .txt span:after {
    width: 14px;
    height: 10px;
    right: -1.5em;
  }
  article.index .sec_top02 .list_product_infor .slick-dots {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 1.75em;
    right: auto;
  }
  article.index .sec_top02 .list_product_infor .slick-dots li {
    padding: 0;
    margin: 0;
  }
  article.index .sec_top02 .list_product_infor .slick-dots li button:before {
    width: 5px;
    height: 5px;
    border: 1px solid #00afc1;
    background-color: transparent;
  }
  article.index .sec_top02 .list_product_infor .slick-dots li.slick-active button:before {
    background: #00afc1;
  }
  article.index .sec_top02 .list_product_infor .slick-prev,
  article.index .sec_top02 .list_product_infor .slick-next {
    width: 43px;
    height: 43px;
    top: 35%;
  }
  article.index .sec_top02 .list_product_infor .slick-prev:before,
  article.index .sec_top02 .list_product_infor .slick-next:before {
    display: none;
  }
  article.index .sec_top02 .list_product_infor .slick-prev {
    background: url("./image/icon_prev.png") no-repeat center center;
    background-size: cover;
    left: 20px;
  }
  article.index .sec_top02 .list_product_infor .slick-next {
    background: url("./image/icon_next.png") no-repeat center center;
    background-size: cover;
  }
  article.index .sec_top02 .btn01 a {
    max-width: 280px;
    margin: 0 auto;
  }
  article.index .sec_top03 {
    padding-top: 4em;
  }
  article.index .sec_top03 .ttl {
    font-size: 1.125rem;
  }
  article.index .sec_top03 .list_news02 li {
    border-top: 1px solid #00afc1;
  }
  article.index .sec_top03 .list_news02 li:last-child {
    border-bottom: 1px solid #00afc1;
  }
  article.index .sec_top03 .list_news02 li a {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5em 1em;
    position: relative;
  }
  article.index .sec_top03 .list_news02 li a .box {
    width: calc(100% - 50px);
  }
  article.index .sec_top03 .list_news02 li a .box .date {
    font-size: 1rem;
    width: 100%;
  }
  article.index .sec_top03 .list_news02 li a .box .tag_new {
    font-size: 0.75rem;
    padding: 3px 2px 2px;
    margin-left: 0;
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  article.index .sec_top03 .list_news02 li a .txt {
    width: calc(100% - 50px);
    padding-left: 0;
  }
  article.index .sec_top03 .link_news02 a {
    font-size: 0.875rem;
    padding: 1em 3em 1em 1em;
  }
  article.index .sec_top03 .link_news02 a span:after {
    content: "";
    width: 13px;
    height: 10px;
  }
  article.index .sec_top04 {
    padding: 2em 0 4em;
  }
  article.index .sec_top04 .list_banner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.index .sec_top04 .list_banner li {
    margin-bottom: 1em;
    width: 100%;
  }
  article.index .sec_top04 .list_banner li:not(:last-child) {
    margin-right: 0;
  }
}

/* --------------------------------------------------
	14. About
-------------------------------------------------- */
body.about #header .nav > li.about span:after {
  background-color: #00afc1;
}

article.about .image_2nd {
  background-image: url(./images/about/img_about01.jpg);
}

article.about .ttl01, article.about .ttl03, article.about .ttl04 {
  font-weight: bold;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

article.about .ttl01 {
  font-size: 2.5rem;
  color: #000;
  width: 100%;
  max-width: 700px;
  background-color: #e5f7f9;
  text-align: center;
  padding: 0.05em 0.05em 0.2em;
  border-radius: 50px;
  margin: 0 auto;
  letter-spacing: 0.04em;
  position: relative;
}

article.about .ttl01 em {
  font-size: 3.4375rem;
  color: #ff1e00;
}

article.about .ttl01:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 15px 0 15px;
  border-color: #e5f7f9 transparent transparent transparent;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

article.about .ttl03 {
  font-size: 1.875rem;
  color: #000;
  padding: 0 0.25em 0.25em;
  letter-spacing: 0.04em;
}

article.about .ttl04 {
  text-align: center;
}

article.about .ttl04 p {
  display: inline-block;
  font-size: 1.875rem;
  color: #ff1e00;
  padding: 0 0.25em 0.25em;
  letter-spacing: 0.1em;
  position: relative;
}

article.about .ttl04 p em {
  color: #00afc1;
  font-size: 1.5625rem;
}

article.about .ttl04 p:after, article.about .ttl04 p:before {
  content: "";
  width: 20px;
  height: 26px;
  position: absolute;
  top: 50%;
  z-index: -1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

article.about .ttl04 p:after {
  background: url("./images/about/ttl01.png") no-repeat center center;
  background-size: cover;
  left: -1em;
}

article.about .ttl04 p:before {
  background: url("./images/about/ttl02.png") no-repeat center center;
  background-size: cover;
  right: -0.75em;
}

article.about .flame_about01 .list_about01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 4em;
}

article.about .flame_about01 .list_about01 li {
  width: calc(100% / 3);
  padding: 0 1.5em;
  margin-bottom: 3em;
}

article.about .flame_about01 .list_about01 li:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

article.about .flame_about01 .list_about01 li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

article.about .flame_about01 .list_about01 li:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

article.about .flame_about01 .list_about01 li:nth-child(4) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

article.about .flame_about01 .list_about01 li:nth-child(5) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

article.about .flame_about01 .list_about01 li .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

article.about .flame_about01 .list_about01 li .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

article.about .flame_about01 .list_about01 li .txt {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}

article.about .flame_about01 .list_about01 li .txt em {
  font-size: 1.5rem;
  color: #ff1e00;
}

article.about .flame02 {
  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;
}

article.about .flame02 .left {
  width: 35%;
}

article.about .flame02 .left .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

article.about .flame02 .left .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

article.about .flame02 .right {
  width: 65%;
  padding-left: 2em;
}

article.about .flame02_ttl {
  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;
  padding-bottom: 1em;
}

article.about .flame02_ttl .text {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  padding-left: 0.5em;
  line-height: 1.3;
}

article.about .flame02_ttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background-image: url(./image/dotted.png);
  background-repeat: repeat-x;
  background-size: contain;
}

article.about .flame02 .txt {
  margin-top: 1em;
}

article.about .flame02 .txt em {
  color: #ff1e00;
  font-weight: bold;
}

article.about .flame02_reverse .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

article.about .flame02_reverse .right {
  padding: 0;
}

article.about .flame03 {
  position: relative;
}

article.about .flame03_list.is_show li:nth-child(1) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

article.about .flame03_list.is_show li {
  opacity: 1;
}

article.about .flame03_list.is_show li:nth-child(1) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

article.about .flame03_list.is_show li:nth-child(1) .flame03_line {
  height: 127px;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

article.about .flame03_list.is_show li {
  opacity: 1;
}

article.about .flame03_list.is_show li:nth-child(2) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

article.about .flame03_list.is_show li:nth-child(2) .flame03_line {
  height: 127px;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

article.about .flame03_list.is_show li {
  opacity: 1;
}

article.about .flame03_list.is_show li:nth-child(3) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

article.about .flame03_list.is_show li:nth-child(3) .flame03_line {
  height: 127px;
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}

article.about .flame03_list.is_show li {
  opacity: 1;
}

article.about .flame03_list.is_show li:nth-child(4) {
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
}

article.about .flame03_list.is_show li:nth-child(4) .flame03_line {
  height: 127px;
  -webkit-transition-delay: 4.5s;
  transition-delay: 4.5s;
}

article.about .flame03_list.is_show li {
  opacity: 1;
}

article.about .flame03_list.is_show li:nth-child(5) {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}

article.about .flame03_list.is_show li:nth-child(5) .flame03_line {
  height: 127px;
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s;
}

article.about .flame03_list.is_show li {
  opacity: 1;
}

article.about .flame03_list.is_show li:nth-child(6) {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}

article.about .flame03_list.is_show li:nth-child(6) .flame03_line {
  height: 127px;
  -webkit-transition-delay: 6.5s;
  transition-delay: 6.5s;
}

article.about .flame03_list.is_show li {
  opacity: 1;
}

article.about .flame03_list.is_show li:nth-child(7) {
  -webkit-transition-delay: 7s;
  transition-delay: 7s;
}

article.about .flame03_list.is_show li:nth-child(7) .flame03_line {
  height: 127px;
  -webkit-transition-delay: 7.5s;
  transition-delay: 7.5s;
}

article.about .flame03_list li {
  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;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}

article.about .flame03_list li:not(:last-child) {
  margin-bottom: 2em;
}

article.about .flame03_list li .flame03_line {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 87%;
  left: 50%;
  z-index: -1;
  height: 0;
  overflow: hidden;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: height;
  transition-property: height;
}

article.about .flame03_list li.line01 .flame03_line {
  max-width: 196px;
}

article.about .flame03_list li.line01 .flame03_line img {
  max-width: 196px;
}

article.about .flame03_list li.line02 .flame03_line {
  max-width: 162px;
}

article.about .flame03_list li.line02 .flame03_line img {
  max-width: 162px;
}

article.about .flame03_list li.line03 .flame03_line {
  max-width: 144px;
}

article.about .flame03_list li.line03 .flame03_line img {
  max-width: 144px;
}

article.about .flame03_list li.line04 .flame03_line {
  max-width: 217px;
}

article.about .flame03_list li.line04 .flame03_line img {
  max-width: 217px;
}

article.about .flame03_list li.line05 .flame03_line {
  max-width: 187px;
}

article.about .flame03_list li.line05 .flame03_line img {
  max-width: 187px;
}

article.about .flame03_list li.line06 .flame03_line {
  max-width: 130px;
}

article.about .flame03_list li.line06 .flame03_line img {
  max-width: 130px;
}

article.about .flame03_list li.line07 .flame03_line {
  max-width: 184px;
}

article.about .flame03_list li.line07 .flame03_line img {
  max-width: 184px;
}

article.about .flame03_list li.line08 .flame03_line {
  max-width: 155px;
}

article.about .flame03_list li.line08 .flame03_line img {
  max-width: 155px;
}

article.about .flame03_list .reverse .left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 0 0 1em;
}

article.about .flame03_list .left {
  width: 50%;
  padding-right: 1em;
}

article.about .flame03_list .left .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

article.about .flame03_list .left .image:before {
  content: "";
  display: block;
  padding-top: 60%;
}

article.about .flame03_list .right {
  width: 50%;
  padding: 2em;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  min-height: 270px;
  pointer-events: none;
}

article.about .flame03_list .txt {
  margin-top: 0.5em;
  text-align: left;
}

article.about .flame03_list .txt em {
  color: #00afc1;
  font-weight: bold;
}

article.about .flame03_list02 .flame03_ttl {
  border-color: #ff1e00;
}

article.about .flame03_list02 .flame03_ttl .number {
  background-color: #ff1e00;
}

article.about .flame03_list02 .txt em {
  color: #ff1e00;
}

article.about .flame03_ttl {
  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-bottom: 0.25em;
  border-bottom: 3px solid #00afc1;
}

article.about .flame03_ttl .number {
  width: 40px;
  height: 40px;
  background-color: #00afc1;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  border-radius: 50%;
  text-align: center;
  line-height: 1.6;
}

article.about .flame03_ttl .text {
  font-size: 2rem;
  font-weight: bold;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  padding-left: 0.5em;
}

article.about .list_about_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 680px;
  margin: 1.5em auto 0;
}

article.about .list_about_btn .btn01 {
  width: 100%;
  max-width: 320px;
}

article.about .list_about_btn .btn01 a {
  max-width: 320px;
}

article.about .sec_about01 {
  padding-top: 0;
}

article.about .sec_about01 .flame_about01 .ttl01 {
  margin: 2em auto 1.5em;
}

article.about .sec_about01 .flame02_box .ttl01 {
  margin-bottom: 1.5em;
}

article.about .sec_about01 .flame02_box .flame02:not(:last-of-type) {
  margin-bottom: 4em;
}

article.about .sec_about02 {
  text-align: center;
  background: #f2fbfc;
  background-size: 100% 64px;
  padding: 3em 0 8em;
  position: relative;
  margin-top: 4em;
}

article.about .sec_about02:after {
  content: '';
  width: 100%;
  height: 64px;
  background: url("./images/about/bg01.png") repeat-x center top;
  background-size: 1921px 64px;
  position: absolute;
  top: -30px;
  left: 0;
}

article.about .sec_about02 h3 {
  margin-bottom: 2em;
}

article.about .sec_about03 {
  background-color: #fff4f2;
  border-top: 4px dotted #ff1e00;
  position: relative;
  padding: 8em 0;
}

article.about .sec_about03 .ttl03 {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(49%, #fff4f2), color-stop(49%, rgba(255, 255, 255, 0)), color-stop(49%, #f2fbfc));
  background: -webkit-linear-gradient(bottom, #fff4f2 49%, rgba(255, 255, 255, 0) 49%, #f2fbfc 49%);
  background: linear-gradient(0deg, #fff4f2 49%, rgba(255, 255, 255, 0) 49%, #f2fbfc 49%);
}

article.about .sec_about04 {
  padding: 8em 0;
  position: relative;
}

article.about .sec_about04:after {
  content: '';
  width: 100%;
  height: 64px;
  background: url("./images/about/bg02.png") no-repeat center top;
  background-size: 100% 64px;
  position: absolute;
  top: -30px;
}

@media only screen and (max-width: 1159px) {
  article.about .ttl01 {
    font-size: 2.5rem;
  }
  article.about .ttl02 em {
    font-size: 2.5rem;
  }
  article.about .ttl03 {
    font-size: 1.25rem;
  }
  article.about .txt {
    font-size: 1rem;
  }
  article.about .flame_about01 .list_about01 li .txt {
    font-size: 1rem;
  }
  article.about .flame_about01 .list_about01 li .txt em {
    font-size: 1.125rem;
  }
  article.about .flame02 .left {
    width: 40%;
  }
  article.about .flame02 .right {
    width: 60%;
    padding-left: 1em;
  }
  article.about .flame02_ttl .text {
    font-size: 2rem;
  }
  article.about .flame03_list.is_show li:nth-child(1) {
    -webkit-transition-delay: 0.5s !important;
    transition-delay: 0.5s !important;
  }
  article.about .flame03_list.is_show li:nth-child(1):nth-child(1) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
  article.about .flame03_list.is_show li:nth-child(1) .flame03_line {
    height: 110px;
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s;
  }
  article.about .flame03_list.is_show li:nth-child(2):nth-child(2) {
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
  article.about .flame03_list.is_show li:nth-child(2) .flame03_line {
    height: 110px;
    -webkit-transition-delay: 3.5s;
    transition-delay: 3.5s;
  }
  article.about .flame03_list.is_show li:nth-child(3):nth-child(3) {
    -webkit-transition-delay: 4.5s;
    transition-delay: 4.5s;
  }
  article.about .flame03_list.is_show li:nth-child(3) .flame03_line {
    height: 110px;
    -webkit-transition-delay: 5.25s;
    transition-delay: 5.25s;
  }
  article.about .flame03_list.is_show li:nth-child(4):nth-child(4) {
    -webkit-transition-delay: 6s;
    transition-delay: 6s;
  }
  article.about .flame03_list.is_show li:nth-child(4) .flame03_line {
    height: 110px;
    -webkit-transition-delay: 7s;
    transition-delay: 7s;
  }
  article.about .flame03_list.is_show li:nth-child(5):nth-child(5) {
    -webkit-transition-delay: 7.5s;
    transition-delay: 7.5s;
  }
  article.about .flame03_list.is_show li:nth-child(5) .flame03_line {
    height: 110px;
    -webkit-transition-delay: 8.75s;
    transition-delay: 8.75s;
  }
  article.about .flame03_list.is_show li:nth-child(6):nth-child(6) {
    -webkit-transition-delay: 9s;
    transition-delay: 9s;
  }
  article.about .flame03_list.is_show li:nth-child(6) .flame03_line {
    height: 110px;
    -webkit-transition-delay: 10.5s;
    transition-delay: 10.5s;
  }
  article.about .flame03_list.is_show li:nth-child(7):nth-child(7) {
    -webkit-transition-delay: 10.5s;
    transition-delay: 10.5s;
  }
  article.about .flame03_list.is_show li:nth-child(7) .flame03_line {
    height: 110px;
    -webkit-transition-delay: 12.25s;
    transition-delay: 12.25s;
  }
  article.about .flame03_list li:not(:last-child) {
    margin-bottom: 5em;
  }
  article.about .flame03_list .right {
    padding: 1.5em;
    min-height: 240px;
  }
  article.about .flame03_ttl .text {
    font-size: 1.75rem;
  }
  article.about .list_about_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 680px;
    margin: 1.5em auto 0;
  }
  article.about .list_about_btn .btn01 {
    width: 100%;
    max-width: 320px;
  }
  article.about .list_about_btn .btn01 a {
    max-width: 320px;
  }
  article.about .sec_about01 {
    padding-top: 0;
  }
  article.about .sec_about01 .flame_about01 .ttl01 {
    margin: 2em auto 1.5em;
  }
  article.about .sec_about01 .flame02_box .ttl01 {
    margin-bottom: 1.5em;
  }
  article.about .sec_about01 .flame02_box .flame02:not(:last-of-type) {
    margin-bottom: 4em;
  }
  article.about .sec_about02 {
    background: #f2fbfc;
    background-size: 100% 64px;
    padding: 3em 0 8em;
    margin-top: 4em;
  }
  article.about .sec_about02:after {
    content: '';
    width: 100%;
    height: 64px;
    background: url("./images/about/bg01.png") no-repeat center top;
    background-size: 100% 64px;
    position: absolute;
    top: -30px;
  }
  article.about .sec_about02 .ttl02 {
    margin-bottom: 2em;
  }
  article.about .sec_about03 {
    position: relative;
    padding: 8em 0;
  }
  article.about .sec_about03 .ttl03 {
    top: -23px;
  }
  article.about .sec_about04 {
    padding: 8em 0;
    position: relative;
  }
  article.about .sec_about04:after {
    content: '';
    width: 100%;
    height: 64px;
    background: url("./images/about/bg02.png") no-repeat center top;
    background-size: 100% 64px;
    position: absolute;
    top: -30px;
  }
  article.about .sec_about04 .info_contact01 {
    margin-top: 8em;
  }
}

@media screen and (max-width: 739px) {
  article.about .ttl01 {
    font-size: 1.125rem;
  }
  article.about .ttl01 em {
    font-size: 1.5rem;
  }
  article.about .ttl01:after {
    border-width: 15px 7px 0 7px;
    bottom: -15px;
  }
  article.about .ttl02 {
    font-size: 1.25rem;
  }
  article.about .ttl03 {
    width: 100%;
    max-width: 300px;
  }
  article.about .ttl03 em {
    font-size: 1rem;
  }
  article.about .ttl04 p {
    font-size: 1.25rem;
  }
  article.about .ttl04 p em {
    display: block;
    font-size: 1.125rem;
  }
  article.about .ttl04 p:after {
    width: 15px;
    height: 50px;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%) rotate(-12deg);
    transform: translateY(-50%) rotate(-12deg);
  }
  article.about .ttl04 p:before {
    width: 15px;
    height: 50px;
    background-size: 100% 100%;
    -webkit-transform: translateY(-50%) rotate(10deg);
    transform: translateY(-50%) rotate(10deg);
    right: -.75em;
  }
  article.about .flame_about01 .list_about01 {
    margin-bottom: 2em;
    max-width: 400px;
  }
  article.about .flame_about01 .list_about01 li {
    padding: 0 0.25em;
    margin-bottom: 1em;
  }
  article.about .flame_about01 .list_about01 li:nth-child(4), article.about .flame_about01 .list_about01 li:nth-child(5) {
    width: 50%;
    max-width: 150px;
  }
  article.about .flame_about01 .list_about01 li .image {
    margin: 0 auto;
    max-width: 100px;
  }
  article.about .flame_about01 .list_about01 li .txt {
    font-size: 0.75rem;
  }
  article.about .flame_about01 .list_about01 li .txt em {
    font-size: 0.875rem;
  }
  article.about .flame02 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.about .flame02 .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  article.about .flame02 .left .image {
    margin: 1em auto 0;
    max-width: 375px;
  }
  article.about .flame02 .right {
    width: 100%;
    padding-left: 0;
  }
  article.about .flame02_ttl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-width: 0 0 4px;
    padding-bottom: 0.75em;
  }
  article.about .flame02_ttl .number {
    max-width: 35px;
  }
  article.about .flame02_ttl .text {
    font-size: 1.5rem;
  }
  article.about .flame02 .txt {
    font-size: 0.875rem;
  }
  article.about .flame03_list.is_show li:nth-child(1) .flame03_line {
    height: 95px;
  }
  article.about .flame03_list.is_show li:nth-child(3) .flame03_line {
    height: 160px;
  }
  article.about .flame03_list.is_show li:nth-child(5) .flame03_line {
    height: 110px;
  }
  article.about .flame03_list.is_show li:nth-child(9) .flame03_line {
    height: 151px;
  }
  article.about .flame03_list li {
    display: block;
  }
  article.about .flame03_list li:not(:last-child) {
    margin-bottom: 50px;
  }
  article.about .flame03_list li .flame03_line {
    top: 100%;
    left: 5em;
  }
  article.about .flame03_list li.reverse .flame03_line {
    left: inherit;
    right: 2em;
  }
  article.about .flame03_list li.line01 .flame03_line {
    max-width: 21px;
    width: 7vw;
  }
  article.about .flame03_list li.line01 .flame03_line img {
    max-width: 21px;
  }
  article.about .flame03_list li.line02 .flame03_line {
    max-width: 130px;
    width: 30vw;
  }
  article.about .flame03_list li.line02 .flame03_line img {
    max-width: 130px;
  }
  article.about .flame03_list li.line03 .flame03_line {
    left: 4em !important;
    max-width: 301px;
    width: 50vw;
  }
  article.about .flame03_list li.line03 .flame03_line img {
    max-width: 74px;
  }
  article.about .flame03_list li.line04 .flame03_line {
    max-width: 64px;
  }
  article.about .flame03_list li.line04 .flame03_line img {
    max-width: 64px;
  }
  article.about .flame03_list li.line05 .flame03_line {
    left: 11em !important;
    max-width: 194px;
  }
  article.about .flame03_list li.line05 .flame03_line img {
    max-width: 194px;
  }
  article.about .flame03_list li.line06 .flame03_line {
    max-width: 90px;
    right: 4.25em;
  }
  article.about .flame03_list li.line06 .flame03_line img {
    max-width: 90px;
  }
  article.about .flame03_list li.line07 .flame03_line {
    max-width: 114px;
  }
  article.about .flame03_list li.line07 .flame03_line img {
    max-width: 114px;
  }
  article.about .flame03_list li.line08 .flame03_line {
    left: 15em;
    max-width: 175px;
  }
  article.about .flame03_list li.line08 .flame03_line img {
    max-width: 175px;
  }
  article.about .flame03_list .reverse .left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
  article.about .flame03_list .left {
    width: 100%;
    padding-right: 0;
  }
  article.about .flame03_list .left .image {
    max-width: calc(100% - 2em);
    margin: 0 auto;
  }
  article.about .flame03_list .right {
    width: 100%;
    padding: 0.75em;
    min-height: 100%;
    margin-top: 1em;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #00afc1;
    pointer-events: inherit;
  }
  article.about .flame03_list .right:after {
    content: '';
    width: 83px;
    height: 23px;
    background: url("./images/about/button01.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  article.about .flame03_list .txt {
    display: none;
  }
  article.about .flame03_ttl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: none;
  }
  article.about .flame03_ttl .number {
    width: 24px;
    height: 24px;
    font-size: 1rem;
    line-height: 1.4;
  }
  article.about .flame03_ttl .text {
    font-size: 1.125rem;
  }
  article.about .flame03_list02 .right {
    border-bottom: 2px solid #ff1e00;
  }
  article.about .flame03_list02 .right:after {
    background: url("./images/about/button02.png") no-repeat center center;
    background-size: cover;
  }
  article.about .list_about_btn {
    display: block;
    width: 100%;
    max-width: 320px;
    margin-top: 1em;
  }
  article.about .list_about_btn .btn01 {
    margin-bottom: 1em;
  }
  article.about .sec_about01 .inner {
    padding: 0 !important;
  }
  article.about .sec_about01 .flame_about01 {
    padding: 0 10px !important;
  }
  article.about .sec_about01 .flame_about01 .ttl01 {
    margin: 2em auto 1.5em;
  }
  article.about .sec_about01 .flame02_box {
    padding: 0 10px !important;
  }
  article.about .sec_about01 .flame02_box .flame02:not(:last-of-type) {
    margin-bottom: 3em;
  }
  article.about .sec_about02 {
    padding: 3em 0 6em;
  }
  article.about .sec_about02:after {
    height: 14px;
    background: url("./images/about/bg01.png") no-repeat center top;
    background-size: 100% 14px;
    top: -12px;
  }
  article.about .sec_about03 {
    padding: 4em 0;
  }
  article.about .sec_about03 .ttl03 {
    top: -24px;
  }
  article.about .sec_about04 {
    padding: 4em 0 0;
    position: relative;
  }
  article.about .sec_about04:after {
    height: 14px;
    background: url("./images/about/bg02.png") no-repeat center top;
    background-size: 100% 14px;
    top: -5px;
  }
  article.about .sec_about04 .info_contact01 {
    margin-top: 4em;
  }
}

/* --------------------------------------------------
	15. Company
-------------------------------------------------- */
body.company #header .nav > li.company span:after {
  background-color: #00afc1;
}

article.company {
  text-align: center;
}

article.company .image_2nd {
  background-image: url(./images/company/img_company01.jpg);
}

article.company .recruit .image_2nd {
  background-image: url(./images/company/img_recruit01.jpg);
}

article.company h3 {
  margin-bottom: 1em;
}

article.company .txt_company01 {
  font-size: 1.3125rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

article.company .txt {
  text-align: center;
}

article.company .txt em {
  color: #ff1e00;
}

article.company .flame_company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f8f9fd;
  padding: 2em;
}

article.company .flame_company .left {
  width: 25%;
  margin-right: 2em;
}

article.company .flame_company .left .image {
  max-width: 320px;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

article.company .flame_company .left .image:before {
  content: "";
  display: block;
  padding-top: 120%;
}

article.company .flame_company .right {
  width: 75%;
}

article.company .flame_company .txt {
  font-weight: 500;
  text-align: left;
}

article.company .flame_company .txt em {
  color: #ff1e00;
  font-weight: bold;
}

article.company .flame_company_txt02 {
  text-align: center;
  margin-top: 1em;
}

article.company .flame_company_txt02 img {
  max-width: 200px;
}

article.company .table_company {
  max-width: 1000px;
  margin: 0 auto;
}

article.company .table_company th {
  width: 340px;
  text-align: center;
}

article.company .table_company td {
  width: calc(100% - 340px);
}

article.company .table_company td a {
  font-size: 1rem;
  color: #00adbf;
  font-weight: 500;
  position: relative;
  padding-right: 1.25em;
  display: inline-block;
  border-bottom: 1px solid #00adbf;
  line-height: 1.4;
  text-decoration: none;
  margin-left: 0.5em;
}

article.company .table_company td a:after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("./images/company/icon_link.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -0;
}

article.company .sec_company01 {
  padding-top: 0;
}

article.company .sec_company01 .txt_company01 {
  margin-top: 1em;
}

article.company .sec_company02 {
  padding-top: 0;
}

article.company .sec_company02 .image_company02 {
  text-align: center;
  margin-bottom: 2em;
}

article.company .sec_company03, article.company .sec_company04, article.company .sec_company05 {
  padding-top: 2em;
}

article.company .sec_company04 .btn01.--print {
  margin: 20px auto 0;
  max-width: 1040px;
  padding: 0 50px;
  text-align: right;
}

article.company .sec_company04 .btn01.--print button {
  display: inline-block;
  max-width: none;
  width: auto;
  background-color: transparent;
  color: #00afc1;
  opacity: 1;
  position: relative;
  padding: 0;
  border-radius: 0;
  font-size: 20px;
  line-height: 1;
}

article.company .sec_company04 .btn01.--print button::after {
  content: "";
  width: 21px;
  height: 18px;
  background: url(./image/arrown02.png) right/contain no-repeat;
  background-size: cover;
  position: absolute;
  right: -1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

article.company .sec_company05 iframe {
  width: 100%;
  height: 450px;
}

article.company .info_contact01 {
  margin: 8em auto;
}

article section.recruit .col_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

article section.recruit .col_2 .item {
  width: 47%;
  gap: 2%;
  margin-bottom: 5%;
}

article section.recruit .col_2 .title {
  text-align: center;
  font-size: 1.875rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: bold;
  margin: .5em auto;
}

article section.recruit .col_2 .btn01 {
  margin-bottom: 1em;
}

article section.recruit .col_2 .btn01 a {
  max-width: inherit;
}

article section.recruit .col_2 .btn01 a.no_link {
  pointer-events: none;
  background-color: #bababa;
}

article section.recruit .col_2 .btn01 a.no_link span {
  margin-left: 0;
}

article section.recruit .col_2 .btn01 a.no_link span::after {
  display: none;
}

article section.recruit .col_2 p {
  text-align: left;
}

article section.recruit .col_2 p a {
  color: #00adbf;
  text-decoration: underline;
}

article section.recruit .howto {
  margin-top: 5em;
}

article section.recruit .howto a {
  color: #00adbf;
  text-decoration: underline;
}

@media all and (min-width: 1160px), print {
  body.company .sec_company04 .btn01.--print button {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  body.company .sec_company04 .btn01.--print button:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 1159px) {
  article.company .flame_company {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f8f9fd;
    padding: 1.5em 1.5em 3em;
  }
  article.company .flame_company .left {
    width: 100%;
    margin: 0 auto 2em;
  }
  article.company .flame_company .right {
    width: 100%;
    padding: 0;
  }
  article.company .flame_company_txt01 {
    font-size: 1rem;
  }
  article.company .flame_company_txt02 {
    font-size: 0.875rem;
  }
  article.company .table_company th {
    font-size: 1.125rem;
    width: 200px;
  }
  article.company .table_company td {
    width: calc(100% - 200px);
    font-size: 1.125rem;
  }
  article.company .table_company td a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 739px) {
  article.company .txt_company01 {
    font-size: 0.875rem;
    text-align: left;
    padding: 0 10px;
  }
  article.company .txt_company02 {
    font-size: 0.875rem;
  }
  article.company .table_company {
    display: block;
    width: 100%;
  }
  article.company .table_company tbody, article.company .table_company tr {
    display: block;
  }
  article.company .table_company th, article.company .table_company td {
    display: block;
    padding: 0.5em 1em;
  }
  article.company .table_company th {
    font-size: 0.875rem;
    width: 100%;
  }
  article.company .table_company td {
    width: 100%;
    font-size: 0.875rem;
  }
  article.company .table_company td a {
    font-size: 0.75rem;
  }
  article.company .table_company td a:after {
    width: 10px;
    height: 10px;
    top: 50%;
  }
  article.company .sec_company01 .inner {
    padding: 0 !important;
  }
  article.company .sec_company02 {
    padding-top: 0;
  }
  article.company .sec_company02 .image_company02 {
    max-width: 280px;
    margin: 0 auto 1.5em;
  }
  article.company .sec_company02 p {
    text-align: left;
  }
  article.company .sec_company03 {
    padding-top: 2em;
  }
  article.company .sec_company03 .inner {
    padding: 0 !important;
  }
  article.company .sec_company04 {
    padding-top: 2em;
  }
  article.company .sec_company04 .btn01.--print {
    margin: 20px auto 0;
    padding: 0 40px;
  }
  article.company .sec_company04 .btn01.--print button {
    font-size: 18px;
  }
  article.company .sec_company04 .btn01.--print button::after {
    width: 18px;
    height: 15px;
    right: -1.5em;
  }
  article.company .sec_company05 {
    padding: 2em 0 0;
  }
  article.company .info_contact01 {
    margin: 6em auto;
  }
  article section.recruit .inner {
    padding: 0 20px !important;
  }
  article section.recruit .col_2 .item {
    width: 100%;
  }
  article section.recruit .col_2 .title {
    font-size: 1.3125rem;
  }
  article section.recruit .howto .txt {
    text-align: left;
  }
}

/* --------------------------------------------------
	16. News
-------------------------------------------------- */
article.news {
  text-align: center;
}

article.news section {
  padding-top: 2em !important;
}

article.news .content {
  margin: 3em auto 0;
  overflow: hidden;
  text-align: left;
}

article .news_index section.news {
  padding-top: 3em;
}

article .news_index .list_news02 li {
  border-top: 1px solid #00afc1;
}

article .news_index .list_news02 li:last-child {
  border-bottom: 1px solid #00afc1;
}

article .news_index .list_news02 li a {
  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;
  text-decoration: none;
  padding: 0.5em 1em;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 1rem;
}

article .news_index .list_news02 li a:hover {
  background-color: #e5f7f9;
}

article .news_index .list_news02 li a .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 215px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

article .news_index .list_news02 li a .box .date {
  min-width: 120px;
}

article .news_index .list_news02 li a .box .tag_new {
  font-size: 0.875rem;
  color: #fff;
  background-color: #00afc1;
  padding: 0 5px;
  line-height: 1.6;
  width: 50px;
  height: 23px;
  text-align: center;
  margin-left: 0.5em;
}

article .news_index .list_news02 li a .txt {
  width: calc(100% - 200px);
  font-weight: 500;
}

article.news_detail h3 {
  font-size: 1.75rem;
}

article.news_detail section.detail {
  padding-top: 3em;
}

article.news_detail section .more {
  margin-top: 5em;
  text-align: center;
}

article.news_detail section .more a {
  margin: 0 auto;
}

@media all and (min-width: 940px), print {
  body.news #header .nav .news a {
    color: #fff;
    background-color: #1a0b05;
  }
  body.news #footer .nav .news a {
    color: #000;
    background-color: #fff;
  }
  article .news_index .list_news li:nth-child(2n-1) {
    margin-right: 4%;
  }
  article .news_index .list_news a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  article .news_index .list_news a:hover {
    opacity: 0.7;
  }
  article .news_index .box {
    padding: 0.5em 1em;
  }
}

@media only screen and (max-width: 939px) {
  body.news #header .nav .news a {
    background-color: #1a0b05;
  }
  article .news_index .list_news02 li {
    border-top: 1px solid #00afc1;
  }
  article .news_index .list_news02 li:last-child {
    border-bottom: 1px solid #00afc1;
  }
  article .news_index .list_news02 li a {
    display: block !important;
  }
  article .news_index .list_news02 li a .box {
    display: block;
    width: 100%;
  }
  article .news_index .list_news02 li a .date, article .news_index .list_news02 li a .tag_new {
    display: inline-block;
    vertical-align: middle;
  }
  article .news_index .list_news02 li a .tag_new {
    font-size: 0.75rem !important;
    height: auto !important;
  }
  article .news_index .list_news02 li a .txt {
    line-height: 1.5;
    display: block;
    width: 100%;
  }
  article.news_detail h3 {
    font-size: 1.125rem;
    text-align: left;
    line-height: 1.3;
    padding-bottom: 0.5em;
  }
}

/* --------------------------------------------------
	17. Contact
-------------------------------------------------- */
article.contact button {
  padding: 0.25em;
  width: 300px;
}

article.contact section {
  padding-top: 3em;
}

article.contact_index .contact .tel_box {
  background-color: #fff4f2;
  max-width: 600px;
  padding: 0.5em 1em;
  text-align: center;
  margin: 1em auto 4em;
  font-size: 2rem;
  font-weight: bold;
}

article.contact_index .contact .tel_box span {
  font-size: 1.125rem;
  margin-right: 0.5em;
}

article.contact_index .contact .tel_box p {
  font-size: 1rem;
}

article.contact_complete .btn01 {
  margin-top: 2em;
}

@media only screen and (max-width: 939px) {
  article.contact .text_center {
    text-align: left;
  }
  article.contact_index .contact .tel_box {
    font-size: 1.3125rem;
  }
  article.contact_index .contact .tel_box span {
    font-size: 1rem;
  }
  article.contact_index .contact .tel_box p {
    font-size: 0.875rem;
    margin-top: .5em;
  }
}

/* --------------------------------------------------
	18. Form
-------------------------------------------------- */
select,
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  margin: 5px 0;
  padding: 6px;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: none;
}

select::-ms-expand {
  display: none;
}

.select_item {
  position: relative;
  z-index: 1;
}

.select_item::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  z-index: -1;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}

.form table tr th {
  width: 30%;
}

.form table tr th div {
  position: relative;
}

.form table tr th .essential {
  display: inline-block;
  background-color: #ff1e00;
  padding: 0.1em 0.5em;
  border-radius: 8px;
  color: #fff;
  margin-left: 1em;
  font-size: 0.875rem;
}

.form table tr th .essential_right {
  position: absolute;
  right: 0;
}

.form table tr td a[target="_blank"]::after {
  width: 20px;
  height: 20px;
}

.form table tr td a[href*=".pdf"]::after {
  width: 30px;
  height: 20px;
}

.form table tr td.addres input[type="tel"] {
  width: 200px;
}

.form table tr td.policy a {
  text-decoration: underline;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.form table tr td.policy a:hover {
  text-decoration: none;
}

.form table tr td.radio .radio_item {
  display: inline-block;
}

.form table tr td.check .checkbox_item {
  display: inline-block;
}

.form table tr td.select .select_item {
  width: 300px;
}

.form table tr.w100 th, .form table tr.w100 td {
  display: block;
  width: 100%;
}

.form .agree_box {
  background-color: #f7f7f7;
  padding: 2em;
  text-align: center;
  margin-bottom: 1em;
}

.form .agree_box a {
  text-decoration: underline;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.form .agree_box a:hover {
  text-decoration: none;
}

.form .agree_box a[target="_blank"]::after {
  width: 20px;
  height: 20px;
}

.form .agree_box a[href*=".pdf"]::after {
  width: 30px;
  height: 20px;
}

.form .btn01 {
  margin-top: 2em;
}

.form .btn_box {
  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;
}

.form .btn_box .btn01 {
  margin-right: 2em;
}

.error_text {
  color: red;
  font-size: 0.875rem;
}

tr.error .error_text, .agree_box.error .error_text {
  display: block;
}

@media only screen and (max-width: 939px) {
  .form table tr th {
    width: 100%;
  }
  .form table tr th .essential {
    margin-left: 1em;
  }
  .form table tr th .essential_right {
    position: relative;
    margin-left: 1em;
  }
  .form table tr td.addres input[type="tel"] {
    width: 100%;
  }
  .form table tr td.policy a {
    text-decoration: underline;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .form table tr td.policy a:hover {
    text-decoration: none;
  }
  .form table tr td.select .select_item {
    width: 100%;
  }
  .form table tr.w100 th, .form table tr.w100 td {
    display: block;
    width: 100%;
  }
  .form .btn_box {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form .btn_box .btn01:first-child {
    margin-right: 0;
  }
}

/* --------------------------------------------------
	19. Privacy
-------------------------------------------------- */
article.privacy dl.basic_dl {
  margin-bottom: 2em;
  font-size: 1.125rem;
}

@media only screen and (max-width: 939px) {
  article.privacy dl.basic_dl {
    font-size: 1rem;
  }
}

/* --------------------------------------------------
	20. Quality
-------------------------------------------------- */
body.quality #header .nav > li.quality span:after {
  background-color: #00afc1;
}

article.quality .image_2nd {
  background-image: url(./images/quality/img_quality01.jpg);
}

article.quality .txt_quality01 {
  font-size: 1.3125rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

article.quality h3 {
  margin: 0 auto 2em;
}

article.quality .ttl02 {
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: bold;
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #b2955d;
}

article.quality .ttl02::after {
  display: none;
}

article.quality .flame_quality01 {
  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;
}

article.quality .flame_quality01 .left {
  width: 46.7%;
}

article.quality .flame_quality01 .left .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

article.quality .flame_quality01 .left .image:before {
  content: "";
  display: block;
  padding-top: 57.14286%;
}

article.quality .flame_quality01 .right {
  width: 53.3%;
  padding-left: 2em;
  text-align: left;
}

article.quality .flame_quality01 .ttl {
  font-size: 1.875rem;
  font-weight: bold;
  padding-bottom: .4em;
  border-bottom: 1px solid #ff1e00;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

article.quality .flame_quality01 .txt {
  margin-top: 1em;
  font-weight: 500;
}

article.quality .flame_quality01 .txt em {
  color: #ff1e00;
  font-weight: bold;
}

article.quality .list_quality01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

article.quality .list_quality01 li {
  width: calc(100% / 3);
  padding: 0 1em;
}

article.quality .list_quality01 li .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

article.quality .list_quality01 li .image:before {
  content: "";
  display: block;
  padding-top: 84.21053%;
}

article.quality .list_quality01 li .ttl {
  margin-top: .5em;
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: center;
  font-family: fot-tsukubrdgothic-std, sans-serif;
}

article.quality .list_quality01 li .txt {
  font-weight: 500;
  text-align: center;
}

article.quality .list_quality02 {
  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;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

article.quality .list_quality02 > li {
  display: inline-block;
  margin: 4.3em 0;
}

article.quality .list_quality02 > li:nth-child(2) {
  margin: 4.3em 1em;
}

article.quality .list_quality02 .box {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #b2955d;
  border-bottom: 1px solid #b2955d;
}

article.quality .list_quality02 .ttl {
  font-size: 2.25rem;
  padding: 0 .3em;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  position: absolute;
  background-color: #fff9ee;
  left: 50%;
  top: -35px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

article.quality .list_quality02 ul {
  margin-left: .5em;
  font-size: 1.25rem;
}

article.quality .list_quality02 ul em {
  font-size: 1.375rem;
}

article.quality .list_quality02 ul li::before {
  position: absolute;
  left: -.5em;
  top: 1em;
  display: block;
  content: "";
  width: .2em;
  height: .2em;
  background-color: #000;
  border: 2px solid #000;
}

article.quality .list_quality02 p {
  font-size: 0.875rem;
}

article.quality .list_quality02 em {
  color: #ff1e00;
  font-weight: bold;
}

article.quality .sec_quality01 {
  padding-top: 0;
}

article.quality .sec_quality01 .txt_quality01 {
  margin-top: 1em;
}

article.quality .sec_quality01 .flame_quality01_box {
  margin-top: 8em;
  text-align: center;
}

article.quality .sec_quality01 .flame_quality01_box .ttl01 {
  margin-bottom: 0.7em;
}

article.quality .sec_quality01 .flame_quality01_box .flame_quality01:not(:last-of-type) {
  margin-bottom: 3em;
}

article.quality .sec_quality02 {
  background: #fff9ee;
  padding: 7.5em 0;
  position: relative;
  margin-top: 4em;
}

article.quality .sec_quality02:after, article.quality .sec_quality02:before {
  content: '';
  width: 100%;
  height: 40px;
  background: no-repeat center top;
  background-size: 100% 40px;
  position: absolute;
}

article.quality .sec_quality02:after {
  bottom: -30px;
  background-image: url("./images/quality/bg01.png");
}

article.quality .sec_quality02:before {
  top: -30px;
  background-image: url("./images/quality/bg02.png");
}

article.quality .sec_quality02 .ttl02_box {
  text-align: center;
  margin-bottom: 1.3em;
}

article.quality .sec_quality02 .btn01 {
  margin: 1em 0 0;
}

article.quality .info_contact01 {
  margin: 8em auto;
}

@media only screen and (max-width: 1159px) {
  article.quality .ttl02 {
    font-size: 2.5rem;
  }
  article.quality .txt {
    font-size: 1rem;
  }
  article.quality .flame_quality01 .left {
    width: 45%;
  }
  article.quality .flame_quality01 .right {
    width: 55%;
    padding-left: 1em;
  }
  article.quality .list_quality01 li .ttl {
    font-size: 1.3125rem;
  }
  article.quality .list_quality02 ul {
    font-size: 1rem;
  }
  article.quality .list_quality02 ul em {
    font-size: 1.125rem;
  }
  article.quality .sec_quality01 {
    padding-top: 0;
  }
  article.quality .sec_quality01 .flame_quality01 .ttl01 {
    margin: 2em auto 1.5em;
  }
  article.quality .sec_quality01 .flame02_box .ttl01 {
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 739px) {
  article.quality .txt_quality01 {
    font-size: 0.875rem;
    text-align: left;
    padding: 0 10px;
  }
  article.quality .ttl01 {
    text-align: center;
    margin-bottom: 1em;
  }
  article.quality .ttl02 {
    font-size: 1.5rem;
  }
  article.quality .flame_quality01 .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  article.quality .flame_quality01 .left .image {
    margin: 1em auto 0;
    max-width: 375px;
  }
  article.quality .flame_quality01 .right {
    width: 100%;
    padding-left: 0;
  }
  article.quality .flame_quality01 .ttl {
    font-size: 1.25rem;
  }
  article.quality .flame_quality01 .txt {
    font-size: 0.875rem;
  }
  article.quality .list_quality01 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.quality .list_quality01 li {
    padding: 0 0.5em;
    width: 100%;
  }
  article.quality .list_quality01 li:not(:last-child) {
    margin-bottom: 2em;
  }
  article.quality .list_quality01 li .image {
    margin: 0 auto;
    max-width: 380px;
  }
  article.quality .list_quality01 li .txt {
    font-size: 0.875rem;
  }
  article.quality .list_quality02 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  article.quality .list_quality02 > li {
    width: 100%;
    margin: 2em 0;
  }
  article.quality .list_quality02 > li:nth-child(2) {
    margin: 2em 0;
  }
  article.quality .list_quality02 .box {
    height: inherit;
    padding: 1em 0;
  }
  article.quality .list_quality02 .ttl {
    font-size: 1.5rem;
    top: -23px;
  }
  article.quality .list_quality02 ul {
    font-size: 0.875rem;
  }
  article.quality .list_quality02 ul em {
    font-size: 1rem;
  }
  article.quality .list_quality02 p {
    font-size: 0.75rem;
  }
  article.quality .sec_quality01 .inner {
    padding: 0 !important;
  }
  article.quality .sec_quality01 .flame_quality01 {
    padding: 0 10px !important;
  }
  article.quality .sec_quality01 .flame_quality01 .ttl01 {
    margin: 2em auto 1.5em;
  }
  article.quality .sec_quality01 .flame_quality01_box {
    padding: 0 10px !important;
    margin-top: 5em;
  }
  article.quality .sec_quality01 .flame_quality01_box .flame_quality01:not(:last-of-type) {
    margin-bottom: 3em;
  }
  article.quality .sec_quality02 {
    padding: 4em 0;
  }
  article.quality .sec_quality02:after, article.quality .sec_quality02:before {
    width: 100%;
    height: 20px;
    background-size: 100% 20px;
  }
  article.quality .sec_quality02:after {
    bottom: -20px;
  }
  article.quality .sec_quality02:before {
    top: -20px;
  }
  article.quality .sec_quality02 .image_quality02 {
    text-align: center;
  }
}

/* --------------------------------------------------
	21. Item
-------------------------------------------------- */
body.item #header .nav > li.item span:after {
  background-color: #00afc1;
}

article.item .ttl01 {
  padding: 0 0.4em;
  margin-bottom: 0.8em;
  display: inline-block;
}

article.item .image_item01 {
  width: 100%;
  max-height: 300px;
  height: 25vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
}

article.item #anc01 .image_item01 {
  background-image: url(./images/item/img_item01.jpg);
}

article.item #anc02 .image_item01 {
  background-image: url(./images/item/img_item02.jpg);
}

article.item #anc03 .image_item01 {
  background-image: url(./images/item/img_item03.jpg);
}

article.item #anc04 .image_item01 {
  background-image: url(./images/item/img_item04.jpg);
}

article.item #anc05 .image_item01 {
  background-image: url(./images/item/img_item05.jpg);
}

article.item #anc06 .image_item01 {
  background-image: url(./images/item/img_item06.jpg);
}

article.item .list_product {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

article.item .list_product li {
  width: 50%;
  padding: 1.8em 0 1.8em 3em;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

article.item .list_product .image {
  width: 47%;
  max-width: 240px;
  border-radius: 50%;
  border: 1px solid #00afc1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

article.item .list_product .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

article.item .list_product .text {
  width: 53%;
  padding: 1em 0 1em 2em;
}

article.item .list_product .text dl dt {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}

article.item .list_product .text dl dd {
  font-size: 1rem;
}

article.item .list_product .text dl dd.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
}

article.item .list_product .text dl dd.flex p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

article.item .list_product .link_buy {
  margin-top: 1.5em;
}

article.item .list_product .link_buy a {
  color: #fff;
  font-size: 1.3125rem;
  padding: .1em 1.05em;
  font-weight: bold;
  border-radius: 2em;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background-color: #00afc1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

article.item .list_product .link_buy a:hover {
  opacity: 0.7;
}

article.item .list_product .link_buy a.none_link {
  pointer-events: none;
  background-color: #bebebe;
}

article.item .flame_anc {
  max-width: 1020px;
  margin: 0 auto;
}

article.item .flame_anc ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

article.item .flame_anc ul li {
  width: 33.33333%;
  padding: 10px;
}

article.item .flame_anc ul a {
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  padding: .5em 1em .5em 2em;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 3em;
  text-align: center;
  text-decoration: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #00afc1;
  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;
  justify-content: center;
}

article.item .flame_anc ul a::after {
  content: "";
  width: 20px;
  height: 10px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  background: transparent url(images/item/icon_arrow.png) no-repeat center center;
  background-size: contain;
}

article.item .sec_item01 {
  padding-top: 0;
}

article.item .sec_item01 .flame_item {
  text-align: center;
  margin-top: 6.5em;
}

article.item .sec_item01 .txt_item01 {
  font-size: 1.3125rem;
  font-weight: 500;
  margin-top: 1.6em;
  text-align: center;
}

article.item .sec_item01 .txt {
  font-size: 1.25rem;
}

article.item .info_contact01 {
  margin: 8em auto;
}

@media all and (min-width: 940px), print {
  article.item section .flame_anc ul a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  article.item section .flame_anc ul a:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 1159px) {
  article.item .list_product li {
    padding: 1.8em 0 1.8em 1em;
  }
  article.item .list_product .image {
    width: 40%;
  }
  article.item .list_product .text {
    width: 60%;
    padding: 0 0 0 1em;
  }
  article.item .list_product .text dl dt {
    font-size: 1rem;
  }
  article.item .list_product .text dl dd {
    font-size: 0.875rem;
  }
  article.item .list_product .link_buy a {
    font-size: 1.125rem;
    padding: 0 1em;
  }
  article.item .sec_item01 {
    padding-top: 0;
  }
  article.item .sec_item01 .flame_anc ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  article.item .sec_item01 .flame_anc ul li {
    width: 33.33333%;
    min-width: 320px;
  }
  article.item .sec_item01 .flame_anc ul a {
    font-size: 1.25rem;
    min-height: 70px;
  }
  article.item .sec_item01 .txt_item01 {
    font-size: 1.3125rem;
  }
  article.item .sec_item01 .ttl01 {
    font-size: 2.5rem;
  }
  article.item .sec_item01 .txt {
    font-size: 1rem;
  }
}

@media screen and (max-width: 739px) {
  article.item .image_item01 {
    min-height: 150px;
    background-size: cover;
  }
  article.item .list_product {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  article.item .list_product li {
    width: 375px;
    max-width: 100%;
    padding: 1.5em 0;
  }
  article.item .list_product .image {
    max-width: 140px;
  }
  article.item .list_product .text dl dt {
    font-size: 0.875rem;
  }
  article.item .list_product .text dl dd {
    font-size: 0.75rem;
  }
  article.item .list_product .link_buy {
    margin-top: 1em;
  }
  article.item .sec_item01 .flame_anc ul li {
    width: 50%;
  }
  article.item .sec_item01 .flame_anc ul a {
    min-height: 56px;
  }
  article.item .sec_item01 .txt_item01 {
    font-size: 0.875rem;
    text-align: left;
    padding: 0 10px;
  }
  article.item .sec_item01 .ttl01 {
    font-size: 1.875rem;
    padding: 0 0.2em;
  }
  article.item .sec_item01 .ttl01:after {
    border-width: 15px 7px 0 7px;
    bottom: -15px;
  }
}

/* --------------------------------------------------
	22. Print
-------------------------------------------------- */
@media print {
  * {
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    opacity: 1 !important;
  }
  body {
    zoom: .9;
  }
  #header {
    position: absolute !important;
  }
  #js-print-table h3 {
    position: relative;
    font-weight: bold;
    letter-spacing: 0.04em;
    display: inline-block;
    padding: 0 0.5em;
    margin: 0 0 0.5em 45%;
    text-align: center;
    font-size: 40px;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
  }
  #js-print-table h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-image: url(./image/dotted.png);
    background-repeat: repeat-x;
    background-size: contain;
  }
  #js-print-table table {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border-right: 1px solid #00adbf;
    border-bottom: 1px solid #00adbf;
  }
  #js-print-table th,
  #js-print-table td {
    border: 1px solid #00adbf;
    font-weight: 500;
    padding: 1em 2em;
  }
  #js-print-table th:empty,
  #js-print-table td:empty {
    height: 2.79em;
  }
  #js-print-table th {
    color: #1a0b05;
    white-space: nowrap;
    background-color: #e3f5f7;
    font-weight: bold;
  }
  #js-print-table thead {
    line-height: 1.4;
  }
  #js-print-table a {
    opacity: 0;
    display: none;
  }
  #js-print-table .btn01.--print {
    display: none;
  }
}

/* --------------------------------------------------
	23. Print-lib
-------------------------------------------------- */
.printModal {
  font-family: sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
  left: 0;
  top: 0;
  position: absolute;
  color: #045fb4;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.printClose {
  position: absolute;
  right: 10px;
  top: 10px;
}

.printClose:before {
  content: "\00D7";
  font-family: Helvetica Neue, sans-serif;
  font-weight: 100;
  line-height: 1px;
  padding-top: .5em;
  display: block;
  font-size: 2em;
  text-indent: 1px;
  overflow: hidden;
  height: 1.25em;
  width: 1.25em;
  text-align: center;
  cursor: pointer;
}

.printSpinner {
  margin-top: 3px;
  margin-left: -40px;
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #045fb4;
  border-radius: 50%;
  -webkit-animation: spin .75s linear infinite;
  animation: spin .75s linear infinite;
}

.printSpinner:after,
.printSpinner:before {
  left: -2px;
  top: -2px;
  display: none;
  position: absolute;
  content: "";
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
}

.printSpinner,
.printSpinner:after,
.printSpinner:before {
  display: inline-block;
  border-color: #045fb4 transparent transparent;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.printSpinner:before {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.printSpinner:after {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.printSpinner h3 {
  font-size: 40px;
}
