@charset "UTF-8";
/* *****************************
 *
 * Import file to Scss or Sass.
 *
 **************************** */
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color, .has-background):hover {
  background-color: var(--wp--preset--color--contrast-2, var(--wp--preset--color--contrast, transparent));
  color: var(--wp--preset--color--base);
  border-color: var(--wp--preset--color--contrast-2, var(--wp--preset--color--contrast, currentColor));
}

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, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video, main, time {
  margin: 0;
  padding: 0;
  border: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

time {
  display: inline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

td, th {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

img, video, iframe {
  height: auto;
}

/*
* HTML5未サポートブラウザーでインライン要素として表示する for IE6/7/8/9 & FF3
* 制限事項:IE6では'audio[controls]'へのスタイルは適用されません。
*/
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/*
* 'textarea'やその他のフォーム要素でのfont-familyの矛盾を修正
*/
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
* 全てのブラウザーにおいてフォーカス時、マウスホバー時の読みやすさを改善
* 参考: people.opera.com/patrickl/experiments/keyboard/test
*/
a:hover,
a:active {
  outline: 0;
}

/*
* S5,Chromeにおいてdfn要素がイタリック体にならない問題を修正
*/
dfn {
  font-style: italic;
}

/*
* 全てのブラウザーにおいてpre-formatted textの読みやすさを改善
*/
pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well,actually) */
  word-wrap: break-word; /* IE */
}

/*
* 全てのブラウザーにおいてsubおよびsup要素がline-heightに影響する問題を防ぐ
* 参考:gist.github.com/413930
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/*
* 1. image-typeが'input'とその他についてユーザビリティと一貫性を改善
* 2. iOSにおいてクリック可能な'input'にスタイルが適用できない問題を修正
*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer; /* 1 */
  -webkit-appearance: button; /* 2 */
}

label {
  cursor: pointer;
}

/*
* S5,Chrome on OSXにおけるpaddingの表示問題を修正
*/
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #939393;
}

:-moz-placeholder {
  color: #939393;
}

::-moz-placeholder {
  color: #939393;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

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

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

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

.m0a {
  margin-right: auto;
  margin-left: auto;
}

.back-c1 {
  background-color: #F9F7F7;
}

.w1 {
  width: 1000px;
}

.ba01 {
  background-color: #F1F1F1;
}

.h-style01 {
  font-size: 32px;
  text-align: center;
  color: #333;
  margin: 0 0 40px;
}
.h-style01 span {
  font-weight: bold;
  line-height: 1.13;
  letter-spacing: 3.2px;
  padding: 0 35px;
  position: relative;
  z-index: 5;
}
.h-style01 span::before, .h-style01 span::after {
  content: "";
  position: absolute;
  display: block;
  top: 16px;
}
.h-style01 span::before {
  background: url(../img/img008.webp) no-repeat 0 0/15px 15px;
  left: 0;
  width: 15px;
  height: 15px;
}
.h-style01 span::after {
  background: url(../img/img008.webp) no-repeat 0 0/15px 15px;
  right: 0;
  width: 15px;
  height: 15px;
}

.text01 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: #333;
}

.top-vari {
  padding: 31px 0 73px;
}

.service {
  padding: 96px 0 120px;
}

.service2 {
  padding: 81px 0 142px;
}

.reason {
  padding: 96px 0 96px;
}

.devworks {
  padding: 96px 0 96px;
}

.sponsor {
  padding: 96px 0 96px;
}

.flow2 {
  padding: 96px 0 96px;
}

.faq {
  padding: 96px 0 96px;
  margin: 0 0 89px;
}

.faq-b {
  margin: 0;
}

.faq-b .faqblock .faqitem .faqquestion .faqhead {
  width: 96%;
}
.faq-b .faqblock .faqitem .faqa {
  display: block !important;
}

.featurearea {
  padding: 96px 0 96px;
}

.storeinfo {
  padding: 0px 0 96px;
}

.ceo-message-wrap {
  padding: 0 0 84px;
}

.historyarea-wrap {
  padding: 0 0 67px;
}

.event-wrap {
  padding: 0 0 80px;
}

.company-wrap {
  padding: 0 0 80px;
}

.h-title-out {
  background: url(../img/img005.webp) no-repeat #fff 0 0/cover;
  height: 233px;
}
.h-title-out .h-title {
  margin: 80px 0 0;
  padding: 60px 12% 0;
}
.h-title-out .h-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 4px;
  padding: 0 0 61px;
  color: #333;
}
.h-title-out .h-title h2 span {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 4px;
  display: block;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  padding: 0 0 8px;
  color: #d70027;
  font-family: Alata, sans-serif;
}

.top-vari-column {
  display: flex;
  margin: 0 0 75px;
}
.top-vari-column .supportimage {
  width: 533px;
  margin: 0 43px 0 0;
}
.top-vari-column .supportimage2 {
  width: 504px;
  margin: 0 42px 0 31px;
}
.top-vari-column .supporttext {
  width: 594px;
}
.top-vari-column .supporttext .supporthead {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 1.4px;
  color: #333;
  display: flex;
  justify-content: center;
  padding: 28px 0;
  margin: 22px 0 14px;
}
.top-vari-column .supporttext .supporthead2 {
  text-align: center;
}
.top-vari-column .supporttext .supportdesc {
  line-height: 1.6;
  letter-spacing: 0.8px;
}

.top-vari-column2 {
  margin: 0;
}

.top-vari-b {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
.top-vari-b .top-vari-b-img {
  width: 893px;
  margin: 0 auto;
}
.top-vari-disc {
  text-align: right;
}
.top-vari-disc a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-align: left;
  color: #d70027;
  padding: 0 0 0 25px;
  background: url(../img/img004.webp) no-repeat 0 center/8px 15px;
}

.s-head {
  position: relative;
}
.s-head::before, .s-head::after {
  content: "";
  position: absolute;
  display: block;
}
.s-head::before {
  background: url(../img/img002.webp) no-repeat 0 0/45px 62px;
  top: 0;
  left: 0;
  width: 45px;
  height: 62px;
}
.s-head::after {
  background: url(../img/img003.webp) no-repeat 0 0/45px 62px;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 62px;
}
.s-head b {
  color: #D70027;
}

.page-none {
  background-color: #fff;
}
.page-none .inner {
  width: auto;
}

.page-none::before, .page-none::after {
  display: none;
}

.inner-non {
  padding: 0;
}

.service-wrap {
  padding: 0px 0 0;
}
.service-wrap .supportlist {
  max-width: 900px;
  margin: 0 auto;
  gap: 30px 3%;
  display: flex;
  flex-wrap: wrap;
}
.service-wrap .supportlist li {
  width: 48.47%;
  border-radius: 18px;
  background-color: #fff;
  padding: 0 0 48px;
}
.service-wrap .supportlist li dl .supporticon {
  width: 70px;
  height: 75.3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto 7px;
}
.service-wrap .supportlist li dl .supporticon img {
  width: revert-layer;
}
.service-wrap .supportlist li dl .supporttitle {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #d70027;
  padding: 0 0 9px;
}
.service-wrap .supportlist li .supporttext {
  padding: 0 32px;
}
.service-wrap .supportlist2 {
  max-width: 1100px;
}

.reasonwrap {
  padding: 59px 0 0;
}
.reasonwrap .reasonblock {
  margin: 0 auto 57px;
  max-width: 800px;
  position: relative;
}
.reasonwrap .reasonblock:last-child {
  margin: 0 auto;
}
.reasonwrap .reasonblock .reasonnum {
  position: absolute;
  top: -24px;
  left: -97px;
  background: url(../img/img013.webp) no-repeat 0 0/125px 125px;
  width: 125px;
  height: 125px;
  font-size: 102px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  text-align: center;
  color: #fff;
  font-family: Alata, sans-serif;
}
.reasonwrap .reasonblock .reasonhead {
  font-size: 32px;
  padding: 0 0 0 52px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  color: #d70027;
}
.reasonwrap .reasonblock .reasontext {
  padding: 32px 52px;
  border-radius: 32px;
  border: solid 1px #d70027;
}
.reasonwrap .reasonblock .reasontext p {
  letter-spacing: 0.83px;
}

.productlist {
  display: flex;
  flex-wrap: wrap;
  max-width: 1098px;
  margin: 0 auto;
  padding: 0px 0 0;
  gap: 60px 3.43%;
}
.productlist .productitem {
  width: 48.269%;
}
.productlist .productitem .productimage {
  margin: 0 0 8px;
}
.productlist .productitem .producttitle {
  display: flex;
  align-items: flex-start;
  padding: 8px 24px;
  border-radius: 19px;
  background-color: #333;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 0 8px;
}
.sponsorarea {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 0 0;
}
.sponsorarea .sponsorlist {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 2.791%;
}
.sponsorarea .sponsorlist .sponsorlogo {
  width: 22.9%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flowlist {
  display: flex;
  flex-wrap: wrap;
  gap: 89px 1.6%;
  max-width: 1107px;
  margin: 89px auto 0;
}
.flowlist .flowstep {
  width: 18.7%;
  box-sizing: border-box;
  border: solid 3px #d70027;
  background-color: #fff;
  position: relative;
  border-radius: 14.5px;
  padding: 41px 0 0;
  position: relative;
  z-index: 1;
}
.flowlist .flowstep .flowcircle {
  position: absolute;
  left: 50%;
  top: -31px;
  margin: 0 0 0 -30px;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d70027;
  flex-direction: column;
}
.flowlist .flowstep .flowcircle dt {
  font-family: Alata, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 1.92px;
  color: #fff;
}
.flowlist .flowstep .flowcircle dd {
  font-family: Alata, sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.flowlist .flowstep .flowicon {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 3px;
}
.flowlist .flowstep .flowtext {
  padding: 0 4%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.8px;
  text-align: center;
  color: #333;
  padding: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92px;
}

.faqblock {
  padding: 0px 0 0;
  max-width: 900px;
  margin: 0 auto;
}
.faqblock .faqitem {
  padding: 32px 0 0px;
  border-top: 1px solid #cacaca;
}
.faqblock .faqitem:first-child {
  padding: 0 0 0px;
  border-top: 0;
}
.faqblock .faqitem:last-child {
  border-bottom: 1px solid #cacaca;
}
.faqblock .faqitem .faqquestion {
  display: flex;
  padding: 0 0 24px;
  position: relative;
}
.faqblock .faqitem .faqquestion .faqq {
  margin: 0 16px 0 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 0.6;
  letter-spacing: normal;
  color: #d70027;
  font-family: Alata, sans-serif;
  position: relative;
  top: 7px;
}
.faqblock .faqitem .faqquestion .faqhead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.9px;
  text-align: left;
  color: #333;
  width: 90%;
}
.faqblock .faqitem .faqquestion .aco-sw {
  position: absolute;
  top: 0;
  right: 0;
}
.faqblock .faqitem .faqquestion .aco-sw img {
  width: 30px;
}
.faqblock .faqitem .faqa {
  padding: 0 0 32px;
}
.messagebox {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 26px;
  border: solid 2px #d70027;
  background-color: #fff;
  padding: 57px 0 0;
}
.messagebox h3 {
  text-align: center;
  margin: -96px auto 37px;
  width: 271px;
}
.messagebox .message-ib {
  display: flex;
  flex-flow: row-reverse;
  justify-content: left;
}
.messagebox .message-ib .message-ib-img {
  position: relative;
}
.messagebox .message-ib .message-ib-img img {
  position: absolute;
  bottom: 0;
  right: -221px;
  width: 221px;
  max-width: none;
}
.messagebox .message-ib .message-ib-r {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.9px;
  color: #333;
  padding: 0 0 50px 45px;
  width: 663px;
}
.messagebox .message-ib .message-ib-r span {
  font-weight: bold;
  color: #d70027;
}
.messagebox .messagebox-in {
  max-width: none;
  margin: 0 auto 0;
}
.messagebox .maintext {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #333;
  padding: 0 0 23px;
}
.messagebox .maintext .meaning {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  color: #d70027;
  position: relative;
  padding: 0 24px 0 13px;
}
.messagebox .maintext .meaning::before, .messagebox .maintext .meaning::after {
  content: "";
  position: absolute;
}
.messagebox .maintext .meaning::before {
  background: url(../img/img060.webp) no-repeat 0 center/23px 23px;
  width: 23px;
  height: 23px;
  top: 11px;
  left: 0;
}
.messagebox .maintext .meaning::after {
  background: url(../img/img061.webp) no-repeat 0 center/23px 30px;
  width: 23px;
  height: 30px;
  right: 0;
  bottom: 6px;
}
.messagebox .descriptiontext {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
}

.top-vari2 {
  padding: 31px 0 120px;
}

.featurelist {
  padding: 0px 0 0;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.featurelist .featureitem {
  width: 31.81%;
  margin: 0 0 0 2.272%;
}
.featurelist .featureitem:first-child {
  margin: 0;
}
.featurelist .featureitem .featureicon {
  background: url(../img/img027.webp) no-repeat 0 center/97px 81px;
  width: 97px;
  height: 81px;
  font-size: 57.8px;
  line-height: 0.35;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Alata, sans-serif;
  margin: 0 auto 7px;
}
.featurelist .featureitem .featureicon span {
  font-weight: normal;
  letter-spacing: normal;
  position: relative;
  top: -7px;
}
.featurelist .featureitem .featuretitle {
  font-size: 29px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 1.16px;
  text-align: left;
  color: #d70027;
  padding: 0 24px 16px;
}
.featurelist .featureitem .featuretext {
  padding: 24px;
  border-radius: 25px;
  background-color: #fff;
  min-height: 221px;
}

.store-box {
  max-width: 1100px;
  border-radius: 65px;
  border: solid 2px #d70027;
  background-color: #fff;
  padding: 0px 0 30px;
  margin: 0 auto;
}

.storetitle {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: center;
  color: #333;
  padding: 0 0 21px;
  width: 352px;
  margin: -42px auto 0;
}
.shuten-list {
  width: 686px;
  margin: 0 auto 20px;
  padding: 17px 52px 18px 53px;
  border-radius: 47px;
  background-color: #f1f1f1;
}
.shuten-list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.8px;
  color: #333;
  padding: 0 0 0 28px;
  background: url(../img/check.png) no-repeat 0 center/15px 11px;
}

.storeinner {
  display: flex;
  max-width: 838px;
  margin: 0 auto 35px;
}
.storeinner .storelogo {
  width: 258px;
  margin: 0 22px 0 0;
}
.storeinner .storetext {
  width: 558px;
  padding: 26px 0 0;
}
.contactlink {
  display: flex;
  justify-content: center;
}
.contactlink a {
  width: 380px;
  background-color: #d70027;
  color: #fff;
  font-size: 20px;
  border-radius: 7px;
}

.guideline-wrap {
  padding: 0px 0 20px;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.guideline-wrap .g-img {
  width: 48.1818%;
  margin: 0 3.636% 0 0;
}
.guideline-wrap .g-conte {
  width: 48.18%;
}
.guideline-wrap .g-conte p {
  line-height: 1.6;
  letter-spacing: 0.8px;
}

.h-style02 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #333;
  padding: 0 0 8px;
}
.h-style02::before {
  content: "";
  width: 12px;
  height: 30px;
  flex-grow: 0;
  border-radius: 4px;
  background-color: #d70027;
  display: inline-block;
  margin: 0 16px 0 0;
  vertical-align: sub;
}

.h-style02-01 {
  font-size: 22px;
}

.reason2 {
  padding: 96px 0 96px;
}

.book-wrap {
  padding: 107px 0 0;
}

.book-wrap-in {
  max-width: 900px;
  margin: 0 auto;
  padding: 53px 0 53px;
  border-radius: 50px;
  border: solid 2px #d70027;
  background-color: #fff;
  position: relative;
}
.book-wrap-in .h-style01 {
  left: 50%;
  top: -28px;
  margin: 0 0 0 -105px;
  position: absolute;
  background-color: #fff;
}
.book-wrap-in .h-style01::before {
  content: "";
  background-color: #fff;
  width: 276px;
  height: 50px;
  position: absolute;
  top: 0;
  left: -15%;
}

.book-in-box {
  display: flex;
  gap: 0 34px;
  justify-content: center;
}
.book-in-box .b-img {
  width: 198px;
}
.book-in-box .book-r {
  width: 566px;
}
.book-in-box .book-r .b-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.9px;
  color: #333;
  padding: 0 0 48px;
}
.book-in-box .book-r dl {
  display: flex;
  position: relative;
}
.book-in-box .book-r dl dt {
  padding: 19px 111px 17px 23px;
  width: 519px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #000;
  text-align: left;
  background-color: #f1f1f1;
}
.book-in-box .book-r dl dd img {
  position: absolute;
  top: -5px;
  right: -3px;
  width: 148px;
}

.company-top .inner h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3.6px;
  text-align: center;
  color: #d70027;
  margin: 0 0 18px;
}
.company-top .inner p {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 3.6px;
  text-align: center;
  color: #333;
  margin: 0 auto;
  padding: 29px 0;
}

.company-top1 {
  margin: 96px 0 103px;
}
.company-top1 .inner p {
  max-width: 450px;
}

.company-top2 {
  padding: 0 0 88px;
}
.company-top2 .inner p {
  max-width: 810px;
}

.ceo-message-wrap-in {
  max-width: 1100px;
  margin: 0 auto;
  border: 2px solid #D70027;
  border-radius: 44px;
  background: url(../img/back-plus.webp) repeat 0px 0px;
  padding: 0 100px 50px 82px;
}
.ceo-message-wrap-in .ceosubtitle {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 1.4px;
  color: #d70027;
  padding: 0 0 39px;
}
.ceo-message-wrap-in .ceowrap .ceotextblock {
  position: relative;
}
.ceo-message-wrap-in .ceowrap .ceotextblock-l {
  width: 530px;
}
.ceo-message-wrap-in .ceowrap .ceophoto {
  position: absolute;
  right: -127px;
  bottom: 34px;
  width: 470px;
  z-index: 0;
}
.ceo-message-wrap-in .ceowrap .ceotext {
  line-height: 2;
  letter-spacing: 0.8px;
  margin: 0 0 24px;
}
.ceo-message-wrap-in .ceolist {
  margin: 24px 0 18px;
  padding: 24px;
  border-radius: 25px;
  border: solid 1px #d70027;
  background-color: #fff;
}
.ceo-message-wrap-in .ceolist li {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.8px;
  text-align: left;
  color: #333;
  margin: 0 0 0;
  text-indent: -21px;
  padding: 0 0 0 21px;
}
.ceo-message-wrap-in .ceolist li .highlight {
  color: #d70027;
  font-weight: bold;
}
.ceo-message-wrap-in .ceolist li:last-child {
  margin: 0;
}
.ceo-message-wrap-in .ceosign {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.9px;
  text-align: right;
  color: #333;
  padding: 191px 0 0;
}

.red-text {
  color: #D70027;
  font-weight: 600;
}

.historylist {
  padding: 0px 0 0;
  max-width: 876px;
  margin: 0 auto;
}
.historylist a {
  text-decoration: underline;
}
.historylist dl {
  display: flex;
  background: url(../img/img054.webp) no-repeat 0px 0px/19px 29px;
  margin: 0 0 23px;
  padding: 1px 0 5px 28px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #333;
}
.historylist dl:last-child {
  margin: 0;
}
.historylist dl .year {
  font-size: 16px;
  font-weight: bold;
  margin: 0 35px 0 0;
  width: 75px;
}
.historylist dl dd {
  flex: 1;
}

.companyinfo {
  padding: 0px 0 0;
  max-width: 800px;
  margin: 0 auto;
}
.companyinfo .inforow {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #cacaca;
}
.companyinfo .inforow dt {
  width: 180px;
  margin: 0 16px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #333;
}
.companyinfo .inforow dd {
  width: 604px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #333;
}
.message2wrap {
  margin: -17px 0 64px;
}
.message2wrap .inner .maintext {
  max-width: 610px;
  margin: 0 auto 22px;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 3.2px;
  text-align: center;
  color: #333;
  padding: 34px 0;
}
.message2wrap .inner .leadtext {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.9px;
  text-align: center;
  color: #333;
  margin: 0 0 30px;
}
.message2wrap .inner .leadtext .strongword {
  font-weight: bold;
  color: #d70027;
}
.message2wrap .inner .close-img {
  max-width: 1099px;
  margin: 52px auto 83px;
}
.healthinfo {
  padding: 82px 0 96px;
}

.healthaward {
  padding: 0px 0 73px;
}
.healthaward .awardblock {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.healthaward .awardblock .awardlogo {
  width: 43.45%;
  margin: 0 2.36% 0 0;
}
.healthaward .awardblock .awardtext {
  width: 596px;
}
.healthaward .awardblock .awardtext .h-style02 {
  letter-spacing: -0.5px;
}
.healthlist {
  display: flex;
  max-width: 1100px;
  margin: 0 auto 64px;
}
.healthlist .healthitem {
  width: 30%;
  margin: 0 0 0 4.9%;
  text-align: center;
}
.healthlist .healthitem:first-child {
  margin: 0;
}
.healthlist .healthitem img {
  padding: 0 0 8px;
}
.healthlist .healthitem .healthlabel {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.8;
  letter-spacing: 0.2px;
  color: #333;
  background: url(../img/img-und.webp) repeat-x 0px bottom/auto 7px;
  padding: 0 0 5px;
}

.suppor2tlist {
  padding: 0px 0 0;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 40px 3.63%;
}
.suppor2tlist .suppor2titem {
  width: 48.18%;
  display: flex;
  padding: 19px 0;
  border-radius: 18px;
  background-color: #fff;
  align-items: center;
}
.suppor2tlist .suppor2titem img {
  margin: 0 15px 0 32px;
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.suppor2tlist .suppor2titem .suppor2ttext {
  padding: 0 32px 0 0;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.9px;
  text-align: center;
  color: #333;
}

.flow2wrap {
  padding: 96px 0 98px;
  background: url(../img/back-plus.webp) repeat;
}

.flowlist2 {
  padding: 0px 0 0;
  display: flex;
  max-width: 1103px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 22px 6.403%;
}
.flowlist2 .flowstep2 {
  width: 27.018%;
  min-height: 119px;
  padding: 16px 0;
  border-radius: 8px;
  border: solid 1px #d70027;
  background-color: #fff;
  position: relative;
}
.flowlist2 .flowstep2::after {
  content: "";
  display: block;
  position: absolute;
  right: -16%;
  top: 50%;
  margin: -15px 0 0;
  background: url(../img/img054.webp) no-repeat 0px 0px/22px 31px;
  width: 22px;
  height: 31px;
}
.flowlist2 .flowstep2:last-child::after {
  display: none;
}
.flowlist2 .flowstep2 .steplabel2 {
  font-size: 14px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.7px;
  color: #d70027;
  padding: 0 18px 8px;
}
.flowlist2 .flowstep2 .steptitle2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.9px;
  color: #333;
  padding: 0 18px;
}
.flowlist2 .flowstep2 .stepdesc2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #333;
  padding: 0 18px;
}
.flowlist2 .flowfinal {
  background-color: #d70027;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.flowlist2 .flowfinal::before {
  content: "";
  position: absolute;
  display: block;
  top: 12px;
  left: 17px;
  background: url(../img/flowstep201.webp) no-repeat 0px 0%/84px 56px;
  width: 84px;
  height: 56px;
}
.flowlist2 .flowfinal .finaltext {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 1.2px;
  text-align: left;
  color: #fff;
  position: relative;
}
.flowlist2 .flowfinal .finaltext::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -36px;
  right: -78px;
  background: url(../img/flowstep202.webp) no-repeat 0px 0%/60px 81px;
  width: 60px;
  height: 81px;
}

.interviewwrap {
  padding: 78px 0 96px;
}

.voiceblock {
  max-width: 1100px;
  margin: 0 auto 24px;
  border-radius: 20px;
  background-color: #fff;
}

.voiceblock:last-child {
  margin: 0 auto;
}

.voicehead {
  padding: 32px 32px 0px;
}

.voiceblock > .voicehead {
  padding: 32px 32px 0px;
}

.voicetitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #333;
  background: url(../img/h-icon.png) no-repeat 0px 4px/12px 30px;
  padding: 0 0 8px 24px;
  margin: 0 0 18px;
  border-bottom: solid 1px #cacaca;
}

.voiceinfo {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-align: left;
  color: #333;
  padding: 0 0 8px;
}

.voiceclose {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-align: right;
  color: #d70027;
  padding: 0 31px 32px 0;
}
.voiceclose img {
  margin: 0 0 0 8px;
  width: 30px;
  display: inline;
  vertical-align: bottom;
}

.voicebody {
  padding: 0px 0px 32px;
}

.voicewrap {
  display: flex;
  padding: 32px 32px 0;
}
.voicewrap .voiceface {
  width: 17.4%;
  margin: 0 2.9% 0 0;
}
.voicewrap .voicetext {
  width: 79.9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.voicewrap .voicetext h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.9px;
  color: #333;
  margin: 0px 0 24px;
}
.voicewrap .voicetext p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.8px;
  text-align: left;
  color: #333;
  margin: 0 0 8px;
}
.voicewrap .voicetext p span {
  display: inline-block;
  padding: 8px 0px;
  border-radius: 40px;
  border: solid 1px #d70027;
  background-color: #fff;
  margin: 0 18px 0 0;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  color: #d70027;
  width: 110px;
  text-align: center;
}

.recruit2wrap {
  padding: 96px 0 73px;
}

.recruit22wrap {
  max-width: 900px;
  margin: 0 auto 69px;
  padding: 38px 0px 37px;
  border-radius: 52px;
  border: solid 4px #d70027;
  background-color: #fff;
  position: relative;
}
.recruit22wrap .h-style01 {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -100px;
  top: -30px;
}
.recruit22wrap .h-style01::before {
  content: "";
  background-color: #fff;
  width: 284px;
  height: 50px;
  position: absolute;
  left: -37px;
  top: 0;
}
.recruit22wrap .recruitrow {
  padding: 15px 0 16px;
  margin: 0 50px;
  border-bottom: 1px solid #cacaca;
  display: flex;
}
.recruit22wrap .recruitrow .recruitterm {
  width: 180px;
  margin: 0 16px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.8px;
  text-align: left;
  color: #333;
  display: flex;
  align-items: center;
}
.recruit22wrap .recruitrow .recruitdesc {
  width: 604px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #333;
}

.hr-s {
  max-width: 1100px;
  margin: 0 auto;
  border: 0;
  border-top: 1px solid #d70027;
  padding: 0 0 21px;
}

.voicebody {
  display: none; /* ← これで最初から非表示 */
}

.news-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.news-wrap2 {
  margin: 0 0 82px;
}

.news-box {
  border-bottom: solid 1px #cacaca;
  padding: 16px 0;
}
.news-box a {
  display: block;
}
.news-box a:hover {
  opacity: 0.7;
}

.newsitem {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.newsitem .newsdate {
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #333;
}
.newsitem .newscate {
  margin: 0 0 0 11px;
  display: flex;
  gap: 0 10px;
}
.newsitem .newscate span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  border-radius: 40px;
  border: solid 1px #d70027;
  background-color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d70027;
}

.newstext {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: normal;
  color: #333;
}

.h-title-out .newsitem {
  margin: 0 0 18px;
  max-width: 900px;
  margin: 0 auto 18px;
}
.h-title-out h2.h-style03 {
  max-width: 900px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 3.2px;
  color: #333;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}

.h-title-out2 {
  height: auto;
}

.news-d-wrap {
  padding: 32px 0 163px;
}

.news-d-2wrap {
  max-width: 900px;
  margin: 0 auto;
}

.i-catchimg {
  margin: 0 0 32px;
}

.content-edita {
  margin: 0 0 100px;
}

.h-style04 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 2.4px;
  text-align: left;
  color: #333;
  margin: 0 0 36px;
}
.h-style04::before {
  content: "";
  background: url(../img/img059.webp) no-repeat 0 0/23px 15px;
  margin: 0 14px 0 0;
  display: inline-block;
  width: 23px;
  height: 15px;
}

.contact-wrap {
  max-width: 900px;
  padding: 64px 0 64px;
  border-radius: 48px;
  background-color: #f1f1f1;
  margin: 0 auto 129px;
}

.contact-form {
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0 0;
  max-width: 640px;
  margin: 0 auto;
}
.contact-form h3 {
  font-size: 18px;
  font-weight: 500;
  margin: -15px 0 15px;
}
.contact-form .contact-img {
  margin: 0 0 52px;
}
.contact-form .form-group {
  margin: 0 0 34px;
}
.contact-form .form-group .label-n {
  width: 100%;
  padding: 0px 0px 8px 0px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #333;
}
.contact-form .form-group .label-n .required {
  display: inline-block;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  margin: 0 8px 0 0;
  padding: 4px 10px;
  border-radius: 40px;
  border: solid 1px #d70027;
  background-color: #fff;
  font-size: 10px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #d70027;
}
.contact-form .form-group select,
.contact-form .form-group input[type=text],
.contact-form .form-group input[type=email],
.contact-form .form-group input[type=tel],
.contact-form .form-group input[type=url],
.contact-form .form-group textarea {
  height: 46px;
  align-self: stretch;
  flex-grow: 0;
  border-radius: 8px;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 1.3px;
  line-height: 1.6;
  color: #333;
}
.contact-form .form-group input[type=radio] {
  margin: 0 10px 0 0;
  vertical-align: baseline;
  width: 23px;
  height: 23px;
  position: relative;
  top: 5px;
  accent-color: #D70027;
}
.contact-form .form-group input[type=checkbox] {
  accent-color: #D70027;
}
.contact-form .input-group2 {
  margin: 0 0 -19px 0;
}
.contact-form .yuu .input-group {
  display: flex;
}
.contact-form .yuu .input-group input {
  width: 80px;
}
.contact-form .yuu2 {
  margin: 0 10px;
  font-size: 14px;
}
.contact-form .input-group .yuu3 {
  width: 120px;
}
.contact-form .input-group .yuu3 input {
  width: 100%;
}
.contact-form .input-group {
  width: 100%;
}
.contact-form .ragi-box2 .wpcf7-list-item {
  text-indent: -27px;
  padding: 0 0 0 27px;
  margin: 0 0 20px;
  display: block;
}
.contact-form .ragi-box2 .wpcf7-list-item:last-child {
  margin: 0;
}
.contact-form .ragi-box3 .wpcf7-list-item {
  margin: 0 40px 7px 0;
  display: inline-block;
}
.contact-form .ragi-box4 select {
  width: 211px;
}
.contact-form .ragi-box5 .wpcf7-list-item {
  margin: 0 0 10px;
  display: block;
}
.contact-form .ragi-box5 input {
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.contact-form .seinen .yuu2 {
  vertical-align: bottom;
  font-size: 18px;
  margin: 0 15px 0 5px;
  font-weight: 500;
}
.contact-form .jusho .yuu3-in {
  font-size: 32px;
  font-weight: bold;
  padding: 0 5px 0 15px;
}
.contact-form .jusho .yuu01 {
  display: flex;
  width: auto;
  margin: 0 0 10px;
}
.contact-form .jusho .yuu01 input {
  width: 310px;
}
.contact-form .jusho .yuu02 {
  margin: 0 0 10px;
}
.contact-form .jusho .yuu02 select {
  width: 362px;
}
.contact-form .text-e2 textarea {
  height: 100px;
  overflow: auto;
}
.contact-form .text-e3 textarea {
  min-height: 276px;
  overflow: auto;
}
.contact-form .t-area-chu {
  font-size: 16px;
  font-weight: 500;
}
.contact-form .submit-box {
  display: flex;
  justify-content: center;
  padding: 24px 0 0px;
}
.contact-form .submit-box input {
  width: 380px;
  height: 66px;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background-color: #d70027;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}
.contact-form .pp-link {
  display: block;
  margin: -13px auto 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #333;
}
.contact-form .pp-link a {
  text-decoration: underline;
  color: #FC2F42;
}
.contact-form .pp-link input {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
.contact-form .pp-link .doui-text {
  display: block;
  font-size: 14px;
}
.contact-form .pp-link .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.contact-form .wpcf7 .wpcf7-spinner {
  display: none !important;
}
.contact-form .wpcf7-spinner {
  display: none;
}

.privacy-wrap {
  padding: 30px 0 133px;
}

.privacy-body {
  max-width: 900px;
  margin: 0 auto;
}

.p-box {
  margin: 0 0 32px;
}
.p-box h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.9px;
  color: #333;
  margin: 0 0 18px;
}
.p-box p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.8px;
  color: #333;
  margin: 0 0 8px;
}
.p-box ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.8px;
  color: #333;
  text-indent: -16px;
  padding: 0 0 0 16px;
}

.page-num {
  padding: 65px 0;
}
.page-num ul {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px 0 0;
}
.page-num ul li a, .page-num ul li .current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  color: #d70027;
}
.page-num ul li .previouspostslink,
.page-num ul li .nextpostslink {
  background-color: #fff;
  border: solid 1.5px #d70027;
}
.page-num ul li .previouspostslink:after,
.page-num ul li .nextpostslink:after {
  content: "";
  width: 8px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -6px 0 0 -5px;
}
.page-num ul li .previouspostslink:after {
  background: url(../img/allow-l.png) no-repeat center center/8px 12px;
}
.page-num ul li .nextpostslink:after {
  background: url(../img/allow-r.png) no-repeat center center/8px 12px;
}
.page-num ul li .current {
  background-color: #fc2f42;
  border: 1px solid #fc2f42;
  color: #fff;
  box-sizing: border-box;
}

.news-wrap3 {
  padding: 0 0 128px;
}

.pb0 {
  padding-bottom: 0;
}

.bora {
  border-radius: 30px;
}

.img-h-cut {
  overflow: hidden;
}

.img-h {
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.img-h:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.custom-checkbox input[type=checkbox] {
  display: none;
}

.checkbox-mark {
  width: 24px;
  height: 24px;
  border: 2px solid #999999;
  border-radius: 4px;
  display: inline-block;
  margin-right: 0.5em;
  background: #fff;
  position: relative;
}

/* チェック時に画像を表示 */
.custom-checkbox input[type=checkbox]:checked + .checkbox-mark {
  background: #fff url("../img/check.png") center center no-repeat;
}

.h-style05 {
  max-width: 900px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 3.2px;
  color: #333;
  padding: 0;
  max-width: 900px;
  margin: 0 auto;
}

.devworks2 {
  background: url(../img/back-plus.webp) repeat 0 0;
  margin: 96px 0 0;
  padding: 96px 0 96px;
}

.devworks3 {
  background: url(../img/back-plus.webp) repeat 0 0;
}

.productlist .productitem .producttitle2 {
  min-height: auto;
}

.vision-br {
  display: none;
}

.wp-singular .h-title-out2 {
  background: none;
}

.brs {
  display: none;
}

.br-c {
  display: none;
}

.text010 {
  color: #d70027;
  font-weight: bold;
}

.ptext-ab {
  position: absolute;
  top: 404px;
  left: 0;
}

.ptext-ab2 {
  margin: 178px 0 24px;
}

.ronbun-wrap-in {
  max-width: 876px;
  padding: 0 0 84px;
  margin: 0 auto;
}
.ronbun-wrap-in li {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 0 69px;
}
.ronbun-wrap-in li::before {
  content: "";
  background: url(../img/img054.webp) no-repeat 0px 0px/19px 29px;
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 19px;
  height: 29px;
}
.ronbun-wrap-in li a {
  color: #D70027;
  text-decoration: underline;
}
.ronbun-wrap-in li a:hover {
  opacity: 0.7;
}
.ronbun-wrap-in p {
  padding: 5px 0 0;
}

body:not(.home) header {
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.25);
}

.top .mv .inner::before {
  top: 171px;
}

.top .mv .inner h1 {
  font-size: 72px;
}

.top .mv .inner h1 span {
  letter-spacing: -1px;
  line-height: 1.3;
}

.top .mv .inner h1 span > b {
  text-indent: -40px;
  display: block;
  font-weight: 700;
}

.top .mv .inner h1 span > b > b {
  letter-spacing: -26px;
  font-weight: 700;
}

.top .mv.active .inner h1 span {
  line-height: 1.4;
}

.top .services .inner ul {
  align-items: flex-start;
}

.page-id-35 .h-title-out {
  background-color: #fff;
  padding: 80px 0 0;
}
.page-id-35 .top-vari {
  background-color: #fff;
  padding: 31px 0 0;
}
.page-id-35 .h-title-out {
  background: url(../img/img005.webp) no-repeat #fff 0 80px/cover;
  height: 313px;
}
.page-id-35 .h-title-out .h-title {
  margin: 0;
  padding: 60px 12% 0;
}
.page-id-35 .company-top3 .inner p {
  font-size: 28px;
  padding: 29px 0 29px;
}

.m-text {
  color: #D70027;
  font-weight: bold;
}

.service-wrap2 .supportlist {
  max-width: 1104px;
  gap: 30px 3%;
}

.h-s {
  font-size: 24px;
  font-weight: bold;
}

.sponsorarea .sponsorlist .sponsorlogo img {
  width: revert-layer;
}

.flowitem {
  display: flex;
  flex-wrap: wrap;
  gap: 72px 2%;
}
.flowitem li {
  width: 23.5%;
  height: 145px;
  position: relative;
  border: 3px solid #D70027;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 14px;
  z-index: 1;
}
.flowitem li span {
  position: absolute;
  width: 59px;
  height: 59px;
  background-color: #D70027;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -29px;
  left: -10px;
  font-family: Alata, sans-serif;
}
.flowitem li p {
  padding: 0 18%;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.flowitem .te-c {
  text-align: center;
  justify-content: center;
}

.line-box {
  position: relative;
}
.line-box::before, .line-box::after {
  content: "";
  display: block;
  height: 6px;
  background-color: #D70027;
  position: absolute;
}
.line-box::before {
  width: 100%;
  top: 261px;
  left: 20%;
}
.line-box::after {
  width: 100%;
  top: 477px;
  left: 0;
}

.line-box2 {
  position: relative;
}
.line-box2::before {
  content: "";
  display: block;
  height: 6px;
  background-color: #D70027;
  position: absolute;
  width: 100%;
  top: 598px;
  right: 20%;
}

.faqa {
  display: none;
}

.line-box3:before {
  top: 364px;
}
.line-box3::after {
  display: none;
}

.line-box4:after {
  top: 364px;
  content: "";
  display: block;
  height: 6px;
  background-color: #D70027;
  position: absolute;
  width: 100%;
  top: 718px;
  right: 32%;
  left: auto;
}

.h-bte {
  font-size: 32px;
  font-weight: bold;
  display: block;
}

.ms-text {
  margin: 56px 0 25px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.2px;
  text-align: center;
  color: #d70027;
  padding: 0 4%;
}

.youtube {
  width: 100%;
  max-width: 646px;
  aspect-ratio: 16/9;
  margin: 0 auto 40px;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.red-y {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1.2px;
  color: #333;
  padding: 0 0 24px;
}
.red-y img {
  width: 36px;
  margin: 0 16px 0 0;
  display: inline-block;
}

.osaka-box {
  padding: 0 0 45px;
  margin: 0 auto;
  max-width: 1000px;
}
.osaka-box ul {
  display: flex;
  gap: 25px 1.731%;
  flex-wrap: wrap;
}
.osaka-box li {
  width: 32.18%;
}

.page-id-38 .h-title-out {
  background: url(../img/img005.webp) no-repeat #fff 0 80px/cover;
  height: 313px;
  padding: 80px 0 0;
}

.page-id-38 .h-title-out .h-title {
  margin: 0px 0 0;
}

.bgc-w {
  background-color: #fff;
}

.ms-toha-box {
  padding: 79px 0 101px;
  background: url(../img/back-plus.webp) repeat;
}

.inner02 {
  max-width: 903px;
  margin: 0 auto;
}

.ms-text01 {
  padding: 0 0 24px;
}

.ms-imgs01 {
  max-width: 539px;
  margin: 0 auto 24px;
  text-align: center;
}

.ms-text02 {
  margin: 0 0 24px;
}

.ms-text03 {
  margin: 0 0 24px;
}
.ms-text03 span {
  font-weight: bold;
  color: #d70027;
}

.ms-imgs02 {
  max-width: 501px;
  margin: 0 auto;
}

.msinfo .storetitle {
  max-width: 656px;
  width: 100%;
  margin: -14px auto 15px;
}

.msinfo .storetitle .ms-title-img {
  width: auto;
}

.mstoku-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #333;
  padding: 0 0 33px;
  max-width: 900px;
  margin: 0 auto;
}

.msinfo .storeinner .storelogo {
  width: 353px;
  margin: 0 27px 0 0;
}

.msinfo .storeinner {
  max-width: 900px;
}

.msinfo .storeinner .storetext {
  width: 520px;
  padding: 33px 0 0;
}

.h-style01-img {
  width: 351px;
  margin: -28px auto 40px;
}
.h-style01-mt {
  margin-top: 50px;
}

.dm-img1 {
  display: none;
}

.dm-img2 {
  display: block;
}

.i-br {
  display: none;
}

.faqa-bb {
  display: block !important;
}

.kenpo-wrap {
  width: 900px;
  margin: 0 auto 100px;
  position: relative;
}
.kenpo-wrap .kenpo-l {
  width: 370px;
}
.kenpo-wrap .kenpo-r {
  width: 560px;
  border-radius: 16px;
  position: absolute;
  top: 44px;
  left: 331px;
  background-color: #D70027;
}
.kenpo-wrap .kenpo-r::after {
  position: absolute;
  top: 50%;
  margin: -17px 0 0 0;
  left: -18px;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 33px 15px 0;
  border-color: transparent #D70027 transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.kenpo-wrap .kenpo-r p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 33px 45px 35px 62px;
}

.min-h {
  min-height: 64px !important;
}

.min-h2 {
  min-height: 79px !important;
}

.t-br {
  display: none;
}

.mv .inner h1 {
  width: 100%;
}

.top .mv .inner::before {
  top: 0;
  height: 79.5rem;
}

.brnd {
  display: none;
}

.aside_menu ul li {
  position: relative;
}

.wrap .aside_menu .inner .sub-menu > li {
  margin-bottom: 0;
}
.wrap .aside_menu .inner .sub-menu > li > a {
  display: block;
  padding: 10px 14px;
  line-height: 1.4;
}
.wrap .aside_menu .inner .sub-menu {
  display: block;
  position: absolute;
  inset: auto auto auto 0; /* left:0; top:100% にしたい場合は下記に変更 */
  top: 72%;
  left: 0;
  display: none;
  z-index: 1000;
  min-width: 268px;
  /* 任意の見た目 */
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 8px 0;
}

.home footer .recruit .inner h2 {
  top: -15rem;
}

.productitem .producttitle {
  /*transition: background-color 0.7s ease, color 0.7s ease;*/
}

.productlist .productitem:hover .producttitle,
.services ul.anime a:hover p,
.productitem a:hover .producttitle {
  background-color: #fff;
  color: #333;
}

.footer .inner dt a img {
  width: 240px;
}

.footer > .inner .f-sns {
  margin: 0px auto 0;
  justify-content: center;
  display: flex;
  gap: 0 15px;
}
.footer > .inner .f-sns img {
  width: 29px;
}

.footer > .inner .f-copy {
  margin: 5px auto 0;
  display: flex;
  justify-content: center;
  font-size: 13px;
}

.wrap .footer > .inner {
  padding: 6rem 0 0px;
}

.fbb-back {
  background-color: #FAFAFA;
  padding: 32px 0 32px;
  margin: 56px 0 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.footer > .inner dl {
  align-items: flex-start;
  padding: 0 15px;
}

@media screen and (min-width: 1600px) {
  .wrap .aside_menu .inner .sub-menu {
    left: -296px;
  }
}
@media screen and (max-width: 1600px) {
  .top .mv .inner h1 {
    width: 929px;
  }
}
@media screen and (max-width: 1300px) {
  .top .mv .inner h1 {
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .top .mv .inner::before {
    top: -55px;
    height: 62rem;
  }
}
.ms-title-img {
  display: block;
}

.ms-sstitle {
  display: none;
}

.more-btn-wrap {
  display: flex;
  justify-content: center;
  padding: 35px 0 0;
}

.event-wrap .pnav {
  padding: 30px 0 30px;
}

.akamo {
  color: #d70027;
  font-weight: 700;
}

.book-in-box .b-img img:hover {
  opacity: 0.8;
}

.shock {
  display: block;
  text-align: right;
  font-size: 15px;
  text-decoration: underline;
}

.book-link {
  text-decoration: underline;
  color: #d70027;
}

.is-provider-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.grecaptcha-badge {
  visibility: hidden;
}

.u-recaptcha-policy {
  font-size: 12px;
  padding: 10px 0 0;
  color: #999;
}
.u-recaptcha-policy a {
  text-decoration: underline;
  color: #999;
}

.home .mv {
  margin-top: 10rem;
}

.wrap .aside_menu .inner ul li a {
  display: block;
}

.wrap .aside_menu .inner ul li a span {
  padding: 0 0 5px;
}

.content-edita blockquote.alignleft,
.content-edita img.alignleft {
  margin: 7px 24px 7px 0;
}

.content-edita .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.content-edita blockquote.alignright,
.content-edita img.alignright {
  margin: 7px 0 7px 24px;
}

.content-edita .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.content-edita blockquote.aligncenter,
.content-edita img.aligncenter,
.content-edita .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.content-edita .wp-caption {
  margin-bottom: 24px;
}

.content-edita .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.content-edita .wp-caption {
  color: #767676;
}

.content-edita .wp-caption-text {
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}

.content-edita .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*
* WPエディタ用
*/
.content-edita .alignnone {
  margin: 5px 20px 20px 0;
}

.content-edita .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.content-edita .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.content-edita .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.content-edita a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.content-edita a img.alignnone {
  margin: 5px 20px 20px 0;
}

.content-edita a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.content-edita a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-edita .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.content-edita .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.content-edita .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.content-edita .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.content-edita .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.content-edita .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.clear:before, .clear:after, .attachment .entry-header:before, .attachment .entry-header:after, .site-footer .widget-area:before, .site-footer .widget-area:after, .entry-content:before, .entry-content:after, .page-content:before, .page-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after, .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after .content-edita:after,
.content-edita:after:before {
  content: "";
  display: table;
  clear: both;
  -moz-hyphens: auto;
  word-wrap: break-word;
}

/*
* WPエディタ用
*/
.content-edita .alignnone {
  margin: 5px 20px 20px 0;
}

.content-edita .aligncenter, .content-edita .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.content-edita .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.content-edita .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.content-edita .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.content-edita a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.content-edita a img.alignnone {
  margin: 5px 20px 20px 0;
}

.content-edita a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.content-edita a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-edita .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.content-edita .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.content-edita .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.content-edita .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.content-edita .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.content-edita .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.clear:before, .clear:after, .attachment .entry-header:before, .attachment .entry-header:after, .site-footer .widget-area:before, .site-footer .widget-area:after, .entry-content:before, .entry-content:after, .page-content:before, .page-content:after, .navigation:before, .navigation:after, .nav-links:before, .nav-links:after, .gallery:before, .gallery:after, .comment-form-author:before, .comment-form-author:after, .comment-form-email:before, .comment-form-email:after, .comment-form-url:before, .comment-form-url:after, .comment-body:before, .comment-body:after .content-edita:after,
.content-edita:after:before {
  content: "";
  display: table;
  clear: both;
  -moz-hyphens: auto;
  word-wrap: break-word;
}

.content-edita b, .content-edita strong {
  font-weight: bold !important;
}

.content-edita strong {
  font-weight: bold;
}

.content-edita ul, .content-edita ol {
  margin: 0 0 20px;
}

.content-edita ul li, .content-edita ol li {
  margin: 0 0 5px;
}

.content-edita ul, .content-edita ol {
  list-style: disc;
}

.content-edita dl {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
}

.content-edita dt {
  background: #e1e1e1 none repeat scroll 0 0;
  font-weight: bold;
}

.content-edita dd {
  margin-bottom: 16px;
  padding: 16px;
}

.content-edita ul li, .content-edita ol li {
  color: #333;
  margin: 0 0 0 24px;
  padding: 0 0 13px;
}

.content-edita html .mceContentBody {
  font-size: 100%;
  max-width: 474px;
}

.content-edita body {
  color: #2b2b2b;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  vertical-align: baseline;
}

/**
 * 3.0 Text Elements
 * ----------------------------------------------------------------------------
 */
.content-edita address {
  font-style: italic;
  margin-bottom: 24px;
}

.content-edita abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

.content-edita b,
.content-edita strong {
  font-weight: 700;
}

.content-edita cite {
  border: 0;
}

.content-edita cite,
.content-edita dfn,
.content-edita em,
.content-edita i {
  font-style: italic;
}

.content-edita mark,
.content-edita ins {
  background: #fff9c0;
  border: 0;
  color: inherit;
  text-decoration: none;
}

.content-edita code,
.content-edita kbd,
.content-edita tt,
.content-edita var,
.content-edita samp,
.content-edita pre {
  font-family: monospace, serif;
  font-size: 15px;
  line-height: 1.6;
}

.content-edita pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.content-edita blockquote,
.content-edita q {
  quotes: none;
}

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

.content-edita blockquote {
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin: 0 0 24px;
}

.content-edita blockquote cite,
.content-edita blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.content-edita blockquote em,
.content-edita blockquote i,
.content-edita blockquote cite {
  font-style: normal;
}

.content-edita blockquote strong,
.content-edita blockquote b {
  font-weight: 400;
}

.content-edita small {
  font-size: smaller;
}

.content-edita big {
  font-size: 125%;
}

.content-edita sup,
.content-edita sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.content-edita sup {
  bottom: 1ex;
}

.content-edita sub {
  top: 0.5ex;
}

.content-edita dl {
  margin: 0 0 24px;
}

.content-edita dt {
  font-weight: bold;
}

.content-edita dd {
  margin: 0 0 24px;
}

.content-edita ul,
.content-edita ol {
  list-style: none;
  margin: 0 0 24px 20px;
  padding-left: 0;
}

.content-edita ul {
  list-style: disc;
}

.content-edita ol {
  list-style: decimal;
}

.content-edita li > ul,
.content-edita li > ol {
  margin: 0 0 0 20px;
}

.content-edita del {
  color: #767676;
}

.content-edita hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

/**
 * 5.0 Alignment
 * ----------------------------------------------------------------------------
 */
.content-edita .alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

.content-edita .alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.content-edita .aligncenter {
  clear: both;
  display: block;
  margin: 7px auto;
}

.content-edita blockquote.alignleft,
.content-edita blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

.content-edita blockquote.alignleft p,
.content-edita blockquote.alignright p {
  margin-bottom: 17px;
}

/**
 * 7.0 Images
 * ----------------------------------------------------------------------------
 */
.content-edita .wp-caption {
  background: transparent;
  border: none;
  color: #767676;
  margin: 0 0 24px 0;
  max-width: 474px;
  padding: 0;
  text-align: left;
}

.content-edita .html5-captions .wp-caption {
  padding: 0;
}

.content-edita .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.content-edita .html5-captions .wp-caption.alignleft {
  margin-right: 24px;
}

.content-edita .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.content-edita .wp-caption.alignright img,
.content-edita .wp-caption.alignright .wp-caption-dd {
  padding-left: 10px;
}

.content-edita .html5-captions .wp-caption.alignright {
  margin-left: 24px;
}

.content-edita .html5-captions .wp-caption.alignright img,
.content-edita .html5-captions .wp-caption.alignright .wp-caption-dd {
  padding: 0;
}

.content-edita .wp-caption.aligncenter {
  margin: 7px auto;
}

.content-edita .wp-caption-dt {
  margin: 0;
}

.content-edita .wp-caption .wp-caption-text,
.content-edita .wp-caption-dd {
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
  text-align: left;
}

.content-edita .mceTemp + ul,
.content-edita .mceTemp + ol {
  list-style-position: inside;
}

/*
----------------------
WP基本タグ
----------------------
*/
.content-edita p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8px;
  text-align: left;
  color: #333;
  margin: 0 0 20px;
}

.content-edita h1,
.content-edita h2,
.content-edita h3,
.content-edita h4,
.content-edita h5,
.content-edita h6 {
  clear: both;
  font-weight: bold;
  margin-top: 30px;
}

.content-edita h1 {
  color: #d70027;
  font-size: 36px;
  margin: 0 0 20px;
}

.content-edita h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2.8px;
  text-align: left;
  color: #333;
  margin: 0 0 24px;
}

.content-edita h2:before {
  content: "";
  width: 12px;
  height: 30px;
  flex-grow: 0;
  border-radius: 4px;
  background-color: #d70027;
  display: inline-block;
  margin: 0 15px 0 0;
}

.content-edita h2:before {
  top: -4px;
}

.content-edita h2:after {
  bottom: -4px;
}

.content-edita h3 {
  font-size: 22px;
  border-bottom: 2px solid #d70027;
  margin: 0 0 22px;
}

.content-edita h4 {
  font-size: 22px;
  margin: 0 0 20px;
}

.content-edita p a {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.8px;
  color: #d70027;
  text-decoration: underline;
}

.content-edita a:hover {
  opacity: 0.7;
}

.content-edita h2.wp-block-heading a {
  color: #fff;
}

.content-edita .wp-block-image {
  margin: 0 0 10px;
}

/*目次プラグインの目次のリンク部分を太字にならないように*/
#ez-toc-container a {
  font-weight: normal;
}

img,
iframe,
object {
  /* 画面のサイズに合わせて画像もレスポンシブに対応する場合は以下のように記述。 */
  max-width: 100%;
  height: auto;
}

.pc-display-inl {
  display: inline !important;
}

.pc-display-block {
  display: block !important;
}

.pc-display-none {
  display: none !important;
}

@media screen and (max-width: 1600px) {
  .home .mv .inner h1 {
    padding-top: 48rem;
  }
}
@media screen and (max-width: 1200px) {
  .home .mv .inner h1 {
    padding-top: 70rem;
  }
}
@media (max-width: 1120px) {
  .ceo-message-wrap-in .ceowrap .ceotextblock-l {
    width: 52%;
  }
}
@media (max-width: 1120px) {
  .ceo-message-wrap-in .ceowrap .ceophoto {
    bottom: 42%;
    width: 414px;
  }
  .ptext-ab {
    position: static;
  }
}
@media (max-width: 1279px) {
  .footer .inner dl dd ul {
    align-items: flex-start;
  }
}
@media (max-width: 1199px) {
  .aside_menu .sub-menu {
    position: static;
    display: block !important; /* JSのdisplay制御を上書き */
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 6px 0 0;
  }
}
@media screen and (max-width: 1270px) {
  .aside_menu.open {
    height: 100vh;
  }
}
@media only screen and (max-width: 1150px) {
  .top-vari-b {
    padding: 0 3%;
  }
}
@media only screen and (max-width: 955px) {
  .page-template-mind-circuit .h-bte {
    font-size: 24px;
  }
}
@media screen and (max-width: 1270px) {
  .wrap .aside_menu {
    padding-bottom: 0;
  }
  .wrap .aside_menu .inner .sub-menu {
    position: static;
    border: 0;
    margin: 0;
    box-shadow: none;
  }
  .wrap .aside_menu .inner .sub-menu > li > a {
    text-align: right;
    border-bottom: 0;
    font-size: 14px;
    padding: 4px 21px;
  }
}
@media only screen and (max-width: 940px) {
  .reasonwrap .reasonblock {
    margin: 0 0 57px 13%;
  }
  .reasonwrap .reasonblock:last-child {
    margin: 0 0 0 13%;
  }
  .flowlist2 .flowfinal .finaltext::after {
    right: -47px;
  }
}
@media only screen and (max-width: 880px) {
  .ceo-message-wrap-in .ceowrap .ceophoto {
    right: -23%;
  }
}
@media only screen and (max-width: 805px) {
  .ceo-message-wrap-in .ceowrap .ceophoto {
    right: -35%;
  }
}
@media only screen and (max-width: 743px) {
  .u-br-c br {
    display: none;
  }
  .sp-display-block {
    display: block !important;
  }
  .sp-display-inl {
    display: inline !important;
  }
  .sp-display-none {
    display: none !important;
  }
  .h-title-out .h-title h2 {
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 3px;
    padding: 48px 0 51px;
    color: #333;
  }
  .h-title-out .h-title {
    margin: 52px 0 0;
    padding: 50px 3% 0;
  }
  .h-title-out {
    height: auto;
  }
  .text01 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.6px;
    color: #333;
  }
  .top-vari {
    padding: 31px 0 43px;
  }
  .service {
    padding: 48px 0 48px;
  }
  .reason {
    padding: 48px 0 48px;
  }
  .devworks {
    padding: 48px 0 48px;
  }
  .sponsor {
    padding: 48px 0 48px;
  }
  .flow2 {
    padding: 48px 0 48px;
  }
  .faq {
    padding: 48px 0 48px;
    margin: 0 0 59px;
  }
  .faq2 {
    margin: 0 0 52px;
  }
  .top-vari-column {
    margin: 0 0 45px;
    flex-direction: column;
  }
  .top-vari-column .supportimage {
    width: 80%;
    margin: 0 auto 30px;
  }
  .top-vari-column .supporttext {
    width: 90%;
    margin: 0 auto;
  }
  .top-vari-column .supporttext .supporthead {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 35px 0;
    margin: 18px 0 18px;
  }
  .inner {
    padding: 0 3%;
  }
  .top-vari .inner {
    padding: 0;
  }
  .top-vari-b {
    padding: 0 3%;
  }
  .top-vari-b .top-vari-b-imgs {
    margin: 0 0 13px;
  }
  .top-vari-b .top-vari-b-img {
    width: 77%;
    margin: 0 auto;
  }
  .top-vari-disc {
    text-align: left;
  }
  .top-vari-disc a {
    font-size: 15px;
    padding: 0 0 0 20px;
    background: url(../img/img004.webp) no-repeat 0 center/5px 12px;
  }
  .h-style01 span {
    font-weight: bold;
    line-height: 1.13;
    letter-spacing: 2.2px;
    padding: 0 26px;
    position: relative;
  }
  .h-style01 {
    font-size: 27px;
    margin: 0 0 32px;
  }
  .h-style01 span::before {
    background: url(../img/img008.webp) no-repeat 0 0/13px 13px;
    left: 0;
    width: 13px;
    height: 13px;
  }
  .h-style01 span::before, .h-style01 span::after {
    top: 16px;
  }
  .service-wrap {
    padding: 0px 0 0;
  }
  .service-wrap .supportlist li {
    width: 100%;
    padding: 0 0 40px;
  }
  .service-wrap .supportlist {
    gap: 20px 3%;
  }
  .service-wrap .supportlist li dl .supporticon {
    margin: 12px auto 2px;
  }
  .service-wrap .supportlist li dl .supporttitle {
    font-size: 20px;
    padding: 0 0 8px;
  }
  .service-wrap .supportlist li .supporttext {
    padding: 0 21px;
  }
  .service-wrap .supportlist li {
    padding: 0 0 27px;
  }
  .reasonwrap {
    padding: 50px 0 0;
  }
  .re-sub {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    align-items: end;
  }
  .reasonwrap .reasonblock .reasonnum {
    position: static;
    background: url(../img/img013.webp) no-repeat 0 0/77px 77px;
    width: 77px;
    height: 77px;
    font-size: 50px;
    line-height: 1;
    text-align: center;
  }
  .reasonwrap .reasonblock .reasontext {
    padding: 15px 3%;
    border-radius: 12px;
  }
  .reasonwrap .reasonblock {
    margin: 0 0 32px;
  }
  .reasonwrap .reasonblock .reasonhead {
    font-size: 21px;
    padding: 0 0 11px 11px;
    margin: 0;
    flex: 1;
  }
  .productlist {
    padding: 0px 0 0;
    gap: 40px 3.43%;
    flex-flow: column;
  }
  .productlist .productitem {
    width: 100%;
  }
  .reasonwrap .reasonblock:last-child {
    margin: 0 0 0px 8%;
  }
  .productlist .productitem .producttitle {
    font-size: 18px;
    margin: 0 0 6px;
    min-height: auto;
  }
  .sponsorarea {
    padding: 0px 0 0;
  }
  .sponsorarea .sponsorlist {
    gap: 50px 2.791%;
  }
  .sponsorarea .sponsorlist .sponsorlogo {
    width: 48.605%;
  }
  .flowlist .flowstep {
    width: 49%;
    padding: 60px 0 0;
  }
  .flowlist .flowstep .flowcircle {
    position: absolute;
    left: 50%;
    top: -44px;
    margin: 0 0 0 -42px;
    width: 84px;
    height: 84px;
  }
  .flowlist .flowstep .flowcircle dt {
    font-size: 12px;
  }
  .flowlist .flowstep .flowcircle dd {
    font-size: 29px;
  }
  .flowlist .flowstep .flowicon {
    width: 100px;
    height: 100px;
    margin: 0 auto 12px;
  }
  .flowlist .flowstep .flowtext {
    font-size: 16px;
    padding: 0px 0 27px;
  }
  .faqblock {
    padding: 0px 0 0;
  }
  .faqblock .faqitem:first-child {
    padding: 0 0 25px;
  }
  .faqblock .faqitem .faqquestion {
    padding: 0 0 9px;
  }
  .faqblock .faqitem .faqquestion .faqq {
    margin: 0 11px 0 0;
    font-size: 25px;
    top: 5px;
  }
  .faqblock .faqitem .faqquestion .faqhead {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.9px;
    text-align: left;
    color: #333;
    width: 81%;
  }
  .faqblock .faqitem {
    padding: 23px 0 23px;
  }
  .messagebox .maintext {
    font-size: 33px;
    padding: 0 0 17px;
  }
  .messagebox {
    padding: 36px 0 0;
    width: 94%;
  }
  .messagebox .maintext .meaning {
    font-size: 50px;
  }
  .messagebox .maintext .meaning::before {
    background: url(../img/img060.webp) no-repeat 0 center/20px 20px;
    width: 20px;
    height: 20px;
    top: 6px;
    left: 0;
  }
  .messagebox .maintext .meaning::after {
    background: url(../img/img061.webp) no-repeat 0 center/20px 27px;
    width: 20px;
    height: 27px;
    right: 0;
    bottom: 2px;
  }
  .messagebox .messagebox-in {
    margin: 0 auto 0px;
    padding: 0 5%;
  }
  .featurearea {
    padding: 48px 0 48px;
  }
  .featurelist {
    padding: 0px 0 0;
    flex-wrap: wrap;
  }
  .featurelist .featureitem {
    width: 100%;
    margin: 0 auto 41px;
  }
  .featurelist .featureitem:first-child {
    margin: 0 auto 41px;
  }
  .featurelist .featureitem .featuretitle {
    font-size: 25px;
    letter-spacing: 1px;
    padding: 0 0 12px;
  }
  .featurelist .featureitem .featureicon {
    background: url(../img/img027.webp) no-repeat 0 center/77px 61px;
    width: 77px;
    height: 61px;
    font-size: 34.8px;
    margin: 0 auto 7px;
  }
  .featurelist .featureitem:last-child {
    margin: 0 auto;
  }
  .storeinfo {
    padding: 0px 0 48px;
  }
  .store-box {
    padding: 48px 0 48px;
    border-radius: 28px;
    margin: 75px 0 50px;
  }
  .event-wrap {
    padding: 0 0 100px;
  }
  .storetitle {
    font-size: 27px;
    padding: 0 0 15px;
    margin: -88px auto 0;
  }
  .storeinner {
    margin: 0 auto 26px;
    flex-flow: column;
  }
  .storeinner .storelogo {
    width: 258px;
    margin: 0 auto 22px;
  }
  .storeinner .storetext {
    width: 80%;
    margin: 0 auto;
  }
  .contactlink a {
    width: 80%;
  }
  .guideline-wrap {
    padding: 0px 0 10px;
    flex-direction: column;
  }
  .guideline-wrap .g-img {
    width: 100%;
    margin: 0 0 17px;
  }
  .guideline-wrap .g-conte {
    width: 100%;
  }
  .h-style02 {
    font-size: 22px;
    padding: 0px 0 6px;
  }
  .h-style02::before {
    width: 10px;
    height: 25px;
    margin: 0 11px 0 0;
  }
  .book-wrap-in {
    padding: 43px 0 0;
  }
  .b-img {
    width: 216px;
    margin: 0 auto 20px;
  }
  .b-text {
    font-size: 16px;
    padding: 0 0 35px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .b-text span {
    font-size: 15px;
    margin: 0;
    display: block;
  }
  .company-top1 {
    margin: 48px 0 61px;
  }
  .company-top .inner h3 {
    font-size: 30px;
    letter-spacing: 3px;
    margin: 0 0 5px;
  }
  .company-top .inner p {
    font-size: 23px;
    line-height: 1.5;
    letter-spacing: 3px;
    padding: 36px 6px;
  }
  .company-top1 .inner p {
    max-width: 100%;
    margin: 0 auto;
  }
  .company-top2 {
    padding: 0 0 60px;
  }
  .ceo-message-wrap-in .ceosubtitle {
    font-size: 23px;
    line-height: 1.4;
    letter-spacing: 1.1px;
    padding: 0;
    display: flex;
    justify-content: center;
    margin: 0 0 -27px;
  }
  .ceophoto {
    width: 70%;
    margin: 0 auto 23px;
  }
  .ceo-message-wrap-in .ceowrap .ceotextblock-l {
    width: 100%;
  }
  .ceo-message-wrap-in .ceowrap .ceotext {
    line-height: 1.7;
    letter-spacing: 0.8px;
    margin: 0;
  }
  .ceo-message-wrap-in .ceolist {
    margin: 15px 0 17px;
    padding: 16px;
  }
  .ceo-message-wrap-in .ceolist li {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.6px;
    text-indent: -19px;
    padding: 0px 0 0 19px;
  }
  .ceo-message-wrap-in .ceosign {
    font-size: 16px;
    line-height: 1.6;
    padding: 20px 0 0;
  }
  .ceo-message-wrap {
    padding: 0 0 73px;
  }
  .historyarea-wrap {
    padding: 0 0 56px;
  }
  .historylist {
    padding: 25px 0 0;
  }
  .historylist li {
    background: url(../img/img054.webp) no-repeat 0px 0px/15px 28px;
    margin: 0 0 18px;
    padding: 1px 0 5px 28px;
    font-size: 15px;
  }
  .historylist li .year {
    font-size: 15px;
    margin: 0 20px 0 0;
  }
  .companyinfo {
    padding: 0px 0 0;
  }
  .companyinfo .inforow {
    padding: 12px 0;
    flex-direction: column;
  }
  .companyinfo .inforow dt {
    width: 100%;
    margin: 0;
    font-size: 15px;
  }
  .companyinfo .inforow dd {
    width: 100%;
    font-size: 15px;
  }
  .company-wrap {
    padding: 0 0 100px;
  }
  .message2wrap .inner .maintext {
    max-width: 610px;
    margin: 0 auto 17px;
    font-size: 28px;
    line-height: 1.4;
    letter-spacing: 2.2px;
    padding: 28px 0;
  }
  .message2wrap .inner .leadtext {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.8px;
    text-align: left;
    margin: 0 0 20px;
  }
  .message2wrap .inner .close-img {
    margin: 33px auto 54px;
  }
  .message2wrap {
    margin: 0px 0 52px;
  }
  .healthinfo {
    padding: 52px 0 102px;
  }
  .healthaward {
    padding: 0px 0 51px;
  }
  .healthaward .awardblock {
    flex-direction: column;
  }
  .healthaward .awardblock .awardlogo {
    width: 100%;
    margin: 0 0 15px;
  }
  .healthaward .awardblock .awardtext {
    width: 100%;
  }
  .healthlist {
    margin: 0 auto 16px;
    flex-direction: column;
  }
  .healthlist .healthitem {
    width: 100%;
    margin: 0 0 38px 0;
  }
  .healthlist .healthitem:first-child {
    margin: 0 0 38px 0;
  }
  .healthlist .healthitem .healthlabel {
    font-size: 20px;
  }
  .suppor2tlist {
    padding: 0px 0 0;
    gap: 26px 3.63%;
    flex-direction: column;
  }
  .suppor2tlist .suppor2titem {
    width: 100%;
    padding: 20px 0;
  }
  .suppor2tlist .suppor2titem .suppor2ttext {
    padding: 0 4% 0 0;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.8px;
    text-align: left;
  }
  .flow2wrap {
    padding: 42px 0 50px;
  }
  .flowlist2 {
    padding: 0px 0 0;
    gap: 56px 6.403%;
    flex-direction: column;
  }
  .flowlist2 .flowstep2 {
    width: 100%;
    padding: 13px 0;
  }
  .flowlist2 .flowstep2::after {
    right: 50%;
    bottom: -43px;
    top: auto;
    margin: 0 0 0 -10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .interviewwrap {
    padding: 48px 0 91px;
  }
  .voicehead {
    padding: 19px 11px 26px;
  }
  .voicetitle {
    font-size: 20px;
    padding: 0 0 12px 21px;
    background: url(../img/h-icon.png) no-repeat 0px 4px/8px 25px;
  }
  .voiceinfo {
    font-size: 15px;
  }
  .voiceclose {
    font-size: 15px;
  }
  .voicebody {
    padding: 0px 20px 22px;
  }
  .voicewrap {
    flex-direction: column;
    padding: 32px 20px 0;
  }
  .voiceblock > .voicehead {
    padding: 32px 20px 0px;
  }
  .voicewrap .voiceface {
    width: 100%;
    margin: 0 0 28px 0;
  }
  .voiceclose {
    padding: 0 20px 32px 0;
  }
  .voicewrap .voicetext p span {
    display: block;
    padding: 5px 0px 8px 0px;
    border-radius: 30px;
    margin: 0 0px 6px 0;
  }
  .voicewrap .voiceface img {
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .voicewrap .voicetext {
    width: 100%;
  }
  .voicewrap .voicetext p {
    font-size: 15px;
  }
  .recruit2wrap {
    padding: 97px 0 53px;
  }
  .recruit22wrap {
    margin: 0 auto 49px;
    padding: 26px 0px 25px;
    border-radius: 28px;
  }
  .recruit22wrap .recruitrow {
    padding: 15px 0 16px;
    margin: 0 6%;
    flex-direction: column;
  }
  .recruit22wrap .recruitrow .recruitterm {
    width: 100%;
    margin: 0 0 4px;
    font-size: 16px;
  }
  .recruit22wrap .recruitrow .recruitdesc {
    width: 100%;
    font-size: 15px;
  }
  .recruit22wrap .recruitrow:last-child {
    border-bottom: 0;
  }
  .recruit22wrap .h-style01 {
    margin: 0 0 0 -84px;
  }
  .recruit22wrap .h-style01::before {
    width: 242px;
    left: -37px;
  }
  .recruit2wrap .contactlink a {
    width: 91%;
  }
  .newsitem .newscate span {
    padding: 5px 9px;
    font-size: 11px;
  }
  .newstext {
    font-size: 15px;
  }
  .content-edita h1 {
    font-size: 30px;
    margin: 0 0 20px;
  }
  .content-edita h2 {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 2.8px;
    margin: 0 0 24px;
  }
  .content-edita h3 {
    font-size: 20px;
    margin: 0 0 22px;
    font-weight: bold;
  }
  .content-edita h4 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: bold;
  }
  .content-edita h2:before {
    height: 25px;
    margin: 0 9px 0 0;
    top: 3px;
    position: relative;
  }
  .content-edita p {
    font-size: 15px;
  }
  .content-edita {
    margin: 0 0 60px;
  }
  .h-style04 {
    font-size: 21px;
    margin: 0 0 20px;
  }
  .contact-form .form-group {
    display: block;
  }
  .contact-form .form-group label {
    width: 100%;
  }
  .contact-form .input-group {
    width: 100%;
  }
  .contact-form .form-group {
    padding: 0 0 9px;
  }
  .contact-form {
    width: 100%;
  }
  .contact-wrap {
    margin: 46px 3% 100px;
    padding: 49px 0 54px;
    border-radius: 12px;
  }
  .contact-form .form-group input[type=radio] {
    margin: 0 6px 0 0;
    vertical-align: baseline;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
  }
  .contact-form .form-group .label-n {
    font-size: 15px;
  }
  .contact-form .form-group select, .contact-form .form-group input[type=text], .contact-form .form-group input[type=email], .contact-form .form-group input[type=tel], .contact-form .form-group input[type=url], .contact-form .form-group textarea {
    height: 42px;
    padding: 8px;
    font-size: 16px;
  }
  .contact-form .form-group {
    margin: 0 0 25px;
  }
  .p-box h3 {
    font-size: 16px;
    margin: 0 0 14px;
  }
  .p-box p {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 0 6px;
  }
  .p-box ul li {
    font-size: 15px;
    line-height: 1.8;
    text-indent: -16px;
    padding: 0 0 0 16px;
  }
  .p-box {
    margin: 0 0 23px;
  }
  .privacy-wrap {
    padding: 16px 0 89px;
  }
  .page-num ul {
    flex-flow: wrap;
  }
  .pb0 {
    padding-bottom: 0;
  }
  .wrap footer .recruit::before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: none;
  }
  .wrap footer .recruit::after {
    background: none;
  }
  .ceo-message-wrap-in .ceowrap .ceophoto {
    position: static;
    width: 86%;
    margin: 0 auto;
  }
  .ptext-ab {
    position: static;
    padding: 0 0 20px;
  }
  .historylist li {
    background: url(../img/img054.webp) no-repeat 0px 0px/15px 28px;
    margin: 0 0 18px;
    padding: 1px 0 5px 28px;
    font-size: 15px;
    text-indent: -24%;
    padding: 0 0 5px 25%;
  }
  .historylist dl .year {
    width: 20%;
    margin: 0 5% 0 0;
  }
  .historylist dl dd {
    width: 75%;
  }
  .h-title-out {
    height: auto;
    position: relative;
  }
  .h-title-out::before {
    content: "";
    background: url(../img/sp-img005.webp) no-repeat #fff 0 0;
    position: absolute;
    top: 57px;
    right: 0;
    width: 375px;
    height: 183px;
  }
  .h-title-out .h-title {
    margin: 0;
  }
  .vision-br {
    display: inline;
  }
  .contact-form .submit-box .soushin {
    width: 100%;
  }
  .contact-form .submit-box input {
    width: 100%;
  }
  .reasonwrap2 {
    padding: 0;
  }
  .reasonwrap .reasonblock:last-child {
    margin: 0;
  }
  .h-style01 span::after {
    background: url(../img/img008.webp) no-repeat 0 0/13px 13px;
    right: 0;
    width: 13px;
    height: 13px;
  }
  .book-wrap-in .h-style01::before {
    width: 216px;
    left: -23px;
  }
  .book-wrap-in .h-style01 {
    margin: 0px 0 0 -84px;
  }
  .br-c {
    display: inline;
  }
  .footer {
    background: url(../img/f-back.png) #fff no-repeat;
  }
  .ronbun-wrap-in li {
    padding: 0 0 0 42px;
  }
  .r-brn {
    display: none;
  }
  .bold {
    font-weight: bold;
  }
  .page-id-35 .company-top3 .inner .s-head {
    font-size: 18px;
    padding: 50px 8% 45px;
    letter-spacing: 2px;
  }
  .page-id-35 .company-top3 .inner .ser-img {
    padding: 20px 2% 0px;
  }
  .messagebox h3 {
    margin: -67px auto 37px;
  }
  .messagebox .message-ib .message-ib-r {
    font-size: 15px;
    padding: 0 0 50px 0px;
    width: 100%;
  }
  .messagebox .message-ib {
    display: flex;
    flex-flow: column-reverse;
    justify-content: left;
    flex-wrap: wrap;
  }
  .messagebox .message-ib .message-ib-r {
    padding: 0 0 50px 0px;
    width: 100%;
  }
  .messagebox .message-ib .message-ib-img img {
    position: absolute;
    width: 96px;
    bottom: 0;
    right: -18px;
  }
  .faqblock .faqitem .faqa {
    padding: 0;
  }
  .guideline-wrap .g-conte p {
    margin: 0 0 15px;
  }
  .sona-box {
    width: 76%;
    display: block;
  }
  .book-wrap {
    padding: 49px 0 0;
  }
  .featurelist .featureitem .featuretitle br {
    display: none;
  }
  .shuten-list {
    width: 91%;
    padding: 17px 22px 18px 22px;
    border-radius: 33px;
  }
  .shuten-list li {
    background: url(../img/check.png) no-repeat 0 12px/15px 11px;
    margin: 0 0 5px;
  }
  .book-in-box {
    flex-direction: column;
  }
  .book-in-box .book-r {
    width: 100%;
  }
  .book-in-box .book-r .b-text {
    padding: 0 0 30px;
    width: 90%;
  }
  .book-in-box .book-r dl {
    width: 84%;
    margin: 115px auto 48px;
  }
  .book-in-box .book-r dl dd img {
    position: absolute;
    top: -129px;
    right: auto;
    width: 148px;
    left: 50%;
    margin: 0 0 0 -73px;
  }
  .book-in-box .book-r dl dt {
    padding: 28px 23px 26px 23px;
    width: 100%;
  }
  .page-id-35 .h-title-out .h-title {
    padding: 0px 12% 0;
    padding-top: 0;
  }
  .ms-text {
    font-size: 20px;
  }
  .youtube {
    width: 92%;
  }
  .osaka-box {
    padding: 0 0 40px;
    width: 92%;
    margin: 0 auto;
  }
  .red-y {
    font-size: 22px;
  }
  .osaka-box li {
    width: 49.13%;
  }
  .mstoku-text {
    width: 90%;
  }
  .msinfo .storeinner .storelogo {
    margin: 0 auto;
    width: 70%;
  }
  .msinfo .storeinner .storetext {
    width: 90%;
    padding: 33px 0 0;
  }
  .page-id-38 .h-title-out .h-title {
    margin: 0px 0 0;
    padding-top: 0;
  }
  .ceo-message-wrap-in {
    border-radius: 34px;
    padding: 0 6% 50px 6%;
  }
  .ceo-message-wrap .h-style01 {
    margin: -29px auto 32px;
  }
  .dm-img1 {
    display: block;
  }
  .dm-img2 {
    display: none;
  }
  .i-br {
    display: inline;
  }
  .wrap footer .recruit .inner h2 {
    top: -13rem;
  }
  .footer .recruit .inner {
    padding-bottom: 38px;
  }
  .page-id-24 .footer {
    background: none;
  }
  .h-bte {
    font-size: 22px;
  }
  .ms-toha-box {
    padding: 79px 0 0px;
  }
  .line-box3:before {
    display: none;
  }
  .line-box4:after {
    display: none;
  }
  .flowitem li {
    width: 48.5%;
  }
  .flowitem li p {
    font-size: 14px;
  }
  .line-box2::before {
    display: none;
  }
  .line-box::before {
    display: none;
  }
  .line-box::after {
    display: none;
  }
  .top .mv .inner::before {
    top: -58px;
  }
  .top .mv .inner h1 {
    font-size: 10vw;
    height: auto;
    padding-top: 46rem;
  }
  .featurelist .featureitem .featuretext {
    min-height: auto;
  }
  .kenpo-wrap {
    width: 100%;
    margin: 0 auto 60px;
  }
  .kenpo-wrap .kenpo-l {
    width: 100%;
  }
  .kenpo-wrap .kenpo-r {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    margin: 17px 0 0;
  }
  .kenpo-wrap .kenpo-r::after {
    position: absolute;
    top: -23px;
    margin: 0;
    left: 21px;
    border-width: 20px 33px 20px 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .kenpo-wrap .kenpo-r p {
    padding: 24px 14px 29px 26px;
  }
  .services .inner ul li p {
    min-height: auto;
  }
  .ceo-message-wrap .h-style01 img {
    width: 238px;
    margin: 0 auto;
  }
  .ceo-message-wrap .h-style01-img {
    width: 100%;
  }
  .company-top3 {
    padding: 0 0 0px;
  }
  .t-br {
    display: inline;
  }
  .min-h {
    min-height: auto !important;
  }
  .min-h2 {
    min-height: auto !important;
  }
  .brnd {
    display: inline;
  }
  .page-id-35 .company-top3 .inner .s-head {
    margin: 0 2rem;
  }
  .page-id-35 .top-vari {
    padding: 0px 0 0;
  }
  .page-id-35 .h-title-out {
    height: auto;
  }
  .red-y img {
    width: 22px;
    margin: 0 8px 0 0;
  }
  .page-id-18 .top > .top-vari {
    padding: 31px 0 15px;
  }
  body footer > .inner {
    padding: 0rem 2rem;
  }
  .page-id-38 .storetitle {
    height: auto;
  }
  .ms-title-img {
    display: none;
  }
  .ms-sstitle {
    display: flex;
    font-size: 26px;
    line-height: 1.3;
    color: #d70027;
    margin: -83px auto 0;
    justify-content: center;
    background: #fff;
    width: 64%;
  }
  .home .wrap footer .recruit .inner h2 {
    top: -13.5rem;
  }
  .footer .inner dl dd ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer > .inner > .f-sns {
    margin: 50px auto 0;
    flex-direction: row;
    justify-content: left;
  }
  .flowlist2 .flowfinal .finaltext::after {
    right: -76px;
    bottom: -18px;
  }
  .flowlist2 .flowfinal::before {
    left: 22%;
  }
  .h-title-out .newsitem {
    margin: 44px auto 18px;
  }
  .aside_menu.open {
    padding: 0 0 50px;
  }
  .wrap .aside_menu .inner ul {
    margin: 1rem auto;
  }
  .wrap .aside_menu .inner ul li {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 568px) {
  .top .mv .inner::before {
    top: -171px;
  }
  .flowlist2 .flowfinal::before {
    left: 14%;
  }
}
@media only screen and (max-width: 465px) {
  .page-id-38 .storetitle {
    height: auto;
    margin: -14px auto 0;
    font-size: 24px;
  }
  .ms-sstitle {
    font-size: 22px;
    width: 78%;
  }
}
@media only screen and (max-width: 445px) {
  .top .mv .inner::before {
    top: -171px;
  }
  .top .mv .inner h1 {
    font-size: 8vw;
  }
  .top .mv .inner h1 span > b {
    text-indent: -16px;
  }
  .top .mv .inner h1 span > b > b {
    letter-spacing: -16px;
  }
}
@media only screen and (max-width: 429px) {
  .company-top .inner p {
    font-size: 18px;
  }
  .h-style01 .kinou {
    font-size: 12px;
  }
  .h-style01 .kinou::before {
    display: none;
  }
  .page-id-35 .company-top3 .inner .s-head {
    font-size: 15px;
  }
  .ms-toha-box .h-style01 span::before, .ms-toha-box .h-style01 span::after {
    top: 9px;
  }
  .ms-toha-box .h-style01 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 440px) {
  .company-top .inner p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 452px) {
  .storeinfo .storetitle img {
    width: 86%;
    margin: 0 auto;
  }
  .storetitle {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .contactlink a {
    font-size: 15px;
    width: 90%;
  }
}
@media only screen and (max-width: 390px) {
  .healthinfo .h-style01 {
    font-size: 21px;
  }
  .healthinfo .h-style01 span:before, .healthinfo .h-style01 span::after {
    top: 9px;
  }
}
@media screen and (min-width: 1844px) {
  .line-box::before {
    left: 31%;
  }
  .line-box4:after {
    right: 43%;
  }
}
html {
  font-size: 62.5%;
  color-scheme: dark light;
}

body {
  position: relative;
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #454545;
  background: #fff;
}
body::before, body::after {
  position: fixed;
  z-index: -2;
  width: 1000vw;
  height: 100vh;
  content: "";
  background: url(../img/plus_bg.webp) repeat center/8.4rem;
}
body::before {
  top: 0;
}
body::after {
  top: 5.5rem;
  -webkit-animation: scrollBackground 300s linear infinite;
          animation: scrollBackground 300s linear infinite;
}

@-webkit-keyframes scrollBackground {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -100%;
  }
}

@keyframes scrollBackground {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -100%;
  }
}
.wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

main {
  flex: 1;
  min-height: 100vh;
  overflow-x: hidden;
}

section {
  position: relative;
}

img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

li {
  list-style: none;
}

a, button {
  color: #333;
  text-decoration: none;
  cursor: pointer !important;
  transition: 0.3s;
}

.sp_only {
  display: none !important;
}

h1, h2, h3 {
  font-weight: bold;
}

.inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 2rem;
  margin: 0 auto;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 6rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #d70027;
  letter-spacing: 0.05em;
  background: #fff;
  border: solid 0.2rem #d70027;
}
.btn:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn::after {
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 3.8rem;
  height: 3.8rem;
  content: "";
  background: url(../img/link_plus.webp) no-repeat center/contain;
  transition-duration: 0.3s;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8rem;
  padding: 0 4.5rem;
  transition: 0.3s;
}
header.active {
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.25);
}
header a {
  display: block;
  width: 34.7rem;
}
header a:hover {
  opacity: 0.7;
}
header button {
  display: none;
}

.aside_menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
}
.aside_menu .inner {
  padding: 0;
}
.aside_menu .inner > a {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  align-items: center;
  justify-content: center;
  width: 24.2rem;
  height: 12.3rem;
  padding: 0 0 2rem 2rem;
  color: #fff;
  letter-spacing: 0.1em;
  background: url(../img/aside_menu_contact_bg.webp) no-repeat center/contain;
}
.aside_menu .inner > a:hover {
  opacity: 0.7;
}
.aside_menu .inner > a span {
  font-family: Alata, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}
.aside_menu .inner ul {
  padding: 3.2rem;
  margin: 1.6rem 1.6rem 0 2.4rem;
  border-radius: 3rem;
  transition: 0.3s;
}
.aside_menu .inner ul li {
  margin-bottom: 3rem;
}
.aside_menu .inner ul li.aside_menu_top {
  display: none;
}
.aside_menu .inner ul li a {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.aside_menu .inner ul li a:hover {
  opacity: 0.7;
}
.aside_menu .inner ul li a span {
  display: block;
  font-family: Alata, sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  color: #d70027;
}
.aside_menu .inner .sp_contact {
  display: none;
}
.aside_menu.active .inner ul {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.25);
}

footer {
  background: #fff;
}
footer .toTop {
  position: fixed;
  right: 2rem;
  bottom: -10rem;
  z-index: 10;
  width: 5rem;
  height: 5rem;
}
footer .toTop.active {
  bottom: 2rem;
}
footer .recruit {
  z-index: 0;
  padding-top: 8.5rem;
}
footer .recruit::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/recruit_bg.webp) repeat center top/cover;
}
footer .recruit .inner {
  position: relative;
  z-index: 1;
  padding: 5rem 2rem 9rem;
}
footer .recruit .inner::before, footer .recruit .inner::after {
  position: absolute;
  z-index: 0;
  content: "";
  background: no-repeat center/contain;
}
footer .recruit .inner::before {
  bottom: 10rem;
  left: -4rem;
  width: 47rem;
  height: 31rem;
  background-image: url(../img/recruit_img01.webp);
}
footer .recruit .inner::after {
  top: 2rem;
  right: -4rem;
  width: 43rem;
  height: 32rem;
  background-image: url(../img/recruit_img02.webp);
}
footer .recruit .inner h2 {
  position: absolute;
  top: -14.5rem;
  right: 15rem;
  color: #fff;
  text-align: right;
}
footer .recruit .inner h2 span {
  color: #d70027;
}
footer .recruit .inner p {
  position: relative;
  z-index: 1;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 0.15rem #d70027, -0.15rem -0.15rem 0.15rem #d70027, 0.15rem 0.15rem 0.15rem #d70027, -0.15rem 0.15rem 0.15rem #d70027, 0.15rem -0.15rem 0.15rem #d70027, 0 -0.15rem 0.15rem #d70027, 0 0.15rem 0.15rem #d70027, -0.15rem 0 0.15rem #d70027, 0 -0.15rem 0.15rem #d70027;
  letter-spacing: 0.05em;
}
footer .recruit .inner p:nth-of-type(1) {
  margin-bottom: 6rem;
  font-size: 2.6rem;
}
footer .recruit .inner p:nth-of-type(2) {
  font-size: 3.3rem;
}
footer .recruit .inner p:nth-of-type(2) strong {
  font-size: 5.3rem;
}
footer .recruit .inner p:nth-of-type(2) span {
  display: block;
  font-size: 3.9rem;
}
footer .recruit .inner p.anime {
  transition-duration: 1s;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
footer .recruit .inner p.anime:nth-of-type(2) {
  transition-delay: 0.2s;
}
footer .recruit .inner p.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
footer .recruit .inner .btn {
  margin: 4rem auto 0;
  font-size: 2rem;
}
footer > .inner {
  padding: 6rem 2rem;
}
footer > .inner dl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
footer > .inner dl dt > img {
  width: 24rem;
}
footer > .inner dl dt > img a:hover {
  opacity: 0.7;
}
footer > .inner dl dt ul {
  display: flex;
  gap: 1.8rem;
  align-items: center;
  margin-top: 2rem;
}
footer > .inner dl dt ul li {
  width: 3.5rem;
}
footer > .inner dl dt ul li a:hover {
  opacity: 0.7;
}
footer > .inner dl dd ul {
  display: flex;
  gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
footer > .inner dl dd ul li {
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
}
footer > .inner dl dd ul li a:hover {
  opacity: 0.7;
}
footer > .inner > ul {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 8rem auto 0;
}
footer > .inner > ul li {
  font-size: 1.3rem;
  font-weight: 400;
  color: #333;
}

@media screen and (max-width: 1600px) {
  .aside_menu .inner {
    display: flex;
    flex-direction: row-reverse;
  }
  .aside_menu .inner ul {
    display: flex;
    gap: 3.2rem;
    padding: 1.2rem 4rem 0 0;
    margin: 0;
  }
  .aside_menu.active .inner ul {
    background: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 1279px) {
  body {
    font-size: 1.6rem;
  }
  .wrap {
    width: 100%;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  body::before {
    background-size: 6rem;
  }
  body::after {
    top: 4rem;
    background-size: 6rem;
  }
  footer .toTop {
    width: 4rem;
    height: 4rem;
  }
  footer .recruit .inner h2 {
    top: -12.5rem;
  }
  footer .inner dl {
    flex-direction: column;
  }
  footer .inner dl dd {
    margin-top: 3.2rem;
  }
  footer .inner dl dd ul {
    flex-direction: column;
  }
  footer .inner dl dd ul li {
    font-size: 1.4rem;
  }
  footer .inner > ul {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 5.6rem;
  }
}
@media screen and (max-width: 1270px) {
  header {
    z-index: 10;
    padding: 0 1.5rem;
    background: #fff;
  }
  header.active {
    box-shadow: none;
  }
  header button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 3.9rem;
  }
  header button.open span {
    background: transparent;
  }
  header button.open span::before {
    top: 1.8rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header button.open span::after {
    bottom: 1.8rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header button span {
    width: 100%;
    height: 0.3rem;
    background: #d70027;
    border-radius: 0.3rem;
    transition: 0.3s;
  }
  header button span::before, header button span::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.3rem;
    content: "";
    background: #d70027;
    transition: 0.3s;
  }
  header button span::before {
    top: 0;
  }
  header button span::after {
    bottom: 0;
  }
  .aside_menu {
    top: -100%;
    z-index: 9;
    width: 100%;
    padding-bottom: 5rem;
    background: #fff;
    transition: top 0.3s;
  }
  .aside_menu.open {
    top: 8rem;
  }
  .aside_menu .inner {
    display: block;
  }
  .aside_menu .inner > a {
    display: none;
  }
  .aside_menu .inner ul {
    display: block;
    max-width: 375px;
    padding: 0 1.5rem;
    margin: 5rem auto;
  }
  .aside_menu .inner ul li.aside_menu_top {
    display: block;
  }
  .aside_menu .inner ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.8rem 1rem;
    font-size: 1.6rem;
    border-bottom: solid 0.1rem #cacaca;
  }
  .aside_menu .inner ul li a span {
    font-size: 3.2rem;
  }
  .aside_menu .inner .sp_contact {
    display: flex;
    width: 34rem;
    height: 6.6rem;
    padding: 0;
    margin: 0 auto;
    font-size: 2rem;
    background: #d70027;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 743px) {
  header {
    height: 5.2rem;
  }
  header a {
    width: 19rem;
  }
  header button {
    width: 3.2rem;
    height: 2.6rem;
  }
  header button span {
    height: 0.2rem;
  }
  header button span::before, header button span::after {
    height: 0.2rem;
  }
  header button.open span::before {
    top: 1.2rem;
  }
  header button.open span::after {
    bottom: 1.2rem;
  }
  .aside_menu.open {
    top: 5.2rem;
  }
  footer .recruit .inner {
    padding-top: 23rem;
  }
  footer .recruit .inner::before {
    top: 10rem;
    bottom: unset;
    left: -1rem;
    width: 19.2rem;
    height: 12.8rem;
  }
  footer .recruit .inner::after {
    right: 2rem;
    width: 22.8rem;
    height: 17rem;
  }
  footer .recruit .inner h2 {
    top: -12rem;
    right: 2rem;
    font-size: 1.8rem;
  }
  footer .recruit .inner h2 span {
    font-size: 7.2rem;
  }
  footer .recruit .inner p {
    text-shadow: none;
  }
  footer .recruit .inner p:nth-of-type(1) {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
  footer .recruit .inner p:nth-of-type(2) {
    font-size: 2.6rem;
  }
  footer .recruit .inner p:nth-of-type(2) strong {
    font-size: 4.4rem;
  }
  footer .recruit .inner p:nth-of-type(2) span {
    font-size: 2.6rem;
  }
}
.loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  background: #d70027;
  transition-duration: 1s;
}
.loading.loaded {
  pointer-events: none;
  opacity: 0 !important;
}
.loading::before, .loading::after {
  position: fixed;
  z-index: -2;
  width: 1000vw;
  height: 100vh;
  content: "";
  background: url(../img/plus_bg.webp) repeat center/8.4rem;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  opacity: 0.1;
}
.loading::before {
  top: 0;
}
.loading::after {
  top: 5.5rem;
  -webkit-animation: scrollBackground 300s linear infinite;
          animation: scrollBackground 300s linear infinite;
}
@keyframes scrollBackground {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -100%;
  }
}
.loading h2 {
  position: relative;
  z-index: 1;
  font-size: 7vw;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.loading h2 span {
  display: inline-block;
  padding: 0 1rem;
  margin-right: 1rem;
  color: #d70027;
  background: #fff;
  border-radius: 3rem;
  transition-delay: 0.6s;
  transition-duration: 0.5s;
  -webkit-transform: translate(-50%, 50%) scale(0);
          transform: translate(-50%, 50%) scale(0);
}
.loading h2 em {
  color: transparent;
  text-shadow: 0 1em 0 transparent, 0 0 0 transparent;
  opacity: 0;
  transition: text-shadow 0.6s 0s cubic-bezier(0.44, 0.14, 0.09, 1.02);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.loading h2 em:nth-child(1) {
  transition-delay: 0s;
}
.loading h2 em:nth-child(2) {
  transition-delay: 0.1s;
}
.loading h2 em:nth-child(3) {
  transition-delay: 0.2s;
}
.loading h2 em:nth-child(4) {
  transition-delay: 0.3s;
}
.loading h2 em:nth-child(5) {
  transition-delay: 0.4s;
}
.loading h2 em:nth-child(6) {
  transition-delay: 0.5s;
}
.loading h2 em:nth-child(9) {
  transition-delay: 0.7s;
}
.loading h2 em:nth-child(10) {
  transition-delay: 0.8s;
}
.loading h2 em:nth-child(11) {
  transition-delay: 0.9s;
}
.loading.anime h2 span {
  -webkit-transform: translate(0) scale(1);
          transform: translate(0) scale(1);
}
.loading.anime h2 em {
  text-shadow: 0 0 0 #fff, 0 -1em 0 transparent;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1279px) {
  .loading h2 {
    font-size: 8vw;
  }
  .loading h2 span {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .loading h2 {
    font-size: 5rem;
    text-align: center;
  }
  .loading h2 span {
    display: block;
    font-size: 7.6rem;
    border-radius: 3rem;
  }
}

.top_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.top_ttl span {
  display: block;
  margin-bottom: 0.8rem;
  font-family: Alata, sans-serif;
  font-size: 8.8rem;
  font-weight: 400;
  line-height: 1;
  color: #d70027;
}
@media screen and (max-width: 1279px) {
  .top_ttl {
    font-size: 2.1rem;
  }
  .top_ttl span {
    font-size: 7rem;
  }
}
@media screen and (max-width: 743px) {
  .top_ttl {
    font-size: 1.8rem;
  }
  .top_ttl span {
    font-size: 5.6rem;
  }
}
.top_ttl.anime {
  transition-duration: 1s;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.top_ttl.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.anime {
  opacity: 0;
}
.anime.active {
  opacity: 1;
}

.mv {
  padding-bottom: 10rem;
  margin-top: 11.3rem;
}
.mv .inner {
  position: relative;
  left: -12rem;
  display: flex;
}
.mv .inner::before {
  position: relative;
  top: 0;
  display: block;
  width: 40%;
  height: 69.5rem;
  content: "";
  background: url(../img/mv_img01.webp) no-repeat center/contain;
}
.mv .inner h1 {
  position: relative;
  width: 60%;
  padding-top: 50rem;
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 1.2;
  color: #d70027;
  letter-spacing: 0.1em;
}
.mv .inner h1::before {
  position: absolute;
  top: 0;
  left: 3rem;
  width: 90%;
  height: 44rem;
  content: "";
  background: url(../img/mv_img02.webp) no-repeat center/contain;
}
@media screen and (max-width: 1600px) {
  .mv {
    margin-top: 15rem;
  }
  .mv .inner {
    left: -1rem;
    justify-content: flex-end;
  }
  .mv .inner::before {
    position: absolute;
    left: -10rem;
    width: 64rem;
    height: 65rem;
  }
  .mv .inner h1 {
    width: auto;
    padding-top: 55rem;
    font-size: 7vw;
  }
  .mv .inner h1::before {
    right: 0;
    left: unset;
    height: 50rem;
  }
}
@media screen and (max-width: 1200px) {
  .mv {
    padding-bottom: 7rem;
  }
  .mv .inner {
    left: 0;
    justify-content: center;
  }
  .mv .inner::before {
    position: absolute;
    left: 0;
    width: 48.6rem;
    height: 49.5rem;
  }
  .mv .inner h1 {
    padding-top: 70rem;
    font-size: 10vw;
  }
  .mv .inner h1::before {
    top: 15rem;
    right: -10rem;
    width: 58.6rem;
    height: 59.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .mv {
    padding-bottom: 7rem;
  }
  .mv .inner {
    left: 0;
    justify-content: center;
  }
  .mv .inner::before {
    position: absolute;
    left: 0;
    width: 48.6rem;
    height: 49.5rem;
  }
  .mv .inner h1 {
    padding-top: 70rem;
    font-size: 10vw;
  }
  .mv .inner h1::before {
    top: 15rem;
    right: -10rem;
    width: 58.6rem;
    height: 59.5rem;
  }
}
@media screen and (max-width: 743px) {
  .mv {
    padding-bottom: 5.5rem;
    margin-top: 7rem;
  }
  .mv .inner::before {
    left: -2rem;
    width: 30rem;
    height: 30rem;
  }
  .mv .inner h1 {
    padding-top: 47rem;
  }
  .mv .inner h1::before {
    top: 23rem;
    right: -4rem;
    width: 31rem;
    height: 21rem;
  }
}
.mv.anime .inner::before,
.mv.anime .inner h1 span,
.mv.anime .inner h1::before {
  opacity: 0;
  transition-duration: 1s;
}
.mv.active {
  opacity: 1;
}
.mv.active .inner::before,
.mv.active .inner h1 span,
.mv.active .inner h1::before {
  opacity: 1;
}
.mv.active .inner::before {
  transition-delay: 3.6s;
}
.mv.active .inner h1::before {
  transition-delay: 3.9s;
}
.mv.active .inner h1 span {
  transition-delay: 4.2s;
}

.about {
  padding: 12rem 0;
  background: #fff;
}
.about .inner {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-around;
}
.about .inner dt {
  max-width: 520px;
}
.about .inner dt p {
  margin: 4.8rem 0 4.5rem;
  text-align: justify;
  letter-spacing: 0.05em;
}
.about .inner dt p.anime {
  transition-duration: 1s;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.about .inner dt p.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 1279px) {
  .about {
    padding: 8rem 0;
  }
  .about .inner dt,
  .about .inner dd {
    width: 50%;
  }
}
@media screen and (max-width: 743px) {
  .about {
    padding: 5.6rem 0 6.4rem;
  }
  .about .inner dt {
    width: 100%;
  }
  .about .inner dt p {
    margin: 30rem auto 3.2rem;
  }
  .about .inner dt .btn {
    margin: 0 auto;
  }
  .about .inner dd {
    position: absolute;
    top: 13rem;
    right: 0;
    width: 36rem;
  }
}

.services {
  padding: 7rem 0 12rem;
}
.services .inner h2 {
  text-align: center;
}
.services .inner ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 4.8rem 2rem;
  align-items: center;
  justify-content: center;
  max-width: 1220px;
  padding: 10rem 2rem;
  margin: 4rem auto 0;
}
.services .inner ul li {
  width: calc(50% - 4rem);
}
.services .inner ul li figure {
  overflow: hidden;
  cursor: pointer;
  border-radius: 3rem;
}
.services .inner ul li figure img {
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.services .inner ul li figure:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services .inner ul li p {
  padding: 0.5rem 2.4rem;
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #333;
  border-radius: 3rem;
}
.services .inner ul.anime {
  opacity: 1;
}
.services .inner ul.anime li {
  opacity: 0;
  transition-duration: 1s;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.services .inner ul.anime li:nth-child(2) {
  transition-delay: 0.2s;
}
.services .inner ul.anime li:nth-child(3) {
  transition-delay: 0.4s;
}
.services .inner ul.anime li:nth-child(4) {
  transition-delay: 0.6;
}
.services .inner ul.active li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.services .inner .bg01 {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.services .inner .bg01 .circle {
  width: 100%;
  height: 100%;
  background-color: #d70027;
  -webkit-animation-name: puyopuyo;
          animation-name: puyopuyo;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes puyopuyo {
  0% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
}
@keyframes puyopuyo {
  0% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
}
@media screen and (max-width: 1279px) {
  .services {
    padding: 7rem 0 8rem;
  }
  .services .inner h2 {
    text-align: left;
  }
}
@media screen and (max-width: 743px) {
  .services {
    padding: 7rem 0 10rem;
  }
  .services .inner ul {
    flex-direction: column;
    gap: 2.4rem;
    padding: 0;
  }
  .services .inner ul li {
    width: 100%;
  }
  .services .inner ul li p {
    font-size: 1.6rem;
    border-radius: 2rem;
  }
  .services .inner .bg01 {
    top: 10rem;
    left: unset;
    width: 45.3rem;
    height: 29.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .services .inner .bg02 {
    position: absolute;
    bottom: 10rem;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43rem;
    height: 28rem;
    -webkit-transform: rotate(130deg);
            transform: rotate(130deg);
  }
  .services .inner .bg02 .circle {
    width: 100%;
    height: 100%;
    background-color: #d70027;
    -webkit-animation-name: puyopuyo;
            animation-name: puyopuyo;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
  @-webkit-keyframes puyopuyo {
    0% {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
    100% {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
  }
  @keyframes puyopuyo {
    0% {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
    100% {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
  }
}

.news {
  padding: 8.8rem 0 15rem;
  background: #fff;
}
.news .inner {
  max-width: 1100px;
}
.news ul {
  margin-top: 3.2rem;
}
.news ul li {
  position: relative;
  z-index: 0;
  margin-bottom: 2.5rem;
}
.news ul li a {
  display: block;
  width: calc(100% - 0.9rem);
  height: 100%;
  padding: 1.8rem 6rem;
  background: #fff;
  border: solid 0.1rem #333;
  border-radius: 10rem;
  transition-duration: 0.3s;
}
.news ul li a:hover {
  width: 100%;
  padding-right: 7rem;
}
.news ul li a::after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: #d70027;
  border-radius: 10rem;
}
.news ul li a dl dt {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.news ul li a dl dt time {
  font-size: 1.3rem;
  font-weight: 400;
}
.news ul li a dl dt span {
  padding: 0.3rem 1.2rem;
  font-size: 1.2rem;
  color: #d70027;
  border: solid 0.1rem #d70027;
  border-radius: 5rem;
}
.news ul li a dl dd {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.news ul.anime {
  opacity: 1;
}
.news ul.anime li {
  opacity: 0;
  transition-duration: 1s;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.news ul.anime li:nth-child(2) {
  transition-delay: 0.2s;
}
.news ul.anime li:nth-child(3) {
  transition-delay: 0.4s;
}
.news ul.anime li:nth-child(4) {
  transition-delay: 0.6;
}
.news ul.active li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.news .btn {
  margin: 4rem auto 0;
}
@media screen and (max-width: 743px) {
  .news {
    padding: 6.4rem 0 10rem;
  }
  .news .inner ul {
    margin-top: 2rem;
  }
  .news .inner ul li a {
    width: 100%;
    padding: 1.8rem 2.4rem;
    border-radius: 4rem;
  }
  .news .inner ul li a::after {
    top: -0.6rem;
    right: -0.6rem;
    width: 6.6rem;
    height: 6.6rem;
  }
}/*# sourceMappingURL=style.css.map */