@charset "UTF-8";
/* 
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;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.l-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  margin-left: 8px;
  width: calc(100% - 8px);
  padding: 0 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  background: #fcfaf6;
  min-width: 1172px;
}
.l-header.is-bg-white {
  background: #fff;
}
@media screen and (max-width: 1180px) {
  .l-header {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .l-header {
    background: #fcfaf6;
    padding: 0 2.5rem 0 1.2rem;
    position: fixed;
    left: 6px;
    top: 0;
    z-index: 100;
    min-width: 0;
    width: calc(100% - 6px);
    margin: 0;
  }
}
.l-header-left {
  position: absolute;
  left: 3rem;
  top: 3rem;
  z-index: 30;
}
@media screen and (max-width: 1180px) {
  .l-header-left {
    left: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .l-header-left {
    left: 0px;
    top: 0rem;
    width: 100%;
  }
}
.l-header-left > a {
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .l-header-left > a {
    position: absolute;
    left: 2rem;
    top: 1.5rem;
  }
}
.l-header-right {
  position: absolute;
  right: 3rem;
  top: 0rem;
  width: calc(100% - 240px);
}
@media screen and (max-width: 1180px) {
  .l-header-right {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 769px) {
  .l-header-right {
    display: block !important;
    position: absolute;
    z-index: 20;
    height: 100vh;
    width: 100%;
    background-color: #fff;
    padding: 7.5rem 2rem 2rem;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    pointer-events: none;
    overflow: scroll;
  }
}
.l-header-rightlogo {
  position: absolute;
  right: 0rem;
  top: 25px;
  width: 12rem;
  text-align: right;
}
.l-header-menu {
  padding: 0rem 0;
  position: absolute;
  text-align: right;
  font-size: 0;
  top: 27px;
}
@media screen and (max-width: 769px) {
  .l-header-menu {
    position: relative;
    top: 0;
    text-align: left;
    font-size: 1.6rem;
    height: 100%;
    overflow: auto;
  }
}
.l-header-bottom {
  position: absolute;
  right: 3rem;
  top: 38px;
  width: 70%;
  height: 26px;
  text-align: right;
  padding: 0px 245px 0 0;
}

.l-header-global {
  height: 90px;
}
@media screen and (max-width: 769px) {
  .l-header-global {
    height: 80px;
  }
}
@media screen and (max-width: 769px) {
  .l-header-global .l-header-left {
    height: 70px;
  }
}
.l-header-global .l-header-menu {
  right: 18vw;
}
@media screen and (max-width: 1180px) {
  .l-header-global .l-header-menu {
    right: 100px;
  }
}
@media screen and (max-width: 769px) {
  .l-header-global .l-header-menu {
    right: 0px;
  }
}

.l-header-service {
  height: 125px;
}
@media screen and (max-width: 769px) {
  .l-header-service {
    height: 80px;
  }
}
.l-header-service .l-header-right {
  top: 5rem;
  right: 0.5rem;
}
.l-header-service .l-header-menu {
  right: 0vw;
  top: 22px;
}
@media screen and (max-width: 1180px) {
  .l-header-service .l-header-menu {
    right: 20px;
    top: 27px;
  }
}
@media screen and (max-width: 769px) {
  .l-header-service .l-header-menu {
    right: 0px;
  }
}

.l-header-recruit {
  height: 90px;
}
@media screen and (max-width: 769px) {
  .l-header-recruit {
    height: 80px;
  }
}
@media screen and (max-width: 769px) {
  .l-header-recruit .l-header-left {
    height: 70px;
  }
}
.l-header-recruit .l-header-left span {
  vertical-align: middle;
  color: #ed6b03;
  display: inline-block;
  margin-top: -2.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 1180px) {
  .l-header-recruit .l-header-left span {
    margin-top: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-header-recruit .l-header-left span {
    font-size: 1.1rem;
    margin-top: -0.2rem;
  }
}
.l-header-recruit .l-header-menu {
  right: 13rem;
}
@media screen and (max-width: 769px) {
  .l-header-recruit .l-header-menu {
    right: 0;
  }
}
.l-header-recruit .l-header-menu .c-header-menu .c-header-menu__item > span {
  padding: 1.9rem 1vw;
}

.c-header__logo {
  width: 18rem;
}
@media screen and (max-width: 1180px) {
  .c-header__logo {
    width: 12rem;
    position: relative;
    top: 0.7rem;
  }
}
.c-header__logo-right {
  width: 12rem;
}
.c-header__logo-text {
  font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
  position: relative;
}
.c-header__logo-text::before {
  content: "";
  position: absolute;
  border-left: 7px solid #ff7d00;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  left: 0px;
  top: 2px;
}
.c-header-menu {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 769px) {
  .c-header-menu {
    display: block;
  }
}
.c-header-menu__item {
  display: block;
  color: #666;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-header-menu__item > span {
  display: block;
  font-size: 1.6rem;
  padding: 1.9rem 2.1vw;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 1180px) {
  .c-header-menu__item > span {
    font-size: 1.5rem;
    padding: 2rem 1vw;
  }
}
@media screen and (max-width: 769px) {
  .c-header-menu__item > span {
    font-size: 1.9rem;
    color: #ff7d00;
    padding: 1.45rem 0;
    -webkit-transform: translate(0, 90%);
    transform: translate(0, 90%);
    -webkit-transition: all 1.25s 1.5s ease;
    transition: all 1.25s 1.5s ease;
  }
}
.c-header-menu__item:hover {
  color: #ff7d00;
}
@media screen and (max-width: 769px) {
  .c-header-menu__item.icon-blank > span::after {
    content: "";
    display: inline-block;
    margin-left: 7px;
    background: url("../../images/common/icon-blank-or.webp") 0 0 no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
  }
}
.c-header-menu__item--inquery {
  display: block;
  font-size: 1.6rem;
  padding: 1.2rem 0;
  color: #ff7d00;
  font-weight: bold;
  text-align: center;
}
.c-header-menu__item--inquery .inquery-image {
  margin-bottom: 0.5rem;
}
.c-header-menu-list {
  position: absolute;
  display: none;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 10;
  background-color: #fff;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 1300px) {
  .c-header-menu-list {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .c-header-menu-list {
    position: relative;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border-radius: 0px;
    padding-bottom: 20px;
  }
}
.c-header-menu-list li {
  min-width: 14.5rem;
}
.c-header-menu-list li a {
  color: #666;
  padding: 1.5rem 2.5rem;
  display: block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .c-header-menu-list li a {
    padding: 1.2rem 2rem;
  }
}
.c-header-menu-list li a:hover {
  color: #fff;
  background-color: #ff7d00;
}
.c-header-menu-list li a[target="_blank"] span {
  position: relative;
  padding: 0 22px 0 0;
}
.c-header-menu-list li a[target="_blank"] span::after {
  display: block;
  content: "";
  background: url("../../images/common/icon-blank-gray.webp") no-repeat left
    center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 2px;
}
.c-header-menu.has-lists .c-header-menu__item > span {
  margin-right: 5px;
}
@media screen and (max-width: 769px) {
  .c-header-menu.has-lists .c-header-menu__item > span {
    margin-right: 0;
  }
}
.c-header-menu.has-lists .c-header-menu__item > span::after {
  content: "";
  position: absolute;
  border-top: 7px solid #ff7d00;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  right: 13px;
  top: 25px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 1180px) {
  .c-header-menu.has-lists .c-header-menu__item > span::after {
    right: 0;
    top: 2.3rem;
  }
}
@media screen and (max-width: 769px) {
  .c-header-menu.has-lists .c-header-menu__item > span::after {
    border-top: 9px solid #ff7d00;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    right: 15px;
    top: 18px;
  }
}
.c-header-menu.has-lists .c-header-menu__item.is-shown span::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 20px;
}
@media screen and (max-width: 769px) {
  .c-header-menu.has-lists .c-header-menu__item.is-shown span::after {
    top: 2.3rem;
  }
}
.c-header-tel {
  padding: 2px 0 2px 30px;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1;
  color: #ff7d00;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.c-header-tel::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../images/common/icon-tel.webp") 0 0 no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
}
.c-header-date {
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 20px;
  vertical-align: middle;
}
.c-header-mobile {
  display: inline-block;
  font-size: 1.1rem;
  vertical-align: middle;
  margin-left: 20px;
}
.c-header-contact {
  position: absolute;
  right: 0rem;
  top: 25px;
}
@media screen and (max-width: 1180px) {
  .c-header-contact {
    width: 100px;
    padding-left: 20px;
    right: 1.5rem;
    top: 3.5rem;
  }
}
.c-header-contact.is-small {
  width: 240px;
  top: auto;
  bottom: -8px;
}
.c-header-contact.is-small > a {
  float: right;
  width: 200px;
  font-size: 1.6rem;
  padding: 0.8rem 0;
}
.c-header-contact a {
  display: block;
  width: 17vw;
  border-radius: 8px;
  border: solid 2px #ff7d00;
  background-color: #ff7d00;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding: 1.2rem 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-header-contact a:hover {
  border: solid 2px #ff7d00;
  background-color: #ffffff;
  color: #ff7d00;
}
.c-header-humberger {
  width: 100%;
  height: 100%;
}
.c-header-humberger::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 30px;
  border-radius: 5px;
  top: 35px;
  background: #ff7d00;
  right: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-header-humberger::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 30px;
  border-radius: 5px;
  top: 43px;
  background: #ff7d00;
  right: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-header-humberger.is-shown::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-header-humberger.is-shown::after {
  top: 36px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-header-sp-area {
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0px;
  top: 0;
  z-index: 30;
}
.c-header .sp-style {
  opacity: 1;
  pointer-events: visible;
  position: fixed;
  top: 0;
  right: 0;
}
.c-header-servicetop {
  position: absolute;
  right: 0;
  top: 27px;
  background-size: 100%;
  padding-top: 20px;
  width: 125px;
}
.c-header-servicetop span {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.c-header-servicetop span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background: url("../../images/common/icon-link.webp") 0 0 no-repeat;
  background-size: 100%;
  width: 5px;
  height: 5px;
}

.sp-style .c-header-menu span {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sp-style .c-header-menu:nth-child(1) span {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sp-style .c-header-menu:nth-child(2) span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sp-style .c-header-menu:nth-child(3) span {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.sp-style .c-header-menu:nth-child(4) span {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.sp-style .c-header-menu:nth-child(5) span {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sp-style .c-header-menu:nth-child(6) span {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.sp-style .c-header-menu:nth-child(7) span {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.sp-style .c-header-menu:nth-child(8) span {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.sp-style .c-header-menu:nth-child(9) span {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.sp-style .c-header-menu:nth-child(10) span {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.l-header-global .c-header-menu:first-child > a {
  padding-left: 0;
}
@media screen and (max-width: 1180px) {
  .l-header-global .c-header-contact a {
    width: 80px;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 1180px) {
  .l-header-global .c-header-contact a::before {
    margin-right: 0;
  }
}
@media screen and (max-width: 1180px) {
  .l-header-global .c-header-contact a span {
    font-size: 1.1rem;
    display: block;
    padding-top: 5px;
  }
}

.l-header-service .l-header-left {
  top: 4.5rem;
}
@media screen and (max-width: 769px) {
  .l-header-service .l-header-left {
    top: 0;
    height: 70px;
  }
}
.l-header-service .c-header__logo {
  width: 15rem;
}
@media screen and (max-width: 769px) {
  .l-header-service .c-header__logo {
    width: 11rem;
  }
}
@media screen and (max-width: 1180px) {
  .l-header-service .c-header-menu:not(:first-child) {
    border-left: none;
  }
}
.l-header-service .c-header-menu__item > span {
  padding: 1.9rem 2vw;
}
@media screen and (max-width: 1180px) {
  .l-header-service .c-header-menu__item > span {
    padding: 1rem 1vw;
  }
}
.l-header-service .c-header-menu:last-child .c-header-menu__item span {
  padding-right: 0;
}

@media screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.5rem;
  background: #fff;
  margin-left: 8px;
}
@media screen and (max-width: 769px) {
  .l-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 0 1.5rem;
    margin-left: 0;
  }
}
.l-footer-bottom {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
  width: 100%;
  overflow: hidden;
}
.l-footer.is-service .c-footer-logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  .l-footer.is-service .c-footer-logo {
    margin-bottom: 1.5rem;
  }
}

.c-footer-logo {
  width: 20%;
}
@media screen and (max-width: 769px) {
  .c-footer-logo {
    width: auto;
    margin-bottom: 1.5rem;
  }
}
.c-footer-logo a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  display: inline-block;
  text-align: center;
}
.c-footer-logo a:hover {
  opcaity: 0.7;
}
.c-footer-logo a span {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2px;
  color: #444444;
}
.c-footer-logo a img {
  width: 14rem;
}
.c-footer-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: calc(80% - 210px);
}
.c-footer-menus-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0 3.5 rem;
}
.c-footer-menus-contents-list {
  min-width: 20%;
}
.c-footer-menus-contents-list:nth-child(1) {
  min-width: 28%;
}
.c-footer-menus-contents-list:nth-child(2) {
  min-width: 30%;
}
.c-footer-menus-contents-list:nth-child(3) {
  min-width: 19%;
}
.c-footer-menus-contents-list:nth-child(4) {
  min-width: 15%;
}
.c-footer-menus-contents-list:nth-child(5) {
  min-width: 10%;
}
.c-footer-menus-contents-list p {
  color: #666;
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.c-footer-menus-contents-list p a {
  color: #666;
}
.c-footer-menus-contents-list p a:hover {
  text-decoration: underline;
}
.c-footer-menus-contents-list ul li a {
  color: #7b7b7b;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  display: block;
}
.c-footer-menus-contents-list ul li a:hover {
  text-decoration: underline;
}
.c-footer-menus-contents-list ul li a[target="_blank"]::after {
  display: inline-block;
  content: "";
  background: url("../../images/common/icon-blank-gray.webp") no-repeat left
    center;
  background-size: 100%;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  position: relative;
}
.c-footer-menus-contents-link {
  min-width: 30%;
  padding-left: 15%;
}
.c-footer-menus-contents-link ul li a {
  color: #7b7b7b;
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  display: block;
}
.c-footer-menus-contents-link ul li a:hover {
  text-decoration: underline;
}
.c-footer-menus-contents-link ul li a[target="_blank"]::after {
  display: inline-block;
  content: "";
  background: url("../../images/common/icon-blank-gray.webp") no-repeat left
    center;
  background-size: 100%;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  position: relative;
}
.c-footer-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.c-footer-services a {
  color: #ff7d00;
  display: block;
  font-weight: bold;
  position: relative;
  margin-left: 3rem;
}
.c-footer-services a:hover {
  text-decoration: underline;
}
.c-footer-services a[target="_blank"]::after {
  display: inline-block;
  content: "";
  background: url("../../images/common/icon-blank-or.webp") no-repeat left
    center;
  background-size: 100%;
  width: 11px;
  height: 11px;
  margin-left: 3px;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 1180px) {
  .c-footer-services a {
    font-size: 1.2rem;
  }
}
.c-footer-services a:not(:first-of-type) {
  margin-left: 4rem;
}
.c-footer-services a:not(:last-of-type) {
  margin-right: 2rem;
}
.c-footer-services a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #b9b9b9;
  right: -2rem;
  top: 0;
}
.c-footer-services__icon {
  position: absolute;
  left: -3rem;
  top: -0.5rem;
  margin-top: -0.1rem;
}
.c-footer-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 210px;
}
.c-footer-icons__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .c-footer-icons__lists {
    margin-bottom: 1rem;
  }
}
.c-footer-icons__lists.c-creators {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-footer-icons__lists.c-works {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-footer-icons__lists a {
  display: block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-footer-icons__lists a:not(:last-of-type) {
  margin-right: 2rem;
}
@media screen and (max-width: 769px) {
  .c-footer-icons__lists a:not(:last-of-type) {
    margin-right: 3rem;
  }
}
.c-footer-icons__lists a:hover {
  opcaity: 0.7;
}
.c-footer-icons__lists a img {
  width: 26px;
}
@media screen and (max-width: 769px) {
  .c-footer-icons__lists a img {
    width: 26px;
  }
}
.c-footer-contact a {
  display: block;
  margin: 0 auto 2rem;
  max-width: 314px;
  border-radius: 8px;
  border: solid 2px #ff7d00;
  background-color: #ff7d00;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-footer-contact a:hover {
  color: #ff7d00;
  background: #fff;
}
.c-footer-contact-tel {
  color: #ff7d00;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
  white-space: nowrap;
}
.c-footer-contact-tel::before {
  display: block;
  content: "";
  background: url("../../images/common/icon-tel.webp") no-repeat left center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 2px;
}
.c-footer-contact-tel-time {
  text-align: center;
  font-size: 1.1rem;
  color: #444;
  line-height: 1;
  margin: 5px 0 10px;
}
.c-footer-bottom-menu {
  float: left;
}
.c-footer-bottom-menu > li {
  display: inline-block;
  margin-right: 20px;
}
.c-footer-bottom-menu > li > a {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  color: #7b7b7b;
  position: relative;
  padding: 1px 22px 1px 0;
}
.c-footer-bottom-menu > li > a::after {
  display: block;
  content: "";
  background: url("../../images/common/icon-blank-gray.webp") no-repeat left
    center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0px;
}
.c-footer-bottom-menu > li > a:hover {
  text-decoration: underline;
}
.c-footer-copyrights {
  color: #cccccc;
  font-size: 1rem;
  float: right;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .c-footer-copyrights {
    font-size: 0.8rem;
    color: #ccc;
    text-align: center;
    float: none;
  }
}

.c-footercontact {
  background-color: #f5eee5;
  padding: 7.5rem 0;
}
@media screen and (max-width: 769px) {
  .c-footercontact {
    padding: 5.2rem 0;
  }
}
.c-footercontact__inner {
  margin: 0 auto;
}
.c-footercontact__head {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 769px) {
  .c-footercontact__head {
    margin-bottom: 2.7rem;
  }
}
.c-footercontact__title {
  color: #444;
  font-size: 3.2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .c-footercontact__title {
    font-size: 2.4rem;
  }
}
.c-footercontact__title span {
  position: relative;
  display: inline-block;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 769px) {
  .c-footercontact__title span {
    padding-bottom: 0;
  }
}
.c-footercontact__title span::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 0.4rem;
  background-color: #ff7d00;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0.5rem;
}
@media screen and (max-width: 769px) {
  .c-footercontact__title span::after {
    display: none;
  }
}
.c-footercontact__btn {
  font-size: 0;
  text-align: center;
  vertical-align: top;
}
.c-footercontact__btn-item {
  display: inline-block;
  margin: 0 2.5% 2.5rem;
  width: 45%;
  max-width: 40rem;
  padding: 2.2rem 2rem;
  font-size: 2rem;
  color: #fff;
  border: 0.2rem solid #ff7d00;
  border-radius: 1.5rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .c-footercontact__btn-item {
    width: 72%;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1rem 2.4rem;
    font-size: 1.6rem;
    border-radius: 1rem;
  }
}
.c-footercontact__btn-item-1 {
  background-color: #ff7d00;
  color: #fff;
}
.c-footercontact__btn-item-1:hover {
  background-color: #fff;
  color: #ff7d00;
}
.c-footercontact__btn-item-2 {
  background-color: #fff;
  color: #ff7d00;
}
.c-footercontact__btn-item-2:hover {
  background-color: #ff7d00;
  color: #fff;
}
.c-footercontact__text {
  margin: 0 2.5%;
  text-align: center;
  padding-top: 0.5rem;
  color: #444;
  font-size: 0;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .c-footercontact__text {
    padding-top: 0.2rem;
  }
}
.c-footercontact__text span {
  font-size: 3.2rem;
  color: #ff7d00;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 3.2rem;
  background: url(../../images/common/icon-tel.webp) no-repeat left 55%;
  background-size: 2.8rem;
  font-family: roboto;
}
@media screen and (max-width: 769px) {
  .c-footercontact__text span {
    font-size: 2.8rem;
    line-height: 1;
  }
}
.c-footercontact__text small {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
@media screen and (max-width: 769px) {
  .c-footercontact__text small {
    display: block;
    font-size: 1.4rem;
    margin-top: 0.6rem;
    margin-left: 0px;
  }
}

.c-footerform-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .c-footerform-list {
    display: block;
  }
}
.c-footerform-item {
  width: 50%;
  height: 45.2rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .c-footerform-item {
    width: 100%;
    height: 23rem;
  }
}
.c-footerform .item__event {
  background: url(../../images/recruit/bg-eventform.jpg) no-repeat center center;
  background-size: cover;
}
.c-footerform .item__entry {
  background: url(../../images/recruit/bg-entryform.jpg) no-repeat center center;
  background-size: cover;
}
.c-footerform-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-footerform__title {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .c-footerform__title {
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
}
.c-footerform__btn {
  display: inline-block;
  padding: 2rem 8rem;
  text-align: center;
  color: #fff;
  background-color: #ff7d00;
  font-size: 1.8rem;
  border-radius: 1rem;
  font-weight: bold;
  border: 0.2rem solid #ff7d00;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 769px) {
  .c-footerform__btn {
    font-size: 1.6rem;
    padding: 1.4rem 8rem;
    border-radius: 0.8rem;
  }
}
.c-footerform__btn:hover {
  color: #ff7d00;
  background-color: #fff;
}

.c-goservicetop {
  background: #fff;
  padding: 1rem 10rem;
  border-bottom: 1px solid #f5eee5;
}
@media screen and (max-width: 769px) {
  .c-goservicetop {
    padding: 1rem 2rem;
    font-size: 1rem;
    border-bottom: 1px solid #d9d9d9;
  }
}
.c-goservicetop a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #a2a2a2;
  font-weight: bold;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 769px) {
  .c-goservicetop a {
    padding-left: 10px;
    font-weight: normal;
  }
}
.c-goservicetop a::before {
  position: absolute;
  top: 3px;
  left: 0px;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-left: #a2a2a2 solid 2px;
  border-top: #a2a2a2 solid 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 769px) {
  .c-goservicetop a::before {
    top: 2px;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-goservicetop a:hover {
  opcaity: 0.7;
}

.c-servicenav {
  padding: 4rem 0;
  text-align: center;
}
.c-servicenav-logo {
  display: inline-block;
  margin-bottom: 3rem;
}
.c-servicenav-logo img {
  width: 119px;
}
.c-servicenav-list {
  font-size: 0;
}
.c-servicenav-list li {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.13;
  border-left: 1px solid #d9d9d9;
}
.c-servicenav-list li a {
  display: block;
  color: #666666;
  padding: 0.3rem 3rem;
}

.l-recruit-footer {
  background: #fff;
  padding: 3.7rem 0 2rem 0;
}
@media screen and (max-width: 769px) {
  .l-recruit-footer {
    padding: 2rem 0 1rem;
  }
}

.c-recruit-footer-logo {
  display: none;
}
@media screen and (max-width: 769px) {
  .c-recruit-footer-logo {
    display: block;
    width: 140px;
    margin: 0 auto 1.5rem;
  }
}
.c-recruit-footer-logo img {
  max-width: 100%;
}
.c-recruit-footer-menu {
  margin-bottom: 3rem;
}
@media screen and (max-width: 769px) {
  .c-recruit-footer-menu {
    display: none;
  }
}
.c-recruit-footer-menu ul {
  text-align: center;
}
.c-recruit-footer-menu ul li {
  display: inline-block;
  margin: 0 20px;
}
.c-recruit-footer-menu ul li a {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #a2a2a2;
}
.c-recruit-footer-menu ul li a:hover {
  opacity: 0.7;
}
.c-recruit-footer-icons__lists {
  text-align: center;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 769px) {
  .c-recruit-footer-icons__lists {
    margin-bottom: 1.5rem;
  }
}
.c-recruit-footer-icons__lists a {
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width: 769px) {
  .c-recruit-footer-icons__lists a {
    margin: 0 10px;
  }
}
.c-recruit-footer-icons__lists a img {
  width: 25px;
}
.c-recruit-footer-bottom {
  margin: 0 4rem;
  border-top: 1px solid #d9d9d9;
  padding-top: 2.5rem;
}
@media screen and (max-width: 769px) {
  .c-recruit-footer-bottom {
    border-top: none;
    padding-top: 0rem;
  }
}
.c-recruit-footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .c-recruit-footer-bottom-inner {
    display: block;
  }
}
.c-recruit-footer-bottom ul {
  width: calc(100% - 300px);
}
@media screen and (max-width: 769px) {
  .c-recruit-footer-bottom ul {
    display: none;
  }
}
.c-recruit-footer-bottom ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.c-recruit-footer-bottom ul li a {
  display: block;
  font-size: 1.4rem;
  padding: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #a2a2a2;
  padding: 0 25px 0 0;
  position: relative;
}
.c-recruit-footer-bottom ul li a:hover {
  opacity: 0.7;
}
.c-recruit-footer-bottom ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../../images/common/icon-blank.webp") 0 0 no-repeat;
  background-size: 100%;
  width: 18px;
  height: 18px;
  opacity: 0.3;
}
.c-recruit-footer-bottom .copyrights {
  width: 300px;
  text-align: right;
  font-size: 1rem;
  color: #ccc;
  white-space: nowrap;
}
@media screen and (max-width: 769px) {
  .c-recruit-footer-bottom .copyrights {
    width: 100%;
    text-align: center;
  }
}

html,
body {
  font-family: "Roboto", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
    "メイリオ", sans-serif;
  height: 100%;
  font-weight: 300;
}
html.border-left-orange,
body.border-left-orange {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  html.border-left-orange,
  body.border-left-orange {
    width: 100%;
  }
}
html.bg-gray,
body.bg-gray {
  background-color: #fcfaf7;
}

body {
  min-width: 1180px;
}
@media screen and (max-width: 769px) {
  body {
    min-width: 0;
  }
}

a {
  color: #444;
}

p {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #444;
}

pre {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #444;
  word-break: break-all;
  white-space: pre-wrap;
}

.selector-hide {
  display: none;
}

.l-header-service + .l-container {
  padding-top: 125px;
}

.l-container {
  position: relative;
  padding-top: 110px;
}
@media screen and (max-width: 769px) {
  .l-container {
    padding-top: 85px;
  }
}
.l-container::before {
  content: "";
  display: block;
  background: #ff7d00;
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
@media screen and (max-width: 769px) {
  .l-container::before {
    width: 6px;
  }
}
.l-container-service {
  position: relative;
  padding-top: 145px;
}
@media screen and (max-width: 769px) {
  .l-container-service {
    padding-top: 80px;
  }
}
.l-container-service::before {
  content: "";
  display: block;
  background: #ff7d00;
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
@media screen and (max-width: 769px) {
  .l-container-service::before {
    width: 6px;
  }
}

.c-head-2 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #444;
  margin-right: 5rem;
  margin-bottom: 4rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.2rem solid #d9d9d9;
  position: relative;
}
.c-head-2::after {
  width: 1.5em;
  height: 0.4rem;
  border-radius: 0.2rem;
  content: "";
  background-color: #ff7d00;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
}
@media screen and (max-width: 769px) {
  .c-head-2 {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    padding-bottom: 1.1rem;
    margin-right: 0;
    margin-top: 0rem;
  }
}
.c-head-2-top {
  font-size: 3.2rem;
  font-weight: bold;
  color: #444;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 769px) {
  .c-head-2-top {
    font-size: 2.8rem;
  }
}
.c-head-2.recruit {
  text-align: center;
  margin-right: 0;
}
.c-head-2-short {
  border-bottom: none;
}
.c-head-2-none {
  border-bottom: none;
}
.c-head-2-none::after {
  display: none;
}
.c-head-block {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.52px;
  padding: 3px 0 3px 20px;
  color: #444;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 4rem;
}
.c-head-block::after {
  display: block;
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #ff7d00;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 769px) {
  .c-head-block {
    font-size: 2.4rem;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
}

.c-small-head {
  color: #ff7d00;
  margin-left: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 769px) {
  .c-small-head {
    font-size: 1.1rem;
  }
}
.c-small-head::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #ff7d00;
  left: -18px;
  top: 11px;
}
@media screen and (max-width: 769px) {
  .c-small-head::before {
    width: 8px;
    top: 8px;
  }
}

.c-small-head-2 {
  color: #ff7d00;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  .c-small-head-2 {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}

.c-breadcrumbs {
  padding: 0 9.6rem 4rem;
}
@media screen and (max-width: 769px) {
  .c-breadcrumbs {
    padding: 0 0 1.7rem 2rem;
  }
}
.c-breadcrumbs ul li {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 769px) {
  .c-breadcrumbs ul li {
    font-size: 1rem;
  }
}
.c-breadcrumbs ul li:not(:last-of-type) {
  margin-right: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .c-breadcrumbs ul li:not(:last-of-type) {
    margin-right: 2.3rem;
  }
}
.c-breadcrumbs ul li:not(:last-of-type)::after {
  position: absolute;
  top: 3px;
  right: -25px;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-right: #a2a2a2 solid 2px;
  border-bottom: #a2a2a2 solid 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 769px) {
  .c-breadcrumbs ul li:not(:last-of-type)::after {
    width: 0.5rem;
    height: 0.5rem;
    right: -1.5rem;
    border-width: 1px;
  }
}
.c-breadcrumbs ul li a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-breadcrumbs ul li a:hover {
  opcaity: 0.7;
}

.c-mv {
  width: 100%;
  height: 34rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .c-mv {
    height: auto;
  }
}
.c-mv-left {
  position: absolute;
  top: 50%;
  left: 12rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 769px) {
  .c-mv-left {
    left: 2rem;
  }
}
.c-mv-left__head-2 {
  font-size: 4rem;
  text-shadow: 0px 0px 3px #fff;
}
@media screen and (max-width: 769px) {
  .c-mv-left__head-2 {
    font-size: 2.4rem;
  }
}
.c-mv-right {
  height: 100%;
  width: 80%;
  float: right;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 769px) {
  .c-mv-right {
    height: 18rem;
    background-position: center;
    background-size: cover;
    margin-left: auto;
    width: 85%;
  }
}

.c-recruit {
  background-color: #f5eee5;
  padding: 9.8rem 0 11rem;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .c-recruit {
    padding: 4rem 0;
  }
}
.c-recruit::after {
  display: block;
  content: "";
  background: url("../../images/common/img-recruit2.webp") no-repeat left top;
  background-size: 100%;
  width: 343px;
  height: 400px;
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translate(620px, 0);
  transform: translate(620px, 0);
}
@media screen and (max-width: 769px) {
  .c-recruit::after {
    width: 180px;
    height: 210px;
    right: 50%;
    bottom: 0;
    -webkit-transform: translate(310px, 0);
    transform: translate(310px, 0);
  }
}
@media screen and (max-width: 450px) {
  .c-recruit::after {
    right: 52%;
    width: 180px;
    height: 210px;
    -webkit-transform: translate(240px, 0);
    transform: translate(240px, 0);
  }
}
.c-recruit::before {
  display: block;
  content: "";
  background: url("../../images/common/img-recruit1.webp") no-repeat left top;
  background-size: 100%;
  width: 330px;
  height: 380px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-630px, 0);
  transform: translate(-630px, 0);
}
@media screen and (max-width: 769px) {
  .c-recruit::before {
    width: 170px;
    height: 200px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-315px, 0);
    transform: translate(-315px, 0);
  }
}
@media screen and (max-width: 450px) {
  .c-recruit::before {
    left: 56%;
    width: 170px;
    height: 200px;
    -webkit-transform: translate(-240px, 0);
    transform: translate(-240px, 0);
  }
}
.c-recruit__head {
  color: #ff7d00;
  font-size: 2.6rem;
  margin-bottom: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .c-recruit__head {
    font-size: 2rem;
  }
}
.c-recruit__description {
  font-size: 3.2rem;
  color: #666;
  margin-bottom: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 3px;
}
@media screen and (max-width: 769px) {
  .c-recruit__description {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
.c-recruit a {
  display: block;
  border-radius: 8px;
  border: 2px solid #ff7d00;
  background-color: #ff7d00;
  color: #fff;
  padding: 1.6rem 4rem;
  margin: 0 auto;
  width: 55.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 2;
  line-height: 1.1;
}
@media screen and (max-width: 769px) {
  .c-recruit a {
    width: 23rem;
    font-size: 1.6rem;
    padding: 1.5rem;
  }
}
.c-recruit a:hover {
  background-color: #fff;
  color: #ff7d00;
}

.c-tab {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-weight: bold;
  border-bottom: solid 4px #d9d9d9;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-tab.is-active {
  color: #ff7d00;
  border-bottom: solid 4px #ff7d00;
  font-weight: bold;
}
.c-tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.c-tab-group.tab-entry .c-tab {
  font-size: 2rem;
}
.c-tab:hover {
  color: #ff7d00;
}
.c-tab.is-active {
  background: #fff;
  color: #ff7d00;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.c-tab-links {
  color: inherit;
  padding: 15px;
  display: block;
  line-height: 1.3;
}
.c-tab > span {
  display: block;
  padding: 15px;
}

.c-tab-sp {
  padding-left: 2.4rem;
  margin-bottom: 8rem;
}
.c-tab-sp-container {
  background-color: #f5eee5;
  border-radius: 16px 0 0 16px;
  padding: 4.8rem 2.4rem;
}
.c-tab-sp__small-head {
  color: #ff7d00;
  font-size: 1.1rem;
  font-family: Roboto;
}
.c-tab-sp__head-2 {
  font-size: 2rem;
  margin: 0.8rem 0 3.2rem 0;
}
.c-tab-sp-links {
  font-size: 1.6rem;
  line-height: 5.6rem;
  padding-left: 1.6rem;
  width: 100%;
  height: 5.6rem;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.c-tab-sp-links::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 7px;
  height: 13px;
  background: url(../../images/common/icon-arrow-right.webp) no-repeat center
    center;
  background-size: contain;
}
.c-tab-sp-links.is-active {
  color: #ff7d00;
  font-weight: bold;
  background-color: #fff0d9;
}
.c-tab-sp-links.is-active::after {
  background: url(../../images/common/icon-circle.webp) no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 8px;
}

.c-pager {
  padding: 40px 0;
}
.c-pager-list {
  font-size: 0;
  text-align: center;
}
.c-pager-list-item {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}
.c-pager-list-item span,
.c-pager-list-item a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 4px;
  border: solid 1px #ff7d00;
  background-color: #ffffff;
  text-align: center;
  letter-spacing: -0.32px;
  text-align: center;
  color: #ff7d00;
  font-family: Roboto;
  font-size: 1.6rem;
}
.c-pager-list-item span.c-pager-list-item__dot,
.c-pager-list-item a.c-pager-list-item__dot {
  width: 13px;
  font-size: 1.3rem;
  border: none;
}
.c-pager-list-item span.c-pager-list-item__dot:hover,
.c-pager-list-item a.c-pager-list-item__dot:hover {
  background-color: #ffffff;
  color: #ff7d00;
}
.c-pager-list-item span {
  background: #ff7d00;
  color: #fff;
}
.c-pager-list-item a {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-pager-list-item a:hover {
  background-color: #ff7d00;
  color: #fff;
}

.c-form__select {
  width: 100%;
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #cccccc;
  font-size: 1.8rem;
  color: #a2a2a2;
  background: url("../../images/common/icon-select.webp") 93% 50% no-repeat;
  background-size: 8px 6.5px;
  border-radius: 0;
  outline: none;
}
@media screen and (max-width: 769px) {
  .c-form__select {
    font-size: 1.2rem;
    padding: 14px 20px;
  }
}
.c-form-hidden {
  display: none;
}

.c-side-row {
  margin-bottom: 50px;
}

.c-side-head {
  font-size: 1.8rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 769px) {
  .c-side-head {
    font-size: 1.4rem;
  }
}

.l-related {
  padding: 0 0 10rem 20rem;
  overflow: hidden;
  margin-left: 0px;
}
@media screen and (max-width: 769px) {
  .l-related {
    padding: 0 0 10rem 2rem;
  }
}

.c-related-image {
  position: relative;
  margin-bottom: 2rem;
}
.c-related-image > div {
  width: 320px;
  height: 215px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 16px;
}
@media screen and (max-width: 769px) {
  .c-related-image > div {
    width: 250px;
    height: 165px;
  }
}
.c-related-image img {
  width: 100%;
}
.c-related-image__caption {
  border-radius: 4px;
  background-color: #ff7d00;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 1rem 1rem;
}
@media screen and (max-width: 769px) {
  .c-related-image__caption {
    font-size: 1.2rem;
    padding: 0.6rem 1.5rem;
    left: 15px;
    bottom: 15px;
  }
}
.c-related__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #444444;
  margin-bottom: 1rem;
}
@media screen and (max-width: 769px) {
  .c-related__title {
    font-size: 1.6rem;
  }
}
.c-related__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  color: #444444;
}
@media screen and (max-width: 769px) {
  .c-related__text {
    font-size: 1.4rem;
  }
}

.l-info {
  padding: 0 0 12rem 9.6rem;
}
@media screen and (max-width: 769px) {
  .l-info {
    padding-left: 2.4rem;
    padding-bottom: 8rem;
    width: 100%;
  }
}
.l-info-container {
  padding: 8.6rem 5.7rem 8.6rem;
  background-color: #fff;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 769px) {
  .l-info-container {
    padding: 4.8rem 2.4rem 0.1rem;
    width: 100%;
  }
}
.l-info-inner {
  padding: 0rem 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .l-info-inner {
    padding: 0;
    display: block;
  }
}
.l-info-main {
  width: 70%;
}
@media screen and (max-width: 1180px) {
  .l-info-main {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.l-info-side {
  width: 24%;
}
@media screen and (max-width: 1180px) {
  .l-info-side {
    width: 100%;
  }
}
.l-info-list {
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .l-info-list {
    margin-bottom: 3rem;
  }
}
.l-info-row {
  padding: 3.2rem 0;
  border-bottom: #d9d9d9 solid 1px;
}
.l-info-row:first-child {
  padding-top: 0;
}
@media screen and (max-width: 769px) {
  .l-info-row {
    padding: 2.4rem 0;
  }
}
.l-info-row__head {
  font-size: 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 769px) {
  .l-info-row__head {
    margin-bottom: 1rem;
  }
}
.l-info-row__bottom {
  font-size: 0;
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .l-info-row__bottom {
    margin-top: 1rem;
  }
}
.l-info-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .l-info-row-flex {
    display: block;
  }
}
.l-info-row__image {
  width: 160px;
  display: block;
}
.l-info-row__image a {
  display: block;
  width: 160px;
  position: relative;
  overflow: hidden;
}
.l-info-row__image a .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.l-info-row__image a .item {
  position: relative;
  display: block;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .l-info-row__image {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.l-info-row__detail {
  width: calc(100% - 200px);
}
@media screen and (max-width: 769px) {
  .l-info-row__detail {
    width: 100%;
  }
}

.l-info-row:nth-child(3n-2) .l-info-row__image a {
  padding: 0 0 0 60px;
  height: 96px;
}
.l-info-row:nth-child(3n-2) .l-info-row__image a .bg {
  background: url("../../images/story/bg-story-1.webp") 0 0 no-repeat;
  background-size: 160px auto;
}
.l-info-row:nth-child(3n-2) .l-info-row__image a .item {
  width: 100px;
  height: 100px;
}
.l-info-row:nth-child(3n-1) .l-info-row__image a {
  padding: 7px 0 0 76px;
  height: 88px;
}
.l-info-row:nth-child(3n-1) .l-info-row__image a .bg {
  background: url("../../images/story/bg-story-2.webp") 0 0 no-repeat;
  background-size: 160px auto;
}
.l-info-row:nth-child(3n-1) .l-info-row__image a .item {
  width: 84px;
  height: 84px;
}
.l-info-row:nth-child(3n) .l-info-row__image a {
  padding: 5px 0 0 70px;
  height: 96px;
}
.l-info-row:nth-child(3n) .l-info-row__image a .bg {
  background: url("../../images/story/bg-story-3.webp") 0 0 no-repeat;
  background-size: 160px auto;
}
.l-info-row:nth-child(3n) .l-info-row__image a .item {
  width: 91px;
  height: 91px;
}

.c-info-row__bottom {
  margin-top: 1.5rem;
  font-size: 0;
}
.c-info-row__bottom-inner {
  display: inline-block;
}
.c-info-row__date {
  font-family: Roboto;
  font-size: 1.1rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #a2a2a2;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .c-info-row__date {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.c-info-row__tag {
  display: inline-block;
  height: 24px;
  border-radius: 4px;
  border: solid 1px #ff7d00;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1;
  letter-spacing: -0.24px;
  text-align: center;
  color: #ff7d00;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-info-row__tag:hover {
  background-color: #ff7d00;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .c-info-row__tag {
    height: 2rem;
    font-size: 1rem;
  }
}
.c-info-row__service {
  color: #444;
  width: auto;
  border-radius: 4px;
  border: solid 1px #ff7d00;
  background-color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  letter-spacing: -0.24px;
  margin-right: 8px;
  margin-bottom: 5px;
  white-space: nowrap;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-info-row__service span {
  display: inline-block;
  padding-right: 0.8rem;
  font-size: 0.8rem;
}
.c-info-row__service img {
  display: inline-block;
  height: 1.2rem;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .c-info-row__service {
    padding: 0.35rem 1rem;
  }
  .c-info-row__service img {
    display: inline-block;
    vertical-align: middle;
    height: 1rem;
  }
}
.c-info-row__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #444444;
}
@media screen and (max-width: 769px) {
  .c-info-row__text p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.c-info-row__text p .info-more {
  margin-left: 5px;
  font-size: 0.7em;
  color: #ff7d00;
  text-decoration: underline;
}
.c-info-row__title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.73;
  color: #444444;
}
@media screen and (max-width: 769px) {
  .c-info-row__title {
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
}

.l-infodetail-head {
  padding: 1rem 0rem 8rem 0rem;
}
@media screen and (max-width: 769px) {
  .l-infodetail-head {
    padding: 0 0rem 3rem 0rem;
    width: 100%;
  }
}
.l-infodetail-head-container {
  padding: 0rem 5rem;
}
@media screen and (max-width: 1180px) {
  .l-infodetail-head-container {
    padding: 0;
  }
}
@media screen and (max-width: 769px) {
  .l-infodetail-head-container {
    padding: 0;
  }
}
.l-infodetail-body {
  padding: 0 0 6rem;
}
.l-infodetail-body p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 0.3rem;
  color: #222222;
  white-space: normal;
  word-break: break-all;
}
@media screen and (max-width: 769px) {
  .l-infodetail-body p {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
}
.l-infodetail-body h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.52px;
  color: #444444;
  position: relative;
  padding: 0rem 0 0rem 2rem;
  margin: 0 0 4rem;
}
@media screen and (max-width: 769px) {
  .l-infodetail-body h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 1.8;
  }
}
.l-infodetail-body h2:before {
  content: "";
  display: block;
  background: #ff7d00;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  width: 4px;
  height: 100%;
}
.l-infodetail-body h3 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ff7d00;
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .l-infodetail-body h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    line-height: 1.8;
  }
}
.l-infodetail-body h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #444444;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 769px) {
  .l-infodetail-body h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 1.8;
  }
}
.l-infodetail-body h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ff7d00;
  margin-bottom: 1rem;
}
@media screen and (max-width: 769px) {
  .l-infodetail-body h5 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    line-height: 1.8;
  }
}
.l-infodetail-body img {
  max-width: 100%;
  margin: 0 auto 8rem;
  display: block;
  height: auto;
}
@media screen and (max-width: 769px) {
  .l-infodetail-body img {
    margin-bottom: 6.5rem;
  }
}
.l-infodetail-body a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-infodetail-body a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-infodetail-body table {
  width: 100%;
  margin-bottom: 7rem;
}
@media screen and (max-width: 769px) {
  .l-infodetail-body table {
    margin-bottom: 6rem;
  }
}
.l-infodetail-body table td,
.l-infodetail-body table th {
  border: 1px solid #d9d9d9;
  padding: 1rem;
}
.l-infodetail-body ul {
  margin-bottom: 7rem;
}
@media screen and (max-width: 769px) {
  .l-infodetail-body ul {
    margin-bottom: 6rem;
  }
}
.l-infodetail-body ul li {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .l-infodetail-body ul li {
    font-size: 1.4rem;
  }
}
.l-infodetail-body ul li::after {
  display: block;
  content: "";
  background: #444;
  width: 8px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.l-infodetail-body blockquote {
  margin-bottom: 7rem;
  background-color: #eee;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  .l-infodetail-body blockquote {
    margin-bottom: 6rem;
    font-size: 1.4rem;
  }
}
.l-infodetail-nav {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 4rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6rem;
}
.l-infodetail-nav.archive-page {
  border-top: none;
  border-bottom: none;
  text-align: center;
  padding: 20px 0 0 0;
  margin-bottom: 0;
}
.l-infodetail-nav.archive-page .l-infodetail-golist {
  width: 100%;
}
@media screen and (max-width: 769px) {
  .l-infodetail-nav {
    margin-bottom: 7rem;
    padding: 3.5rem 0;
  }
}
.l-infodetail-prev {
  width: 180px;
}
@media screen and (max-width: 769px) {
  .l-infodetail-prev {
    width: 80px;
  }
}
.l-infodetail-prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.l-infodetail-prev a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 769px) {
  .l-infodetail-prev a {
    padding-left: 0;
  }
}
.l-infodetail-prev a::before {
  display: block;
  content: "";
  border-left: 2px solid #ff7d00;
  border-top: 2px solid #ff7d00;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 769px) {
  .l-infodetail-prev a::before {
    top: 7px;
  }
}
@media screen and (max-width: 769px) {
  .l-infodetail-prev .c-infodetail-nav__title {
    padding-left: 12px;
  }
}
.l-infodetail-golist {
  width: 100px;
  text-align: center;
  margin: 0 auto;
}
.l-infodetail-golist a {
  font-size: 1.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  text-align: center;
  color: #ff7d00;
  display: block;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .l-infodetail-golist a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 769px) {
  .l-infodetail-golist {
    width: 50px;
  }
}
.l-infodetail-next {
  width: 180px;
}
@media screen and (max-width: 769px) {
  .l-infodetail-next {
    width: 80px;
  }
}
.l-infodetail-next a {
  display: block;
  position: relative;
  padding-right: 15px;
}
@media screen and (max-width: 769px) {
  .l-infodetail-next a {
    padding-right: 0;
  }
}
.l-infodetail-next a::before {
  display: block;
  content: "";
  border-right: 2px solid #ff7d00;
  border-top: 2px solid #ff7d00;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 769px) {
  .l-infodetail-next a::before {
    top: 7px;
  }
}
@media screen and (max-width: 769px) {
  .l-infodetail-next .c-infodetail-nav__title {
    padding-right: 12px;
    text-align: right;
  }
}

.c-infodetail-head__title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  color: #222222;
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .c-infodetail-head__title {
    font-size: 2.5rem;
    margin-bottom: 1.6rem;
  }
}
.c-infodetail-head__share {
  float: right;
}
@media screen and (max-width: 769px) {
  .c-infodetail-head__share {
    float: none;
    margin-bottom: 30px;
  }
}
.c-infodetail-head__share p {
  display: inline-block;
  color: #a2a2a2;
  font-size: 1.4rem;
  vertical-align: middle;
  font-weight: bold;
}
.c-infodetail-head__share ul {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
.c-infodetail-head__share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
.c-infodetail-head__share ul li img {
  width: 26px;
}
.c-infodetail-nav__title {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.15;
  color: #ff7d00;
  margin-bottom: 0.7rem;
  display: block;
}
@media screen and (max-width: 769px) {
  .c-infodetail-nav__title {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.c-infodetail-nav__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .c-infodetail-nav__text {
    font-size: 1.4rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8;
  }
}

.c-keywordlist {
  font-size: 0;
}
.c-keywordlist li {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff0d9;
  line-height: 1;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0.8rem 0.8rem 0;
}
@media screen and (max-width: 769px) {
  .c-keywordlist li {
    font-size: 1.2rem;
  }
}
.c-keywordlist li a {
  display: block;
  color: #ff7d00;
}

.c-contact {
  padding: 6rem 6rem 9rem 6rem;
  background-color: #f5eee5;
  width: 100%;
  margin-bottom: 11.5rem;
  border-radius: 0 0 0 16px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  .c-contact {
    padding: 5rem 3rem 4rem 3rem;
    margin-bottom: 7.5rem;
  }
}
.c-contact-small-head {
  color: #ff7d00;
  font-size: 1.6rem;
  font-family: Roboto;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .c-contact-small-head {
    font-size: 1.1rem;
  }
}
.c-contact__head-2 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #444;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 769px) {
  .c-contact__head-2 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.c-contact__description {
  margin-bottom: 2.5rem;
  letter-spacing: 1.5px;
  color: #7b7b7b;
}
@media screen and (max-width: 769px) {
  .c-contact__description {
    margin-bottom: 3rem;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}
.c-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 666px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .c-contact-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-contact__call {
  max-width: 666px;
  margin: 0 auto;
  display: block;
  background-color: #ff7d00;
  font-size: 1.8rem;
  color: #fff;
  padding: 2rem 15rem;
  border-radius: 8px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .c-contact__call {
    margin: 0 auto 2rem;
    border-radius: 8px;
    padding: 17px 20px;
    font-size: 1.6rem;
    width: 100%;
  }
}
.c-contact__call::before {
  position: absolute;
  content: "";
  top: calc(50% - 12px);
  left: calc(50% - 90px);
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../../images/common/icon-call.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-contact__call-left {
  max-width: 314px;
  display: block;
  background-color: #ff7d00;
  font-size: 1.8rem;
  color: #fff;
  padding: 2rem 9rem;
  border-radius: 14px;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .c-contact__call-left {
    margin: 0 auto 2rem;
    border-radius: 8px;
    padding: 20px 20px;
    font-size: 1.6rem;
    width: 100%;
  }
}
.c-contact__call-left::before {
  position: absolute;
  content: "";
  top: calc(50% - 12px);
  left: calc(50% - 90px);
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../../images/common/icon-call.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-contact__mail {
  max-width: 666px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
  font-size: 1.8rem;
  color: #ff7d00;
  padding: 2rem 15rem;
  border: 2px solid #ff7d00;
  border-radius: 8px;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-contact__mail:hover {
  background-color: #ff7d00;
  color: #fff;
}
.c-contact__mail:hover::before {
  background-image: url(../../images/common/icon-mail-white.webp);
  background-size: contain;
}
@media screen and (max-width: 769px) {
  .c-contact__mail {
    margin: 0 auto 2rem;
    border-radius: 8px;
    padding: 15px 20px;
    font-size: 1.6rem;
    width: 100%;
  }
}
.c-contact__mail::before {
  position: absolute;
  content: "";
  top: calc(50% - 9px);
  left: calc(50% - 90px);
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../../images/common/icon-mail.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .c-contact__mail::before {
    width: 23px;
    height: 23px;
    left: calc(50% - 80px);
  }
}
.c-contact__mail-right {
  max-width: 314px;
  display: block;
  background-color: #fff;
  font-size: 1.8rem;
  color: #ff7d00;
  padding: 2rem 10rem;
  border: 2px solid #ff7d00;
  border-radius: 14px;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-contact__mail-right:hover {
  background-color: #ff7d00;
  color: #fff;
}
.c-contact__mail-right:hover::before {
  position: absolute;
  content: "";
  top: calc(50% - 9px);
  left: calc(50% - 90px);
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../../images/common/icon-mail-white.webp);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 769px) {
  .c-contact__mail-right {
    margin: 0 auto 2rem;
    border-radius: 8px;
    padding: 20px 20px;
    font-size: 1.6rem;
    width: 100%;
  }
}
.c-contact__mail-right::before {
  position: absolute;
  content: "";
  top: calc(50% - 9px);
  left: calc(50% - 90px);
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../../images/common/icon-mail.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.c-page {
  padding: 0 9.6rem 7.8rem;
}
@media screen and (max-width: 769px) {
  .c-page {
    padding: 0 0 4rem 2rem;
  }
}
.c-page-category {
  display: inline-block;
  padding: 0.8rem 2.2rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #ff7d00;
  line-height: 1.1;
  background-color: #fff0d9;
  border-radius: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 769px) {
  .c-page-category {
    padding: 0.5rem 1.3rem;
    font-size: 1.3rem;
  }
}
.c-page-title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .c-page-title {
    font-size: 2.4rem;
  }
}
.c-page-date {
  padding-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #666;
}
@media screen and (max-width: 769px) {
  .c-page-date {
    padding-top: 0.8rem;
    font-size: 1.3rem;
  }
}

.is-closed .c-page-title span {
  position: relative;
  display: inline-block;
  padding-right: 14.5rem;
}
@media screen and (max-width: 769px) {
  .is-closed .c-page-title span {
    padding-right: 10.7rem;
  }
}
.is-closed .c-page-title span::after {
  content: "受付終了";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0.6rem 2.5rem;
  background-color: #fff;
  border: 1px solid #d64141;
  border-radius: 0.5rem;
  color: #d64141;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.1;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .is-closed .c-page-title span::after {
    padding: 0.4rem 2rem;
    font-size: 1.2rem;
    border-radius: 0.4rem;
  }
}

.is-closed .p-event-list-item__title::after {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
  font-size: 0.6em;
  content: "受付終了";
  padding: 0.4rem 1.2rem;
  background-color: #fff;
  border: 1px solid #d64141;
  border-radius: 0.5rem;
  color: #d64141;
  font-weight: bold;
  line-height: 1.1;
  vertical-align: middle;
}
@media screen and (max-width: 769px) {
  .is-closed .p-event-list-item__title::after {
    padding: 0.4rem 2rem;
    border-radius: 0.4rem;
  }
}

.l-shuroshien__bg {
  background: url(../../images/shuro-shien/bg.webp) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 769px) {
  .l-shuroshien__bg {
    background: url(../../images/shuro-shien/bg-sp.webp) no-repeat center -14vw;
    background-size: 100%;
  }
}
@media screen and (max-width: 450px) {
  .l-shuroshien__bg {
    background: url(../../images/shuro-shien/bg-sp.webp) no-repeat center top;
    background-size: 100%;
  }
}

.l-shuroshien__bg__top {
  background: url(../../images/shuro-shien/index/bg.webp) no-repeat center top;
  background-size: 1366px;
}
@media screen and (max-width: 769px) {
  .l-shuroshien__bg__top {
    background: url(../../images/shuro-shien/index/bg-sp.webp) no-repeat center
      100px;
    background-size: 638px;
  }
}

.l-creators__bg {
  background: url(../../images/creators/bg.webp) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 769px) {
  .l-creators__bg {
    background: url(../../images/creators/bg-sp.webp) no-repeat center -14vw;
    background-size: 100%;
  }
}
@media screen and (max-width: 450px) {
  .l-creators__bg {
    background: url(../../images/creators/bg-sp.webp) no-repeat center top;
    background-size: 100%;
  }
}

.l-creators__bg__top {
  background: url(../../images/creators/index/bg.webp) no-repeat center -80px;
  background-size: 1338px;
}
@media screen and (max-width: 769px) {
  .l-creators__bg__top {
    background: url(../../images/creators/index/bg-sp.webp) no-repeat center 0;
    background-size: 430px;
    overflow: hidden;
  }
}

.l-works__bg {
  background: url(../../images/works/bg.webp) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 769px) {
  .l-works__bg {
    background: url(../../images/works/bg-sp.webp) no-repeat center top;
    background-size: 100%;
  }
}

.l-works__bg__top {
  background: url(../../images/works/index/bg-1.webp) repeat-x center top;
  background-size: auto 720px;
}
@media screen and (max-width: 769px) {
  .l-works__bg__top {
    background: url(../../images/works/index/bg-1-sp.webp) no-repeat center -44vw;
    background-size: 100%;
  }
}
@media screen and (max-width: 450px) {
  .l-works__bg__top {
    background: url(../../images/works/index/bg-1-sp.webp) no-repeat center top;
    background-size: 100%;
  }
}
.l-works__bg__top .l-lowertop-head {
  background: url(../../images/works/index/bg-2.webp) no-repeat center top;
  background-size: 1366px;
}
@media screen and (max-width: 769px) {
  .l-works__bg__top .l-lowertop-head {
    background: url(../../images/works/index/bg-2-sp.webp) no-repeat center top;
    background-size: 100%;
  }
}

.c-circle-link {
  position: relative;
  display: inline-block;
  padding: 26px 0 26px 0px;
  min-width: 160px;
  text-align: left;
}
@media screen and (max-width: 769px) {
  .c-circle-link {
    padding: 23px 0;
    min-width: 120px;
  }
}
.c-circle-link__text {
  font-size: 1.8rem;
  margin-left: 1rem;
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 65px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1.3;
  width: calc(100% - 65px);
}
@media screen and (max-width: 769px) {
  .c-circle-link__text {
    font-size: 1.4rem;
    width: calc(100% - 45px);
    left: 45px;
  }
}

.c-circle-link::before {
  display: block;
  content: "";
  background: #ff7d00;
  background-size: 100%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 21px;
  top: 20px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
@media screen and (max-width: 769px) {
  .c-circle-link::before {
    width: 8px;
    height: 8px;
    left: 22px;
    top: 22px;
  }
}

.c-circle-link:hover::before {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.c-circle-link__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  overflow: visible;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 769px) {
  .c-circle-link__border {
    -webkit-transform: rotate(20deg) scale(0.7, 0.7);
    transform: rotate(20deg) scale(0.7, 0.7);
  }
}

.c-circle-link__border circle {
  position: absolute;
  top: 0;
  left: 0;
  stroke-linecap: round;
  fill: transparent;
  stroke-width: 1;
  stroke: #ff7d00;
  stroke-dasharray: 160;
  stroke-dashoffset: 20;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.c-circle-link__border circle:first-child {
  stroke: #d9d9d9;
}

.c-circle-link:hover .c-circle-link__border circle:first-child {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.c-circle-link__border circle:last-child {
  stroke: #ff7d00;
}

.c-circle-link:hover .c-circle-link__border circle:last-child {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
}

.fadeinanimation {
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

.fadeinanimation.on {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.c-inquiry__lead {
  max-width: 1060px;
  margin: 0 auto 4.5rem;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .c-inquiry__lead {
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
}
.c-inquiry-inner {
  max-width: 850px;
  margin: 0 auto;
}
.c-inquiry-service {
  border: 1px solid #ef8432;
  border-radius: 10px;
  padding: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 769px) {
  .c-inquiry-service {
    padding: 4rem 2rem;
    margin-bottom: 4rem;
  }
}
.c-inquiry-service__text {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 769px) {
  .c-inquiry-service__text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    line-height: 2;
  }
}
.c-inquiry-service__link > li {
  margin-top: 1.5rem;
}
.c-inquiry-service__link > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}
.c-inquiry-service__link > li > a > p {
  width: calc(100% - 70px);
  color: #ff7d00;
  font-size: 1.5rem;
}
@media screen and (max-width: 769px) {
  .c-inquiry-service__link > li > a > p {
    width: calc(100% - 60px);
    font-size: 1.4rem;
    line-height: 2;
  }
}
.c-inquiry-service__image {
  width: 60px;
}
@media screen and (max-width: 769px) {
  .c-inquiry-service__image {
    width: 50px;
  }
}
.c-inquiry-service__image img {
  width: 100%;
}
.c-inquiry-form-pref {
  display: none;
}
.c-inquiry-form-pref.slected {
  display: block;
}
.c-inquiry-form-row {
  margin-bottom: 40px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .c-inquiry-form-row {
    margin-bottom: 40px;
  }
}
.c-inquiry-form-row-md {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  .c-inquiry-form-row-md {
    margin-bottom: 30px;
  }
}
.c-inquiry-form-row > label {
  padding-top: 15px;
  display: block;
  width: 270px;
  float: left;
  font-size: 1.8rem;
  font-weight: bold;
  color: #444;
  line-height: 1.4;
}
@media screen and (max-width: 769px) {
  .c-inquiry-form-row > label {
    padding-top: 0;
    width: 100%;
    float: none;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.c-inquiry-form-row > label > span {
  display: inline-block;
  vertical-align: middle;
}
.c-inquiry-form-row > label > .pref-search {
  display: inline-block;
  padding: 10px 0 0 0;
  font-weight: normal;
  text-decoration: underline;
  font-size: 0.8em;
  position: relative;
}
.c-inquiry-form-row > label > .pref-search::after {
  display: inline-block;
  content: "";
  background: url("../../images/common/icon-blank-gray.webp") no-repeat left
    center;
  background-size: 100%;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  vertical-align: middle;
}
.c-inquiry-form-row-input {
  margin-left: 270px;
}
@media screen and (max-width: 769px) {
  .c-inquiry-form-row-input {
    margin: 0;
  }
}
.c-inquiry-form-row-input-text {
  padding-top: 15px;
  margin-left: 270px;
}
@media screen and (max-width: 769px) {
  .c-inquiry-form-row-input-text {
    margin: 0;
  }
}

.c-form-must {
  display: inline-block;
  text-align: center;
  border: 1px solid #ff7d00;
  color: #ff7d00;
  border-radius: 5px;
  vertical-align: middle;
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 12px;
  margin-left: 1.5rem;
}
@media screen and (max-width: 769px) {
  .c-form-must {
    font-size: 1rem;
    padding: 3px 8px;
    margin-left: 1rem;
  }
}

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

.c-form-text {
  padding: 15px;
  border: 1px solid #d9d9d9;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .c-form-text {
    font-size: 1.3rem;
    padding: 15px 10px;
  }
}

.c-form-select {
  padding: 16px 25px;
  border: 1px solid #d9d9d9;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  font-size: 1.8rem;
  background: url("../../images/common/icon-select.webp") 93% 50% no-repeat;
  background-size: 15px auto;
}
@media screen and (max-width: 769px) {
  .c-form-select {
    font-size: 1.3rem;
    padding: 18px 25px;
  }
}

.c-form-select:disabled {
  background: #ddd;
}

.c-form-radio,
.wpcf7-list-item {
  display: inline-block;
  line-height: 1;
  margin: 0 2rem 2rem 0 !important;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .c-form-radio,
  .wpcf7-list-item {
    font-size: 1.3rem;
    margin: 0 0 1rem !important;
    width: 100%;
  }
}

.c-form-radio .wpcf7-list-item .wpcf7-list-item-label {
  background: url("../../images/common/checkbox.webp") left 1px no-repeat;
  background-size: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  min-height: 23px;
  margin: 0px 0;
  padding: 0px 0 0 30px;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 769px) {
  .c-form-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.3rem;
    background: url("../../images/common/checkbox.webp") left 1px no-repeat;
    background-size: 18px;
    padding-top: 2px;
  }
}

.c-form-radio .wpcf7-list-item input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.c-form-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label {
  background-image: url("../../images/common/checkbox_on.webp");
}

.c-form-radio .wpcf7-list-item input:disabled + .wpcf7-list-item-label {
  opacity: 0.7;
}

.c-form-checkbox,
.wpcf7-list-item {
  display: inline-block;
  line-height: 1;
  margin: 0 2rem 2rem 0;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .c-form-checkbox,
  .wpcf7-list-item {
    font-size: 1.3rem;
    margin: 0 0 1rem;
    width: 100%;
  }
}

.c-form-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  background: url("../../images/common/checkbox02.webp") 3px 3px no-repeat;
  background-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  min-height: 23px;
  margin: 0px 0;
  padding: 0px 0 0 30px;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 769px) {
  .c-form-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.3rem;
    background: url("../../images/common/checkbox02.webp") 2px 2px no-repeat;
    background-size: 16px;
    padding-top: 2px;
  }
}

.c-form-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.c-form-checkbox input:checked + .wpcf7-list-item-label {
  background-image: url("../../images/common/checkbox02_on.webp");
  background-size: 26px 20px;
  background-position: 1px 3px;
}
@media screen and (max-width: 769px) {
  .c-form-checkbox input:checked + .wpcf7-list-item-label {
    background-size: 20px 16px;
    background-position: 1px 2px;
  }
}

.c-form-checkbox input:disabled + .wpcf7-list-item-label {
  opacity: 0.7;
}

.c-form-checkbox,
.wpcf7-list-item {
  display: inline-block;
  line-height: 1;
  margin: 0 2rem 2rem 0;
  font-size: 1.8rem;
  position: relative;
}
@media screen and (max-width: 769px) {
  .c-form-checkbox,
  .wpcf7-list-item {
    font-size: 1.3rem;
    margin: 0 0 1rem;
    width: 100%;
  }
}

.last-check .wpcf7-list-item .wpcf7-list-item-label {
  background: url("../../images/common/checkbox02.webp") 3px 3px no-repeat;
  background-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  line-height: 1.4;
  min-height: 23px;
  margin: 0px 0;
  padding: 0px 0 0 30px;
  position: relative;
  vertical-align: top;
}
@media screen and (max-width: 769px) {
  .last-check .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 1.3rem;
    background: url("../../images/common/checkbox02.webp") 2px 2px no-repeat;
    background-size: 16px;
    padding-top: 2px;
  }
}

.last-check input[type="checkbox"] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.last-check input:checked + .wpcf7-list-item-label {
  background-image: url("../../images/common/checkbox02_on.webp");
  background-size: 26px 20px;
  background-position: 1px 3px;
}
@media screen and (max-width: 769px) {
  .last-check input:checked + .wpcf7-list-item-label {
    background-size: 20px 16px;
    background-position: 1px 2px;
  }
}

.last-check input:disabled + .wpcf7-list-item-label {
  opacity: 0.7;
}

.c-form-textarea {
  padding: 15px;
  border: 1px solid #d9d9d9;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 200px;
  -webkit-appearance: none;
  outline: none;
  border-radius: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .c-form-textarea {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
}

::-webkit-input-placeholder {
  color: #b9b9b9;
}

:-ms-input-placeholder {
  color: #b9b9b9;
}

::-ms-input-placeholder {
  color: #b9b9b9;
}

::placeholder {
  color: #b9b9b9;
}

.c-inquiry-submit {
  display: block;
  border-radius: 8px;
  border: solid 2px #ff7d00;
  background-color: #ff7d00;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  padding: 1.5rem 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 520px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .c-inquiry-submit {
    font-size: 1.5rem;
    margin-top: 7rem;
    width: 100%;
  }
}
.c-inquiry-submit:hover {
  color: #ff7d00;
  background: #fff;
}
.c-inquiry-submit.no-checked {
  cursor: default;
  border: solid 2px #d9d9d9;
  background: #d9d9d9;
  color: #fff;
}
.c-inquiry-submit.no-checked:hover {
  background: #d9d9d9;
  color: #fff;
}

.wpcf7-not-valid-tip {
  font-size: 1.2em;
  padding-top: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 2px solid #dc3232;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  font-size: 1.2em;
  padding: 15px;
  color: #dc3232;
}

.wpcf7 {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 769px) {
  .wpcf7 {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.l-container-service .wpcf7 {
  padding-top: 145px;
  margin-top: -145px;
}
@media screen and (max-width: 769px) {
  .l-container-service .wpcf7 {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.c-recruit-fix {
  position: fixed;
  top: 50%;
  right: -0.2rem;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.c-recruit-fix-item {
  font-size: 0;
}
.c-recruit-fix-item a {
  display: block;
  width: 5.6rem;
  height: 19.4rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 0 0.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1.5;
  position: relative;
  border-radius: 1rem 0 0 1rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.c-recruit-fix-item a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  padding-top: 2rem;
}
.c-recruit-fix-item a:hover {
  opacity: 0.7;
}
.c-recruit-fix-item:nth-of-type(1) {
  margin-bottom: 1.5rem;
}
.c-recruit-fix-item:nth-of-type(1) a {
  background: url(../../images/recruit/icon-entry.webp) #ff7d00 no-repeat;
  background-position: calc(50% + 0.2rem) 15%;
  background-size: 1.6rem;
  border: 0.2rem solid #ff7d00;
  color: #fff;
}
.c-recruit-fix-item:nth-of-type(2) a {
  background: url(../../images/recruit/icon-event.webp) #fff no-repeat;
  background-position: 50% 13%;
  background-size: 2.1rem;
  border: 0.2rem solid #ff7d00;
  color: #ff7d00;
}

.pagetop {
  text-align: right;
  padding: 0 3.5rem 1rem;
}
.pagetop.mgt {
  padding: 1rem 3.5rem 1rem;
}
.pagetop.recruit {
  padding: 3rem 8rem;
}
@media screen and (max-width: 769px) {
  .pagetop.recruit {
    padding: 3rem 3.5rem;
  }
}
.pagetop.recruit02 {
  padding: 0 8rem 3rem;
}
@media screen and (max-width: 769px) {
  .pagetop.recruit02 {
    padding: 0 3.5rem 3rem;
  }
}
.pagetop img {
  width: 40px;
  height: auto;
}

.c-aboutsupport-head {
  margin-bottom: 7.7rem;
}
@media screen and (max-width: 769px) {
  .c-aboutsupport-head {
    margin-bottom: 8rem;
  }
}
.c-aboutsupport-head-creators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .c-aboutsupport-head-creators {
    display: block;
  }
}
.c-aboutsupport-head-creators-left {
  width: 40%;
}
@media screen and (max-width: 769px) {
  .c-aboutsupport-head-creators-left {
    width: 100%;
  }
}
.c-aboutsupport-head-creators-right {
  width: 55%;
}
.c-aboutsupport-head-creators-right img {
  padding-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .c-aboutsupport-head-creators-right img {
    padding-top: 0;
  }
}
@media screen and (max-width: 769px) {
  .c-aboutsupport-head-creators-right {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.c-aboutsupport-head__description {
  margin: 0 auto;
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .c-aboutsupport-head__description {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.c-aboutsupport-head__description-creators {
  margin-bottom: 3rem;
  line-height: 2;
  letter-spacing: -0.36px;
}
@media screen and (max-width: 769px) {
  .c-aboutsupport-head__description-creators {
    font-size: 1.4rem;
  }
}

.c-tab-group {
  padding-right: 5rem;
  padding-bottom: 11.5rem;
}
.c-tab-group .c-tab {
  font-size: 1.8rem;
  width: 25%;
}

@media screen and (max-width: 769px) {
  .c-small-head {
    font-size: 1.1rem;
  }
  .c-small-head::before {
    top: 0.7rem;
  }
}

@media screen and (max-width: 769px) {
  .c-head-2 {
    margin-top: 0;
  }
}

.l-mv {
  margin-bottom: 8rem;
}
@media screen and (max-width: 769px) {
  .l-mv {
    margin-bottom: 7.2rem;
  }
}
.l-mv .main-image {
  background-image: url(../../images/shuro-shien/period/mv.webp);
}

.l-period {
  padding-left: 9.6rem;
}
@media screen and (max-width: 769px) {
  .l-period {
    padding-left: 2.4rem;
    width: 100%;
  }
}
.l-period-container {
  padding: 8.9rem 7.4rem 10rem;
  margin-bottom: 12rem;
  background-color: #fff;
  border-radius: 1.6rem 0 0 1.6rem;
}
@media screen and (max-width: 769px) {
  .l-period-container {
    padding: 4.8rem 2.4rem 4.8rem;
    width: 100%;
    margin-bottom: 7.7rem;
  }
}
.l-period-inner {
  padding: 2.5rem 8.6rem 4rem 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .l-period-inner {
    padding: 3.5rem 3.5rem 0.2rem;
    display: block;
  }
}
.l-period-row {
  padding: 6.5rem 0 5.4rem;
  width: 30%;
  text-align: center;
  border: 0.4rem solid #fff0d9;
  border-radius: 1rem;
}
@media screen and (max-width: 769px) {
  .l-period-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4.2rem 1rem 4.1rem;
    margin-bottom: 3rem;
    width: 100%;
  }
}
.l-period-annotation {
  padding: 0 8.6rem 0 3.8rem;
}
@media screen and (max-width: 769px) {
  .l-period-annotation {
    padding: 0;
  }
}

.p-period-row__image {
  font-weight: bold;
  padding-bottom: 2.4rem;
  width: 44%;
}
@media screen and (max-width: 769px) {
  .p-period-row__image {
    font-size: 1.4rem;
    padding-bottom: 1.2rem;
  }
}
.p-period-row__description {
  font-weight: bold;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 769px) {
  .p-period-row__description {
    line-height: 1.7;
    font-size: 1.4rem;
  }
}
.p-period-annotation__description {
  padding: 3.1rem 4rem;
  background-color: #fcfaf7;
  border-radius: 1.5rem;
  line-height: 1.9;
}
@media screen and (max-width: 769px) {
  .p-period-annotation__description {
    font-size: 1.3rem;
    padding: 1.8rem;
  }
}
.p-period-head__description {
  padding: 2.5rem 8.6rem 4rem 3.8rem;
  letter-spacing: -0.03rem;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .p-period-head__description {
    padding: 0;
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=who.css.map */
