@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値
	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
400：Regular
600：Demi（デフォルト）
700：Bold
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/* -----------------------------------------------------------------------------

local common

----------------------------------------------------------------------------- */
.mod_main {
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .cont_tit .catch {
    font-size: 0.25rem;
  }
}

/* -----------------------------------------------------------------------------

contents

----------------------------------------------------------------------------- */
.sec_feature {
  position: relative;
}
.sec_feature_detail {
  position: relative;
  width: 100%;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 640px) {
  .sec_feature_detail {
    padding-bottom: 0.8rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .feature01_deco01 {
    width: 1.77rem;
    top: -1.9rem;
    left: calc(50% - 8.4rem);
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .feature01_deco01 {
    width: 0.94rem;
    top: -1.85rem;
    left: calc(50% - 58.66vw);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .feature01_dot01 {
    width: 3.21rem;
    top: -3.1rem;
    z-index: -1;
    left: calc(50% - 5.44rem);
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .feature01_dot01 {
    width: 1.32rem;
    top: -2.6rem;
    z-index: -1;
    right: calc(50% - 58vw);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .feature02_deco01 {
    width: 1.58rem;
    top: 4rem;
    right: calc(50% - 8.4rem);
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .feature02_deco01 {
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .feature02_dot01 {
    width: 3.21rem;
    top: -2.2rem;
    right: calc(50% - 8rem);
    z-index: -1;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .feature02_dot01 {
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .feature03_dot01 {
    width: 3.21rem;
    top: -0.65rem;
    left: calc(50% - 8.4rem);
    z-index: -1;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .feature03_dot01 {
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .feature03_dot02 {
    width: 3.21rem;
    top: -3.4rem;
    right: calc(50% - 8.4rem);
    z-index: -1;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .feature03_dot02 {
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .feature04_dot01 {
    width: 3.21rem;
    top: -0.65rem;
    right: calc(50% - 8.72rem);
    z-index: -1;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .feature04_dot01 {
    display: none;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .feature05_dot01 {
    width: 3.21rem;
    top: -0.65rem;
    right: calc(50% - 8.4rem);
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .feature05_dot01 {
    display: none;
  }
}
.sec_feature .sec_tit {
  max-width: 12.2rem;
  width: 100%;
  margin: auto;
  margin-top: 1.25rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .sec_tit {
    text-align: center;
    margin-top: 1rem;
  }
}
.sec_feature .feature_item {
  position: relative;
}
.sec_feature .feature_item_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 14.72rem;
  width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_feature .feature_item_inner {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .feature_item .num_tit {
    max-width: calc(100% - 0.64rem);
    width: 100%;
    margin: auto;
  }
}
.sec_feature .feature_item .txt {
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 2.3;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .feature_item .txt {
    line-height: 1.8;
    margin: auto;
    margin-top: 0.3rem;
  }
}
.sec_feature .feature_item .mv {
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec_feature .-item01 .feature_item_inner {
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
  padding-left: 1.3rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item01 .feature_item_inner {
    padding: 0;
    margin-top: 0.6rem;
  }
}
.sec_feature .-item01 .feature_item_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.8rem;
  left: calc(50% - 1.1rem);
  right: calc(50% - 50vw);
  height: 4.54rem;
  background-color: #ECF9FF;
  border-radius: 2.27rem 0 0 2.27rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item01 .feature_item_inner::before {
    top: 0.7rem;
    left: calc(50% - 34.13vw);
    right: 0;
    height: 53.33vw;
    border-radius: 26.665vw 0 0 26.665vw;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .-item01 .mv {
    position: absolute;
    right: 0;
    top: -0.2rem;
    width: 7.83rem;
    height: 4.82rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .-item01 .mv {
    position: relative;
    width: calc(100% - 0.32rem);
    height: 58.66vw;
    border-radius: 0.1rem 0 0 0.1rem;
    margin-left: 0.32rem;
    margin-top: 0.4rem;
  }
}
.sec_feature .-item01 .txt {
  width: 4.05rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item01 .txt {
    width: calc(100% - 0.64rem);
  }
}
.sec_feature .-item02 .feature_item_inner {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  padding-bottom: 1.35rem;
  padding-left: 9.2rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_inner {
    margin-top: 1rem;
    padding: 0;
  }
}
.sec_feature .-item02 .mv_box {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  max-width: 7.6rem;
  padding-left: 3.17rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .mv_box {
    position: relative;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.2rem;
    margin-top: 0.6rem;
    padding-left: calc(100% - 52.26vw);
  }
}
.sec_feature .-item02 .mv_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0.56rem;
  left: calc(7.36rem - 50vw);
  right: -0.9rem;
  height: 4.54rem;
  border-radius: 0 2.27rem 2.27rem 0;
  background-color: #ECF9FF;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .mv_box::before {
    top: -0.24rem;
    left: 0;
    right: calc(50% - 33vw);
    height: 67.46vw;
    border-radius: 0 33.73vw 33.73vw 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .-item02 .mv_box picture {
    border-radius: 0.1rem;
  }
}
.sec_feature .-item02 .mv_box picture {
  overflow: hidden;
}
.sec_feature .-item02 .mv_box .mv_ph01 {
  width: 4.41rem;
  height: 3.25rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .mv_box .mv_ph01 {
    width: 52.26vw;
    height: 39.73vw;
    border-radius: 0.1rem 0 0 0.1rem;
  }
}
.sec_feature .-item02 .mv_box .mv_ph02 {
  position: absolute;
  left: 0;
  width: 2.93rem;
  height: 3.26rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .mv_box .mv_ph02 {
    width: 42.4vw;
    height: 54.66vw;
    border-radius: 0 0.1rem 0.1rem 0;
  }
}
.sec_feature .-item02 .mv_box .mv_ph03 {
  width: 3.12rem;
  height: 2.05rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .mv_box .mv_ph03 {
    width: 43.46vw;
    height: 26.66vw;
    border-radius: 0.1rem;
  }
}
.sec_feature .-item02 .txt {
  width: 4.4rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .txt {
    width: calc(100% - 0.64rem);
  }
}
.sec_feature .-item02 .link {
  margin-top: 0.3rem;
}
.sec_feature .-item02 .link .btn01 {
  margin: 0;
}
.sec_feature .-item02 .feature_item_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.55rem;
  max-width: 9.2rem;
  width: 100%;
  margin: auto;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
    max-width: calc(100% - 0.64rem);
    margin-top: 0.4rem;
  }
}
.sec_feature .-item02 .feature_item_detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  max-width: 4.3rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_detail .item {
    gap: 0.2rem;
    max-width: 100%;
  }
}
.sec_feature .-item02 .feature_item_detail .item .ph {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_detail .item .ph {
    width: 29.33vw;
    height: 29.33vw;
    border-radius: 0.05rem;
  }
}
.sec_feature .-item02 .feature_item_detail .item .title {
  font-size: 0.15rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_detail .item .title {
    font-size: 0.13rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_detail .item:not(.-large) + .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.sec_feature .-item02 .feature_item_detail .-large {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 0.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .-item02 .feature_item_detail .-large {
    background-color: #FFFAEC;
    border-radius: 0.1rem;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_detail .-large {
    display: block;
    margin: auto;
    margin-top: 0.35rem;
    padding: 0;
    padding-bottom: 0.32rem;
  }
  .sec_feature .-item02 .feature_item_detail .-large::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0.2rem;
    bottom: 0;
    left: -0.16rem;
    right: -0.32rem;
    background-color: #FFFAEC;
    border-radius: 0.1rem 0 0 0.1rem;
  }
}
.sec_feature .-item02 .feature_item_detail .-large .ph {
  width: 3.41rem;
  height: 2.08rem;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_detail .-large .ph {
    width: 74.66vw;
    height: 45.33vw;
    border-radius: 0;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_detail .-large .txt_box {
    position: relative;
    text-align: center;
    margin-top: -0.1rem;
  }
}
.sec_feature .-item02 .feature_item_detail .-large .-deco_marker {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 0.8;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_detail .-large .-deco_marker {
    font-size: 0.12rem;
    padding: 0 0.1rem;
  }
}
.sec_feature .-item02 .feature_item_detail .-large .-deco_marker::before {
  top: calc(50% - 0.16rem);
  height: 0.32rem;
  border-radius: 0.16rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_detail .-large .-deco_marker::before {
    top: calc(50% - 0.1rem);
    height: 0.2rem;
    border-radius: 0.1rem;
  }
}
.sec_feature .-item02 .feature_item_detail .-large .title {
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_detail .-large .title {
    font-size: 0.18rem;
    line-height: 1.5;
    margin-top: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .-item02 .feature_item_detail .link {
    margin-top: 0.1rem;
  }
  .sec_feature .-item02 .feature_item_detail .link .btn01 {
    margin: auto;
  }
}
.sec_feature .-item03 .feature_item_inner {
  position: relative;
  min-height: 4.82rem;
  margin-top: 1.85rem;
  padding-left: 1.3rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item03 .feature_item_inner {
    min-height: 0;
    padding: 0;
    margin-top: 0.95rem;
  }
}
.sec_feature .-item03 .feature_item_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.64rem;
  left: calc(50% - 1.1rem);
  right: calc(50% - 50vw);
  height: 4.54rem;
  background-color: #ECF9FF;
  border-radius: 2.57rem 0 0 2.57rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item03 .feature_item_inner::before {
    top: 0.7rem;
    left: calc(50% - 33vw);
    right: 0;
    height: 53.33vw;
    border-radius: 26.66vw 0 0 26.66vw;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_feature .-item03 .mv {
    position: absolute;
    right: calc(50% - 7.36rem);
    top: 0;
    width: 7.98rem;
    height: 4.82rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .-item03 .mv {
    position: relative;
    width: calc(100% - 0.32rem);
    height: 58.66vw;
    border-radius: 0 0.1rem 0.1rem 0;
    margin-top: 0.4rem;
  }
}
.sec_feature .-item03 .txt {
  width: 4.05rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item03 .txt {
    width: calc(100% - 0.64rem);
    margin-top: 0.2rem;
  }
}
.sec_feature .-item03 .link {
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .-item03 .link .btn01 {
    margin: 0;
  }
}
.sec_feature .-item04 .feature_item_inner {
  position: relative;
  min-height: 4.82rem;
  margin-top: 1.85rem;
  padding-left: 9.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item04 .feature_item_inner {
    position: relative;
    min-height: 0;
    margin-top: 0.8rem;
    padding: 0;
  }
}
.sec_feature .-item04 .feature_item_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.65rem;
  left: calc(7.36rem - 50vw);
  right: calc(50% - 1.1rem);
  height: 4.54rem;
  background-color: #ECF9FF;
  border-radius: 0 2.27rem 2.27rem 0;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item04 .feature_item_inner::before {
    top: 0.7rem;
    left: 0;
    right: calc(50% - 33vw);
    height: 53.33vw;
    border-radius: 0 26.665vw 26.665vw 0;
  }
}
.sec_feature .-item04 .mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.94rem;
  height: 4.82rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item04 .mv {
    position: static;
    width: calc(100% - 0.32rem);
    height: 58.66vw;
    margin-left: 0.32rem;
    margin-top: 0.4rem;
    border-radius: 0.1rem 0 0 0.1rem;
  }
}
.sec_feature .-item04 .txt {
  width: 3.9rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item04 .txt {
    width: calc(100% - 0.64rem);
    margin-top: 0.25rem;
  }
}
.sec_feature .-item04 .link {
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .-item04 .link .btn01 {
    margin: 0;
  }
}
.sec_feature .-item05 .feature_item_inner {
  position: relative;
  min-height: 4.82rem;
  margin-top: 1.84rem;
  padding-left: 1.28rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item05 .feature_item_inner {
    position: relative;
    min-height: 0;
    margin-top: 0.8rem;
    padding: 0;
  }
}
.sec_feature .-item05 .feature_item_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.65rem;
  left: calc(50% - 1.1rem);
  right: calc(50% - 50vw);
  height: 4.54rem;
  background-color: #ECF9FF;
  border-radius: 2.27rem 0 0 2.27rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item05 .feature_item_inner::before {
    top: 0.8rem;
    right: 0;
    left: calc(50% - 33vw);
    height: 53.33vw;
    border-radius: 26.665vw 0 0 26.665vw;
  }
}
.sec_feature .-item05 .mv {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.98rem;
  height: 4.82rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item05 .mv {
    position: static;
    width: calc(100% - 0.32rem);
    height: 58.66vw;
    margin-top: 0.5rem;
    border-radius: 0 0.1rem 0.1rem 0;
  }
}
.sec_feature .-item05 .txt {
  width: 4rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item05 .txt {
    width: calc(100% - 0.64rem);
    margin-top: 0.25rem;
  }
}
.sec_feature .-item05 .link {
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .-item05 .link .btn01 {
    margin: 0;
  }
}
.sec_feature .-item06 .feature_item_inner {
  position: relative;
  min-height: 4.82rem;
  margin-top: 1.85rem;
  padding-left: 9.5rem;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item06 .feature_item_inner {
    position: relative;
    min-height: 0;
    margin-top: 0.95rem;
    padding: 0;
  }
}
.sec_feature .-item06 .feature_item_inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -0.65rem;
  left: calc(7.36rem - 50vw);
  right: calc(50% - 1.1rem);
  height: 4.54rem;
  background-color: #ECF9FF;
  border-radius: 0 2.27rem 2.27rem 0;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item06 .feature_item_inner::before {
    top: 0.65rem;
    left: 0;
    right: calc(50% - 33vw);
    height: 53.33vw;
    border-radius: 0 26.665vw 26.665vw 0;
  }
}
.sec_feature .-item06 .mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.94rem;
  height: 4.82rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item06 .mv {
    position: static;
    width: calc(100% - 0.32rem);
    height: 58.66vw;
    margin-left: 0.32rem;
    margin-top: 0.7rem;
    border-radius: 0.1rem 0 0 0.1rem;
  }
}
.sec_feature .-item06 .txt {
  width: 3.9rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item06 .txt {
    width: calc(100% - 0.64rem);
    margin-top: 0.25rem;
  }
}
.sec_feature .-item06 .link {
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .-item06 .link .btn01 {
    margin: 0;
  }
}
.sec_feature .-item07 {
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item07 {
    position: static;
  }
}
.sec_feature .-item07 .feature_item_inner {
  position: relative;
  max-width: 12.16rem;
  min-height: 3.8rem;
  margin: auto;
  margin-top: 1.2rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item07 .feature_item_inner {
    max-width: 100%;
    min-height: 0;
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_feature .-item07 .num_tit .title {
    font-size: 0.17rem;
  }
}
.sec_feature .-item07 .txt {
  width: 4.1rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item07 .txt {
    width: calc(100% - 0.64rem);
  }
}
.sec_feature .-item07 .link {
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 641px) {
  .sec_feature .-item07 .link .btn01 {
    margin: 0;
  }
}
.sec_feature .-item07 .access_map {
  position: absolute;
  right: 0.32rem;
  top: 0;
  width: 6.38rem;
  height: 3.8rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item07 .access_map {
    position: static;
    width: calc(100% - 0.64rem);
    height: 61.86vw;
    margin: auto;
    margin-top: 0.34rem;
  }
}
.sec_feature .-item07 .access_map iframe {
  width: 100%;
  height: 100%;
}
.sec_feature .-item07 .feature_item_detail {
  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;
  width: 9.2rem;
  background-color: #FFFAEC;
  border-radius: 0.1rem;
  margin: auto;
  margin-top: 0.35rem;
  padding: 0.45rem 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item07 .feature_item_detail {
    position: static;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 0.16rem);
    margin-left: 0.16rem;
    margin-top: 0.4rem;
    padding: 0.24rem 0.32rem;
    border-radius: 0.1rem 0 0 0.1rem;
  }
}
.sec_feature .-item07 .feature_item_detail .item .-deco_marker {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 0.8;
  margin-right: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item07 .feature_item_detail .item .-deco_marker {
    font-size: 0.12rem;
    margin-right: 0.05rem;
    padding: 0 0.07rem;
  }
}
.sec_feature .-item07 .feature_item_detail .item .-deco_marker::before {
  top: calc(50% - 0.16rem);
  height: 0.32rem;
  border-radius: 0.16rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item07 .feature_item_detail .item .-deco_marker::before {
    top: calc(50% - 0.11rem);
    height: 0.2rem;
    border-radius: 0.1rem;
  }
}
.sec_feature .-item07 .feature_item_detail .item dt {
  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;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item07 .feature_item_detail .item dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.18rem;
    line-height: 1.5;
    margin-right: -0.32rem;
  }
}
.sec_feature .-item07 .feature_item_detail .item dd {
  line-height: 2.3;
  text-align: center;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_feature .-item07 .feature_item_detail .item dd {
    text-align: left;
    line-height: 1.8;
    margin-top: 0.1rem;
  }
}

.sec_teacher {
  position: relative;
  background-color: #1591D8;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 641px) {
  .sec_teacher {
    background-image: url("../img/about/teacher_dot_bg01.svg"), url("../img/about/teacher_dot_bg02.svg");
    background-size: 3.2rem auto, 3.21rem auto;
    background-position: calc(50% - 7.3rem) -0.4rem, calc(50% + 7.05rem) calc(100% + 0.7rem);
  }
}
@media screen and (max-width: 640px) {
  .sec_teacher {
    background-image: url("../img/about/teacher_dot_bg01_sp.svg"), url("../img/about/teacher_dot_bg01_sp.svg");
    background-size: 1.22rem auto, 1.32rem auto;
    background-position: calc(50% + 35vw) -0.05rem, -0.55rem calc(100% + 0.55rem);
  }
}
.sec_teacher_detail {
  position: relative;
  max-width: 12.16rem;
  width: 100%;
  margin: auto;
  padding: 0.8rem 0;
}
@media screen and (max-width: 640px) {
  .sec_teacher_detail {
    max-width: 100%;
    padding: 0.5rem 0;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_teacher .teacher_deco01 {
    width: 1.7rem;
    top: -1rem;
    right: calc(50% - 8.46rem);
  }
}
@media screen and (max-width: 640px) {
  .sec_teacher .teacher_deco01 {
    width: 0.91rem;
    top: 0.9rem;
    right: calc(50% - 56vw);
  }
}
.sec_teacher .sec_tit {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_teacher .sec_tit {
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_teacher .mv {
    position: absolute;
    top: 0.8rem;
    left: 4.3rem;
    width: 4.54rem;
    height: 4.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_teacher .mv {
    position: relative;
    width: calc(100% - 0.64rem);
    height: 72vw;
    margin: auto;
    margin-top: 0.4rem;
  }
}
.sec_teacher .mv .ph {
  width: 100%;
  height: 100%;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec_teacher .mv .-en {
  position: absolute;
  bottom: -0.2rem;
  left: -0.2rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.5rem;
  letter-spacing: 0;
  line-height: 1;
  color: #F8B200;
}
@media screen and (max-width: 640px) {
  .sec_teacher .mv .-en {
    font-size: 0.44rem;
    left: -0.15rem;
  }
}
.sec_teacher .profile_item {
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .sec_teacher .profile_item {
    margin-top: 0.5rem;
  }
}
.sec_teacher .profile_item .item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.12rem;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .sec_teacher .profile_item .item_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.2rem;
  }
}
.sec_teacher .profile_item .item_title .position {
  font-size: 0.15rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.sec_teacher .profile_item .item_txt {
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.3;
  color: #fff;
  width: 3.45rem;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 0.25rem;
}
@media screen and (max-width: 640px) {
  .sec_teacher .profile_item .item_txt {
    width: calc(100% - 0.64rem);
    margin: auto;
    margin-top: 0.2rem;
    line-height: 1.8;
  }
}
.sec_teacher .profile_item .item_detail {
  padding: 0.15rem;
  border-radius: 0.1rem;
  border: 1px solid #212121;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .sec_teacher .profile_item .item_detail {
    position: absolute;
    top: 0.8rem;
    right: 0;
    width: 3.1rem;
    height: 4.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_teacher .profile_item .item_detail {
    width: calc(100% - 0.64rem);
    margin: auto;
    margin-top: 0.4rem;
    padding: 0 0.16rem 0.16rem;
  }
}
.sec_teacher .profile_item .item_detail .-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0.46rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-left: 0.05rem;
  border-bottom: 1px solid #212121;
}
@media screen and (max-width: 640px) {
  .sec_teacher .profile_item .item_detail .-trigger {
    position: relative;
    height: 0.7rem;
  }
  .sec_teacher .profile_item .item_detail .-trigger::before, .sec_teacher .profile_item .item_detail .-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.05rem;
    width: 0.11rem;
    height: 1px;
    background-color: #212121;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .sec_teacher .profile_item .item_detail .-trigger::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .sec_teacher .profile_item .item_detail .-trigger.-open::before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.sec_teacher .profile_item .item_detail .-detail {
  padding: 0.25rem 0.05rem 0;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .sec_teacher .profile_item .item_detail .-detail {
    padding-bottom: 0.15rem;
  }
}
.sec_teacher .profile_item .item_detail .-detail .item dt {
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #1591D8;
}
.sec_teacher .profile_item .item_detail .-detail .item dd {
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 0.1rem;
}
.sec_teacher .profile_item .item_detail .-detail .item dd + dt {
  margin-top: 0.2rem;
}
.sec_teacher_bnr_area {
  max-width: 9.2rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.8rem;
}
.sec_teacher_bnr_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
  border-radius: 0.16rem;
  border: 4px solid #1591D8;
  background-color: #DEF5FF;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.no-touchevents .sec_teacher_bnr_link:hover {
  border-color: #FFC700;
  opacity: 0.7;
}
@media screen and (max-width: 640px) {
  .sec_teacher_bnr_link {
    display: block;
    margin: 0 0.16rem;
  }
}
.sec_teacher_bnr_link .of {
  width: 4.05rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .sec_teacher_bnr_link .of {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sec_teacher_bnr_txtbox {
    padding: 0 0.22rem 0.4rem;
  }
}
.sec_teacher_bnr_txtbox .sec_support_img {
  margin: 0 auto;
  width: 2.88rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .sec_teacher_bnr_txtbox .sec_support_img {
    margin-top: 0.24rem;
    width: 2.04rem;
  }
}
.sec_teacher_bnr_txtbox .sec_support_img img {
  width: 100%;
  height: auto;
}
.sec_teacher_bnr_txtbox .detail_title {
  margin-top: 0.24rem;
  color: #1591D8;
  line-height: 1;
  font-size: 0.28rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_teacher_bnr_txtbox .detail_title {
    margin-top: 0.24rem;
    font-size: 0.19rem;
  }
}
.sec_teacher_bnr_txtbox .caption {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_teacher_bnr_txtbox .caption {
    margin-top: 0.16rem;
    font-size: 0.14rem;
  }
}
.sec_teacher_bnr_txtbox .more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.08rem;
  margin: 0.32rem auto 0;
  padding-bottom: 0.06rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1591D8;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: color 0.5s;
          transform: color 0.5s;
}
@media screen and (max-width: 640px) {
  .sec_teacher_bnr_txtbox .more {
    margin-top: 0.2rem;
    font-size: 0.18rem;
  }
}
.sec_teacher_bnr_txtbox .more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1591D8;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.sec_teacher_bnr_txtbox .more::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #1591D8;
  border-right: 2px solid #1591D8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
}

.sec_data_detail {
  position: relative;
  max-width: 12.46rem;
  width: 100%;
  margin: auto;
  padding-top: 1.3rem;
}
@media screen and (max-width: 640px) {
  .sec_data_detail {
    max-width: 100%;
    padding-top: 0.7rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_data .data_deco01 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sec_data .data_deco01 {
    width: 1.16rem;
    top: 0.2rem;
    right: calc(50% - 61.33vw);
  }
}
.sec_data .sec_tit {
  text-align: center;
}
.sec_data .detail_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 0.32rem);
    margin: auto;
    margin-top: 0.4rem;
  }
}
.sec_data .detail_item .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.1rem;
}
.sec_data .detail_item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 2.6rem;
  padding: 0.3rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F5F5F5;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item {
    height: auto;
    min-height: 44.26vw;
    padding: 0.2rem 0 0.15rem;
  }
}
.sec_data .detail_item .item > dt {
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item > dt {
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item > dd {
    line-height: 0;
  }
}
.sec_data .detail_item .item > dd > img {
  max-width: 100%;
  height: auto;
}
.sec_data .detail_item .item > dd > img.chart01 {
  width: 1.9rem;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item > dd > img.chart01 {
    width: 39.2vw;
  }
}
.sec_data .detail_item .item > dd > img.chart02 {
  width: 1.68rem;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item > dd > img.chart02 {
    width: 34.66vw;
  }
}
.sec_data .detail_item .item > dd > img.chart03 {
  width: 2.31rem;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item > dd > img.chart03 {
    width: 46.66vw;
  }
}
.sec_data .detail_item .item > dd > img.chart04 {
  width: 1.68rem;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item > dd > img.chart04 {
    width: 32vw;
  }
}
.sec_data .detail_item .item > dd > img.chart05 {
  width: 3.48rem;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item > dd > img.chart05 {
    width: 64vw;
  }
}
.sec_data .detail_item .item.-wide {
  max-width: 4.94rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item.-wide {
    max-width: 100%;
  }
}
.sec_data .detail_item .item.-wide > dd {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item.-wide > dd {
    margin-top: 0.2rem;
  }
}
.sec_data .detail_item .item.-wide > dd::after {
  content: "";
  display: block;
  clear: both;
}
.sec_data .detail_item .item.-wide > dd img {
  float: left;
  margin-left: 0.3rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item.-wide > dd img {
    margin-left: 0.16rem;
    margin-right: 0.2rem;
  }
}
.sec_data .detail_item .item.-wide > dd .txt {
  font-size: 0.16rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0.05rem;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item.-wide > dd .txt {
    font-size: 0.14rem;
    margin-top: 0;
  }
}
.sec_data .detail_item .item.-wide > dd .caption {
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item.-wide > dd .caption {
    font-size: 0.12rem;
    margin-top: 0.1rem;
  }
}
.sec_data .detail_item .item_list {
  font-size: 0.19rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .item_list {
    font-size: 0.14rem;
    margin-bottom: 0.15rem;
  }
}
.sec_data .detail_item .item_list .-marker {
  margin-left: -0.03rem;
}
@media print, screen and (min-width: 641px) {
  .sec_data .detail_item .-col01 {
    width: 4.94rem;
  }
}
.sec_data .detail_item .-col01 .item:not(.-wide) {
  width: calc((100% - 0.105rem) / 2);
}
@media print, screen and (min-width: 641px) {
  .sec_data .detail_item .-col02 {
    width: 2.42rem;
  }
}
.sec_data .detail_item .-col02 .item {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .-col02 .item {
    width: calc((100% - 0.1rem) / 2);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_data .detail_item .-col03 {
    width: 4.9rem;
  }
}
.sec_data .detail_item .-col03 .item {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  line-height: 0;
}
.sec_data .detail_item .-col03 .item_fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.2rem 0.16rem;
  max-width: 4.34rem;
  margin: 0 auto;
  margin-bottom: 0.4rem;
  font-size: 0.19rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .-col03 .item_fukidashi {
    max-width: calc(100% - 0.32rem);
    gap: 0.12rem 0.2rem;
    font-size: 0.14rem;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
  }
}
.sec_data .detail_item .-col03 .item_fukidashi > li {
  position: relative;
  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;
  width: calc((100% - 0.165rem) / 2);
  height: 0.74rem;
  background-color: #fff;
  border-radius: 0.07rem;
}
@media screen and (max-width: 640px) {
  .sec_data .detail_item .-col03 .item_fukidashi > li {
    width: calc((100% - 0.2rem) / 2);
    height: 0.4rem;
    border-radius: 0.05rem;
  }
}
.sec_data .detail_item .-col03 .item_fukidashi > li::before {
  content: "";
  position: absolute;
  left: calc(50% - 0.12rem);
  bottom: -0.1rem;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.21rem 0.12rem 0 0.12rem;
  border-color: #fff transparent transparent transparent;
}
.sec_data .detail_item .-col03 .item > dd {
  text-align: center;
}
.sec_data_parson {
  margin-top: 0.9rem;
}
@media screen and (max-width: 640px) {
  .sec_data_parson {
    margin-top: 0.5rem;
  }
}
.sec_data .parson_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.36rem;
  max-width: 12.16rem;
  width: 100%;
  margin: auto;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_data .parson_detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
    max-width: calc(100% - 0.32rem);
    margin-top: 0.4rem;
  }
}
.sec_data .parson_detail .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3.9rem;
  padding-left: 1.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_data .parson_detail .item {
    width: 100%;
    padding-left: 23.2vw;
  }
}
.sec_data .parson_detail .item dt {
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.sec_data .parson_detail .item dt .-course {
  margin-left: 0.25em;
  padding-left: 0.75em;
  border-left: 1px solid #FFC700;
}
.sec_data .parson_detail .item dd {
  font-size: 0.14rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.3rem;
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_data .parson_detail .item dd {
    line-height: 1.8;
    margin-top: 0.1rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.sec_data .parson_detail .item .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_data .parson_detail .item .thumb {
    width: 18.66vw;
    height: 18.66vw;
  }
}

.sec_summary {
  position: relative;
  background-color: #ECF9FF;
  margin-top: 1.3rem;
}
@media screen and (max-width: 640px) {
  .sec_summary {
    margin-top: 0.75rem;
  }
}
.sec_summary {
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 641px) {
  .sec_summary {
    background-image: url("../img/about/summary_dot_bg01.svg"), url("../img/about/summary_dot_bg01.svg");
    background-size: 3.21rem auto, 3.21rem auto;
    background-position: calc(50% - 8.3rem) calc(100% + 1.85rem), calc(50% + 6.75rem) -0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_summary {
    background-image: url("../img/about/summary_dot_bg01_sp.svg"), url("../img/about/summary_dot_bg01_sp.svg");
    background-size: 1.32rem auto, 1.32rem auto;
    background-position: calc(50% + 33vw) -0.55rem, -0.05rem calc(100% + 0.55rem);
  }
}
.sec_summary_detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 9.6rem;
  width: 100%;
  margin: auto;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  padding-left: 4.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_summary_detail {
    display: block;
    max-width: calc(100% - 0.32rem);
    margin: 0;
    margin-top: 0.85rem;
    margin-left: 0.32rem;
    padding: 0;
    padding-top: 0.65rem;
    padding-bottom: 0.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_summary .summary_deco01 {
    width: 1.77rem;
    top: -0.4rem;
    left: calc(50% - 8.24rem);
  }
}
@media screen and (max-width: 640px) {
  .sec_summary .summary_deco01 {
    width: 0.9rem;
    top: -0.85rem;
    left: calc(50% - 60vw);
  }
}
@media print, screen and (min-width: 641px) {
  .sec_summary .summary_deco02 {
    width: 2.16rem;
    bottom: 0.7rem;
    right: calc(50% - 8.8rem);
  }
}
@media screen and (max-width: 640px) {
  .sec_summary .summary_deco02 {
    width: 1.34rem;
    top: 1.9rem;
    right: calc(50% - 62.66vw);
  }
}
.sec_summary .catch {
  position: absolute;
  top: 0.8rem;
  left: 0;
  font-size: 0.3rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.67;
}
@media screen and (max-width: 640px) {
  .sec_summary .catch {
    position: static;
    font-size: 0.24rem;
    line-height: 1.8;
    text-align: center;
  }
}
.sec_summary .caption {
  line-height: 2.4;
}
@media screen and (max-width: 640px) {
  .sec_summary .caption {
    margin-top: 0.5rem;
    line-height: 2;
  }
}
.sec_summary .caption + .caption {
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  .sec_summary .caption + .caption {
    margin-top: 2em;
  }
}
/*# sourceMappingURL=about.css.map */