@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #222;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

table {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
}

p,
li {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
}

a {
  color: #0a05a4;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #333;
    text-decoration: none;
  }
}
small {
  font-size: 2em;
}

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

input,
button,
textarea {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

input[type=text],
input[type=email],
input[type=password] {
  border: none;
  padding: 0 16px;
  height: 3em;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}

textarea {
  border: none;
  padding: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  cursor: pointer;
}

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

hr {
  margin: 0;
  border: none;
  background-color: #E2E2E2;
  height: 1px;
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

sub {
  font-size: 70%;
}

/*
utils
---------------*/
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

.mt-65 {
  margin-top: 65px !important;
}

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

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

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

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

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

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

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

.color-red {
  color: #D80000 !important;
}

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

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .align-center-pc {
    text-align: center !important;
  }
}

.relative {
  position: relative !important;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.note small {
  padding-top: 1em;
  font-size: 15px;
  display: block;
}

.mangaArea {
  padding: 65px 0;
  text-align: center;
  background-color: #fff;
}
.mangaArea .frame {
  margin: 0;
  display: inline-block;
}



.wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contents {
  position: relative;
}

.headerLogo {
  padding-top: 20px;
}
.headerLogo img {
  margin-left: -40px;
}

.fvBg {
  padding-bottom: 4em;
  background: url(../images/bg-yellow.png) repeat center #fcffaf;
}
.mv {
  margin-bottom: 60px;
  padding-bottom: 25px;
  background-image: url(../images/mv-bg.png);
  background-repeat: repeat-x;
  background-position: center top;
  margin-top: 15px;
  position: relative;
}
.mv.-large {
  background-image: url(../images/mv-bg2.png);
  padding-top: 40px;
}

.mv-bottom {
  margin: 0;
}
.mv-bottom.-large {
  margin-top: -184px;
  padding-top: 220px;
}

.todokede {
  margin: 20px auto 0;
}
.todokede p {
  font-size: 1.2rem;
  line-height: 1.7;
}
.todokede .todokedeNum {
  font-size: 1.2rem;
  margin: 10px 0 10px 0;
}
.todokede .todokedeNum span {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #000000;
  font-weight: 600;
  display: inline-block;
  padding: 0px 15px;
}

.cv {
  position: relative;
  text-align: center;
}
.cv a {
  display: block;
  position: absolute;
  left: 340px;
  bottom: 40px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cv a:hover {
  opacity: 0.8;
}

.cv-start {
  margin-bottom: -33px;
}

.cv_small_ttl {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.cv-small {
  width: 1007px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cv-small a {
  display: block;
  position: absolute;
  left: 500px;
  bottom: 65px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.cv-small a:hover {
  opacity: 0.8;
}

.shindan {
  background-image: url(../images/shindan_bg.png);
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.shindan h2 {
  text-align: center;
  margin-bottom: 20px;
}

.shindan-card {
  position: absolute;
  left: 50%;
  top: -45px;
  margin-left: -700px;
}

.pointed {
  text-align: center;
  padding: 40px 0 80px;
}
.pointed h2 {
  margin-bottom: 40px;
}
.pointed figure {
  margin-bottom: 60px;
}

.kaizen {
  background-image: url(../images/kaizen_bg.png);
  padding: 120px 0 0;
}
.kaizen h2 {
  text-align: center;
}

.kaizen-balloon {
  position: relative;
  height: 460px;
  margin-top: 40px;
}
.kaizen-balloon li {
  position: absolute;
}
.kaizen-balloon li:nth-of-type(1) {
  left: 500px;
  top: 170px;
}
.kaizen-balloon li:nth-of-type(2) {
  left: 40px;
  top: 0px;
}
.kaizen-balloon li:nth-of-type(3) {
  left: 0px;
  top: 220px;
}
.kaizen-balloon li:nth-of-type(4) {
  left: 575px;
  top: 0px;
}

.kaizen-balloon.js-scrollAnimation {
  opacity: 1;
  -webkit-transform: inherit;
  transform: inherit;
}
.kaizen-balloon.js-scrollAnimation.-show {
  opacity: 1;
  -webkit-transform: inherit;
  transform: inherit;
}
.kaizen-balloon.js-scrollAnimation li {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.kaizen-balloon.js-scrollAnimation li:nth-of-type(1) {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
.kaizen-balloon.js-scrollAnimation li:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.kaizen-balloon.js-scrollAnimation li:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.kaizen-balloon.js-scrollAnimation li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.kaizen-balloon.js-scrollAnimation.-show li {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.kaizen-kurubisa {
  margin-top: 60px;
  background-color: #1e43be;
  padding: 30px 0;
  text-align: center;
}

.cv-section {
  text-align: center;
  background-image: url(../images/bg-yellow.png);
  padding: 30px 0;
}

.cbplus-section {
  margin-top: 60px;
  background-image: url(../images/cbplus_bg.png);
  padding-top: 70px;
  padding-bottom: 83px;
}
.cbplus-section .cv-image {
  margin-top: 12px;
}

.mechanism {
  text-align: center;
  background-image: url(../images/mechanism_bg.png);
  background-position: 0 -2px;
  padding: 105px 0 80px;
}
.mechanism h2 {
  margin-bottom: 40px;
}

.reason {
  background-image: url(../images/bg-yellow.png);
  padding: 90px 0 40px;
}
.reason h2 {
  margin-bottom: 50px;
  text-align: center;
}

.shadow {
  -webkit-filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.1));
}

.valid {
  background-color: #1e43be;
  padding-bottom: 0;
  position: relative;
}

.valid_new {
  background: url(../images/valid_bg.jpg) repeat center #1e43be;
  padding-bottom: 6em;
}

.valid::after {
  content: '';
  width: 100%;
  height: 50%;
  background: url(../images/valid_bg.jpg) repeat center #1e43be;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.validInner {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

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

.validTable {
  width: 1000px;
  margin: 30px auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.validTable th, .validTable td {
  text-align: left;
  font-weight: normal;
  line-height: 1.5;
  padding-top: 10px;
  color: #fff;
}
.validTable tr:first-child th, .validTable tr:first-child td {
  padding-top: 0;
}
.validTable th {
  white-space: nowrap;
  padding-right: 20px;
}

.validText2 {
  text-align: center;
  padding: 40px 0;
  min-width: 1024px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.validText3 {
  text-align: center;
  padding: 50px 0 40px;
  position: relative;
  z-index: 2;
}

.validText4 {
  padding: 40px 0;
  text-align: center;
  background-color: #fff;
}

.validPhoto {
  text-align: center;
  position: relative;
  z-index: 2;
}
.validPhoto img {
  min-width: 1024px;
  width: 100%;
}

.validItems {
  text-align: center;
  padding-top: 20px;
}
.validItems img {
  margin-top: 40px;
}

.merit {
  background-image: url(../images/mechanism_bg.png);
  text-align: center;
  padding: 80px 0;
}

.meritReputation {
  margin-top: 40px;
  margin-left: -55px;
}

.review {
  padding: 80px 0 80px;
  text-align: center;
  background-color: #1e43be;
}
.review h2 {
  margin-bottom: 20px;
}
.review .note {
  padding: 1em 0;
  color: #fff;
}
.review .note small {
  font-size: 1.8em;
}
.review ul {
  margin-top: 20px;
}

.torikumi {
  background-image: url(../images/torikumi_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0;
  padding: 10.298% 0;
  min-width: 1024px;
}

.faq {
  width: 1000px;
  margin: 0 auto 0;
  padding-top: 100px;
}
.faq h2 {
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.1em;
}

.faqListItemQ {
  cursor: pointer;
  margin-top: 10px;
  background-color: #0a05a4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.faqListItemQ:hover p, .faqListItemQ:hover img {
  opacity: 0.6;
}
.faqListItemQ img {
  vertical-align: top;
  margin-top: 3px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faqListItemQ > div:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.faqListItemQ p {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.faqListItemQ_button {
  position: absolute;
  right: 20px;
  top: 50%;
}
.faqListItemQ_button:after, .faqListItemQ_button:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 4px;
  background-color: #fff;
}
.faqListItemQ_button:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.-on .faqListItemQ_button:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faqListItemA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  border: 2px solid #0a05a4;
  border-top: 0;
  padding: 20px 17px;
}
.faqListItemA img {
  vertical-align: top;
  margin-top: 3px;
}
.faqListItemA > div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}
.faqListItemA p {
  font-size: 1.8rem;
  font-weight: 600;
}

.accordion {
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.js-scrollAnimation {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.js-scrollAnimation.-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.cvSupplement {
  background-image: url(../images/bg-yellow.png);
  padding: 60px 0;
  margin-top: 100px;
}

.supplement {
  width: 1000px;
  margin: 0 auto;
}
.supplement h2 {
  font-size: 1.8rem;
}
.supplement h2 + * {
  margin-top: 10px;
}

.item_detail {
  width: 1000px;
  margin: 40px auto 0;
}
.item_detail h2 {
  font-size: 1.8rem;
}
.item_detail h2 + * {
  margin-top: 10px;
}
.item_detail .table1 th, .item_detail .table1 td {
  font-size: 1.6rem;
}
.item_detail .table1 th {
  width: 22%;
  padding: 0 0 10px;
}
.item_detail .table1 td {
  padding: 0 0 10px;
}
.item_detail .table1 th .sub {
  padding-left: 0.5em;
  font-weight: normal;
}
.item_detail .table1 .table_inner {
  width: 100%;
  margin: 10px 0 0;
}
.item_detail .table1 .table_inner th, .item_detail .table1 .table_inner td {
  padding: 5px;
  text-align: center;
  border: 1px solid #7b7b7b;
}
.item_detail .table1 .table_inner th {
  background: #fff;
}
.item_detail .table1 .table_inner td {
  width: 16%;
  padding: 5px;
  font-size: 1.2rem;
}
.item_detail .table1 .table_inner td:nth-child(even) {
  width: 4%;
}
.item_detail .note_list {
  margin: 0;
}
.item_detail .note_list li {
  margin: 0 0 3px;
  padding: 0 0 0 1.3em;
  position: relative;
}
.item_detail .note_list li:before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
}

.item_detail_pay {
  border-top: 1px solid #000;
  padding-top: 15px;
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.pagetop:hover {
  opacity: 0.8;
}

.backgroundWhite {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

/* ---------------------------------------------
#footer
--------------------------------------------- */
#pageFooter {
  margin: 0;
  text-align: center;
  border-top: 1px solid #ecebea;
  -webkit-box-shadow: 0px -5px 10px 1px #ecebea;
  box-shadow: 0px -5px 10px 1px #ecebea;
  position: relative;
  background-color: #fff;
}

#pageFooter .logo_shimakosaku {
  padding: 30px 0;
  border-bottom: 2px solid #ecebea;
}

#pageFooter .inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0;
}
#pageFooter .footerNav {
  margin: 0;
  padding: 20px 0 10px;
  text-align: center;
}
#pageFooter .footerNav ul {
  margin: 0;
  padding: 0;
}
#pageFooter .footerNav ul li {
  margin: 0 10px;
  padding: 0;
  display: inline;
}
#pageFooter .footerNav ul li a:link, #pageFooter .footerNav ul li a:visited {
  color: #000;
}
#pageFooter .footerNav ul li a:hover {
  text-decoration: none;
}
#pageFooter .footerInfo {
  margin: 0 auto 10px;
  color: #483f36;
  font-size: 16px;
}
#pageFooter .footerInfo .contact {
  padding: 15px 0;
}
#pageFooter .footerInfo .contact .txt1 {
  margin: 0 0 10px;
  padding: 7px 15px 8px;
  line-height: 1;
  background: #f6f5f5;
  border-radius: 50px;
  display: inline-block;
}
#pageFooter .footerInfo .contact .tel {
  margin: 0;
}
#pageFooter .footerInfo .ssl_seal {
  width: 85px;
  margin: 0;
  text-align: center;
}
#pageFooter .footerInfo .ssl_seal .seal {
  margin: 0 0 5px;
}
#pageFooter .footerInfo .ssl_seal .txt1 {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
}
#pageFooter .bottom {
  padding: 45px 0;
  text-align: center;
  color: #000;
  background: #f2f2f2;
}
#pageFooter .copylight {
  margin: 0 0 20px;
  font-size: 1.1rem;
}

/* ---------------------------------------------
キャンペーン用LP追加分
--------------------------------------------- */

.annotation {
  font-size: 4.0rem;
  margin: 0 0 20px;
  text-align: center;
  font-weight: bold;
}


/* ---------------------------------------------
230817 改修
--------------------------------------------- */
.cv_note {
  padding: 2em 0 .5em;
}
.cv_note .txt {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.cv_note2 .txt {
  font-size: 4.5rem;
}


/* ---------------------------------------------
240911 改修
--------------------------------------------- */
.cv a,
.cv-small a {
  width: 610px;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
}


/* ---------------------------------------------
250612 改修
--------------------------------------------- */
.mv_top{
padding-top: 20px;
}

