@charset "utf-8";

/* ==============================
common style
================================= */
body {
  color: #333333;
  font-family: 'Noto Sans CJK JP', sans-serif;
}

header .seminer__list a,
.banner_button.orange-button,
.mobile-button {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

figure {
  margin: 0;
}

a.link_text {
  color: #2D9CDB;
}

h2.ttl_h2,
h3.ttl_h3 {
  font-weight: 700;
  font-weight: bold;
  text-align: center;
}

.feature_wrapper ul,
.chosen_wrapper ul {
  padding: 0;
}

.btn_entry {
  text-align: center;
  font-size: 1.25rem !important;
}

.btn_wrap a {
  display: block;
}

.font_palt {
  font-feature-settings: "palt";
}

@media screen and (min-width: 500px) and (max-width: 850px) {
  .common-button {
    width: 420px;
  }
}

@media screen and (min-width: 769px) {

  h2.ttl_h2 {
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 3px;
  }

  h3.ttl_h3 {
    font-size: 30px;
    line-height: 140%;
    letter-spacing: 1px;
  }

  .sp,
  .br_sp {
    display: none;
  }

  .note {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }

  h3 {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 1px;
  }

  .pc,
  .br_pc {
    display: none;
  }

  .note {
    font-size: 11px;
  }

  .btn_wrap a:first-child {
    margin-bottom: 32px;

  }

  .btn {
    /* font-family: system-ui; */
  }

}

/* -------------------------------
feature style
------------------------------- */


.feature_wrapper {
  background: #F9BF2C;
}

.feature_point {
  display: flex;
}

.feature_point li {
  list-style-type: none;
}

.feature_p {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
}

@media screen and (min-width: 769px) {
  .feature_wrapper {
    padding: 64px 0;
  }

  .feature_bg {
    background-image: url(../image/bg_illust-1.png), url(../image/bg_illust-2.png);
    background-position: calc(50% - 483px) 82px, calc(50% + 500px) calc(100% - 280px);
    background-size: 431px, 436px;
    background-repeat: no-repeat, no-repeat;
  }

  .feature_inner .ttl_h2 {
    margin: 0 0 66px;
  }

  .feature_inner {
    max-width: 984px;
    margin: 0 auto;
  }

  .feature_block.upper {
    margin: 0 0 80px;
  }

  .feature_block.lower {
    margin: 0 0 56px;
  }

  .feature_point {
    display: flex;
    padding: 0;
    margin: 0 0 32px;
  }

  .feature_point.list_item-3 {
    justify-content: space-between;
  }

  .feature_point.list_item-2 {
    justify-content: center;
  }

  .feature_point li {
    background-color: #fff;
    width: 288px;
    height: 288px;
    border-radius: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .feature_point.list_item-2 li {
    margin: 0 30px;
  }

  .feature_point dt {
    font-size: 24px;
    font-weight: 700;
    line-height: 38.4px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 10px;
  }

  .feature_point .item-3 dt {
    margin-bottom: 20px;
  }

  .feature_point dd {
    letter-spacing: 1px;
  }

  .feature_point .txt_emphasis {
    display: inline-block;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.6px;
    color: #E95529;
  }

  .feature_point.list_item-3 .txt_emphasis {
    font-size: 48px;
  }

  .feature_point.list_item-3 dl,
  .feature_point.list_item-3 dd {
    margin-bottom: 0;
  }

  .feature_point.list_item-3 .item-1 dd.note,
  .feature_point.list_item-3 .item-2 dd.note {
    font-size: 16px;
  }

  .feature_point.list_item-3 .item-1 dd.note.pc,
  .feature_point.list_item-3 .item-2 dd.note.pc {
    font-size: 12px;
  }

  dl.item-3 dd {
    line-height: 210%;
  }

  .feature_point.list_item-2 .txt_emphasis {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .feature_point .note.pc {
    margin-bottom: 0;

  }

  .feature_point .fsize_m {
    font-size: 32px !important;
  }

  .feature_point .fsize_s {
    font-size: 24px;
  }

  .feature_point .pc_bold {
    font-weight: bold;
    font-size: 20px;
  }

  .feature_p {
    font-weight: 500;
    padding: 48px;
    margin: 0 40px;
    line-height: 28px;
    letter-spacing: 1px;
  }

  .btn_wrap {
    display: flex;
    justify-content: space-evenly;
  }
}


@media screen and (max-width: 768px) {
  .feature_wrapper {
    padding: 56px 0;
  }

  .feature_bg {
    background-image: url(../image/bg_illust-1.png);
    background-position: calc(50% + 11px) 125px;
    background-size: 431px;
    background-repeat: no-repeat;
  }

  .feature_inner h2 {
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 34px;
  }


  .feature_inner {
    padding: 0 24px;
  }

  .feature_block.upper {
    margin: 0 0 56px;
  }

  .feature_block.lower {
    margin: 0 0 40px;
  }

  .feature_point_wrap {
    background-color: #fff;
    /* width: fit-content; */
    margin: 0 auto 24px;
  }

  .feature_block.upper .feature_point_wrap {
    padding: 17px 24px 14px;
  }

  .feature_block.lower .feature_point_wrap {
    padding: 24px 18px 12px;
  }


  .feature_point {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: unset;
    padding-left: unset;
  }

  .feature_point li {
    padding-left: 24px;
    position: relative;
  }

  .feature_point li dl:before,
  .feature_point li dl:after {
    content: "";
    display: block;
    position: absolute;
  }

  .feature_point li dl:before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #ffffff;
    border: 1.5px solid #E95529;
    left: 0;
    top: 2px;
  }

  .feature_point.list_item-3 li dl.item-1:before,
  .feature_point.list_item-3 li dl.item-2:before {
    top: 13px;
  }

  .feature_point li dl:after {
    border-left: 1.5px solid #E95529;
    border-bottom: 1.5px solid #E95529;
    width: 7px;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 5px;
    top: 7px;
  }

  .feature_point.list_item-3 li dl.item-1:after,
  .feature_point.list_item-3 li dl.item-2:after {
    top: 18px;
  }

  .feature_point li dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    line-height: 100%;
  }


  .feature_point .list_item-3 {
    flex-direction: column;
    /*   font-size: 11px; */

  }

  .feature_point li dl dd span {
    /* display: block; */

  }

  .feature_point.list_item-3 dt {
    margin: 0px 10px 7px 0;
  }

  .feature_point .txt_emphasis {
    /* display: block; */
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.6px;
    color: #E95529;
    font-size: 40px;
    margin-right: auto;
  }

  .feature_point li dd {
    margin-bottom: 0;
  }

  .feature_point.list_item-2 dd {
    color: #E95529;
    font-size: 15px;
  }

  .list_item-3 .item-1 .fsize_m,
  .list_item-3 .item-1 .fsize_s,
  .list_item-3 .item-2 .fsize_m,
  .list_item-3 .item-2 .fsize_s {
    font-size: 24px;
  }

  .list_item-3 .item-3 .fsize_m {
    font-size: 29px;
  }

  .list_item-3 .item-3 dd {
    font-size: 11px;
  }

  .list_item-2 .item-1 dd {
    font-size: 15px;
  }

  .list_item-2 .item-1 dd .txt_emphasis {
    font-size: 20px;
  }

  .list_item-2 .item-2 dd {
    font-size: 11px;
  }

  .list_item-2 .item-2 dd .txt_emphasis {
    font-size: 18px;
  }

  .feature_point dd.note {
    margin: 0 0 0 auto;
  }

  .feature_point.feature_point.list_item-2 dt {
    font-size: 14px;
    margin-right: 10px;
  }

  .feature_p {
    padding: 24px;
    font-size: 13px;
    font-weight: 500;
    font-size: 13px;
    line-height: 190%;
    /* or 25px */

    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 781px) and (max-width:1000px) {
  .feature_block.upper {
    margin: 0 2% 80px;
  }

  .feature_point li {
    width: 31vw;
    height: 31vw;
  }
}

@media screen and (max-width: 780px) and (min-width:550px) {
  .feature_point_wrap {
    width: 80%;
  }

  .feature_block.upper .feature_point_wrap {
    padding: 17px 10% 14px;
  }

  .feature_block.lower .feature_point_wrap {
    padding: 24px 10% 12px;
  }
}

/* -------------------------------
chosen style
------------------------------- */

.chosen_cont .area_illust {
  background: #E9E4D7;
  border-radius: 8px;
  margin: 0 0 16px;
}

.chosen_cont .area_illust .col_logo {
  background-color: #fff;
  border-radius: 8px;
  text-align: center;
}

.bg_circle {
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.area_illust.illust_flow ul {
  list-style: none;
}

.area_illust.illust_flow ul.items {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.area_illust.illust_flow ul.items li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.area_illust.illust_flow ul.items li:last-child {
  position: relative;
  padding-right: 0;
}

.area_illust.illust_flow ul.items li::before {
  content: "";
  position: absolute;
}

.area_illust.illust_flow ul.items li:first-child::before {
  content: none;
}

.area_illust.illust_management {
  text-align: center;
  position: relative;
}


.illust_point ul {
  padding: 0;
  display: flex;
  justify-content: space-around;
}

.illust_point li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
  text-align: center;
}

.illust_management dd {
  position: absolute;
  z-index: 5;
}

.illust_management dd .balloon {
  position: relative;
  display: inline-block;
  background: #F9BF2C;
  border-radius: 50%;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;

}

.illust_management dd .balloon::before {
  content: "";
  position: absolute;
  z-index: 0;
}

.illust_management dd.left .balloon::before {
  right: -14px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.illust_management dd.right .balloon::before {
  left: -14px;
  -webkit-transform: rotate(145deg);
  transform: rotate(145deg);
}

.illust_flow ul.items li figcaption,
.illust_point ul.items li figcaption {
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}

.illust_management {
  font-weight: 700;
}

.illust_management .balloon p {
  margin: 0;
  letter-spacing: 0.08em;
  line-height: 100%;
}

.chosen_cont .txt {
  font-weight: 500;
  text-align: justify;
  align-self: stretch;
  flex-grow: 0;
}

@media screen and (min-width: 781px) {

  .chosen_wrapper {
    padding: 64px 0;
  }

  .chosen_wrapper .ttl_h2 {
    margin-bottom: 56px;
  }

  .chosen_wrapper .ttl_h3 {
    margin-bottom: 16px;
  }

  .chosen_cont {
    max-width: 984px;
    margin: 0 auto 72px;
  }

  .chosen_cont.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .area_illust {
    padding: 40px 32px;
  }

  .chosen_cont.row .area_illust,
  .chosen_cont.row .txt {
    max-width: 472px;
    width: 49%;
  }

  .area_illust.illust_flow ul.items::before {
    padding-top: 20px;
    position: relative;
  }

  .area_illust.illust_flow ul.illust_flow::before {
    content: "";
    position: absolute;
    border-top: 5px solid;
    display: block;
  }

  .area_illust.illust_flow figure {
    position: relative;
  }

  .area_illust.illust_flow figure::before {
    border-left: solid 5px #E1A91C;
    border-top: solid 5px #E1A91C;
    content: "";
    height: 20px;
    width: 116px;
    position: absolute;
    left: 50%;
    top: -20px;
  }

  .area_illust.illust_flow figure.col_logo::before {
    border-left: solid 5px #E1A91C;
    border-top: none;
    left: 50%;
    bottom: -20px;
    top: unset;
  }

  .area_illust.illust_flow figure.last::before {
    border-top: none;
  }

  .area_illust.illust_flow figure::after {
    border-top: solid 5px #E1A91C;
    content: "";
    height: 20px;
    width: 50%;
    position: absolute;
    left: 0;
    top: -20px;
  }

  .area_illust.illust_flow figure.col_logo::after {
    border-top: unset;
  }

  .area_illust.illust_flow figure.first::after {
    border-top: none;
  }

  .area_illust.illust_flow>li {
    margin-top: 0;
  }

  .area_illust.illust_flow>li:before,
  .area_illust.illust_flow>li::after {
    outline: none;
  }

  .area_illust.illust_flow ul::before,
  .area_illust.illust_flow li::before {
    top: -20px;
  }

  .area_illust.illust_flow .col_logo {
    padding: 16px;
    margin: 0 auto 40px;
    width: 150px;
  }

  .area_illust .col_logo img {
    width: 650px;
  }

  .chosen_cont .txt {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;

  }

  .bg_circle {
    width: 152px;
    height: 152px;
  }

  .area_illust.illust_flow ul.items li {
    padding-right: 40px;
  }

  .area_illust.illust_flow ul.items li::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 18px solid #E1A91C;
    left: -28px;
    top: 72px;
  }

  .area_illust.illust_flow ul.items li figcaption,
  .area_illust.illust_point ul.items li figcaption {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 8px;
  }

  .illust_management {
    padding: 20px 24px;
  }

  .illust_management .bg_circle {
    margin: 40px auto 8px;
  }

  .illust_management dd {
    top: 16px;
  }

  .illust_management dd.left {
    left: 24px;
  }

  .illust_management dd.right {
    right: 24px;
  }


  .illust_management dd .balloon {
    max-width: 155px;
    max-height: 155px;
    width: 16vw;
    height: 16vw;
  }

  .illust_management dd.left .balloon::before {
    right: -26px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  .illust_management dd .balloon::before {
    bottom: 8px;
    border: 20px solid transparent;
    border-left: 35px solid #F9BF2C;
  }

  .illust_management dd.left .balloon::before {
    right: -26px;
  }

  .illust_management dd.right .balloon::before {
    left: -26px;
  }

  .illust_management .balloon p {
    margin: 0;
    letter-spacing: 0.08em;
    line-height: 21px;
  }

  .illust_management .fsize_l {
    font-size: 24px;
    line-height: 110%;

  }

  .illust_management .fsize_ms {
    font-size: 14px;
  }

  .illust_management .fsize_s {
    font-size: 24px;
  }

  #ico_flow-1 {
    width: 70px;
  }

  #ico_flow-2 {
    width: 87px;
  }

  #ico_flow-3 {
    width: 80px;
  }

  #ico_flow-4 {
    width: 64px;
  }

  #ico_flow-5 {
    width: 87px;
  }

  #ico_point-1,
  #ico_point-2,
  #ico_point-3,
  #ico_point-4,
  #ico_point-5 {
    width: 64px;
  }

  #ico_management {
    width: 80px;
  }
}

@media screen and (max-width: 780px) {

  .chosen_wrapper {
    padding: 40px 0;
  }

  .chosen_inner {
    padding: 0 24px;
    /* margin: 0 6%; */
  }

  .chosen_cont {
    /*   max-width: 984px; */
    margin: 0 auto 56px;
  }

  .chosen_cont .txt {
    margin: 16px 0px;
    padding: 0;
    font-size: 13px;
    line-height: 190%;
    letter-spacing: 0.08em;
  }


  .chosen_cont .area_illust {
    padding: 16px 0;
    max-width: 550px;
    margin: 0 auto;
  }

  .bg_circle {
    width: 76px;
    height: 76px;
  }

  .area_illust.illust_flow {
    padding: 24px 16px;
  }

  .area_illust.illust_flow .item_logo {
    margin: 0 0 16px;
  }

  .area_illust.illust_flow .col_logo {
    padding: 16px 0 16px;
  }

  .area_illust.illust_flow .col_logo img {
    width: 98px;
  }


  .area_illust.illust_flow ul.items {
    flex-wrap: wrap;
  }

  .area_illust.illust_flow ul.items li {
    padding-right: 27px;
  }

  /*   .area_illust.illust_flow ul.items li::after { */

  .area_illust.illust_flow ul.items li::before {
    content: "";
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 16px solid #E1A91C;
    left: -21px;
    top: 32px;
  }

  .area_illust.illust_flow ul.items li figcaption,
  .area_illust.illust_point ul.items li figcaption {
    font-size: 15px;
    margin-top: 6px;
  }

  .area_illust.illust_flow ul.items li .last figcaption {
    margin-left: -0.6rem;
  }

  .illust_point ul {
    flex-wrap: wrap;
  }

  .area_illust.illust_management dl {
    width: 324px;
    position: relative;
    margin: 0 auto auto;
    display: inline-block;
  }

  .area_illust.illust_management .bg_circle {
    margin: 45px auto 8px;
    width: 120px;
    height: 120px;
  }

  .illust_management dt img {
    width: 56px;
  }

  .illust_management dd {
    top: 30px;
  }

  .illust_management dd.left {
    left: 2%;
  }

  .illust_management dd.right {
    right: 2%;
  }


  .illust_management dd .balloon {
    width: 111px;
    height: 111px;
  }

  .illust_management dd .balloon::before {
    bottom: 12px;
    border: 8px solid transparent;
    border-left: 17px solid #F9BF2C;
  }

  .illust_management dd.left .balloon::before {
    right: -14px;
  }

  .illust_management dd.right .balloon::before {
    left: -14px;
  }

  .illust_management .fsize_l {
    font-size: 18px;
    line-height: 110%;

  }

  .illust_management .right .fsize_l {
    font-size: 24px;
    line-height: 110%;
  }

  .illust_management .fsize_ml {
    font-size: 16px;
  }


  .illust_management .fsize_ms {
    font-size: 12px;
  }

  .illust_management .fsize_s {
    font-size: 12px;
  }

  #ico_flow-1 {
    width: 36px;
  }

  #ico_flow-2 {
    width: 40px;
  }

  #ico_flow-3 {
    width: 42px;
  }

  #ico_flow-4 {
    width: 36px;
  }

  #ico_flow-5 {
    width: 40px;
  }

  #ico_point-1,
  #ico_point-2,
  #ico_point-3,
  #ico_point-4,
  #ico_point-5 {
    width: 36px;
  }

  #ico_management {
    width: 56px;
  }
}

@media screen and (max-width: 570px) {
  .area_illust.illust_flow .items {
    max-width: 380px;
    margin: auto;
  }

  .area_illust.illust_flow .items li:nth-child(1),
  .area_illust.illust_flow .items li:nth-child(2),
  .area_illust.illust_flow .items li:nth-child(3) {
    margin-bottom: 24px;
  }

  .area_illust.illust_flow ul.items li:nth-child(3) {
    margin-bottom: 24px;
    padding-right: 0;
  }
}

@media screen and (min-width: 781px) and (max-width:1000px) {
  .chosen_inner {
    padding: 0 2%;
  }

  .bg_circle {
    width: 15vw;
    height: 15vw;
  }

  .area_illust.illust_flow ul.items li::before {
    top: calc(7.5vw - 4px);
  }

  .illust_management {
    padding: 20px 2%;
  }

  .illust_management dd {
    top: 50px;
  }

  .illust_management dd.left {
    left: 2%;
  }

  .illust_management dd.right {
    right: 2%;
  }

  .illust_management dd .balloon::before {
    bottom: 12px;
    border: 11px solid transparent;
    border-left: 23px solid #F9BF2C;
  }

  .illust_management dd.left .balloon::before {
    right: -2vw;
  }

  .illust_management dd.right .balloon::before {
    left: -2vw;
  }

  .illust_management .bg_circle {
    width: 17vw;
    height: 17vw;
    margin: 65px auto 8px;
  }
}

/* -------------------------------
movie style
------------------------------- */

.movie_wrapper h2 {
  margin: 0 0 0 56px;
}

.movie_wrapper h3 {
  margin: 0 0 16px 0;
}

.movie_wrapper {
  box-sizing: border-box;
  margin: 0 0 16px;
}

.movie_inner {}

.col_yt {
  position: relative;
}

.inner_yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

.col_yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.movie_wrapper .col_comment {
  line-height: 140%;
  color: #E95529;
  font-weight: 700;
}

.movie_wrapper .owner_linkarea {
  text-align: center;
}

.movie_wrapper .owner_linkarea .txt {
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (min-width: 781px) {
  .movie_wrapper {
    margin: 0 auto 32px;
    max-width: 984px;
  }

  .movie_cont {
    display: flex;
    justify-content: center;
    margin: 0 0 32px 0;
  }

  .col_yt {
    width: 50%;
    position: relative;
  }

  .movie_wrapper .col_comment {
    font-size: 24px;
    border-top: 4px solid #F9BF2C;
    border-right: 4px solid #F9BF2C;
    border-bottom: 4px solid #F9BF2C;
    padding-left: 3%;
    width: calc(100% - 472px);
    width: 50%;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .movie_wrapper .owner_linkarea .txt {
    text-align: center;
  }

  .movie_wrapper .owner_linkarea .txt {
    font-size: 16px;
  }

  .owner_linkarea .btn.transparent-button.font-20.fw-bold {
    width: 360px;
  }

}

@media screen and (max-width: 780px) {

  .movie_wrapper {
    margin: 0 0 16px;
  }

  .movie_wrapper .col_comment {
    font-size: 18px;
    text-align: center;
    border-left: 4px solid #F9BF2C;
    border-right: 4px solid #F9BF2C;
    border-bottom: 4px solid #F9BF2C;
    padding: 16px 0 24px;

  }

  .movie_wrapper .owner_linkarea .txt {
    font-size: 12px;
  }
}