@charset "UTF-8";
.topPage.is-loading {
  overflow: hidden;
  height: 100vh;
  -ms-touch-action: none;
      touch-action: none;
}
.topPage .loading {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #fcfcff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  width: 100%;
}
.topPage .loading .wrap {
  width: 360px;
}
.topPage .loading .img01 {
  display: block;
  width: 250px; /* 好きな大きさに調整 */
  height: 250px;
  margin: -30px auto 0;
}
@media screen and (max-width: 768px) {
  .topPage .loading .img01 {
    width: 160px;
    height: 160px;
  }
}
.topPage .loading .img01 .loading_gif {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topPage .loading .img01 .loading_gif.is-show {
  opacity: 1;
}
.topPage .loading .img02 {
  display: block;
  max-width: 260px; /* 好きな大きさに調整 */
  width: 100%;
  height: auto;
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .topPage .loading .img02 {
    max-width: 200px;
    margin-top: 12px;
  }
}
.topPage .loading img {
  border-radius: 0;
}
.topPage .loading.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.topPage .pcHd {
  background-color: rgba(255, 255, 255, 0);
}
.topPage .secTtl {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.65;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topPage .secTtl {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
}
.topPage .secTtl span {
  display: block;
  font-size: 1.4rem;
  font-family: "Lato", sans-serif;
  color: #aaa;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .topPage .secTtl span {
    font-size: 1.1rem;
    margin-top: 0;
  }
}
.topPage .mv {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .topPage .mv {
    height: auto;
    padding-top: 153.8666%;
  }
}
.topPage .mv .bgSlider {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .topPage .mv .bgSlider {
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
  }
}
.topPage .mv .bgSlider .slick-list, .topPage .mv .bgSlider .slick-track, .topPage .mv .bgSlider .slick-slide {
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .topPage .mv .bgSlider .slick-list, .topPage .mv .bgSlider .slick-track, .topPage .mv .bgSlider .slick-slide {
    height: 100%;
  }
}
.topPage .mv .bgSlider .slick-slide {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .topPage .mv .bgSlider .slick-slide {
    height: 100%;
  }
}
.topPage .mv .bgSlider .slick-slide span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.topPage .mv .bgSlider .slick-slide span picture {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topPage .mv .bgSlider .slick-slide span picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.topPage .mv .txBox {
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 8%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
}
@media screen and (max-width: 768px) {
  .topPage .mv .txBox {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.topPage .mv .txBox {
  /*&::before{
  	content: "";
  	position: absolute;
  	bottom: -180px;
  	left: 240px;
  	background: url("../cmn_img/item01.png") no-repeat center center / cover;
  	width: 158px;
  	height: 219px;
  	@media screen and (max-width: $break-m) {
  		width: 107px;
  		height: 148px;
  		left: 0px;
  		bottom: -165px;
  	}
  }*/
}
.topPage .mv .txBox .copy {
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .topPage .mv .txBox .copy {
    font-size: 1.8rem;
  }
}
.topPage .mv .txBox .copy p {
  display: block;
  margin: 5px auto 20px;
}
@media screen and (max-width: 768px) {
  .topPage .mv .txBox .copy p {
    margin-bottom: 10px;
  }
}
.topPage .mv .txBox .copy p span {
  display: inline-block;
  font-size: 6rem;
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topPage .mv .txBox .copy p span {
    font-size: 3.6rem;
  }
}
.topPage .mv .txBox .copy p span {
  /*&::before{
  	content: "";
  	position: absolute;
  	bottom: 2px;
  	left: 0;
  	width: 0;
  	height: 2px;
  	background: $c_main;
  	@include transition;
  	transition-delay: 1s;
  	transition-duration: .5s;
  }*/
}
.topPage .mv.animated .txBox .copy p span::before {
  width: 100%;
}
.topPage .sec01 .tx {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .topPage .sec01 .tx {
    font-size: 1.4rem;
    text-align: left;
  }
}
.topPage .sec02 {
  position: relative;
}
.topPage .sec02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  background: #f9f7f1;
  border-radius: 35px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topPage .sec02::before {
    border-radius: 16px;
  }
}
.topPage .sec02::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec02::before {
    border-radius: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .secTtl span {
    margin-top: 6px;
  }
}
.topPage .sec02 .inr {
  position: relative;
  z-index: 9;
}
.topPage .sec02 .aboutList > li {
  font-size: 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .aboutList > li {
    margin-bottom: 50px;
  }
}
.topPage .sec02 .aboutList > li .txBox, .topPage .sec02 .aboutList > li .imgBox {
  width: 47.5%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .aboutList > li .txBox, .topPage .sec02 .aboutList > li .imgBox {
    width: 100%;
  }
}
.topPage .sec02 .aboutList > li .txBox {
  position: relative;
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .aboutList > li .txBox {
    margin: 20px auto 0;
    text-align: center;
  }
}
.topPage .sec02 .aboutList > li .txBox::before {
  content: "01";
  position: absolute;
  top: -40px;
  left: -30px;
  font-size: 12rem;
  color: #fff;
  font-family: "Lato", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .aboutList > li .txBox::before {
    width: 100%;
    text-align: center;
    left: 0;
    top: -25px;
    font-size: 10rem;
  }
}
.topPage .sec02 .aboutList > li .txBox .ttl {
  font-weight: 500;
  line-height: 1.7;
  font-size: 3.6rem;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .aboutList > li .txBox .ttl {
    font-size: 2rem;
  }
}
.topPage .sec02 .aboutList > li .txBox .ttl span {
  font-size: 1.7rem;
  display: inline-block;
  margin-left: 15px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .aboutList > li .txBox .ttl span {
    font-size: 1.3rem;
    display: block;
    margin-left: 0;
  }
}
.topPage .sec02 .aboutList > li .txBox .tx {
  font-size: 1.6rem;
  margin: 12px auto 30px;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .aboutList > li .txBox .tx {
    font-size: 1.3rem;
    text-align: left;
    margin: 8px auto 20px;
  }
}
.topPage .sec02 .aboutList > li .txBox .btn {
  margin: 20px auto 0 0;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .aboutList > li .txBox .btn {
    margin: 10px auto 0 auto;
  }
}
.topPage .sec02 .aboutList > li.last {
  margin-bottom: 0;
}
.topPage .sec02 .aboutList > li.wide {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .topPage .sec02 .aboutList > li.wide {
    margin-top: 50px;
  }
}
.topPage .sec02 .aboutList > li.wide .txBox {
  width: 100%;
  display: block;
  text-align: center;
  margin: 0;
}
.topPage .sec02 .aboutList > li.wide .txBox::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.topPage .sec02 .aboutList > li.wide .txBox .ttl span {
  display: block;
  margin-left: 0;
}
.topPage .sec02 .aboutList > li.wide .txBox .btnList > li {
  text-align: left;
}
.topPage .sec02 .aboutList > li.wide .txBox .btnList > li a {
  max-width: 100%;
}
.topPage .sec02 .aboutList > li:nth-child(2) .txBox::before {
  content: "02";
}
.topPage .sec02 .aboutList > li:nth-child(3) .txBox::before {
  content: "03";
}
.topPage .sec02 .aboutList > li:nth-child(4) .txBox::before {
  content: "04";
}
.topPage .sec02 .aboutList > li:nth-child(5) .txBox::before {
  content: "05";
}
.topPage .sec02 .aboutList > li:nth-child(6) .txBox::before {
  content: "06";
}
.topPage .sec02 .aboutList > li:nth-child(7) .txBox::before {
  content: "07";
}
.topPage .sec03 {
  position: relative;
  color: #fff;
}
.topPage .sec03 .secTtl {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .secTtl {
    margin-bottom: 5px;
  }
}
.topPage .sec03 .cmn_ofi::before {
  padding-top: 0;
  height: 440px;
}
@media screen and (max-width: 768px) {
  .topPage .sec03 .cmn_ofi::before {
    height: 220px;
  }
}
.topPage .sec03 .inr {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.topPage .sec04 .inr {
  position: relative;
}
.topPage .sec04 .secTtl span {
  display: inline-block;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .secTtl span {
    margin-left: 0;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .btnStyle_02 {
    margin-top: 25px;
  }
}
.topPage .sec04 .smlBtn {
  position: absolute;
  right: 0;
  top: 30px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .smlBtn {
    position: static;
  }
}
.topPage .sec04 .btnList {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .btnList {
    margin-top: 60px;
  }
}
.topPage .sec04 .btnList > li a {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .topPage .sec04 .btnList > li a .btnTx {
    font-size: 1.2rem;
  }
}

.philosophyPage .inr {
  position: relative;
  z-index: 9;
}
.philosophyPage .sec01 {
  background-color: #f2eee3;
  position: relative;
}
.philosophyPage .sec01 .secTtl {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .secTtl {
    margin-bottom: 30px;
  }
}
.philosophyPage .sec01 .secTtl span {
  font-size: 4.2rem;
  font-weight: 500;
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .secTtl span {
    font-size: 2.4rem;
  }
}
.philosophyPage .sec01 .secTtl span {
  /*&::before{
  	content: "";
  	position: absolute;
  	top: -50px;
  	left: 0;
  	background: url("../cmn_img/item02.png") no-repeat center center / cover;
  	width: 47px;
  	height: 42px;
  	@media screen and (max-width: $break-m) {
  		width: 28px;
  		height: 25px;
  		top: -30px;
  	}
  }*/
}
.philosophyPage .sec01 .secTtl span small {
  display: block;
  font-size: 1rem;
}
.philosophyPage .sec01 .ctList02 > li {
  font-size: 0;
  padding: 40px 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList02 > li {
    padding: 20px 0 25px;
  }
}
.philosophyPage .sec01 .ctList02 > li .boxL {
  width: 320px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList02 > li .boxL {
    width: 100%;
  }
}
.philosophyPage .sec01 .ctList02 > li .boxL .ttl {
  font-family: "Lato", sans-serif;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList02 > li .boxL .ttl {
    font-size: 2.4rem;
  }
}
.philosophyPage .sec01 .ctList02 > li .boxL .ttl span {
  display: block;
  font-size: 1.5rem;
  padding-left: 26px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList02 > li .boxL .ttl span {
    font-size: 1.2rem;
    display: inline-block;
    padding-left: 16px;
    margin-left: 12px;
  }
}
.philosophyPage .sec01 .ctList02 > li .boxL .ttl span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 4px solid #ec8029;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList02 > li .boxL .ttl span::before {
    width: 12px;
    height: 12px;
    border-width: 3px;
    top: 3px;
  }
}
.philosophyPage .sec01 .ctList02 > li .boxR {
  width: calc(100% - 320px);
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList02 > li .boxR {
    width: 100%;
    margin-top: 10px;
  }
}
.philosophyPage .sec01 .ctList02 > li .boxR .tx01 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList02 > li .boxR .tx01 {
    font-size: 1.6rem;
  }
}
.philosophyPage .sec01 .ctList02 > li .boxR .tx01 small {
  display: block;
  font-size: 1rem;
}
.philosophyPage .sec01 .ctList02 > li .boxR .tx02 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList02 > li .boxR .tx02 {
    font-size: 1.4rem;
  }
}
.philosophyPage .sec01 .ctList02 > li .boxR .numList > li {
  padding-left: 45px;
  font-size: 1.8rem;
  position: relative;
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList02 > li .boxR .numList > li {
    font-size: 1.2rem;
    padding-left: 33px;
    margin: 5px 0;
  }
}
.philosophyPage .sec01 .ctList02 > li .boxR .numList > li::before {
  content: "1";
  font-size: 1.4rem;
  background: #ffe463;
  width: 30px;
  height: 30px;
  line-height: 1;
  padding: 7px 0;
  text-align: center;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList02 > li .boxR .numList > li::before {
    font-size: 1.1rem;
    width: 22px;
    height: 22px;
    padding: 4px 0;
    top: 1px;
  }
}
.philosophyPage .sec01 .ctList02 > li .boxR .numList > li span {
  font-size: 3rem;
  display: inline-block;
  margin-right: 6px;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList02 > li .boxR .numList > li span {
    font-size: 1.7rem;
  }
}
.philosophyPage .sec01 .ctList02 > li .boxR .numList > li:nth-child(2)::before {
  content: "2";
}
.philosophyPage .sec01 .ctList02 > li .boxR .numList > li:nth-child(3)::before {
  content: "3";
}
.philosophyPage .sec01 .ctList02 > li .boxR .numList > li:nth-child(4)::before {
  content: "4";
}
.philosophyPage .sec01 .ctList02 > li .boxR .numList > li:nth-child(5)::before {
  content: "5";
}
.philosophyPage .sec01 .ctList02 > li .boxR .numList > li:nth-child(6)::before {
  content: "6";
}
.philosophyPage .sec01 .ctList02 > li.last {
  padding-bottom: 0 !important;
}
.philosophyPage .sec01 .ctList > li {
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li {
    margin-bottom: 40px;
  }
}
.philosophyPage .sec01 .ctList > li .line01, .philosophyPage .sec01 .ctList > li .line02 {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  display: none !important;
}
.philosophyPage .sec01 .ctList > li .line01::before, .philosophyPage .sec01 .ctList > li .line01::after, .philosophyPage .sec01 .ctList > li .line02::before, .philosophyPage .sec01 .ctList > li .line02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .line01::before, .philosophyPage .sec01 .ctList > li .line01::after, .philosophyPage .sec01 .ctList > li .line02::before, .philosophyPage .sec01 .ctList > li .line02::after {
    width: 10px;
  }
}
.philosophyPage .sec01 .ctList > li .line01::after, .philosophyPage .sec01 .ctList > li .line02::after {
  top: auto;
  bottom: 0;
}
.philosophyPage .sec01 .ctList > li .line02 {
  left: auto;
  right: 0;
}
.philosophyPage .sec01 .ctList > li .line02::before, .philosophyPage .sec01 .ctList > li .line02::after {
  left: auto;
  right: 0;
}
.philosophyPage .sec01 .ctList > li .ctTtl {
  font-family: "Lato", sans-serif;
  font-size: 4.4rem;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .ctTtl {
    font-size: 2.6rem;
  }
}
.philosophyPage .sec01 .ctList > li .ctTtl span {
  text-align: center;
  width: 280px;
  display: block;
  margin: 0 auto;
  line-height: 1.7;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .ctTtl span {
    border-radius: 3px;
  }
}
.philosophyPage .sec01 .ctList > li .ctTtl span {
  background: #ec8029;
  color: #fff;
  font-size: 1.4rem;
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .ctTtl span {
    width: 180px;
    font-size: 1.3rem;
    padding: 1px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .ctTtl span.long {
    width: 260px;
  }
}
.philosophyPage .sec01 .ctList > li .copy {
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .copy {
    font-size: 1.5rem;
    padding: 0 15px;
  }
}
.philosophyPage .sec01 .ctList > li .numList {
  display: inline-block;
}
.philosophyPage .sec01 .ctList > li .numList > li {
  text-align: left;
  padding-left: 48px;
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .numList > li {
    font-size: 1.2rem;
    line-height: 2.2;
    padding-left: 26px;
  }
}
.philosophyPage .sec01 .ctList > li .numList > li::before {
  content: "1";
  position: absolute;
  top: 10px;
  text-align: center;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  padding: 8px 0;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  border-radius: 90px;
  color: #111;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .numList > li::before {
    font-size: 1rem;
    width: 18px;
    height: 18px;
    padding: 4px 0;
    top: 3px;
  }
}
.philosophyPage .sec01 .ctList > li .numList > li span {
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .numList > li span {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.philosophyPage .sec01 .ctList > li .numList > li:nth-child(2)::before {
  content: "2";
}
.philosophyPage .sec01 .ctList > li .numList > li:nth-child(3)::before {
  content: "3";
}
.philosophyPage .sec01 .ctList > li .numList > li:nth-child(4)::before {
  content: "4";
}
.philosophyPage .sec01 .ctList > li .numList > li:nth-child(5)::before {
  content: "5";
}
.philosophyPage .sec01 .ctList > li .numList > li:nth-child(6)::before {
  content: "6";
}
.philosophyPage .sec01 .ctList > li .numList > li:nth-child(7)::before {
  content: "7";
}
.philosophyPage .sec01 .ctList > li .area01, .philosophyPage .sec01 .ctList > li .area02 {
  overflow: hidden;
  zoom: 1;
  padding: 0 50px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .area01, .philosophyPage .sec01 .ctList > li .area02 {
    margin-top: 20px;
    padding: 0 15px;
  }
}
.philosophyPage .sec01 .ctList > li .area01 .tx, .philosophyPage .sec01 .ctList > li .area02 .tx {
  font-size: 1.6rem;
  text-align: left;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .area01 .tx, .philosophyPage .sec01 .ctList > li .area02 .tx {
    font-size: 1.3rem;
    text-align: center;
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .area01 .imgBox, .philosophyPage .sec01 .ctList > li .area02 .imgBox {
    width: calc(100% - 20px) !important;
    margin: 20px auto 0;
  }
}
.philosophyPage .sec01 .ctList > li .area01 .imgBox .logo, .philosophyPage .sec01 .ctList > li .area02 .imgBox .logo {
  margin: -80px auto 0 30px;
  width: 158px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .area01 .imgBox .logo, .philosophyPage .sec01 .ctList > li .area02 .imgBox .logo {
    width: 80px;
  }
}
.philosophyPage .sec01 .ctList > li .area01 .flL, .philosophyPage .sec01 .ctList > li .area02 .flL {
  float: left;
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .area01 .flL, .philosophyPage .sec01 .ctList > li .area02 .flL {
    width: 100%;
    float: none;
  }
}
.philosophyPage .sec01 .ctList > li .area01 .flR, .philosophyPage .sec01 .ctList > li .area02 .flR {
  float: right;
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec01 .ctList > li .area01 .flR, .philosophyPage .sec01 .ctList > li .area02 .flR {
    width: 100%;
    float: none;
  }
}
.philosophyPage .sec01 .ctList > li.last {
  margin-bottom: 0 !important;
}
.philosophyPage .sec02 {
  background: #fff;
  position: relative;
}
.philosophyPage .sec02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 80%;
  background: #f9f7f1;
  border-radius: 35px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02::before {
    border-radius: 16px;
  }
}
.philosophyPage .sec02::before {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02::before {
    height: 100%;
    border-radius: 0;
  }
}
.philosophyPage .sec02::after {
  content: "GREETING";
  font-family: "Lato", sans-serif;
  position: absolute;
  font-size: 20rem;
  left: -15px;
  top: 20px;
  line-height: 1;
  color: #fff;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02::after {
    font-size: 6.4rem;
  }
}
.philosophyPage .sec02 .mainArea {
  position: relative;
  z-index: 99;
}
.philosophyPage .sec02 .mainArea .boxR {
  width: 65%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .mainArea .boxR {
    width: 100%;
    margin-top: 20px;
  }
}
.philosophyPage .sec02 .mainArea .boxL {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .mainArea .boxL {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-top: -10px;
    text-align: center;
  }
}
.philosophyPage .sec02 .mainArea .boxL .secTtl {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .mainArea .boxL .secTtl {
    font-size: 1.3rem;
    margin-bottom: 12px;
    padding-left: 15px;
    display: inline-block;
  }
}
.philosophyPage .sec02 .mainArea .boxL .secTtl::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #ec8029;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .mainArea .boxL .secTtl::before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
.philosophyPage .sec02 .mainArea .boxL .secTtl span {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 10px;
  font-family: "Lato", sans-serif;
  color: #999;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .mainArea .boxL .secTtl span {
    font-size: 1rem;
  }
}
.philosophyPage .sec02 .mainArea .boxL .copy p {
  background: #ec8029;
  font-weight: 500;
  font-size: 4.2rem;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .mainArea .boxL .copy p {
    border-radius: 3px;
  }
}
.philosophyPage .sec02 .mainArea .boxL .copy p {
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 2px 2px 3px 18px;
  line-height: 1.8 !important;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .mainArea .boxL .copy p {
    font-size: 2.2rem;
    padding: 1px 2px 2px 12px;
    line-height: 1.9 !important;
  }
}
.philosophyPage .sec02 .mainArea .boxL .copy p span {
  color: #ffe463;
  font-weight: 500;
}
.philosophyPage .sec02 .mainArea .boxL .name {
  margin-top: 25px;
  font-size: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .mainArea .boxL .name {
    margin-top: 12px;
    font-size: 1.2rem;
  }
}
.philosophyPage .sec02 .mainArea .boxL .name span {
  display: block;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .mainArea .boxL .name span {
    font-size: 1.6rem;
  }
}
.philosophyPage .sec02 .txList {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .txList {
    margin-top: 20px;
  }
}
.philosophyPage .sec02 .txList > li .tx {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .txList > li .tx {
    font-size: 1.2rem;
  }
}
.philosophyPage .sec02 .txList > li .subTx {
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .txList > li .subTx {
    font-size: 1.1rem;
  }
}
.philosophyPage .sec02 .txList > li .img01 {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .txList > li .img01 {
    border-radius: 3px;
  }
}
.philosophyPage .sec02 .txList > li .img01 {
  border: 1px solid #ddd;
  margin: 30px auto 10px;
}
@media screen and (max-width: 768px) {
  .philosophyPage .sec02 .txList > li .img01 {
    margin: 20px auto 10px;
  }
}
.philosophyPage .sec02 .txList > li .img01 img {
  border-radius: 0;
}

.historyPage .sec01 .pointList > li {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .historyPage .sec01 .pointList > li {
    margin-bottom: 35px;
  }
}
.historyPage .sec01 .pointList > li.last {
  margin-bottom: 0 !important;
}
.historyPage .sec01 .pointList > li .flL {
  float: left;
  margin-right: -4%;
}
@media screen and (max-width: 768px) {
  .historyPage .sec01 .pointList > li .flL {
    float: none;
    margin-right: auto;
  }
}
.historyPage .sec01 .pointList > li .flR {
  float: right;
}
@media screen and (max-width: 768px) {
  .historyPage .sec01 .pointList > li .flR {
    float: none;
  }
}
.historyPage .sec01 .pointList > li .imgBox {
  width: 52%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .historyPage .sec01 .pointList > li .imgBox {
    width: 90%;
  }
}
.historyPage .sec01 .pointList > li .imgBox.bd {
  border: 1px solid #ddd;
  border-radius: 35px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .historyPage .sec01 .pointList > li .imgBox.bd {
    border-radius: 16px;
  }
}
.historyPage .sec01 .pointList > li .txBox {
  width: 52%;
  display: inline-block;
  vertical-align: top;
  background: #f9f7f1;
  border-radius: 35px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .historyPage .sec01 .pointList > li .txBox {
    border-radius: 16px;
  }
}
.historyPage .sec01 .pointList > li .txBox {
  padding: 55px 95px 55px 55px;
  margin-top: 60px;
  min-height: 430px;
  height: auto;
  display: table;
}
@media screen and (max-width: 768px) {
  .historyPage .sec01 .pointList > li .txBox {
    width: 90%;
    padding: 40px 22px 25px 22px !important;
    min-height: auto;
    margin: -25px 0 0 auto;
  }
}
.historyPage .sec01 .pointList > li .txBox .in {
  display: table-cell;
  vertical-align: middle;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .historyPage .sec01 .pointList > li .txBox .in .ttlStyle_01 {
    font-size: 1.6rem;
  }
}
.historyPage .sec01 .pointList > li .txBox .in .tx {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .historyPage .sec01 .pointList > li .txBox .in .tx {
    font-size: 1.3rem;
  }
}
.historyPage .sec01 .pointList > li .txBox .in .btn {
  margin: 25px auto 0 0;
}
@media screen and (max-width: 768px) {
  .historyPage .sec01 .pointList > li .txBox .in .btn {
    margin-left: auto;
    margin-top: 15px;
  }
}
.historyPage .sec01 .pointList > li:nth-child(2n) .txBox {
  padding: 55px 55px 55px 95px;
}
.historyPage .sec02 .wrap {
  font-size: 0;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap {
    margin-top: 20px;
  }
}
.historyPage .sec02 .wrap .boxL {
  width: 200px;
  margin-right: 80px;
  display: inline-block;
  vertical-align: top;
  position: sticky;
  top: 120px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxL {
    top: calc(100vh - 110px);
    width: calc(100% + 40px);
    margin: 0 0 30px -20px;
    padding: 10px 20px 2px;
    background: #fff;
    z-index: 999;
  }
}
.historyPage .sec02 .wrap .boxL .linkList {
  text-align: center;
}
.historyPage .sec02 .wrap .boxL .linkList > li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxL .linkList > li {
    width: 32%;
    margin: 0 2% 2% 0;
    display: inline-block;
    vertical-align: top;
  }
}
.historyPage .sec02 .wrap .boxL .linkList > li a {
  border-radius: 90px;
  display: block;
  border: 1px solid #ec8029;
  padding: 8px;
  text-align: center;
  font-size: 1.5rem;
  color: #ec8029;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxL .linkList > li a {
    font-size: 1.1rem;
    padding: 3px 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .historyPage .sec02 .wrap .boxL .linkList > li a:hover {
    background: #111;
    border-color: #111;
    color: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .historyPage .sec02 .wrap .boxL .linkList > li a:hover {
    background: #111;
    border-color: #111;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxL .linkList > li:nth-child(3n) {
    margin-right: 0;
  }
}
.historyPage .sec02 .wrap .boxR {
  width: calc(100% - 280px);
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR {
    width: 100%;
    margin-top: -130px;
    padding-bottom: 170px;
  }
}
.historyPage .sec02 .wrap .boxR .ttlList > li {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .ttlList > li {
    border-radius: 3px;
  }
}
.historyPage .sec02 .wrap .boxR .ttlList > li {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding: 4px;
  background: #ec8029;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .ttlList > li {
    font-size: 1.3rem;
  }
}
.historyPage .sec02 .wrap .boxR .ttlList > li:nth-child(2) {
  background: #ffe463;
  color: #111;
}
.historyPage .sec02 .wrap .boxR .yearList > li {
  margin-bottom: 25px;
  position: relative;
  font-size: 0;
}
.historyPage .sec02 .wrap .boxR .yearList > li::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 5px;
  width: 2px;
  height: calc(100% + 30px);
  background: #fdf2e9;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li::before {
    left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .size13 {
    font-size: 1.1rem !important;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .eventList {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .eventList {
    margin-top: 30px;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .eventList > li {
  font-size: 1.3rem;
  padding-left: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .eventList > li {
    font-size: 1.1rem;
    line-height: 1.7;
    padding-left: 10px;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .eventList > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  height: 5px;
  width: 5px;
  background: #111;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .eventList > li::before {
    width: 4px;
    height: 4px;
    top: 8px;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .main {
  padding-left: 65px;
  position: relative;
  width: 48%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .main {
    padding-left: 27px;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .main::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fdf2e9;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .main::before {
    width: 18px;
    height: 18px;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .main::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 16px;
  width: 8px;
  height: 8px;
  background: #ec8029;
  border-radius: 90px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .main::after {
    width: 4px;
    height: 4px;
    top: 12px;
    left: 7px;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .main .year {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .main .year {
    font-size: 1.2rem;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .main .year span {
  font-family: "Lato", sans-serif;
  color: #ec8029;
  font-size: 3rem;
  display: inline-block;
  margin-right: 3px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .main .year span {
    font-size: 2rem;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .main .year small {
  font-size: 1.1rem;
  display: inline-block;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .main .year small {
    font-size: 1rem;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li {
  line-height: 1.7;
  font-size: 0;
}
.historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li span {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  width: 35px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li span {
    font-size: 1.4rem;
    display: block;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li span small {
  font-size: 1.1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li span small {
    font-size: 1rem;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li p {
  width: calc(100% - 35px);
  display: inline-block;
  vertical-align: top;
  font-size: 1.3rem;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li p {
    font-size: 1.1rem;
    width: 100%;
    display: block;
    margin-top: 0;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li p.ml {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li p.ml {
    margin-left: 0;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li .indList {
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li .indList {
    margin-left: 0;
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li.eventWrap {
  position: relative;
}
.historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li.eventWrap .eventList {
  position: absolute;
  right: -100%;
  top: 0;
  margin-top: 2px;
  width: calc(100% - 35px);
}
@media screen and (max-width: 768px) {
  .historyPage .sec02 .wrap .boxR .yearList > li .main .monthList > li.eventWrap .eventList {
    right: calc(-100% - 45px);
    width: calc(100% + 30px);
  }
}
.historyPage .sec02 .wrap .boxR .yearList > li.last {
  margin-bottom: 0 !important;
}
.historyPage .sec02 .wrap .boxR .yearList > li.last::before {
  content: none;
}

.systemPage .sec01 p, .systemPage .sec02 p, .systemPage .sec03 p, .systemPage .sec04 p, .systemPage .sec05 p, .systemPage .sec06 p, .systemPage .sec07 p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .systemPage .sec01 p, .systemPage .sec02 p, .systemPage .sec03 p, .systemPage .sec04 p, .systemPage .sec05 p, .systemPage .sec06 p, .systemPage .sec07 p {
    font-size: 1.3rem;
  }
}
.systemPage .sec01 .bg {
  padding: 100px 40px;
  text-align: center;
  background: url("../cmn_img/group/system/sec01_img01.png") no-repeat center center/contain;
}
@media screen and (max-width: 768px) {
  .systemPage .sec01 .bg {
    padding: 40px 25px;
    background-size: cover;
  }
}
.systemPage .sec01 .bg .tx {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .systemPage .sec01 .bg .tx {
    font-size: 1.3rem;
    text-align: left;
  }
}
.systemPage .sec01 .bg .tx.top {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .systemPage .sec01 .bg .tx.top {
    margin-top: 15px;
  }
}
.systemPage .sec02 .img01 {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
.systemPage .sec03 .ctList > li {
  vertical-align: middle;
}
.systemPage .sec04 .img01 {
  margin: 35px auto 0;
  max-width: 730px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .systemPage .sec04 .img01 {
    margin-top: 20px;
  }
}
.systemPage .sec06 .img01 {
  margin: 35px auto 0;
  max-width: 725px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .systemPage .sec06 .img01 {
    margin-top: 20px;
  }
}

.educationPage .sec01 .bg {
  background: url("../cmn_img/group/education/sec01_bg.png") no-repeat center center/100% 100%;
  padding: 70px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .educationPage .sec01 .bg {
    padding: 20px;
    background-image: url("../cmn_img/group/education/sec01_bg_sp.png");
    background-size: 120% 120%;
  }
}
.educationPage .sec01 .bg .tx {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .educationPage .sec01 .bg .tx {
    font-size: 1.3rem;
    text-align: left;
  }
}
.educationPage .sec02 .kijiList {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .kijiList {
    padding-top: 20px;
  }
}
.educationPage .sec02 .tx01 {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .tx01 {
    font-size: 1.3rem;
    text-align: left;
  }
}
.educationPage .sec02 .mokuhyoArea {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .mokuhyoArea {
    margin-top: 30px;
  }
}
.educationPage .sec02 .mokuhyoArea .mokuhyoList {
  display: inline-block;
  margin-top: -5px;
}
.educationPage .sec02 .mokuhyoArea .mokuhyoList > li {
  font-size: 1.6rem;
  text-align: left;
  padding-left: 45px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .mokuhyoArea .mokuhyoList > li {
    font-size: 1.3rem;
    padding-left: 33px;
    margin-bottom: 6px;
  }
}
.educationPage .sec02 .mokuhyoArea .mokuhyoList > li::before {
  content: "1";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 90px;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  width: 33px;
  height: 33px;
  text-align: center;
  padding: 7px;
  line-height: 1.7;
  background: #f9f7f1;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .mokuhyoArea .mokuhyoList > li::before {
    font-size: 1rem;
    width: 25px;
    height: 25px;
    padding: 4px 0;
  }
}
.educationPage .sec02 .mokuhyoArea .mokuhyoList > li:nth-child(2)::before {
  content: "2";
}
.educationPage .sec02 .mokuhyoArea .mokuhyoList > li:nth-child(3)::before {
  content: "3";
}
.educationPage .sec02 .mokuhyoArea .mokuhyoList > li:nth-child(4)::before {
  content: "4";
}
.educationPage .sec02 .mokuhyoArea .mokuhyoList > li:nth-child(5)::before {
  content: "5";
}
.educationPage .sec02 .mokuhyoArea .mokuhyoList > li:nth-child(6)::before {
  content: "6";
}
.educationPage .sec02 .mokuhyoArea .mokuhyoList > li:nth-child(7)::before {
  content: "7";
}
.educationPage .sec02 .infoList {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .infoList {
    margin-top: 30px;
  }
}
.educationPage .sec02 .infoList > li {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .infoList > li {
    border-radius: 3px;
  }
}
.educationPage .sec02 .infoList > li .ttl {
  background: #3448b2;
  padding: 3px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .infoList > li .ttl {
    font-size: 1.4rem;
    padding: 2px;
  }
}
.educationPage .sec02 .infoList > li .tx {
  padding: 30px 35px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .infoList > li .tx {
    font-size: 1.3rem;
    padding: 18px 20px;
  }
}
.educationPage .sec02 .infoList > li:nth-child(2) .ttl {
  background: #ec8029;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .kijiList {
    margin-top: 40px;
  }
}
.educationPage .sec02 .kijiList > li {
  position: relative;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .kijiList > li {
    margin-bottom: 35px;
  }
}
.educationPage .sec02 .kijiList > li .cmn_ofi {
  border-radius: 35px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .kijiList > li .cmn_ofi {
    border-radius: 16px;
  }
}
.educationPage .sec02 .kijiList > li .cmn_ofi img {
  border-radius: 0;
}
.educationPage .sec02 .kijiList > li .cate {
  position: absolute;
  top: 17px;
  right: 17px;
  font-size: 1.2rem;
  color: #3448b2;
  border: 1px solid #3448b2;
  border-radius: 90px;
  padding: 2px 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .kijiList > li .cate {
    top: 5px;
    right: 1px;
    padding: 0px 10px;
    font-size: 1rem;
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
}
.educationPage .sec02 .kijiList > li .cate.ore {
  color: #ec8029;
  border-color: #ec8029;
}
.educationPage .sec02 .kijiList > li .txWrap {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .kijiList > li .txWrap {
    margin-top: 12px;
  }
}
.educationPage .sec02 .kijiList > li .txWrap .num {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .kijiList > li .txWrap .num {
    border-radius: 3px;
  }
}
.educationPage .sec02 .kijiList > li .txWrap .num {
  font-size: 1.2rem;
  padding: 0 8px;
  color: #fff;
  background: #111;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .kijiList > li .txWrap .num {
    font-size: 1rem;
    margin-right: 6px;
    line-height: 1.7;
    padding: 0 6px;
  }
}
.educationPage .sec02 .kijiList > li .txWrap .day {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .kijiList > li .txWrap .day {
    font-size: 1.1rem;
    margin-right: 6px;
  }
}
.educationPage .sec02 .kijiList > li .txWrap .place {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .kijiList > li .txWrap .place {
    font-size: 1.1rem;
  }
}
.educationPage .sec02 .kijiList > li .txWrap .ttl {
  font-weight: 500;
  font-size: 1.8rem;
  display: block;
  margin-top: 5px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .kijiList > li .txWrap .ttl {
    font-size: 1.3rem;
  }
}
.educationPage .sec02 .kijiList > li .txWrap .sub {
  font-size: 1.4rem;
  color: #999;
  display: block;
  margin-top: 3px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .educationPage .sec02 .kijiList > li .txWrap .sub {
    font-size: 1.1rem;
  }
}

.recruitPage .sec01 {
  background: #fafaf9 url("../cmn_img/group/recruit/sec01_bg.png") no-repeat center top/100% auto;
  text-align: center;
  overflow: hidden;
}
.recruitPage .sec01 .copy {
  text-align: center;
  font-weight: 500;
  font-size: 5.4rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .copy {
    font-size: 2.8rem;
  }
}
.recruitPage .sec01 .txWrap {
  position: relative;
}
.recruitPage .sec01 .txWrap .img01 {
  width: 240px;
  position: absolute;
  top: 15%;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .txWrap .img01 {
    width: 120px;
    top: 70px;
    right: -45px;
  }
}
.recruitPage .sec01 .txWrap .img02 {
  width: 270px;
  position: absolute;
  top: 57%;
  left: -8%;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .txWrap .img02 {
    width: 140px;
    left: -50px;
  }
}
.recruitPage .sec01 .txWrap .img03 {
  width: 180px;
  position: absolute;
  bottom: -2%;
  right: -5%;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .txWrap .img03 {
    width: 120px;
    right: -25px;
    bottom: -50px;
  }
}
.recruitPage .sec01 .tx01 {
  line-height: 2.2;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .tx01 {
    font-size: 1.3rem;
    line-height: 2;
    position: relative;
    z-index: 9;
  }
}
.recruitPage .sec01 .tx01 .big01 {
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .tx01 .big01 {
    font-size: 1.4rem;
  }
}
.recruitPage .sec01 .tx02 {
  line-height: 2.2;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .tx02 {
    font-size: 1.5rem;
    line-height: 2;
    position: relative;
    z-index: 9;
  }
}
.recruitPage .sec01 .top {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .top {
    margin-top: 25px;
  }
}
.recruitPage .sec01 .bgArea {
  padding: 85px;
  background: url("../cmn_img/group/education/sec01_bg.png") no-repeat center center/100% 100%;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .bgArea {
    padding: 25px 20px;
    background-image: url("../cmn_img/group/education/sec01_bg_sp.png");
    background-size: 120% 120%;
  }
}
.recruitPage .sec01 .bgArea .tx {
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .recruitPage .sec01 .bgArea .tx {
    font-size: 1.2rem;
    text-align: left;
  }
}

.businessPage .sec01 .copy {
  font-size: 3.8rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .businessPage .sec01 .copy {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.businessPage .sec01 .copy span {
  font-weight: 500;
  display: block;
  color: #ec8029;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .businessPage .sec01 .copy span {
    font-size: 1.3rem;
  }
}
.businessPage .sec01 .tx01 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .businessPage .sec01 .tx01 {
    font-size: 1.2rem;
    margin-top: -5px;
  }
}
@media screen and (max-width: 768px) {
  .businessPage .sec01 .img01 {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.businessPage .sec02 .accordion {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion {
    margin-bottom: 10px;
  }
}
.businessPage .sec02 .accordion dt {
  background: #ec8029;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dt {
    border-radius: 3px;
  }
}
.businessPage .sec02 .accordion dt {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  padding: 8px;
  color: #fff;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dt {
    font-size: 1.4rem;
    padding: 6px;
  }
}
.businessPage .sec02 .accordion dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 14px;
  height: 2px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dt::before {
    width: 10px;
  }
}
.businessPage .sec02 .accordion dt::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: 21px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 14px;
  width: 2px;
  background: #fff;
  display: none;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dt::after {
    height: 10px;
    right: 19px;
  }
}
.businessPage .sec02 .accordion dt.open::after {
  display: block;
}
.businessPage .sec02 .accordion dd {
  padding: 35px;
  background: #f9f7f1;
  margin-top: 15px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dd {
    border-radius: 3px;
  }
}
.businessPage .sec02 .accordion dd {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dd {
    margin-top: 10px;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.businessPage .sec02 .accordion dd .btnList {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dd .btnList {
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.businessPage .sec02 .accordion dd .btnList > li {
  display: block;
}
.businessPage .sec02 .accordion dd .btnList > li .btnWrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.businessPage .sec02 .accordion dd .btnList > li .btnWrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dd .btnList > li .btnWrap a {
    border-radius: 3px;
  }
}
.businessPage .sec02 .accordion dd .btnList > li .btnWrap a {
  padding: 10px 60px 10px 20px;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.7;
  min-height: 70px;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dd .btnList > li .btnWrap a {
    padding: 8px 35px 8px 15px;
    font-size: 1.3rem;
    min-height: 45px;
  }
}
.businessPage .sec02 .accordion dd .btnList > li .btnWrap a p {
  display: inline-block;
  padding-right: 17px;
  background: url("../cmn_img/icon_link.png") no-repeat bottom 8px right/11px 11px;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dd .btnList > li .btnWrap a p {
    padding-right: 14px;
    background-size: 8px 8px;
    background-position: bottom 6px right;
  }
}
.businessPage .sec02 .accordion dd .btnList > li .btnWrap a .cmn_arw {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dd .btnList > li .btnWrap a .cmn_arw {
    right: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .businessPage .sec02 .accordion dd .btnList > li .btnWrap a:hover {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .businessPage .sec02 .accordion dd .btnList > li .btnWrap a:hover {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
.businessPage .sec02 .accordion dd .btnList > li .linkList {
  margin: 10px auto 5px 20px;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dd .btnList > li .linkList {
    margin: 10px auto 10px 15px;
  }
}
.businessPage .sec02 .accordion dd .btnList > li .linkList > li {
  display: block;
}
.businessPage .sec02 .accordion dd .btnList > li .linkList > li > a {
  text-decoration: underline;
  display: inline-block;
  font-size: 1.4rem;
  padding-right: 20px;
  background: url("../cmn_img/icon_link.png") no-repeat center right/11px 11px;
}
@media screen and (max-width: 768px) {
  .businessPage .sec02 .accordion dd .btnList > li .linkList > li > a {
    font-size: 1.2rem;
    background-size: 8px 8px;
    padding-right: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .businessPage .sec02 .accordion dd .btnList > li .linkList > li > a:hover {
    text-decoration: none;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .businessPage .sec02 .accordion dd .btnList > li .linkList > li > a:hover {
    text-decoration: none;
  }
}
.remodal.businessModal {
  max-width: 1000px;
  background: #f9f7f1;
  padding: 55px;
}
@media screen and (max-width: 768px) {
  .remodal.businessModal {
    padding: 20px;
  }
}
.remodal.businessModal .logoList {
  text-align: left;
}
.remodal.businessModal .logoList > li a {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .remodal.businessModal .logoList > li a {
    border-radius: 3px;
  }
}
.remodal.businessModal .logoList > li a {
  text-align: center;
  display: block;
  padding: 5px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .remodal.businessModal .logoList > li a {
    height: 65px;
  }
}
.remodal.businessModal .logoList > li a p {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.remodal.businessModal .logoList > li a p span {
  display: table-cell;
  vertical-align: middle;
}
.remodal.businessModal .logoList > li a p span img {
  margin: 0 auto;
  max-width: 90%;
  max-height: 80px;
  display: block;
}
@media screen and (max-width: 768px) {
  .remodal.businessModal .logoList > li a p span img {
    max-height: 60px;
    max-width: 93%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .remodal.businessModal .logoList > li a:hover {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .remodal.businessModal .logoList > li a:hover {
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
  }
}

.magazinePage .sec01 .readTx {
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .magazinePage .sec01 .readTx {
    font-size: 1.4rem;
  }
}
.magazinePage .sec01 .magazineList > li {
  margin-top: 80px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .magazinePage .sec01 .magazineList > li {
    margin-top: 60px;
  }
}
.magazinePage .sec01 .magazineList > li .boxL {
  width: 25%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .magazinePage .sec01 .magazineList > li .boxL {
    width: 100%;
    margin: 0 0 15px;
  }
}
.magazinePage .sec01 .magazineList > li .boxL .img {
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .magazinePage .sec01 .magazineList > li .boxL .img {
    border-radius: 3px;
  }
}
@media screen and (max-width: 768px) {
  .magazinePage .sec01 .magazineList > li .boxL .img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
}
.magazinePage .sec01 .magazineList > li .boxL .img img {
  border-radius: 0;
  width: 100%;
}
.magazinePage .sec01 .magazineList > li .boxR {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .magazinePage .sec01 .magazineList > li .boxR {
    width: 100%;
  }
}
.magazinePage .sec01 .magazineList > li .boxR .list01 > li {
  font-size: 1.6rem;
  padding-left: 22px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .magazinePage .sec01 .magazineList > li .boxR .list01 > li {
    font-size: 1.3rem;
    padding-left: 16px;
  }
}
.magazinePage .sec01 .magazineList > li .boxR .list01 > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  background: #111;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  .magazinePage .sec01 .magazineList > li .boxR .list01 > li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
}
.magazinePage .sec01 .magazineList > li .boxR .list01 > li .list02 {
  margin: 3px 0;
}
.magazinePage .sec01 .magazineList > li .boxR .list01 > li .list02 > li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .magazinePage .sec01 .magazineList > li .boxR .list01 > li .list02 > li {
    font-size: 1.2rem;
  }
}
.magazinePage .sec01 .magazineList > li .boxR .btnStyle_02 {
  text-align: left;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .magazinePage .sec01 .magazineList > li .boxR .btnStyle_02 {
    margin-top: 10px;
  }
}
.magazinePage .sec01 .magazineList > li .boxR .btnStyle_02 a .btnTx {
  width: calc(100% - 57px);
}
@media screen and (max-width: 768px) {
  .magazinePage .sec01 .magazineList > li .boxR .btnStyle_02 a .btnTx {
    width: calc(100% - 40px);
  }
}
.magazinePage .sec01 .magazineList > li .boxR .btnStyle_02 a .btnTx::before {
  content: none;
}
.magazinePage .sec01 .magazineList > li .boxR .btnStyle_02 a .btnTx small {
  display: inline;
  border-bottom: 1px solid #111;
}
@media (hover: hover) and (pointer: fine) {
  .magazinePage .sec01 .magazineList > li .boxR .btnStyle_02:hover {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .magazinePage .sec01 .magazineList > li .boxR .btnStyle_02:hover {
    -webkit-transform: translateX(3px);
        -ms-transform: translateX(3px);
            transform: translateX(3px);
  }
}

.bookPage .sec01 .copy {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bookPage .sec01 .copy {
    font-size: 2rem;
  }
}
.bookPage .sec01 .tx {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bookPage .sec01 .tx {
    font-size: 1.3rem;
    text-align: left;
  }
}
.bookPage .sec01 .btnWrap {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .bookPage .sec01 .btnWrap {
    margin-top: 30px;
  }
}
.bookPage .sec01 .tyoshoBox {
  padding: 50px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bookPage .sec01 .tyoshoBox {
    border-radius: 3px;
  }
}
.bookPage .sec01 .tyoshoBox {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .bookPage .sec01 .tyoshoBox {
    padding: 25px;
  }
}
.bookPage .sec01 .tyoshoBox .bookList > li {
  font-size: 0;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bookPage .sec01 .tyoshoBox .bookList > li {
    margin-bottom: 10px;
  }
}
.bookPage .sec01 .tyoshoBox .bookList > li .img {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .bookPage .sec01 .tyoshoBox .bookList > li .img {
    width: 35%;
    margin-right: 7%;
  }
}
.bookPage .sec01 .tyoshoBox .bookList > li .img img {
  border-radius: 0;
}
.bookPage .sec01 .tyoshoBox .bookList > li .txBox {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .bookPage .sec01 .tyoshoBox .bookList > li .txBox {
    width: 58%;
  }
}
.bookPage .sec01 .tyoshoBox .bookList > li .txBox .ttl {
  font-weight: 500;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .bookPage .sec01 .tyoshoBox .bookList > li .txBox .ttl {
    font-size: 1.4rem;
  }
}
.bookPage .sec01 .tyoshoBox .bookList > li .txBox .infoTx {
  margin-top: 4px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .bookPage .sec01 .tyoshoBox .bookList > li .txBox .infoTx {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .bookPage .sec01 .tyoshoBox .bookList > li.last {
    margin-bottom: 0;
  }
}
.bookPage .sec02 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .bookPage .sec02 {
    margin-top: 50px;
  }
}
.bookPage .sec02 .cateList > li {
  margin-bottom: 10px;
  font-size: 0;
  background: #f9f7f1;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bookPage .sec02 .cateList > li {
    border-radius: 3px;
  }
}
.bookPage .sec02 .cateList > li {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .bookPage .sec02 .cateList > li {
    padding: 12px 20px;
    margin-bottom: 5px;
  }
}
.bookPage .sec02 .cateList > li .ttl {
  width: 240px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .bookPage .sec02 .cateList > li .ttl {
    width: 100%;
    text-align: center;
    border: none;
    font-size: 1.4rem;
  }
}
.bookPage .sec02 .cateList > li .tx {
  width: calc(100% - 240px);
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .bookPage .sec02 .cateList > li .tx {
    width: 100%;
    display: block;
    padding: 0;
    font-size: 1.2rem;
  }
}
.bookPage .sec03 {
  padding-top: 60px;
}
.bookPage .sec03 .newsList > li a .day {
  width: 85px;
}
@media screen and (max-width: 768px) {
  .bookPage .sec03 .newsList > li a .day {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
  }
}
.bookPage .sec03 .newsList > li a .cate {
  width: 160px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  text-align: center;
  border: 1px solid #ec8029;
  color: #ec8029;
  font-size: 1.2rem;
  border-radius: 90px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .bookPage .sec03 .newsList > li a .cate {
    width: 135px;
    font-size: 1rem;
  }
}
.bookPage .sec03 .newsList > li a .tx {
  width: calc(100% - 260px);
}
@media screen and (max-width: 768px) {
  .bookPage .sec03 .newsList > li a .tx {
    width: 100%;
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .kaigosyogukaizenPage .sec01 .tbl01 tr th, .kaigosyogukaizenPage .sec01 .tbl01 tr td {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .kaigosyogukaizenPage .sec01 .tbl01 tr th:nth-child(1) {
    width: 22% !important;
    padding: 8px;
  }
}

.newsPage_detail .sec01 .ttlArea {
  margin-bottom: 35px;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.newsPage_detail .sec01 .ttlArea::before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 3px;
  width: 50px;
  background: #ec8029;
}
.newsPage_detail .sec01 .ttlArea .day {
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 768px) {
  .newsPage_detail .sec01 .ttlArea .day {
    font-size: 1.1rem;
  }
}
.newsPage_detail .sec01 .ttlArea .kijiTtl {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .newsPage_detail .sec01 .ttlArea .kijiTtl {
    font-size: 2rem;
  }
}
.newsPage_detail.education .sec01 .ttlArea .cate {
  font-size: 1.3rem;
  color: #3448b2;
  border: 1px solid #3448b2;
  border-radius: 90px;
  padding: 2px 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .newsPage_detail.education .sec01 .ttlArea .cate {
    margin-right: 6px;
    font-size: 1.1rem;
    padding: 0 10px 1px;
  }
}
.newsPage_detail.education .sec01 .ttlArea .cate.ore {
  color: #ec8029;
  border-color: #ec8029;
}
.newsPage_detail.education .sec01 .ttlArea .num {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .newsPage_detail.education .sec01 .ttlArea .num {
    border-radius: 3px;
  }
}
.newsPage_detail.education .sec01 .ttlArea .num {
  overflow: hidden;
  font-size: 1.3rem;
  padding: 0 8px;
  color: #fff;
  background: #111;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .newsPage_detail.education .sec01 .ttlArea .num {
    font-size: 1.1rem;
    margin-right: 6px;
  }
}
.newsPage_detail.education .sec01 .ttlArea .day, .newsPage_detail.education .sec01 .ttlArea .place {
  font-size: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .newsPage_detail.education .sec01 .ttlArea .day, .newsPage_detail.education .sec01 .ttlArea .place {
    font-size: 1.3rem;
    margin-right: 6px;
  }
}
.newsPage_detail.education .sec01 .ttlArea .place {
  margin-right: 0 !important;
}
.newsPage_detail.education .sec01 .ttlArea .kijiTtl {
  margin: 10px auto 3px;
}
.newsPage_detail.education .sec01 .ttlArea .sub {
  font-size: 1.5rem;
  color: #999;
}
@media screen and (max-width: 768px) {
  .newsPage_detail.education .sec01 .ttlArea .sub {
    font-size: 1.3rem;
  }
}

.contactPage .sec01 .tbl01 tr th, .contactPage .sec01 .tbl01 tr td {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .tbl01 tr th, .contactPage .sec01 .tbl01 tr td {
    font-size: 1.2rem;
  }
}
.contactPage .sec01 .tbl01 tr td {
  text-align: center;
}
.contactPage .sec01 .tbl01 tr td a {
  font-size: 1.7rem;
  font-family: "Lato", sans-serif;
  display: inline-block;
  padding-left: 18px;
  background: url("../cmn_img/icon_tel_ore.png") no-repeat center left/11px 15px;
}
@media screen and (max-width: 768px) {
  .contactPage .sec01 .tbl01 tr td a {
    font-size: 1.3rem;
    padding-left: 14px;
    background-size: 9px 12px;
  }
}

.sitemapPage .sec01 .linkList01 > li {
  margin-bottom: 0;
}
.sitemapPage .sec01 .linkList01 > li > a {
  display: block;
  padding: 20px 0;
  font-size: 1.8rem;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .sitemapPage .sec01 .linkList01 > li > a {
    font-size: 1.3rem;
    padding: 12px 0;
  }
}
.sitemapPage .sec01 .linkList01 > li > a .cmn_arw {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .sitemapPage .sec01 .linkList01 > li > a .cmn_arw {
    width: 20px;
    height: 20px;
  }
}
.sitemapPage .sec01 .linkList01 > li .linkList02 {
  margin-top: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sitemapPage .sec01 .linkList01 > li .linkList02 {
    margin-bottom: 15px;
  }
}
.sitemapPage .sec01 .linkList01 > li .linkList02 > li {
  margin-bottom: 0;
}
.sitemapPage .sec01 .linkList01 > li .linkList02 > li > a {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .sitemapPage .sec01 .linkList01 > li .linkList02 > li > a {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sitemapPage .sec01 .linkList01 > li .linkList02 > li > a:hover {
    text-decoration: underline;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sitemapPage .sec01 .linkList01 > li .linkList02 > li > a:hover {
    text-decoration: underline;
  }
}

.groupPage .sec01 .aboutList > li {
  font-size: 1.5rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .groupPage .sec01 .aboutList > li {
    font-size: 1.2rem;
    margin-bottom: 35px;
  }
}
.groupPage .sec01 .aboutList > li .imgBox {
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .groupPage .sec01 .aboutList > li .imgBox {
    border-radius: 3px;
  }
}
.groupPage .sec01 .aboutList > li .imgBox {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.groupPage .sec01 .aboutList > li .txBox {
  text-align: center;
  margin-top: -2px;
}
.groupPage .sec01 .aboutList > li .txBox .ttl {
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.65;
  background: url("../cmn_img/group/education/sec01_bg.png") no-repeat center center/120% 120%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .groupPage .sec01 .aboutList > li .txBox .ttl {
    border-radius: 3px;
  }
}
.groupPage .sec01 .aboutList > li .txBox .ttl {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 8px 5px 10px;
}
@media screen and (max-width: 768px) {
  .groupPage .sec01 .aboutList > li .txBox .ttl {
    font-size: 1.4rem;
    padding: 6px 0 8px;
  }
}
.groupPage .sec01 .aboutList > li .txBox .ttl span {
  display: block;
  font-size: 1.4rem;
  border-radius: 90px;
  display: inline-block;
  display: block;
}
@media screen and (max-width: 768px) {
  .groupPage .sec01 .aboutList > li .txBox .ttl span {
    font-size: 1.1rem;
  }
}
.groupPage .sec01 .aboutList > li .txBox .tx {
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .groupPage .sec01 .aboutList > li .txBox .tx {
    margin-top: 8px;
  }
}
.groupPage .sec01 .aboutList > li .txBox .btnStyle_02 {
  text-align: left;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .groupPage .sec01 .aboutList > li .txBox .btnStyle_02 {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .groupPage .sec01 .aboutList > li .txBox .btnStyle_02 .cmn_arw {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .groupPage .sec01 .aboutList > li .txBox .btnStyle_02 .btnTx {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .healthPage .sec03 .tbl01 {
    width: 550px;
  }
}
.healthPage .sec03 .tbl01 tr th, .healthPage .sec03 .tbl01 tr td {
  font-size: 1.4rem;
  vertical-align: middle;
  text-align: left;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .healthPage .sec03 .tbl01 tr th, .healthPage .sec03 .tbl01 tr td {
    padding: 8px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .healthPage .sec03 .tbl01 tr th.w40, .healthPage .sec03 .tbl01 tr td.w40 {
    width: 35% !important;
  }
}