@charset "UTF-8";
body{
  margin: 0;
  position: relative;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
body img{
  pointer-events: none;
}
h3{
    font-size: 30px;
    color: #395982;
    margin: 0;
}
a{text-decoration: none;}
.wrapper {
  overflow-x: hidden;
}
.fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.on-sp{
  display: none;
}
.page-top {
  height: 0;
  bottom: 0px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 10;
  transition: 0.3s;
  opacity: 0;
}
.page-top.fixed {
    height: auto;
    position: fixed;
    bottom: 60px;
    opacity: 1;
}
.page-top a {
    transition: all .3s ease;
}
.page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
.page-top.none{
  opacity: 0;
  z-index: -1;
}
.page-top img{
  pointer-events: auto;
}
.helo-text{
  font-weight: 500;
  font-style: normal;
  color: #343e4c;
}
.helo-white{
  background: white;
  height: 100vh;
}
.helo-container {
    position: relative;
    height: 100vh;
    width: auto;
    background: center / contain no-repeat url(./img/fastview.webp);
    background-size: 126%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
}
.heloBtn-container p{
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.sabtitle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sabtitle-text h2 {
    margin: 0;
    font-weight: bolder;
    font-size: 33px;
    line-height: 1.4;
    letter-spacing: 0.2rem;
    text-shadow: 0px 1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 0px 1px #ffffff, 0px -1px 0px #FFFFFF, -1px 0px 0px #ffffff;
}
.sabtitle-text span.impact {
    font-size: 50px;
    margin-left: -5px;
    font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
}
.sabtitle-img img {
    width: auto;
    max-width: 240px;
}
.title h1 {
    margin: 30px 0 70px;
    text-align: center;
    font-size: 65px;
    line-height: 1.7;
    font-style: italic;
    letter-spacing: 0.6rem;
    -webkit-font-feature-settings: "palt";
    text-shadow: 0px 0px 1px #ffffff, 0px 1px 0px #ffffff, 1px 0px 0px #ffffff, 1px 2px 0px #ffffff, 0px -1px 0px #FFFFFF, -1px 0px 0px #ffffff;
}
.title span {
    background-image: url("./img/title-line.webp");
    background-repeat: repeat-x;
    background-size: 13% 29%;
    background-position: center;
    padding-bottom: 48px;
}
span.dots {
  -webkit-text-emphasis: filled;
  text-emphasis: filled;
  background-image: none;
}
.sabtext {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.sabtext p{
  margin: 0 0 30px;
  text-shadow: 0px 1px 0px #ffffff, 1px 0px 0px #ffffff, 0px 1px 0px #ffffff, 0px -1px 0px #FFFFFF, -1px 0px 0px #ffffff;
}
.catch p {
    text-align: center;
    font-size: 27px;
    color: #ffffff;
    background: #365db9b8;
    width: fit-content;
    margin: 0;
    padding: 0px 20px;
    margin-bottom: 20px;
    border-radius: 100px;
}

.catch {
    display: flex;
    justify-content: center;
    align-items: center;
}
span.impact02 {
    font-size: 35px;
    margin: 0 -10px;
}
.heloBtn {
    display: flex;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    transition: 0.5s;
    justify-content: center;
}
.heloBtn img {
    width: 40px;
}
.heloBtn p {
    font-size: 27px;
    color: white;
    width: auto;
    margin: 0;
}
.heloBtn a {
    margin-right: 10px;
    text-decoration: none;
    transition: 0.2s;
}
.heloBtn-container {
    display: flex;
}
.heloBtn-line, .heloBtn-mail {
    padding: 10px 15px 10px 15px;
    font-weight: bold;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 20%);
}
.heloBtn-mail {
    background: #395593;
    transition: 0.5s;
}
.heloBtn-line {
  display: flex;
  align-items: center;
    background: #5ac75e;
    transition: 0.5s;
}
.heloBtn-mail:hover {
    background: #3874bf;
    transition: 0.5s;
}
.heloBtn-line:hover{
    background: #04eb62;
    transition: 0.5s;
}
.search.icon {
  color: #353e4d;
  position: absolute;
  margin-top: 7px;
  margin-left: 13px;
  width: 12px;
  height: 12px;
  border: solid 3px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search.icon:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 4px;
  height: 10px;
  width: 4px;
  background-color: currentColor;
}
.line-mg {
    margin: 0 30px;
    display: flex;
    align-items: center;
}
.IDsearch {
    background: white;
    width: 300px;
    border-radius: 50px;
}
.IDsearch p {
    color: #353e4d;
    padding-left: 39px;
    font-size: 23px;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
}
img.hukidasi {
    width: 195px;
    opacity: 0.7;
}
/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.contener-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.contener-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 120px 0;
    text-align: center;
    color: #1c1c1c;
}
.heading-style01 h2 {
    margin-top: 0;
    font-size: 45px;
    color: #395982;
}
.contener-wrapper p {
    font-size: 20px;
    color: #395982;
    margin: 0;
}
.sectionRaise{
  background: center / contain no-repeat url("./img/bg01.webp");
  background-size: cover;
}
img.ribon-img,.adviser-comment img {
    width: 110px;
    margin-top: 30px;
}
.adviser-comment p {
    margin-bottom: 20px;
}
.Raise-service {
    margin-top: 60px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.Raise-text {
    margin-top: 30px;
}
.border-radius {
    display: flex;
    margin: 0 10px;
    width: 180px;
    height: 120px;
    text-align: center;
    border-radius: 30px;
    background: #ffffff;
    -webkit-box-shadow: 8px 8px 5px #ffffff;
    box-shadow: 8px 8px 5px #c3c8df;
    align-items: center;
    justify-content: center;
}
.border-radius.radius-style02 p {
    font-size: 17px;
}
.border-radius p {
    color: #53bbae;
}
.pagelink-btn-contener {
    width: 100%;
}
.pagelink-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition:0.5s;
    width: fit-content;
    margin: 0 auto;
}
.pagelink-btn img {
    margin-right: 7px;
    width: 20px;
}
.pagelink-btn a:hover{
  opacity:0.5;
  transition:0.5s;
}
.case-text01 p {
    font-weight: bold;
}
.case-text01 span {
    color: #ed6b6b;
}
.loading {
    pointer-events: none;
    margin-top: 60px;
}
.loading p {
    margin: 0;
    color: #bbd2f3;
    font-size: 30px;
    line-height: 0.8;
}
.case-text02 {
    margin-top: 60px;
}
.case-text02 p:last-child {
    margin-top: 60px;
}

.Caselink-btn {
    display: flex;
    border: solid 1px #3d5a83;
    width: fit-content;
    padding: 10px;
    align-items: center;
    margin: 60px 10px 0px 10px;
    transition:0.5s;
}
.Caselink-btn:hover{
  background:#daf6f4;
  transition:0.5s;
}
.Caselink-btn img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.Caselink-btn-contener {
    display: flex;
    justify-content: center;
}
.LINElink-btn {
    padding: 10px 50px;
    margin: 60px 10px 0px 10px;
    transition:0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #65c757;
}
.LINElink-text {
    display: flex;
    align-items: center;
}
.LINElink-btn p{
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.LINElink-text p {
    font-size: 38px;
    color: white;
}
.LINElink-btn:hover{
  background: #04eb62;
  transition:0.5s;
}
.LINElink-btn img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}
.LINElink-btn img.chat-img {
    margin-right: 4px;
    width: auto;
    height: 49px;
}
.LINElink-text{
}

.LINElink-btn-contener {
    display: flex;
    justify-content: center;
}
.IDsearch02 {
    margin-top: 5px;
    background: #ffffff;
    width: auto;
    border-radius: 50px;
}
.IDsearch02 p {
    color: #353e4d;
    padding-left: 40px;
    padding-right: 16px;
    font-size: 23px;
}
.search02.icon02 {
  color: #353e4d;
  position: absolute;
  margin-top: 6px;
  margin-left: 13px;
  width: 12px;
  height: 12px;
  border: solid 3px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.search02.icon02:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 4px;
  height: 10px;
  width: 4px;
  background-color: currentColor;
}

.LINEcontainer{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}
.comic01{
  background-color:#f6f6f6 ;
}
.comic-img {
    display: flex;
    width: 70%;
    margin: 0 auto;
    flex-direction: column;
}
.sectionProblem{
  background: center / contain no-repeat url("./img/bg02.webp");
  background-size: cover;
}
.white-box {
    width: 100%;
    max-width: 1190px;
    background: #e2f3f2;
    margin-left: 10px;
    padding: 30px;
    box-shadow: -10px 10px white;
    text-align: left;
}
.white-box div {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 15px;
}
.white-box div:last-child{
  margin-bottom: 0px;
}
.white-box img {
    width: 18px;
    margin-right: 15px;
}
.white-box p{
  margin: 0;
}
.adviser-comment{
  margin-top: 60px;
}
.sectionService{
  background: top / contain no-repeat url("./img/service-bg.webp");
  background-size: 1800px;
}
.heading-style02 {
    font-size: 45px;
    color: #395982;
    position: relative;
    margin: 40px 0px 10px 0px;
    padding-bottom: 20px;
    z-index: 1;
}
.heading-style02 span {
  position: relative;
  z-index: 2;
}
.heading-style02::before {
  content: attr(data-en);
  position: absolute;
  transform: rotate(-5deg);
  top: -82px;
  left: 0;
  right: 0;
  color: rgb(116 205 198 / 30%);
  font-size: 80px;
  font-weight: normal;
  font-family:serif;
  font-style: italic;
  z-index: 0;
}
.heading-style02.color02::before {
  color: rgb(83 175 211 / 30%);
}
.heading-style02.color03::before {
  color: rgb(255 255 255 / 74%);
}
.heading-line{
  padding-bottom: 0px;
  background: bottom / contain no-repeat url("./img/heading-line.webp");
  background-size: 90px;
}
.heading-line.color02 {
  padding-bottom: 0px;
  background: bottom / contain no-repeat url("./img/heading-line02.webp");
  background-size: 90px;
}
.heading-line.color03 {
  padding-bottom: 0px;
  background: bottom / contain no-repeat url("./img/heading-line03.webp");
  background-size: 90px;
}
.service-box {
    text-align: left;
    max-height: 900px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-contents01{
  height: 200px;
  background: left / contain no-repeat url("./img/service01.webp");
  margin-left: -140px;
}
.service-contents02{
  height: 200px;
  background: left / contain no-repeat url("./img/service02.webp");
  margin-left: 50px;
}
.service-contents03{
  height: 200px;
  background: left / contain no-repeat url("./img/service03.webp");
  margin-left: -70px;
}
.service-contents04{
  height: 200px;
  background: left / contain no-repeat url("./img/service04.webp");
  margin-left: 200px;
}
.service-text h3 {
    text-shadow: 0px 1px 0px #ffffff, 1px 0px 0px #ffffff, 1px 2px 0px #ffffff, 0px -1px 0px #FFFFFF, -1px 0px 0px #ffffff;
}
.service-text {
    padding-left: 72px;
}
.service-contents01,.service-contents02,.service-contents03,.service-contents04{
  display: flex;
  align-items: center;
  width: 870px;
}
.comparison {
    margin-top: 60px;
}
.heading-comparison {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}
.heading-comparison::before,
.heading-comparison::after {
  content: '';
  width: 65px;
  height: 1px;
  background-color: #395982;
}
.heading-comparison::before {
  margin-right: 30px;
}
.heading-comparison::after {
  margin-left: 30px;
}
img.Case-img {
    width: 70%;
    margin-top: 60px;
}
table.tbl-comparison {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    color:#395982;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.tbl-line01,.tbl-line03,.tbl-line05{
  background-color:#ebfbfa ;
}
.tbl-line02,.tbl-line04{
  background-color:#fff ;
}
td {
    font-size: 16px;
    padding: 14px 10px;
}
th {
    font-size: 16px;
}

td.left-title01 {
  border: solid 1px #395982;
  width: 20%;
}
td span {
    font-size: 25px;
    color: #91abb3;
    display: block;
}
td span.bold {
    font-weight: bold;
    color: #4ecac6;
}
th.left-title02,th.left-title03,th.left-title04,th.left-title05 {
    border-left: solid 1px #395982;
    border-right: solid 1px #395982;
}
th.left-title06 {
    border-left: solid 1px #395982;
    border-right: solid 1px #395982;
    border-bottom: solid 1px #395982;
}
th.company00 {
    border: solid 1px #395982;
    border-left: none;
    border-right: dashed 1px #395982;
}
th.company01 {
    border: solid 1px #395982;
    border-left: none;
    border-right: dashed 1px #395982;
}

th.company02 {
    border: solid 1px #395982;
    border-left: none;
    border-right: dashed 1px #395982;
}

td.career01,td.career02,td.resume01,td.resume02,td.introduction01,td.introduction02,td.charge01,td.charge02 {
  border-right: dashed 1px #395982;
}
td.features01,td.features02 {
  border-right: dashed 1px #395982;
  border-bottom: solid 1px #395982;
}
td.career00,td.resume00,td.introduction00,td.charge00,td.features00,th.company00 {
  border-right: solid 1px #395982;
}
td.features00 {
    border-bottom: solid 1px #395982;
}

 tr.tbl-line01:last-child,th.company03  {
    position: relative;
    border-top: 13px solid #38c9c6;
    background-color: #38c9c6;
}

th:nth-child(2), td:nth-child(2) {
    border-left: 5px solid #38c9c6;
    border-right: 5px solid #38c9c6;
}
th.company03 {
    border: 5px solid #38c9c6;
    color: #fff;
    font-size: 20px;
}
td.features03 {
    border-bottom: solid 5px #38c9c6;
}
.tbl-line01 th{
  width: 20%;
}

.sectionStrengths{
  background: top / contain no-repeat url("./img/bg06.webp");
  background-size: cover;
}
.strengths-contents{
  display:flex;
}
.strengths-box {
    width: 31%;
    background: #fff;
    margin: 50px 1% 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: -5px 5px #ebe2ef;
}
.strengths-box h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  color: #cfc8d3;
}
.strengths-box h3:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 30px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #cfc8d3;
    border-radius: 2px;
}
.strengths-box p{
    text-align: left;
}
.strengths-box img {
    width: auto;
    margin-top: 10px;
}

.sectionReview{
  background: top / contain no-repeat url("./img/bg03.webp");
  background-size: cover;
}
span.experience {
    background: white;
    padding: 0 7px;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 20px;
}
span.status {
    font-size: 20px;
}
.review-icon img {
    width: 95px;
    margin-right: 25px;
}
.review-box {
    display: flex;
    align-items: flex-start;
    text-align: left;
}
.review-text p {
    line-height: 1.4;
}
.review-box {
    display: flex;
    align-items: flex-start;
    text-align: left;

}

.review-contents div.review-box {
    margin-bottom: 50px;
    margin-top: 50px;
}
.review-contents div.review-box:last-child{
  margin-bottom: 0px;
}
.sectionThrowing{
  background: top / contain no-repeat url("./img/bg04.webp");
  background-size: cover;
}
.Throwing-box {
    margin-top: 200px;
}

p.tw-smlsize {
    font-size: 35px;
}

p.tw-lgsize {
    font-size: 50px;
}
p.Throwing-text01.tw-smlsize {
    margin-bottom: 40px;
}
p.Throwing-text02.tw-smlsize {
    margin-bottom: 140px;
}

p.Throwing-text03.tw-lgsize {
    margin-bottom: 40px;
}

p.Throwing-text04.tw-lgsize {
    margin-bottom: 100px;
}
.Info-box {
    background-color: #69bfd1;
    margin: 0 10px;
    padding: 30px;
    transition: 0.5s;
}
.Info-box:hover{
    background: #81eee5;
    transition: 0.5s;
}
.Info-box h3,.Info-box p {
    color: #fff;
    font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.Info-contents {
    display: flex;
    width: 100%;
    justify-content: center;
}
.Info-contents a {
    width: 33.3%;
    text-decoration: none;
}
.sectionQuestion{
  background-color: #f6f6f6;
}
/*ベース*/
.toggle {
	display: none;
}
.Label {
    padding: 0.6em;
    display: block;
    background: #fff;
    transition: 0.5s;
    text-align: left;
}
.Label:hover{
  cursor: pointer;
  background-color: #f5fffb;
  transition: 0.5s;:0.5s;
}
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}
.content {		/*本文*/
  padding:0 20px;
  margin-bottom:10px;
	/*height: 0;
  overflow: hidden;*/
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: 0.5s;
}
.Label h3 {
    display: flex;
    align-items: center;
    margin-right: 6px;
    font-size: 24px;
}
.Label h3 img {
    width: 25px;
    margin-right: 5px;
}
.content p {
    text-align: left;
}

.sectionAccess{
  background: top / contain no-repeat url("./img/bg05.webp");
  background-size: cover;
}
.access-box {
    background-color: #fff;
    padding: 30px 60px 90px 60px;
}
p.address {
    font-size: 26px;
    margin-bottom: 15px;
}
p.access-text {
    margin-top: 20px;
}

.sectionRecruit {
    background: #e2f3f2;
}
.recruit-title h2 {
    font-size: 50px;
    margin: 0;
    line-height: 1.2;
}
.recruit-title span {
    font-size: 80px;
    vertical-align: -7px;
}
.recruit-title {
    color: #3d5a83;
    background: top / contain no-repeat url(./img/recruit-title.webp);
    background-size: 800px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 60px;
}

.recruit-contents {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.recruit-box {
    background: #fff;
    padding: 15px;
    margin: 0 10px;
    width: 23%;
    color: #405b84;
}
.recruit-box img {
    width: 272px;
}
.recruit-box h4 {
    margin: 0 0 15px;
    font-size: 22px;
}

ul {
    margin-block-start: 5px;
    margin-block-end: 5px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 25px;
    text-align: left;
}


footer {
    background-color: #395981;
    color: #fff;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.footer-frame {
    padding: 50px;
    text-align: center;
}
.footer-frame img {
    height: 70px;
}
.credit p {
    margin: 0;
    text-align: center;
}
/*==================================================
フェードイン・アウトのためのcss
===================================*/

/*シンプル*/
.animation_simple{
	opacity : 0;
	transition: 2.5s;
}
.active_simple{
	opacity: 1;
}

/*シンプル-1行ずつ*/
.animation_simple02{
	opacity : 0;
	transition: 6s;
}
.active_simple02{
	opacity: 1;
}

/*下から*/
.animation_below{
	opacity : 0;
  transform: translate(0, 50%);
	transition: 1.2s;
}
.active_below{
  transform: translate(0, 0);
	opacity: 1;
}

/*左から*/
.animation_left{
	opacity : 0;
  transform: translate(-50%, 0);
	transition: 2s;
}
.active_left{
  transform: translate(0%, 0);
	opacity: 1;
}

/*右から*/
.animation_right{
	opacity : 0;
  transform: translate(50%, 0);
	transition: 2s;
}
.active_right{
  transform: translate(0%, 0);
	opacity: 1;
}


/*打消しcss*/
.sectionRaise,.sectionStrengths,.sectionReview,.sectionThrowing,.sectionRecruit,.comic01,.sectionQuestion,.sectionAccess,.sectionProblem{
  background: none;
  background-color: white;
}

.white-box{
  display: flex;
  flex-wrap: wrap;
}
.white-box p {
    margin: 0;
    font-weight: bold;
    font-size: 22px;
}
.strengths-box{
  background: #f3f3f3;
  box-shadow: -5px 5px #cfcfcf;
}
.strengths-box h3 {
    color: #595e83;
}
.heading-line.color03 {
    padding-bottom: 0px;
    background: bottom / contain no-repeat url(./img/heading-line.webp);
    background-size: 90px;
}
.heading-style02.color03::before {
  color: rgb(83 175 211 / 30%);
}
.recruit-box{
  background: #f3f3f3;
}
.border-radius {
    background: #f3fffb;
  }
  .recruit-box p {
      font-size: 16px;
  }
  .content {
      padding: 20px;
  }
  .Label:hover{
    cursor: auto;
    background-color: #e7f1ed;
  }
  .Label{
    background-color: #e7f1ed;
  }
  span.experience {
      background: #ebf9ff;
  }
