@charset "UTF-8";
/*
Theme Name: Elwsc
*/
/**
 * mixins and functions
 * @version 1.0
 */
/* ------------------------
wp content
------------------------ */
/*!
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, 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, 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;
}

button {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  display: block;
}
button:hover {
  cursor: pointer;
}

/*
Theme Name: Elwsc
*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.7;
  opacity: 0;
}
body.js-is-show {
  opacity: 1;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
  body.is-fixed {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }
}
button {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #a52413;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}
a img:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: alpha(opacity=75);
}

a {
  transition: 0.3s;
}

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

ul {
  list-style: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
.lang {
  padding: 5px 0 5px 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: url(../images/background/lang.png) 0 50% no-repeat;
  background-size: 16px 16px;
}

@media screen and (max-width: 768px) {
  .sp-search {
    width: 94%;
    margin: 20px auto;
  }
  .sp-search:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (min-width: 769px) {
  .sp-search {
    display: none;
  }
}

.main {
  display: block;
  background-color: #FFF;
}
@media screen and (min-width: 769px) {
  .main {
    min-width: 1024px;
  }
}
.main__inner {
  padding: 65px 0 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .main__inner {
    width: 1024px;
  }
}

.section {
  padding-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .content {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .content {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .content__visual {
    width: 94%;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 769px) {
  .content__visual {
    padding: 0 40px;
    margin-bottom: 30px;
  }
}
.content__body:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .content__body {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .content__body {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .content__body .content__text {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .content__body .content__text {
    float: left;
    width: 65%;
  }
}
@media screen and (min-width: 769px) {
  .content__body .content__image {
    float: right;
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .outline {
    width: 94%;
    margin: 0 auto;
  }
}
.heading {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .heading {
    font-size: 3rem;
    margin-bottom: 60px;
  }
}

.list-default__item {
  padding-left: 20px;
  position: relative;
}
.list-default__item:before {
  content: "・";
  position: absolute;
  left: 0;
}

.strong {
  color: #a52413;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.cta {
  margin: 0 auto;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cta {
    width: 94%;
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .cta {
    width: 420px;
    padding: 50px 0;
  }
}
.cta__list:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 769px) {
  .cta__item {
    width: 420px;
  }
}

.cta3 {
  margin: 0 auto;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cta3 {
    padding: 20px 0;
  }
}
@media screen and (min-width: 769px) {
  .cta3 {
    width: 930px;
    padding: 50px 0;
  }
}
.cta3__list:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .cta3__item {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .cta3__item {
    width: 290px;
    margin: 0 10px;
  }
}
@media screen and (min-width: 769px) {
  .cta3__item:nth-child(1) {
    float: left;
  }
}
@media screen and (min-width: 769px) {
  .cta3__item:nth-child(2) {
    float: left;
  }
}
@media screen and (min-width: 769px) {
  .cta3__item:nth-child(3) {
    float: right;
  }
}

@media screen and (max-width: 768px) {
  .support {
    overflow-x: auto;
  }
}
.support__table {
  width: 100%;
  margin-top: 30px;
}
.support__table td {
  padding: 9px;
  border: 1px solid #fff;
  text-align: left;
  vertical-align: middle;
}
.support__table tr:nth-child(odd) {
  background-color: #ebd8d8;
}

.supported:after {
  content: "";
  display: block;
  clear: both;
}
.supported__item {
  width: 48%;
}
.supported__item:nth-child(2n+1) {
  float: left;
}
.supported__item:nth-child(2n) {
  float: right;
}
.supported__item--single {
  width: 100%;
}

.relation {
  margin: 0 auto;
}
.relation:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .relation {
    width: 94%;
  }
}
@media screen and (min-width: 769px) {
  .relation {
    width: 940px;
  }
}
.relation__list {
  margin-bottom: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .relation__list {
    width: 100%;
    padding: 25px 15px 25px 0;
  }
}
@media screen and (min-width: 769px) {
  .relation__list {
    width: 450px;
    padding: 38px 0 25px 0;
  }
}
.relation__list:nth-child(2n+1) {
  float: left;
}
.relation__list:nth-child(2n) {
  float: right;
}
.relation__name {
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.relation__name a {
  padding-right: 41px;
  color: #000;
  text-decoration: none;
  position: relative;
  left: 38px;
}
.relation__name a:before {
  width: 15px;
  height: 3px;
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: -38px;
}
.relation__name a:hover {
  color: #a52413;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: alpha(opacity=100);
}
.relation__name a:hover:before {
  background-color: #a52413;
}
.relation__text {
  padding-left: 38px;
  font-size: 1.1rem;
}

.home-product {
  padding: 0 0 105px;
}

.home-button {
  width: 198px;
  height: 48px;
  margin: 0 auto;
}

.button, .menu__item a,
.menu__item .label, .button--en {
  height: 48px;
  padding-top: 10px;
  border-radius: 24px;
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 1.5rem;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 10px;
  background-color: #3d4350;
}
.button:hover, .menu__item a:hover,
.menu__item .label:hover, .button--en:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}
.button--en {
  font-family: "Alegreya Sans", sans-serif;
}

.category-tab {
  padding-bottom: 30px;
  margin: 0 auto;
  background-color: #f4f4f4;
}
.category-tab:after {
  content: "";
  display: block;
  clear: both;
}
.category-tab__item, .category-tab__item--on {
  border: 4px solid #FFF;
  border-radius: 50px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  float: left;
  background-color: #fff;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .category-tab__item, .category-tab__item--on {
    width: 30%;
    padding: 10px 10px;
    margin: 0 1%;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .category-tab__item, .category-tab__item--on {
    width: 290px;
    padding: 15px 20px;
    margin: 0 25px;
    font-size: 1.8rem;
  }
}
.category-tab__item:hover, .category-tab__item--on:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}
.category-tab__item--on {
  border: 4px solid #a52413;
  color: #a52413;
}

.category-nav {
  display: none;
  background-color: #333;
}
.category-nav--open {
  display: block;
}
.category-nav__inner {
  display: flex;
}
.category-nav__inner:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .category-nav__inner {
    display: none;
  }
}
.category-nav__tcp, .category-nav__noimage, .category-nav__platform, .category-nav__engineering, .category-nav__eol, .category-nav__software, .category-nav__pci, .category-nav__finder, .category-nav__other, .category-nav__industrail, .category-nav__smarthouse, .category-nav__automotive, .category-nav__ipcamera, .category-nav__streaming {
  width: 256px;
  padding: 130px 25px 25px;
  border-top: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  transition: all 0.05s ease;
  cursor: pointer;
  background-color: #fff;
  background-image: url(../images/category-nav/tcp.png);
  background-position: 50% 30px;
  background-repeat: no-repeat;
  background-size: 195px;
}
.category-nav__tcp:hover, .category-nav__noimage:hover, .category-nav__platform:hover, .category-nav__engineering:hover, .category-nav__eol:hover, .category-nav__software:hover, .category-nav__pci:hover, .category-nav__finder:hover, .category-nav__other:hover, .category-nav__industrail:hover, .category-nav__smarthouse:hover, .category-nav__automotive:hover, .category-nav__ipcamera:hover, .category-nav__streaming:hover {
  transform: translate(-14px, -15px);
}
.category-nav__tcp:nth-child(4n+1), .category-nav__noimage:nth-child(4n+1), .category-nav__platform:nth-child(4n+1), .category-nav__engineering:nth-child(4n+1), .category-nav__eol:nth-child(4n+1), .category-nav__software:nth-child(4n+1), .category-nav__pci:nth-child(4n+1), .category-nav__finder:nth-child(4n+1), .category-nav__other:nth-child(4n+1), .category-nav__industrail:nth-child(4n+1), .category-nav__smarthouse:nth-child(4n+1), .category-nav__automotive:nth-child(4n+1), .category-nav__ipcamera:nth-child(4n+1), .category-nav__streaming:nth-child(4n+1) {
  clear: both;
}
.category-nav__streaming {
  background-image: url(../images/category-nav/streaming.png);
}
.category-nav__ipcamera {
  background-image: url(../images/category-nav/ipcamera.png);
}
.category-nav__automotive {
  background-image: url(../images/category-nav/automotive.png);
}
.category-nav__smarthouse {
  background-image: url(../images/category-nav/smarthouse.png);
}
.category-nav__industrail {
  background-image: url(../images/category-nav/industrail.png);
}
.category-nav__other {
  background-image: url(../images/category-nav/other.png);
}
.category-nav__finder {
  background-image: url(../images/category-nav/finder.png);
}
.category-nav__pci {
  background-image: url(../images/category-nav/pci.png);
}
.category-nav__software {
  background-image: url(../images/category-nav/software.png);
}
.category-nav__eol {
  background-image: url(../images/category-nav/eol.png);
}
.category-nav__engineering {
  background-image: url(../images/category-nav/engineering.png);
}
.category-nav__platform {
  background-image: url(../images/category-nav/platform.png);
}
.category-nav__noimage {
  background-position: 50% 50%;
  background-image: url(../images/category-nav/noimage.png);
}
.category-nav__noimage:hover {
  transform: none;
}
.category-nav__name {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.category-nav__name:before {
  content: attr(data-en);
  display: block;
  color: #a52413;
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Alegreya Sans", sans-serif;
}
.category-nav__text {
  font-size: 1.3rem;
}

.category-sub {
  background-color: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .category-sub {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  .category-sub {
    max-height: 0;
    overflow: hidden;
  }
}
.category-sub--open {
  max-height: 10000px;
  padding: 39px 72px;
  border: 1px solid #e6e6e6;
}
.category-sub__title {
  padding-left: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 25px;
  background: url(../images/background/arrow.png) 0 8px no-repeat;
  background-size: 5px 8px;
}
.category-sub__data {
  padding-left: 54px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  background: url(../images/background/arrow.png) 40px 8px no-repeat;
  background-size: 5px 8px;
}

.product-eol {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .product-eol {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
  .product-eol {
    padding: 10px 0;
  }
}

.home-needs {
  border: 1px solid #fff;
  margin-bottom: 100px;
  background-color: #fff;
}
.home-needs:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 769px) {
  .home-needs {
    width: 715px;
    margin: 0 auto 100px;
  }
}
.home-needs__item {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .home-needs__item {
    border-top: 1px solid #f7f7f7;
  }
}
@media screen and (min-width: 769px) {
  .home-needs__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-top: 1px solid #f7f7f7;
  }
}
@media screen and (max-width: 768px) {
  .home-needs__item:first-child {
    border-top: none;
  }
}
@media screen and (min-width: 769px) {
  .home-needs__item:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 768px) {
  .home-needs__image {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .home-needs__image {
    flex-basis: 215px;
    margin-left: 15px;
  }
}
.home-needs__text_box {
  font-size: 1.3rem;
}
.home-needs__text_box .strong {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .home-needs__text_box {
    flex-basis: 440px;
    margin-bottom: 35px;
  }
}
.home-needs__more {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-needs__more {
    margin-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .home-needs__more {
    position: absolute;
    left: 310px;
    bottom: 20px;
    width: 92px;
  }
}
.home-needs__more a {
  border-radius: 10px;
  display: block;
  color: #000;
  font-size: 1.3rem;
  font-weight: normal;
  text-decoration: none;
  background-color: #eee;
}
.home-needs__more a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70);
}

.home-catalog__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-catalog__text {
    width: 94%;
    margin: 0 auto 20px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .home-catalog__text {
    margin-bottom: 38px;
    font-size: 1.8rem;
  }
}

.home-news {
  padding: 0 0 75px;
}
@media screen and (max-width: 768px) {
  .home-news {
    width: 94%;
    margin: 0 auto;
  }
}
.news-list {
  padding-bottom: 30px;
}
.news-list__item {
  margin-bottom: 10px;
}
.news-list__item:after {
  content: "";
  display: block;
  clear: both;
}
.news-list__date {
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .news-list__date {
    padding: 1px 0;
  }
}
@media screen and (min-width: 769px) {
  .news-list__date {
    padding: 2px 0;
  }
}
.news-list__category {
  width: 100px;
  padding: 1px 0;
  border: 1px solid #3d4350;
  border-radius: 3px;
  float: left;
  text-align: center;
  font-size: 1.3rem;
  margin-right: 16px;
}
.news-list__category--none {
  width: 100px;
  float: left;
  margin-right: 16px;
  display: block;
}
.news-list__ir, .news-list__release {
  width: 100px;
  border-radius: 5px;
  float: left;
  color: #fff;
  text-align: center;
  margin-right: 16px;
  background-color: #c64f45;
}
@media screen and (max-width: 768px) {
  .news-list__ir, .news-list__release {
    padding: 1px 0;
  }
}
@media screen and (min-width: 769px) {
  .news-list__ir, .news-list__release {
    padding: 1px 0;
  }
}
.news-list__release {
  font-size: 1.2rem;
  letter-spacing: -1px;
  background-color: #464a4a;
}
@media screen and (max-width: 768px) {
  .news-list__release {
    padding: 3px 0;
  }
}
@media screen and (min-width: 769px) {
  .news-list__release {
    padding: 4px 0;
  }
}
.news-list__title {
  padding: 2px 0;
}
@media screen and (max-width: 768px) {
  .news-list__title {
    clear: both;
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  .news-list__title {
    width: calc(100% - 210px);
    float: right;
  }
}
.news-list__title a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.year-link {
  padding-top: 30px;
  padding-bottom: 60px;
}
.year-link__back {
  padding-left: 74px;
  margin-top: -10px;
  margin-bottom: 20px;
  background: url(../images/background/arrow.png) 56px 6px no-repeat;
}
.year-link__back a {
  color: #323232;
}
.year-link ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .year-link ul {
    margin: 0 10px;
  }
}
.year-link ul li {
  flex-basis: 5em;
  margin-bottom: 1em;
}

.casestudy {
  margin: 0 auto;
}
.casestudy:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 769px) {
  .casestudy {
    width: 940px;
  }
}
.casestudy__item {
  padding: 22px 25px;
  background-color: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px) {
  .casestudy__item {
    width: 450px;
  }
}
@media screen and (min-width: 769px) {
  .casestudy__item:nth-child(2n+1) {
    float: left;
  }
}
@media screen and (min-width: 769px) {
  .casestudy__item:nth-child(2n) {
    float: right;
  }
}
.casestudy__title {
  font-size: 1.8rem;
  margin-bottom: 18px;
}
.casestudy__text {
  padding: 0 17px;
  margin-bottom: 15px;
}
.casestudy__pdf {
  padding: 0 17px;
}
.casestudy__pdf a {
  padding: 8px 0 5px 40px;
  background: url(../images/icon/pdf.png) 0 0 no-repeat;
  background-size: 32px 32px;
}

.product-card {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.product-card__header {
  width: 100%;
  padding: 9px;
  text-align: center;
  background-color: #e9ecf0;
}
.product-card__image {
  max-height: 90px;
}
.product-card__title {
  margin-top: 4px;
  font-size: 110%;
  font-weight: bold;
}
.product-card__description {
  margin-top: 8px;
  color: #777;
}
.product-card__body {
  width: 100%;
  padding: 9px 25px;
}
.product-card__list li {
  margin-left: 1em;
  text-indent: -1em;
}
.product-card__list li:before {
  content: "・";
}

.menu {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .menu {
    display: flex;
  }
  .menu--center {
    justify-content: center;
  }
}
.menu__item {
  position: relative;
  margin: 0 10px;
}
@media screen and (min-width: 769px) {
  .menu__item {
    width: 200px;
    display: flex-box;
  }
}
.menu__item a,
.menu__item .label {
  white-space: nowrap;
  padding-left: 8px;
  padding-right: 8px;
}
.menu__item .label:hover {
  opacity: 1;
}
.menu__item .submenu {
  display: none;
}
@media screen and (min-width: 769px) {
  .menu__item .submenu {
    position: absolute;
    top: 48px;
    width: 100%;
  }
}
.menu__item .submenu__item a {
  color: #3d4350 !important;
  background-color: #fff;
  border-right: solid 2px #3d4350;
  border-left: solid 2px #3d4350;
}
.menu__item .submenu__item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.menu__item .submenu__item:not(:last-child) a {
  height: 40px;
  margin-bottom: 0;
  border-radius: 0;
}
.menu__item .submenu__item:last-child a {
  padding-bottom: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom: solid 2px #3d4350;
}
.menu__item.open .label {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.menu__item.open .submenu {
  display: block;
}

.pagelink {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .pagelink {
    display: flex;
    justify-content: center;
  }
}
.pagelink > li {
  margin: 0 10px 0 20px;
}
.pagelink > li:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #3d4350;
}
@media screen and (min-width: 769px) {
  .pagelink > li {
    margin: 0;
  }
  .pagelink > li:not(:last-child) {
    margin-right: 30px;
  }
  .pagelink > li:not(:last-child):after {
    content: "";
    display: inline-block;
    height: 100%;
    margin-left: 30px;
    border-left: solid 1px #3d4350;
    vertical-align: bottom;
  }
}

.imgright {
  float: right;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .imgright {
    float: none;
  }
}

.column2:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 769px) {
  .column2__left {
    width: 48%;
    float: left;
  }
}
@media screen and (min-width: 769px) {
  .column2__right {
    width: 48%;
    float: right;
  }
}

.column3 {
  display: flex;
  flex-wrap: wrap;
  margin: -12px 0;
}
@media screen and (max-width: 768px) {
  .column3 {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .column3__item {
    width: 90%;
    margin: 12px 0;
  }
}
@media screen and (min-width: 769px) {
  .column3__item {
    width: 32%;
    margin: 12px 0;
  }
  .column3__item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}

.logout {
  padding: 8px 10px 0;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .logout {
    width: 1024px;
  }
}
.logout a {
  text-decoration: none;
}

.selectbox {
  position: relative;
  width: calc(100% - 20px);
  height: 41px;
  margin: 0 auto 20px;
  background: #fff;
  border: solid 1px #3d4350;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .selectbox {
    width: 70%;
    height: 56px;
    margin: 0 0 0 30%;
  }
}
.selectbox:after {
  position: absolute;
  content: "";
  display: block;
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #3d4350 transparent transparent transparent;
}
@media screen and (min-width: 769px) {
  .selectbox:after {
    top: 22px;
    right: 14px;
    border-width: 10px 7.5px 0 7.5px;
  }
}
.selectbox select {
  position: relative;
  width: 100%;
  height: 39px;
  padding-left: 10px;
  padding-right: 32px;
  font-size: 14px;
  vertical-align: middle;
  background-color: transparent;
  border-style: none;
  outline: none;
  text-transform: none;
  touch-action: manipulation;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 769px) {
  .selectbox select {
    height: 54px;
    padding-left: 16px;
    padding-right: 42px;
    font-size: 16px;
  }
}
.selectbox select::-ms-expand {
  display: none;
}

.sp_calendar_area {
  overflow-x: scroll;
  padding-bottom: 10px;
  margin: 0 10px 50px;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area {
    overflow-x: visible;
    padding-bottom: 0;
    margin: 0 0 50px;
  }
}
.sp_calendar_area .calendar_month-jp {
  width: 855px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area .calendar_month-jp {
    width: 100%;
  }
}
.sp_calendar_area .calendar_month-jp li {
  width: 60px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area .calendar_month-jp li {
    width: 7.0833333333%;
    font-size: 16px;
  }
}
.sp_calendar_area .calendar_month-jp li:nth-of-type(1) {
  width: 135px;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area .calendar_month-jp li:nth-of-type(1) {
    width: 15%;
  }
}
.sp_calendar_area .calendar_area {
  position: relative;
}
.sp_calendar_area .calendar_area .border_area {
  position: absolute;
  display: flex;
  align-items: flex-start;
  width: 855px;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area .calendar_area .border_area {
    width: 100%;
  }
}
.sp_calendar_area .calendar_area .border_area li {
  border-right: 1px dashed #9c9595;
  height: 100%;
}
.sp_calendar_area .calendar_area .border_area li:nth-of-type(1) {
  width: 135px;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area .calendar_area .border_area li:nth-of-type(1) {
    width: 15%;
  }
}
.sp_calendar_area .calendar_area .border_area li:nth-of-type(n+2) {
  width: 60px;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area .calendar_area .border_area li:nth-of-type(n+2) {
    width: 7.0833333333%;
  }
}
.sp_calendar_area .calendar_area .border_area li:nth-last-of-type(1) {
  border-right: none;
}
.sp_calendar_area .calendar_area .calendar_table {
  width: 855px;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area .calendar_area .calendar_table {
    width: 100%;
  }
}
.sp_calendar_area .calendar_area .calendar_table tr td {
  position: relative;
  padding: 15px 0;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area .calendar_area .calendar_table tr td {
    font-size: 15px;
  }
}
.sp_calendar_area .calendar_area .calendar_table tr td.calendar_item_title {
  width: 135px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area .calendar_area .calendar_table tr td.calendar_item_title {
    width: 15%;
  }
}
.sp_calendar_area .calendar_area .calendar_table tr td:nth-of-type(n+2) {
  width: 60px;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area .calendar_area .calendar_table tr td:nth-of-type(n+2) {
    width: 7.0833333333%;
  }
}
.sp_calendar_area .calendar_area .calendar_table tr td .event_item {
  position: absolute;
  margin: 0;
  white-space: nowrap;
}
.sp_calendar_area .calendar_area .calendar_table tr td .event_item .before_dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a52413;
  margin-right: 5px;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area .calendar_area .calendar_table tr td .event_item .before_dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-right: 8px;
  }
}
.sp_calendar_area .calendar_area .calendar_table tr td .event_item .after_dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #a52413;
  margin-left: 5px;
}
@media screen and (min-width: 769px) {
  .sp_calendar_area .calendar_area .calendar_table tr td .event_item .after_dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-left: 8px;
  }
}
.sp_calendar_area .calendar_area .calendar_table tr.top_blank td {
  padding: 10px 0;
}
.sp_calendar_area .calendar_area .calendar_table tr.bottom_blank td {
  padding: 5px 0;
}
.sp_calendar_area .calendar_area .calendar_table tr.back_blue {
  background-color: #ebd8d8;
}

/*
Theme Name: Elwsc
*/
.l-main {
  font-size: 16px;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  .l-main {
    font-size: 14px;
    min-width: auto;
    padding-bottom: 60px;
  }
}

.l-page .l-main {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .l-page .l-main {
    padding-top: 40px;
  }
  .l-page .l-main:has(.is-main-bottom) {
    padding-bottom: 0px;
  }
}

.l-section {
  width: 100%;
  min-width: 1200px;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-section {
    min-width: auto;
    padding: 40px 0;
  }
}

.l-inner {
  width: 90%;
  max-width: 1200px;
  min-width: 1024px;
  margin: auto;
  padding: 0 2%;
  box-sizing: content-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    min-width: auto;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
.l-inner__mid {
  min-width: auto;
  max-width: 1000px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-inner__mid {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}

.l-btn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.l-btn-list li {
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .l-btn-list {
    width: 100%;
  }
}

.l-text p {
  padding-bottom: 0.5em;
}
.l-text p:last-of-type {
  padding-bottom: 0;
}

/*
Theme Name: Elwsc
*/
.l-header {
  width: 100%;
  min-width: 1024px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  z-index: 99;
}
.l-header__inner {
  width: 96%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 0 auto;
}
.l-header__logo {
  width: 108px;
  height: auto;
  margin-right: auto;
}
.l-header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}
.l-header__nav .nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5em;
  margin-right: 1em;
}
.l-header__nav .nav-list .nav-item > a,
.l-header__nav .nav-list .nav-item > button {
  display: flex;
  align-items: center;
  height: 80px;
  color: inherit;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.l-header__nav .nav-list .nav-item > a:hover,
.l-header__nav .nav-list .nav-item > button:hover {
  color: #cc3333;
  opacity: 1;
}
.l-header__nav .nav-list .nav-item > a .icon,
.l-header__nav .nav-list .nav-item > button .icon {
  display: inline-block;
  padding-right: 1.2em;
  background: url("/wp-content/themes/elwsc/images/icon/icon_arrow02_red.svg") no-repeat;
  background-size: 0.6em;
  background-position: top 60% right;
  position: relative;
}
.l-header__nav .nav-list .nav-item.has-submenu {
  position: relative;
}
.l-header__nav .nav-list .nav-item.has-submenu .sub-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 300px;
  height: auto;
  padding: 2em 1.5em;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.1s;
  z-index: 101;
}
.l-header__nav .nav-list .nav-item.has-submenu .sub-menu::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background: #FFF;
  z-index: 1;
}
.l-header__nav .nav-list .nav-item.has-submenu.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: 0.3s;
}
.l-header__nav .nav-list .nav-item.has-submenu .sub-menu-item {
  margin-bottom: 5px;
}
.l-header__nav .nav-list .nav-item.has-submenu .sub-menu-item a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: inherit;
  padding-left: 0.8em;
  margin-bottom: 0.3em;
  background: url("/wp-content/themes/elwsc/images/icon/icon_arrow01_red.svg") no-repeat;
  background-size: 0.4em;
  background-position: top 60% left;
  transition: 0.3s;
  position: relative;
}
.l-header__nav .nav-list .nav-item.has-submenu .sub-menu-item a:hover {
  color: #cc3333;
  opacity: 1;
}
.l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list {
  padding-left: 1.1em;
  margin-bottom: 1em;
}
.l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list:last-of-type {
  margin-bottom: 0;
}
.l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list li {
  margin-bottom: 0.2em;
}
.l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list li:last-of-type {
  margin-bottom: 0;
}
.l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list li a {
  display: block;
  color: inherit;
  text-decoration: none;
  padding-left: 0.8em;
  transition: 0.3s;
  position: relative;
}
.l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list li a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 2px;
  background: #cc3333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list li a:hover {
  color: #cc3333;
  opacity: 1;
}
.l-header__search-btn button {
  width: 100%;
  height: 80px;
  padding: 0 1em;
  box-sizing: border-box;
  transition: 0.3s;
}
.l-header__search-btn button:hover {
  opacity: 0.7;
}
.l-header__search-btn img {
  display: block;
}
.l-header__search-window {
  width: 100%;
  height: 80px;
  background: #cc3333;
  position: absolute;
  bottom: -80px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.l-header__search-window.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: 0.3s;
}
.l-header__search-window form {
  width: 800px;
  height: 40px;
  padding: 0 6px 0 20px;
  background: #FFF;
  border-radius: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.l-header__search-window form input {
  border: none;
  background: none;
  height: 2em;
  outline: none;
}
.l-header__search-window form .input-text {
  width: 730px;
  padding: 0;
}
.l-header__search-window form .input-button {
  width: 30px;
  height: 30px;
  border-radius: 100vh;
  background: #FFF;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.l-header__search-window form .input-button:hover {
  opacity: 0.7;
}
.l-header__search-window form .input-button img {
  display: block;
  width: 20px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.l-header__search-window .btn-close {
  width: 40px;
  height: 40px;
  position: relative;
  transition: 0.3s;
}
.l-header__search-window .btn-close:hover {
  opacity: 0.7;
}
.l-header__search-window .btn-close::before, .l-header__search-window .btn-close::after {
  content: "";
  display: block;
  width: 2px;
  height: 64%;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__search-window .btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.l-header__btn .btn-item {
  width: 180px;
}
.l-header .ham,
.l-header .gnav {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header {
    min-width: auto;
    /* ---------------
    SPナビ
    --------------- */
  }
  .l-header__inner {
    width: 100%;
    height: 40px;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3%;
    margin: 0 auto;
  }
  .l-header__logo {
    width: 54px;
  }
  .l-header__logo a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-header__logo a img {
    display: block;
  }
  .l-header__search-btn button {
    height: 40px;
    padding: 0 0.5em;
  }
  .l-header__search-btn button:hover {
    opacity: 1;
  }
  .l-header__search-btn button:active {
    opacity: 0.7;
  }
  .l-header__search-window {
    height: 80px;
    bottom: -80px;
    padding: 0 5%;
    gap: 5px;
    z-index: 1000;
  }
  .l-header__search-window form {
    width: 90%;
    height: 40px;
    padding: 0 5px 0 1.3em;
    gap: 2%;
  }
  .l-header__search-window form .input-text {
    width: 87%;
  }
  .l-header__search-window form .input-button {
    width: 30px;
    height: 30px;
  }
  .l-header__search-window form .input-button:hover {
    opacity: 1;
  }
  .l-header__search-window form .input-button:active {
    opacity: 0.7;
  }
  .l-header__search-window form .input-button img {
    width: 16px;
  }
  .l-header__search-window .btn-close {
    width: 28px;
    height: 28px;
  }
  .l-header__search-window .btn-close:hover {
    opacity: 1;
  }
  .l-header__search-window .btn-close:active {
    opacity: 0.7;
  }
  .l-header__nav, .l-header__btn {
    display: none;
    pointer-events: none;
  }
  .l-header .ham {
    display: block;
  }
  .l-header .ham__button {
    width: 20px;
    height: 16px;
    position: relative;
    display: block;
  }
  .l-header .ham__button span {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    transition: all 0.3s;
    background: #000;
  }
  .l-header .ham__button span:nth-child(1) {
    top: 0;
  }
  .l-header .ham__button span:nth-child(2) {
    top: 0;
    bottom: 0;
  }
  .l-header .ham__button span:nth-child(3) {
    bottom: 0;
  }
  .l-header .ham__button--open span:nth-child(1) {
    transform-origin: left top;
    transform: rotate(45deg);
  }
  .l-header .ham__button--open span:nth-child(2) {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: alpha(opacity=0);
  }
  .l-header .ham__button--open span:nth-child(3) {
    transform-origin: left bottom;
    transform: rotate(-45deg);
  }
  .l-header .gnav {
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding-bottom: 120px;
    position: absolute;
    top: 40px;
    left: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
    transition: 0.3s;
  }
  .l-header .gnav--open {
    background-color: rgba(255, 255, 255, 0.9);
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1000;
  }
  .l-header .sp-nav .l-header__nav {
    display: block;
    pointer-events: auto;
  }
  .l-header .sp-nav .l-header__nav .nav-list {
    display: block;
    margin: 0;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item {
    width: 100%;
    border-top: 1px solid #88aeb2;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item:last-of-type {
    border-bottom: 1px solid #88aeb2;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > a,
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > button {
    width: 100%;
    background: #FFF;
    height: auto;
    min-height: 40px;
    padding: 0.5em 5%;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > a:hover,
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > button:hover {
    color: inherit;
    opacity: 1;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > a:active,
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > button:active {
    color: #cc3333;
    opacity: 1;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > a .icon,
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > button .icon {
    display: block;
    width: 100%;
    padding-right: 1.2em;
    background: none;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > a .icon::before, .l-header .sp-nav .l-header__nav .nav-list .nav-item > a .icon::after,
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > button .icon::before,
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > button .icon::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    border: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #cc3333;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > a .icon::after,
  .l-header .sp-nav .l-header__nav .nav-list .nav-item > button .icon::after {
    width: 2px;
    height: 12px;
    right: 5px;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: #FFF;
    box-shadow: none;
    position: static;
    transform: none;
    transition: 0s;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu::before {
    display: none;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu.is-open > button {
    background: #d7e3e4;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu.is-open > button .icon::after {
    opacity: 0;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu.is-open > .sub-menu {
    pointer-events: auto;
    transition: 0s;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list {
    padding: 0;
    margin: 0;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list:last-of-type {
    margin: 0;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list li {
    margin: 0;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-item {
    margin: 0;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-item a,
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list li a {
    display: block;
    width: 100%;
    height: auto;
    min-height: 40px;
    padding: 0.5em 5%;
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4;
    border-top: 1px solid #d7e3e4;
    background: url("/wp-content/themes/elwsc/images/icon/icon_arrow01_red.svg") no-repeat;
    background-size: 0.4em;
    background-position: top 50% right 6%;
    background-color: #ecf2f3;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-item a::after,
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list li a::after {
    display: none;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-item a:hover,
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list li a:hover {
    color: inherit;
    opacity: 1;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-item a:active,
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list li a:active {
    color: #cc3333;
    opacity: 1;
  }
  .l-header .sp-nav .l-header__nav .nav-list .nav-item.has-submenu .sub-menu-list li a {
    font-weight: 400;
  }
  .l-header .sp-nav .l-header__btn {
    display: block;
    pointer-events: auto;
    padding: 20px 5%;
    background: #ecf2f3;
  }
  .l-header .sp-nav .l-header__btn .btn-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .l-header .sp-nav .l-header__btn .btn-item:last-of-type {
    margin-bottom: 0;
  }
}
/*
Theme Name: Elwsc
*/
.l-footer {
  width: 100%;
  min-width: 1200px;
  background: url(../images/common/footer/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: 70px;
  z-index: 1;
  position: relative;
}
.l-footer__nav-wrap {
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8%;
}
.l-footer__nav-wrap .l-footer__nav {
  width: 100%;
}
.l-footer__nav-wrap .l-footer__nav .nav-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > a,
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > button {
  font-size: 18px;
  font-weight: 700;
  pointer-events: none;
  margin-bottom: 10px;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > a .icon,
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > button .icon {
  position: relative;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > button {
  color: #000;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu {
  position: relative;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu {
  pointer-events: auto;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-item {
  margin-bottom: 10px;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-item a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  color: inherit;
  padding-left: 0.8em;
  margin-bottom: 0.3em;
  background: url("/wp-content/themes/elwsc/images/icon/icon_arrow01_red.svg") no-repeat;
  background-size: 0.4em;
  background-position: top 60% left;
  position: relative;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-item a:hover {
  color: #cc3333;
  opacity: 1;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list {
  padding-left: 1.1em;
  margin-bottom: 1em;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list:last-of-type {
  margin-bottom: 0;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list li {
  margin-bottom: 10px;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list li:last-of-type {
  margin-bottom: 0;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list li a {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1.3;
  padding-left: 0.8em;
  position: relative;
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list li a::after {
  content: "";
  display: block;
  width: 0.4em;
  height: 2px;
  background: #cc3333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list li a:hover {
  color: #cc3333;
  opacity: 1;
}
.l-footer__nav-wrap .l-footer__btn .btn-item {
  width: 180px;
  margin-bottom: 20px;
}
.l-footer__nav-wrap .l-footer__btn .btn-item:last-of-type {
  margin-bottom: 0;
}
.l-footer__info {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #FFF;
}
.l-footer__info .info-title {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 0.5em;
}
.l-footer__info .info-office {
  font-size: 16px;
  position: relative;
}
.l-footer__info .info-office .info-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2em;
  position: absolute;
  bottom: 0;
  right: 0;
}
.l-footer__info .info-office .info-nav li a {
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}
.l-footer__info .info-office .info-nav li a:hover {
  color: #cc3333;
  opacity: 1;
}
.l-footer__copy {
  background: #000;
  padding: 0.6em 0;
}
.l-footer__copy p {
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer {
    min-width: auto;
    padding-top: 0;
    padding-bottom: 56px;
  }
  .l-footer .l-inner {
    width: 100%;
    padding: 0;
  }
  .l-footer__nav-wrap {
    display: block;
    padding-bottom: 30px;
  }
  .l-footer__nav-wrap .l-footer__nav {
    display: block;
    pointer-events: auto;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list {
    display: block;
    margin: 0;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item {
    width: 100%;
    border-top: 1px solid #88aeb2;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item:last-of-type {
    border-bottom: 1px solid #88aeb2;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > a,
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > button {
    width: 100%;
    background: transparent;
    height: auto;
    min-height: 40px;
    padding: 0.5em 5%;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    pointer-events: auto;
    margin: 0;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > a:hover,
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > button:hover {
    color: inherit;
    opacity: 1;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > a:active,
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > button:active {
    color: #cc3333;
    opacity: 1;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > a .icon,
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > button .icon {
    display: block;
    width: 100%;
    padding-right: 1.2em;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > a .icon::before, .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > a .icon::after,
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > button .icon::before,
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > button .icon::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    border: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #cc3333;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > a .icon::after,
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item > button .icon::after {
    width: 2px;
    height: 12px;
    right: 5px;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: #FFF;
    box-shadow: none;
    position: static;
    transform: none;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu::before {
    display: none;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu.is-open > button {
    background: #d7e3e4;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu.is-open > button .icon::after {
    opacity: 0;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu.is-open > .sub-menu {
    pointer-events: auto;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list {
    padding: 0;
    margin: 0;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list:last-of-type {
    margin: 0;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list li {
    margin: 0;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-item {
    margin: 0;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-item a,
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list li a {
    display: block;
    width: 100%;
    height: auto;
    min-height: 40px;
    padding: 0.5em 5%;
    margin: 0;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4;
    border-top: 1px solid #d7e3e4;
    background: url("/wp-content/themes/elwsc/images/icon/icon_arrow01_red.svg") no-repeat;
    background-size: 0.4em;
    background-position: top 50% right 6%;
    background-color: #ecf2f3;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-item a::after,
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list li a::after {
    display: none;
  }
  .l-footer__nav-wrap .l-footer__nav .nav-list .nav-item.has-submenu .sub-menu-list li a {
    font-weight: 400;
  }
  .l-footer__nav-wrap .l-footer__btn {
    display: none !important;
    pointer-events: auto;
    padding: 20px 5%;
    background: #ecf2f3;
  }
  .l-footer__nav-wrap .l-footer__btn .btn-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .l-footer__nav-wrap .l-footer__btn .btn-item:last-of-type {
    margin-bottom: 0;
  }
  .l-footer__info {
    padding: 0 5% 30px;
    border: none;
  }
  .l-footer__info .info-title {
    font-size: 20px;
    padding-bottom: 0.3em;
  }
  .l-footer__info .info-office {
    font-size: 13px;
  }
  .l-footer__info .info-office .info-nav {
    justify-content: flex-start;
    gap: 1.5em;
    position: static;
    padding-top: 20px;
  }
  .l-footer__info .info-office .info-nav li a {
    font-size: 13px;
  }
  .l-footer__info .info-office .info-nav li a:hover {
    color: inherit;
    opacity: 1;
  }
  .l-footer__info .info-office .info-nav li a:active {
    color: #cc3333;
    opacity: 1;
  }
  .l-footer__copy p {
    font-size: 12px;
  }
}
/*
Theme Name: Elwsc
*/
/*---------------------------------------
 * Component heading
 ---------------------------------------*/
.c-heading--border-bottom {
  padding-bottom: 0.5em;
  border-bottom: solid 2px #cbcbcb;
}
@media screen and (max-width: 768px) {
  .c-heading--border-bottom {
    text-align: center;
  }
}
.c-heading--rectangle-left {
  position: relative;
  padding-left: 16px;
  text-align: left;
}
.c-heading--rectangle-left:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 6px;
  height: calc(100% - 0.5em);
  background-color: #a52413;
}
.c-heading--blog {
  text-align: center;
}
.c-heading--blog:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  vertical-align: bottom;
  background-image: url("../../images/icon/icon_blog.svg");
  background-size: contain;
}
.c-heading--step {
  text-align: left;
}

.c-heading01 .min,
.c-heading01 .large {
  display: block;
}
.c-heading01 .min {
  font-size: 18px;
  font-weight: 400;
}
.c-heading01 .large {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 72px;
  color: #cc3333;
}
@media screen and (max-width: 768px) {
  .c-heading01 .min {
    font-size: 1em;
  }
  .c-heading01 .large {
    font-size: 3em;
  }
}

/*
Theme Name: Elwsc
*/
/*---------------------------------------
 * Component deflist
 ---------------------------------------*/
.c-deflist--table {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .c-deflist--table {
    width: 100%;
  }
}
.c-deflist--table > dt {
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  background-color: #e3e3e3;
  border-bottom: solid 1px #707070;
}
@media screen and (min-width: 769px) {
  .c-deflist--table > dt {
    width: 25%;
    font-size: 18px;
  }
  .c-deflist--table > dt:nth-child(n+3) {
    border-left: solid 1px #707070;
  }
}
.c-deflist--table > dd {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-deflist--table > dd {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 769px) {
  .c-deflist--table > dd {
    order: 2;
    width: 25%;
  }
  .c-deflist--table > dd:nth-child(n+4) {
    border-left: solid 1px #707070;
  }
}

/*
Theme Name: Elwsc
*/
/*---------------------------------------
 * Component icon
 ---------------------------------------*/
.c-icon--step {
  padding: 0 5px;
  color: #fff;
  background-color: #a52413;
}

/*
Theme Name: Elwsc
*/
/*---------------------------------------
 * Component blog list
 ---------------------------------------*/
@media screen and (min-width: 769px) {
  .c-blog-list {
    padding-left: 20px;
    font-size: 14px;
  }
}
.c-blog-list__ul {
  padding-left: 0 !important;
  list-style: none !important;
}
.c-blog-list__ul > li {
  margin-bottom: 0 !important;
  margin-left: 1em;
  text-indent: -1em;
}
.c-blog-list__ul > li:before {
  content: "＞";
  display: inline;
  color: #a52413;
  font-weight: bold;
}
.c-blog-list__ul > li a {
  color: #000 !important;
  text-decoration: none;
}
.c-blog-list__notice {
  margin-top: 2em;
}

/*
Theme Name: Elwsc
*/
/*---------------------------------------
 * Component button
 ---------------------------------------*/
.c-button--large-red-square {
  position: relative;
  display: block;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 15px 6%;
  color: #3E4250;
  font-size: 26px;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  background-color: #fff;
  border: solid 4px #a52413;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .c-button--large-red-square {
    padding: 20px 10%;
    font-size: 20px;
    border-width: 2px;
    border-radius: 5px;
  }
}
.c-button--large-red-square:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 9%;
  width: 12px;
  height: 14px;
  background-color: #a52413;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-button--large-red-square:after {
    right: 7%;
  }
}
.c-button--large-red-square .en {
  display: block;
  color: #a52413;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-button--large-red-square .en {
    font-size: 12px;
  }
}
.c-button--icon-document {
  max-height: 125px;
  padding-right: 12%;
  padding-left: 12%;
  background-image: url("../../images/icon/icon_document.svg");
  background-size: auto 60%;
  background-position: 12% center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-button--icon-document {
    max-height: 110px;
    padding-right: 18%;
    padding-left: 18%;
    background-size: auto 45%;
    background-position: 7% center;
  }
}

.c-button-knowledge01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #FFF;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  line-height: 1.3;
  background: url("/wp-content/themes/elwsc/images/icon/icon_qa.svg") no-repeat;
  background-position: center left 1em;
  background-size: 28px auto;
  background-color: #88aeb2;
  padding-left: 2em;
  opacity: 1;
  transition: 0.3s;
}
.c-button-knowledge01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-button-knowledge01 {
    height: 60px;
    padding-left: 1.6em;
  }
  .c-button-knowledge01:hover {
    opacity: 1;
  }
  .c-button-knowledge01:active {
    opacity: 0.7;
  }
}

.c-button-contact01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #FFF;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  line-height: 1.3;
  background: url("/wp-content/themes/elwsc/images/icon/icon_contact.svg") no-repeat;
  background-position: center left 1em;
  background-size: 22px auto;
  background-color: #cc3333;
  padding-left: 2em;
  opacity: 1;
  transition: 0.3s;
}
.c-button-contact01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-button-contact01 {
    height: 60px;
    padding-left: 1.6em;
  }
  .c-button-contact01:hover {
    opacity: 1;
  }
  .c-button-contact01:active {
    opacity: 0.7;
  }
}

.c-button-toTop {
  width: 100px;
  height: 100px;
  background: #cc3333;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 100vh;
  position: fixed;
  top: auto;
  bottom: 2%;
  right: 2%;
  transition: 0.2s;
  z-index: 1;
}
.c-button-toTop:hover {
  opacity: 0.7;
}
.c-button-toTop .arrow {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  mask-image: url("/wp-content/themes/elwsc/images/icon/icon_arrow03.svg");
  -webkit-mask-image: url("/wp-content/themes/elwsc/images/icon/icon_arrow03.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 30%;
  -webkit-mask-size: 30%;
  mask-position: center center;
  -webkit-mask-position: center center;
}
.c-button-toTop.is-bottom {
  position: absolute;
  bottom: auto;
  top: 36%;
}
@media screen and (max-width: 768px) {
  .c-button-toTop {
    width: 50px;
    height: 50px;
    bottom: 65px;
    right: 10px;
  }
  .c-button-toTop:hover {
    opacity: 1;
  }
  .c-button-toTop:active {
    opacity: 0.7;
  }
  .c-button-toTop .arrow {
    mask-size: 30%;
    -webkit-mask-size: 30%;
  }
  .c-button-toTop.is-bottom {
    bottom: auto;
    top: -60px;
  }
}

.c-btn01 {
  width: 100%;
  height: auto;
  min-height: 70px;
  padding: 0.5em 2em 0.5em 1em;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  background-color: #cc3333;
  transition: 0.3s;
  position: relative;
}
.c-btn01::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/elwsc/images/icon/icon_arrow01_red.svg") no-repeat;
  background-size: 0.4em;
  background-position: top 50% left 55%;
  background-color: #FFF;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.c-btn01:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    min-height: 50px;
    padding-right: 2.3em;
    font-size: 18px;
  }
  .c-btn01::after {
    right: 10px;
  }
  .c-btn01:hover {
    opacity: 1;
  }
  .c-btn01:active {
    opacity: 0.7;
  }
}
.c-btn01__mid {
  font-size: 18px;
  min-height: 60px;
}
@media screen and (max-width: 768px) {
  .c-btn01__mid {
    font-size: 16px;
    min-height: 50px;
  }
}

.wp-block-button.btn01 {
  width: auto;
  min-width: 400px;
  max-width: 100%;
}
.wp-block-button.btn01 a {
  width: 100%;
  height: auto;
  min-height: 70px;
  padding: 0.5em 2em 0.5em 1em;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  background-color: #cc3333;
  transition: 0.3s;
  position: relative;
}
.wp-block-button.btn01 a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/elwsc/images/icon/icon_arrow01_red.svg") no-repeat;
  background-size: 0.4em;
  background-position: top 50% left 55%;
  background-color: #FFF;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.wp-block-button.btn01 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .wp-block-button.btn01 a {
    min-height: 50px;
    padding-right: 2.3em;
    font-size: 18px;
  }
  .wp-block-button.btn01 a::after {
    right: 10px;
  }
  .wp-block-button.btn01 a:hover {
    opacity: 1;
  }
  .wp-block-button.btn01 a:active {
    opacity: 0.7;
  }
}
.wp-block-button.btn01 a {
  padding: 0.5em 2.5em 0.5em 1.5em;
}
@media screen and (max-width: 768px) {
  .wp-block-button.btn01 {
    width: 100%;
    min-width: auto;
  }
}

.c-btn02 {
  display: block;
  width: 60px;
  height: 60px;
  background: url("/wp-content/themes/elwsc/images/icon/icon_arrow01_white.svg") no-repeat;
  background-size: 12px;
  background-position: top 50% left 55%;
  background-color: #cc3333;
  border-radius: 100vh;
  position: relative;
  transition: 0.3s;
}
.c-btn02:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-btn02 {
    width: 45px;
    height: 45px;
    background-size: 10px;
  }
  .c-btn02:hover {
    opacity: 1;
  }
  .c-btn02:active {
    opacity: 0.7;
  }
}
.c-btn02__white {
  background-image: url("/wp-content/themes/elwsc/images/icon/icon_arrow01_red.svg");
  background-color: #FFF;
}
.c-btn03 {
  width: 100%;
  height: auto;
  min-height: 90px;
  padding: 0.5em 1em 0.5em 1em;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  background-color: #cc3333;
  transition: 0.3s;
  position: relative;
}
.c-btn03:hover {
  opacity: 0.7;
}
.c-btn03 .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8em;
  position: relative;
}
.c-btn03 .icon::before {
  content: "";
  display: block;
  width: 40px;
  min-width: 40px;
  height: 50px;
  background-color: #FFF;
  mask: url("/wp-content/themes/elwsc/images/icon/icon_home.svg") no-repeat;
  -webkit-mask: url("/wp-content/themes/elwsc/images/icon/icon_home.svg") no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center center;
  -webkit-mask-position: center center;
}
.c-btn03__min {
  min-height: 50px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .c-btn03 {
    min-height: 50px;
    font-size: 18px;
  }
  .c-btn03:hover {
    opacity: 1;
  }
  .c-btn03:active {
    opacity: 0.7;
  }
  .c-btn03 .icon {
    gap: 0.5em;
  }
  .c-btn03 .icon::before {
    width: 22px;
    min-width: 22px;
    height: 26px;
  }
}

.c-btn-section01 {
  width: 100%;
  min-width: 1200px;
  background: #cc3333;
  padding: 80px 0;
  z-index: 1;
  position: relative;
}
.c-btn-section01__list {
  display: flex;
  justify-content: center;
  gap: 3%;
}
.c-btn-section01__item {
  width: 100%;
  max-width: 580px;
}
.c-btn-section01__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 120px;
  border-radius: 20px;
  background: #FFF;
  color: #cc3333;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
.c-btn-section01__item a:hover {
  opacity: 0.7;
}
.c-btn-section01__item a::before {
  content: "";
  display: block;
  width: 2em;
  height: 100%;
  background-color: #cc3333;
  mask-image: url("/wp-content/themes/elwsc/images/icon/icon_download02.svg");
  -webkit-mask-image: url("/wp-content/themes/elwsc/images/icon/icon_download02.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center center;
  -webkit-mask-position: center center;
}
.c-btn-section01__item.contact a::before {
  mask-image: url("/wp-content/themes/elwsc/images/icon/icon_contact02.svg");
  -webkit-mask-image: url("/wp-content/themes/elwsc/images/icon/icon_contact02.svg");
}
@media screen and (max-width: 768px) {
  .c-btn-section01 {
    min-width: auto;
    padding: 10px 4%;
  }
  .c-btn-section01__list {
    gap: 3%;
  }
  .c-btn-section01__item {
    width: 100%;
    max-width: 100%;
  }
  .c-btn-section01__item a {
    gap: 3%;
    height: 36px;
    border-radius: 100vh;
    font-size: 13px;
  }
  .c-btn-section01__item a:hover {
    opacity: 1;
  }
  .c-btn-section01__item a:active {
    opacity: 0.7;
  }
  .c-btn-section01__item a::before {
    width: 1.3em;
  }
  .c-btn-section01__sp-fixed {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 98;
  }
}

.c-btn-cta-block02 {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  background: #d7e3e4;
  padding: 40px 60px;
  border-radius: 30px;
  box-sizing: border-box;
}
.c-btn-cta-block02 .catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 1.3em;
}
.c-btn-cta-block02 .flex-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.c-btn-cta-block02 .image {
  width: 40%;
  text-align: center;
}
.c-btn-cta-block02 .text {
  width: 45%;
}
.c-btn-cta-block02 .text ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.c-btn-cta-block02 .text ul li {
  width: 50%;
}
.c-btn-cta-block02 .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 80px;
  padding: 0;
  margin: 0;
  border-radius: 20px;
  background: #cc3333;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
.c-btn-cta-block02 .btn a:hover {
  opacity: 0.7;
}
.c-btn-cta-block02 .btn a::before {
  content: "";
  display: block;
  width: 1.6em;
  height: 100%;
  background-color: #FFF;
  mask-image: url("/wp-content/themes/elwsc/images/icon/icon_download02.svg");
  -webkit-mask-image: url("/wp-content/themes/elwsc/images/icon/icon_download02.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center center;
  -webkit-mask-position: center center;
}
@media screen and (max-width: 768px) {
  .c-btn-cta-block02 {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
  }
  .c-btn-cta-block02 .catch {
    font-size: 18px;
    padding-bottom: 1em;
  }
  .c-btn-cta-block02 .flex-wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
  .c-btn-cta-block02 .image {
    width: 100%;
  }
  .c-btn-cta-block02 .image img {
    width: 64%;
  }
  .c-btn-cta-block02 .text {
    width: 100%;
  }
  .c-btn-cta-block02 .text ul {
    padding-bottom: 20px;
  }
  .c-btn-cta-block02 .text ul li {
    width: 50%;
  }
  .c-btn-cta-block02 .btn a {
    gap: 0.6em;
    height: 50px;
    border-radius: 10px;
    font-size: 16px;
  }
  .c-btn-cta-block02 .btn a:hover {
    opacity: 1;
  }
  .c-btn-cta-block02 .btn a:active {
    opacity: 0.7;
  }
  .c-btn-cta-block02 .btn a::before {
    width: 1.2em;
  }
}

.c-btn-section03 {
  width: 100%;
  min-width: 1200px;
  background: #000;
  padding: 80px 0;
  z-index: 1;
  position: relative;
}
.c-btn-section03__list {
  display: flex;
  justify-content: center;
  gap: 3%;
}
.c-btn-section03__item {
  width: 100%;
  max-width: 580px;
}
.c-btn-section03__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 120px;
  padding: 0 1em 0 2em;
  border-radius: 20px;
  background: #FFF;
  color: inherit;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}
.c-btn-section03__item a:hover {
  opacity: 0.7;
}
.c-btn-section03__item a .min {
  font-size: 16px;
}
.c-btn-section03__item a .icon {
  width: 1.8em;
  height: 1.8em;
  margin-left: auto;
}
.c-btn-section03__item a .icon:after {
  mask-size: 40%;
  -webkit-mask-size: 40%;
}
@media screen and (max-width: 768px) {
  .c-btn-section03 {
    min-width: auto;
    padding: 10px 4%;
  }
  .c-btn-section03__list {
    gap: 3%;
  }
  .c-btn-section03__item {
    width: 100%;
    max-width: 100%;
  }
  .c-btn-section03__item a {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 3px;
    height: 36px;
    padding: 0 1em 0 1em;
    border-radius: 100vh;
  }
  .c-btn-section03__item a:hover {
    opacity: 1;
  }
  .c-btn-section03__item a:active {
    opacity: 0.7;
  }
  .c-btn-section03__item a .min {
    width: 100%;
    font-size: 10px;
    line-height: 1;
  }
  .c-btn-section03__item a .large {
    width: 100%;
    font-size: 13px;
    line-height: 1;
  }
  .c-btn-section03__item a .icon {
    display: none;
  }
}

/*
Theme Name: Elwsc
*/
/*---------------------------------------
 * Component CTA
 ---------------------------------------*/
@media screen and (max-width: 768px) {
  .c-cta {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 769px) {
  .c-cta {
    width: 430px;
    font-size: 16px;
  }
}
.c-cta > *:last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .c-cta__wrapper > *:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .c-cta__wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .c-cta__wrapper:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: calc(50% - 1px);
    height: 100%;
    border-right: solid 2px #a52413;
  }
}
.c-cta__button a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: solid 3px #a52413;
  border-radius: 9999px;
}
@media screen and (min-width: 769px) {
  .c-cta__button a {
    padding: 22px;
    font-size: 30px;
  }
}
.c-cta__link {
  color: #000;
  text-decoration: none;
}
.c-cta__content {
  padding-left: 80px;
}
@media screen and (min-width: 769px) {
  .c-cta__content {
    padding-left: 150px;
  }
}
.c-cta__list > li {
  margin-bottom: 0 !important;
}
.c-cta__list-etc {
  padding-right: 1.5em;
  text-align: right;
}
.c-cta--download .c-cta__button a {
  color: #fff !important;
  background-color: #a52413;
}
.c-cta--download .c-cta__content {
  min-height: 35px;
  margin-bottom: 15px;
  font-size: 16px;
  background-image: url("../../images/icon/icon_download.svg");
  background-size: 34px auto;
  background-position: 20px 5px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .c-cta--download .c-cta__content {
    min-height: 70px;
    font-size: 20px;
    background-size: 68px auto;
    background-position: 40px 0;
  }
}
.c-cta--contact .c-cta__button a {
  color: #a52413 !important;
  background-color: #fff;
}
.c-cta--contact .c-cta__content {
  min-height: 50px;
  background-image: url("../../images/icon/icon_communication.svg");
  background-size: 52px auto;
  background-position: 10px 5px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .c-cta--contact .c-cta__content {
    min-height: 100px;
    background-size: 104px auto;
    background-position: 20px 10px;
  }
}
.c-cta--contact .c-cta__content .large {
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .c-cta--contact .c-cta__content .large {
    font-size: 18px;
  }
}

/*
Theme Name: Elwsc
*/
.c-news-list {
  position: relative;
}
.c-news-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  border-top: 1px solid #cfdfe0;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.4);
}
.c-news-list__item:last-of-type {
  border-bottom: 1px solid #cfdfe0;
}
.c-news-list__date {
  width: auto;
  display: inline-block;
  white-space: nowrap;
}
.c-news-list__title {
  width: 76%;
}
.c-news-list__title a {
  display: block;
  padding: 1.4em 0;
  text-decoration: none;
  color: inherit;
}
.c-news-list__title a:hover {
  opacity: 1;
  color: #cc3333;
}
@media screen and (max-width: 768px) {
  .c-news-list__item {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 15px;
    padding: 15px 0;
  }
  .c-news-list__date {
    min-height: 25px;
    font-size: 14px;
    line-height: 25px;
  }
  .c-news-list__title {
    width: 100%;
  }
  .c-news-list__title a {
    padding: 0;
  }
  .c-news-list__title a:hover {
    opacity: 1;
    color: inherit;
  }
  .c-news-list__title a:active {
    opacity: 1;
    color: #cc3333;
  }
}

.c-news-category {
  width: 10%;
  min-width: 120px;
}
.c-news-category a,
.c-news-category span {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  background-color: #88aeb2;
  border-radius: 100vh;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0.5em 1em;
}
.c-news-category.is-none span {
  background: #c5c5c5;
}
.c-news-category.is-ir a {
  background-color: #b6a0cd;
}
.c-news-category.is-event a {
  background-color: #54c1bf;
}
.c-news-category.is-support a {
  background-color: #88c57b;
}
.c-news-category.is-company a {
  background-color: #d99c9c;
}
.c-news-category.is-recruit a {
  background-color: #c7bf71;
}
@media screen and (max-width: 768px) {
  .c-news-category {
    width: auto;
    min-width: auto;
  }
  .c-news-category a,
  .c-news-category span {
    min-height: 25px;
    font-size: 12px;
    padding: 0.5em 1.5em;
  }
  .c-news-category a:hover,
  .c-news-category span:hover {
    opacity: 1;
  }
}

/*
Theme Name: Elwsc
*/
.c-product-banner01 {
  width: 100%;
  max-width: 800px;
  height: 225px;
  margin: auto;
  padding: 40px 20px 40px 260px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: url("/wp-content/themes/elwsc/images/home/service/bg_product.png") no-repeat;
  background-size: auto;
  background-position: top -70px right;
  background-color: #FFF;
  position: relative;
}
.c-product-banner01 .title {
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 58px;
}
.c-product-banner01 .image {
  width: 100%;
  max-width: 200px;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}
.c-product-banner01 .image a {
  display: block;
  transition: 0.3s;
}
.c-product-banner01 .image a:hover {
  opacity: 0.7;
}
.c-product-banner01 .image img {
  display: block;
  margin: auto;
}
.c-product-banner01 .btn-list {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media screen and (max-width: 768px) {
  .c-product-banner01 {
    width: 100%;
    height: auto;
    padding: 20px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background-size: 290px auto;
    background-position: top -50px right;
  }
  .c-product-banner01 .title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .c-product-banner01 .image {
    width: 100%;
    max-width: 85%;
    margin: auto;
    padding-bottom: 15px;
    position: static;
    transform: none;
  }
  .c-product-banner01 .image a:hover {
    opacity: 1;
  }
  .c-product-banner01 .image a:active {
    opacity: 0.7;
  }
  .c-product-banner01 .btn-list {
    padding-top: 5px;
    position: static;
  }
  .c-product-banner01 .btn-list li {
    width: auto;
  }
}

.c-product-list h2 {
  color: #FFF;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  background-color: #88aeb2;
  padding: 0.6em 1em;
  margin-top: 60px;
  margin-bottom: 40px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}
.c-product-list h2:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-product-list h2 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .c-product-list h2:first-of-type {
    margin-top: 0;
  }
}
.c-product-list h2 {
  margin-bottom: 0;
}
.c-product-list__section {
  padding: 30px 0;
}
.c-product-list__section:first-of-type {
  padding-top: 0;
}
.c-product-list__section .catch {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 0.3em;
}
.c-product-list__section .catch:empty {
  display: none;
}
.c-product-list__section .catch.tax_catch {
  padding: 20px 18px;
  margin-bottom: 0;
}
.c-product-list__post-item {
  border-bottom: 1px solid #ddd;
}
.c-product-list__post-item:first-of-type {
  border-top: 1px solid #ddd;
}
.c-product-list__post-item a {
  display: block;
  padding: 15px 18px;
}
.c-product-list__post-item a:hover {
  opacity: 1;
  background-color: #eee;
}
.c-product-list__post-item a .title {
  display: block;
}
.c-product-list .sub-list {
  padding: 20px 0;
}
.c-product-list .sub-list ul li {
  line-height: 1.4;
  padding-bottom: 0.8em;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.c-product-list .sub-list ul li:last-of-type {
  padding-bottom: 0;
}
.c-product-list .sub-list ul li a {
  padding-left: 0;
  text-indent: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.5em;
  position: relative;
}
.c-product-list .sub-list ul li a::before {
  content: "";
  display: block;
  width: 0.5em;
  min-width: 0.5em;
  height: 1em;
  margin-top: 0.26em;
  background-color: #cc3333;
  mask-image: url("/wp-content/themes/elwsc/images/icon/icon_arrow01.svg");
  -webkit-mask-image: url("/wp-content/themes/elwsc/images/icon/icon_arrow01.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center center;
  -webkit-mask-position: center center;
}
@media screen and (max-width: 768px) {
  .c-product-list__section {
    padding: 20px 0;
  }
  .c-product-list__section:first-of-type {
    padding-top: 0;
  }
  .c-product-list__section .catch {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 0.3em;
  }
  .c-product-list__section .catch.tax_catch {
    padding: 1em 16px;
    margin-bottom: 0;
  }
  .c-product-list__post-item a {
    padding: 1em 16px;
  }
  .c-product-list__post-item a:hover {
    opacity: 1;
    background-color: transparent;
  }
  .c-product-list__post-item a:active {
    opacity: 1;
    background-color: #eee;
  }
}

/*
Theme Name: Elwsc
*/
.c-caseStudy-term-list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.c-caseStudy-term-list .item {
  width: 22%;
  max-width: 270px;
}
.c-caseStudy-term-list .item a {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: 0.3s;
}
.c-caseStudy-term-list .item a:hover {
  opacity: 0.7;
}
.c-caseStudy-term-list .item a:hover img {
  opacity: 1;
}
.c-caseStudy-term-list .item .name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  font-size: 21px;
  font-weight: 700;
  white-space: nowrap;
  padding: 0.5em 1em;
}
.c-caseStudy-term-list .item .name .text {
  display: block;
}
.c-caseStudy-term-list .item .name .icon {
  display: block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-size: 0.4em;
}
.c-caseStudy-term-list .item .image {
  width: 100%;
  height: 166px;
  overflow: hidden;
}
.c-caseStudy-term-list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c-caseStudy-term-list {
    justify-content: space-between;
    gap: 5vw 0;
  }
  .c-caseStudy-term-list .item {
    width: 47%;
    max-width: 100%;
  }
  .c-caseStudy-term-list .item a {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .c-caseStudy-term-list .item a:hover {
    opacity: 1;
  }
  .c-caseStudy-term-list .item a:active {
    opacity: 0.7;
  }
  .c-caseStudy-term-list .item .name {
    gap: 0;
    font-size: 16px;
    padding: 0.4em 0.5em;
  }
  .c-caseStudy-term-list .item .name .icon {
    width: 1.2em;
    min-width: 1.2em;
    height: 1.2em;
    background-size: 0.4em;
  }
  .c-caseStudy-term-list .item .image {
    height: 25vw;
  }
}

/*
Theme Name: Elwsc
*/
.c-content-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
}
.c-content-nav ul li {
  width: 100%;
  max-width: 200px;
}
.c-content-nav ul li a {
  display: block;
  padding: 0.8em 0.2em;
  color: inherit;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  background-color: #FFF;
  border: 1px solid #cc3333;
  border-radius: 8px;
}
.c-content-nav ul li a:hover {
  opacity: 1;
  color: #FFF;
  background-color: #cc3333;
}
.c-content-nav ul li.is-active a {
  color: #FFF;
  background-color: #cc3333;
}
.c-content-nav__radius-btn ul li a {
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .c-content-nav ul {
    flex-wrap: wrap;
    gap: 2.6vw 3%;
  }
  .c-content-nav ul::before, .c-content-nav ul::after {
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    background: transparent;
    order: 1;
  }
  .c-content-nav ul li {
    width: 30%;
    max-width: 100%;
  }
  .c-content-nav ul li a {
    display: block;
    padding: 0.6em 0.2em;
    font-size: 13px;
    border-radius: 4px;
  }
  .c-content-nav ul li a:hover {
    opacity: 1;
    color: inherit;
    background-color: #FFF;
  }
  .c-content-nav ul li a:active {
    opacity: 1;
    color: #FFF;
    background-color: #cc3333;
  }
  .c-content-nav__radius-btn ul li a {
    border-radius: 100vh;
  }
}

.c-content-nav02 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px 30px;
}
.c-content-nav02 li {
  width: auto;
  line-height: 1.4;
  list-style: none;
  padding-left: 0;
  text-indent: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.5em;
  position: relative;
}
.c-content-nav02 li::before {
  content: "";
  display: block;
  width: 0.6em;
  min-width: 0.6em;
  height: 1em;
  margin-top: 0.26em;
  background-color: #cc3333;
  mask-image: url("/wp-content/themes/elwsc/images/icon/icon_arrow02.svg");
  -webkit-mask-image: url("/wp-content/themes/elwsc/images/icon/icon_arrow02.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center center;
  -webkit-mask-position: center center;
}
.c-content-nav02 li a {
  color: inherit;
}
.c-content-nav02 li a:hover {
  opacity: 1;
  color: #cc3333;
}
@media screen and (max-width: 768px) {
  .c-content-nav02 {
    gap: 12px 6%;
  }
  .c-content-nav02 li {
    width: 47%;
  }
  .c-content-nav02 li a {
    font-size: 13px;
  }
  .c-content-nav02 li a:hover {
    opacity: 1;
    color: inherit;
  }
  .c-content-nav02 li a:active {
    opacity: 1;
    color: #cc3333;
  }
}

/*
Theme Name: Elwsc
*/
.c-service-flow {
  position: relative;
}
.c-service-flow .flow-head {
  position: relative;
  z-index: 1;
}
.c-service-flow .flow-content-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 0;
  margin-top: -36px;
  position: relative;
  z-index: 0;
}
.c-service-flow .content-item {
  width: 100%;
  background: #bad0d2;
  padding: 70px 36px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.c-service-flow .content-item a {
  display: block;
  transition: 0.3s;
}
.c-service-flow .content-item a:hover {
  opacity: 0.7;
}
.c-service-flow .content-item .btn-list {
  width: 100%;
  margin-top: auto;
}
.c-service-flow .content-item .btn-list li {
  width: auto;
}
.c-service-flow .content-item.item01 {
  border-bottom-left-radius: 30px;
}
.c-service-flow .content-item.item02 {
  background: #dad8d7;
}
.c-service-flow .content-item.item03 {
  background: #ecc2c2;
  border-bottom-right-radius: 30px;
}
.c-service-flow .content-item .title {
  width: 100%;
  font-size: 24px;
  line-height: 1.3;
}
.c-service-flow .detail-list {
  width: 100%;
}
.c-service-flow .detail-list li {
  line-height: 1.4;
  padding-bottom: 0.8em;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}
.c-service-flow .detail-list li:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-service-flow .flow-head {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-service-flow .flow-head img {
    width: 100%;
    height: auto;
  }
  .c-service-flow .flow-content-wrap {
    display: block;
    margin-top: 0;
    padding-left: 40px;
  }
  .c-service-flow .content-item {
    width: 100%;
    min-height: 371px;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  .c-service-flow .content-item a:hover {
    opacity: 1;
  }
  .c-service-flow .content-item a:active {
    opacity: 0.7;
  }
  .c-service-flow .content-item .btn-list {
    padding-top: 0;
    margin: 0;
  }
  .c-service-flow .content-item.item01 {
    border-radius: 0;
    border-top-right-radius: 15px;
  }
  .c-service-flow .content-item.item03 {
    border-radius: 0;
    border-bottom-right-radius: 15px;
  }
  .c-service-flow .content-item .title {
    width: 100%;
    text-align: center;
    font-size: 19px;
  }
  .c-service-flow .content-item img {
    display: block;
    height: 145px;
    width: auto;
    margin: auto;
  }
}

/*
Theme Name: Elwsc
*/
/*---------------------------------------
 * Utility
 ---------------------------------------*/
.u-mt--auto {
  margin-top: auto;
}
.u-mt--0 {
  margin-top: 0;
}
.u-mt--1em {
  margin-top: 1em;
}
.u-mt--2em {
  margin-top: 2em;
}
.u-mt--3em {
  margin-top: 3em;
}
.u-mt--4em {
  margin-top: 4em;
}
.u-mt--5em {
  margin-top: 5em;
}
.u-mt--6em {
  margin-top: 6em;
}
.u-mt--7em {
  margin-top: 7em;
}
.u-mt--8em {
  margin-top: 8em;
}
.u-mt--9em {
  margin-top: 9em;
}
.u-mt--10em {
  margin-top: 10em;
}
.u-mt--0point5em {
  margin-top: 0.5em;
}
.u-mt--1point5em {
  margin-top: 1.5em;
}
.u-mt--2point5em {
  margin-top: 2.5em;
}

.u-mb--auto {
  margin-bottom: auto;
}
.u-mb--0 {
  margin-bottom: 0;
}
.u-mb--1em {
  margin-bottom: 1em;
}
.u-mb--2em {
  margin-bottom: 2em;
}
.u-mb--3em {
  margin-bottom: 3em;
}
.u-mb--4em {
  margin-bottom: 4em;
}
.u-mb--5em {
  margin-bottom: 5em;
}
.u-mb--6em {
  margin-bottom: 6em;
}
.u-mb--7em {
  margin-bottom: 7em;
}
.u-mb--8em {
  margin-bottom: 8em;
}
.u-mb--9em {
  margin-bottom: 9em;
}
.u-mb--10em {
  margin-bottom: 10em;
}
.u-mb--0point5em {
  margin-bottom: 0.5em;
}
.u-mb--1point5em {
  margin-bottom: 1.5em;
}
.u-mb--2point5em {
  margin-bottom: 2.5em;
}

@media screen and (max-width: 768px) {
  .u-mb-sp--auto {
    margin-bottom: auto;
  }
  .u-mb-sp--0 {
    margin-bottom: 0;
  }
  .u-mb-sp--1em {
    margin-bottom: 1em;
  }
  .u-mb-sp--2em {
    margin-bottom: 2em;
  }
  .u-mb-sp--3em {
    margin-bottom: 3em;
  }
  .u-mb-sp--4em {
    margin-bottom: 4em;
  }
  .u-mb-sp--5em {
    margin-bottom: 5em;
  }
  .u-mb-sp--6em {
    margin-bottom: 6em;
  }
  .u-mb-sp--7em {
    margin-bottom: 7em;
  }
  .u-mb-sp--8em {
    margin-bottom: 8em;
  }
  .u-mb-sp--9em {
    margin-bottom: 9em;
  }
  .u-mb-sp--10em {
    margin-bottom: 10em;
  }
  .u-mb-sp--0point5em {
    margin-bottom: 0.5em;
  }
  .u-mb-sp--1point5em {
    margin-bottom: 1.5em;
  }
  .u-mb-sp--2point5em {
    margin-bottom: 2.5em;
  }
}

.u-mr--auto {
  margin-right: auto;
}
.u-mr--0 {
  margin-right: 0;
}
.u-mr--1em {
  margin-right: 1em;
}
.u-mr--2em {
  margin-right: 2em;
}
.u-mr--3em {
  margin-right: 3em;
}
.u-mr--4em {
  margin-right: 4em;
}
.u-mr--5em {
  margin-right: 5em;
}
.u-mr--6em {
  margin-right: 6em;
}
.u-mr--7em {
  margin-right: 7em;
}
.u-mr--8em {
  margin-right: 8em;
}
.u-mr--9em {
  margin-right: 9em;
}
.u-mr--10em {
  margin-right: 10em;
}
.u-mr--0point5em {
  margin-right: 0.5em;
}
.u-mr--1point5em {
  margin-right: 1.5em;
}
.u-mr--2point5em {
  margin-right: 2.5em;
}

.u-ml--auto {
  margin-left: auto;
}
.u-ml--0 {
  margin-left: 0;
}
.u-ml--1em {
  margin-left: 1em;
}
.u-ml--2em {
  margin-left: 2em;
}
.u-ml--3em {
  margin-left: 3em;
}
.u-ml--4em {
  margin-left: 4em;
}
.u-ml--5em {
  margin-left: 5em;
}
.u-ml--6em {
  margin-left: 6em;
}
.u-ml--7em {
  margin-left: 7em;
}
.u-ml--8em {
  margin-left: 8em;
}
.u-ml--9em {
  margin-left: 9em;
}
.u-ml--10em {
  margin-left: 10em;
}
.u-ml--0point5em {
  margin-left: 0.5em;
}
.u-ml--1point5em {
  margin-left: 1.5em;
}
.u-ml--2point5em {
  margin-left: 2.5em;
}

.u-textalign--left {
  text-align: left;
}
.u-textalign--center {
  text-align: center;
}
.u-textalign--right {
  text-align: right;
}

.u-fontweight--bold {
  font-weight: bold;
}
.u-fontweight--normal {
  font-weight: normal;
}

.u-underline {
  text-decoration: underline;
}

.u-nowrap {
  white-space: nowrap;
}

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

.u-color--theme {
  color: #a52413;
}

.u-link-none {
  pointer-events: none;
}

/*
Theme Name: Elwsc
*/
/*---------------------------------------
 * Utility wp-block
 ---------------------------------------*/
.aligncenter {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (min-width: 769px) {
  .alignright {
    float: right !important;
    margin-left: 1.5em !important;
  }
}

@media screen and (min-width: 769px) {
  .alignleft {
    float: left !important;
    margin-right: 1.5em !important;
  }
}
/*# sourceMappingURL=style.css.map */