@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
	font-size: 1.6rem;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Helvetica Neue",
  Arial , "Hiragino Kaku Gothic ProN" , "Hiragino Sans",
  Meiryo, sans-serif;
  color: #333;
}
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

header {
  background: rgba(255,255,255,.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.box704 {
  width: 704px;
  max-width: 90%;
  margin: 0 auto;
}
.box844 {
  width: 844px;
  max-width: 100%;
  margin: 0 auto;
}
.box1016 {
  width: 1016px;
  max-width: 90%;
  margin: 0 auto;
}
.box1026 {
  width: 1026px;
  max-width: 90%;
  margin: 0 auto;
}
h1 {
  padding-left: 35px;
}
#top .main_img img {
  margin-top: 7rem;
}
#top .main_img {
  background: url(../img/main.jpg) no-repeat center center / cover;
  margin-top: 7rem;
  width: 100%;
  height: calc(100vw / 3.49);
}
.top_notice {
  max-width: 95%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.9rem;
}
.top_notice dt {
  width: 105px;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #cc141c;
  border-radius: 5px;
}
.top_notice dd {
  padding-left: 2rem;
}
#rop {
  background: #fffafb;
}
#rop > div {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 6.5rem 0;
}
#rop picture {
  margin: 4.5rem 0;
  display: block;
}
#rop > div p:nth-child(1) {
  font-size: 2.6rem;
}
#rop > div p:nth-child(3) {
  font-size: 2.5rem;
  background: #ffbec1;
  padding: 1rem 3.5rem;
  display: inline-block;
  border-radius: 3px;
}
#top_intro {
  padding: 5rem 0 7.5rem;
}
#top_intro .box1016 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 100%;
}
#top_intro .box1016 > div {
  width: calc(100% - 565px);
  padding-top: 2.5rem;
}
#top_intro .box1016 > div p:nth-child(1) {
  font-size: 3.1rem;
  font-weight: bold;
  color: #cc141c;
  border-bottom: 2px solid #cc141c;
  padding: 0 3rem .8rem 0;
  display: inline-block;
  margin-bottom: 2rem;
}
#top_intro .box1016 > div p:nth-child(2) {
  margin: 1rem 0 3.5rem;
  line-height: 1.8;
}
.btn {
  background: #cc141c;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  width: 300px;
  padding: 1rem 0;
  display: block;
  text-align: center;
  font-family: Tsukushi A Round Gothic;
}

#top_about .box1016 {
  background: #cc141c;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 3rem 7rem;
  box-sizing: border-box;
  margin-bottom: 50px;
}

#top_about .box1016 dl {
  color: #fff;
  width: calc(100% - 370px);
}
#top_about .box1016 dt {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: .5rem;
  font-family: Tsukushi A Round Gothic;
}
#top_about .box1016 dd {
  line-height: 2;
}
#top_about .box1016 a {
  background: #fff;
  border-radius: 10px;
  color: #cc141c;
  font-weight: bold;
  width: 300px;
  padding: .9rem 0;
  display: block;
  text-align: center;
  border: 1px solid #cc141c;
}


#top_staff {
  padding: 7.5rem 0 6rem;
  width: 680px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

h2 , h3 {
  font-family: Tsukushi A Round Gothic;
}

h2 {
  font-size: 3.1rem;
  font-weight: bold;
  text-align: center;
  color: #272727;
}
h2 span {
  font-size: 2.3rem;
  color: #cc141c;
  display: block;
  margin: 1rem 0 4rem;
}
#top_staff dt {
  font-weight: bold;
  margin-top: 1.5rem;
}
#top_staff dd {
  line-height: 2;
  text-align: left;
  margin: 2rem 0 5rem;
}
#top_news {
  padding: 5rem 0 8rem;
  background: #ffedee;
}
#top_news .news {
  width: 925px;
  max-width: 90%;
  margin: 0 auto 7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}
#top_news .news li {
  width: 100%;
  border-top: 1px solid #ddd;
}
#top_news .news li a {
  width: 100%;
  height: 60px;
  color: #333;
  padding: 0 5rem 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 1.5rem;
}
#top_news .news li a::after {
  content: url(../img/tri.png);
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#top_news .news li span:nth-child(1) {
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#top_news .news li span:nth-child(2) {
  display: inline-block;
  width: calc(100% - 180px);
}
#cont {
  width: 1870px;
  max-width: 95%;
  margin: 0 auto;
  padding: 4.5rem 0 5.5rem;
  border-bottom: 1px solid #E2E2E2;
  background: #fff;
}
#cont .box1016 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-map {
  width: 600px;
  height: 290px;
}
#cont .box1016 > div {
  width: 380px;
  margin-left: 3.5rem;
}
#cont p:first-child {
  line-height: 1.5;
  margin-bottom: 3rem;
}
#cont a {
  width: 380px;
  height: 45px;
  border-radius: 23px;
  background: #cc141c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cont a.tel {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
#cont a.tel::before {
  content: url(../img/tel2.png);
  padding-top: .3rem;
  padding-right: 1.5rem;
}
#cont a.mail {
  font-size: 1.8rem; 
  margin-bottom: 2rem;
}
#cont p:last-child {
  line-height: 1.5;
}
footer a {
  color: #333;
  font-size: 1.4rem;
  display: block;
  width: fit-content;
  margin: 1rem auto 4rem;
}
footer picture {
  display: block;
  text-align: center;
  padding-bottom: 10rem;
  border-bottom: 5rem solid #272727;
}
/* sp */
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  header .hdr_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
    width: 100%;
    height: 63px;
    padding-left: 1.5rem;
    box-sizing: border-box;
  }
  .hambtn,
  .hambtn span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .hambtn {
    position: relative;
    width: 50px;
    height: 44px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
  }
  .hambtn span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
  }
  .hambtn span:nth-of-type(1) {
    top: 14px;
  }
  .hambtn span:nth-of-type(2) {
    top: 22px;
  }
  .hambtn span:nth-of-type(3) {
    bottom: 14px;
  }

  .hambtn.active span:nth-of-type(1) {
    transform: translate(-50% , 9px) rotate(-45deg);
  }
  .hambtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .hambtn.active span:nth-of-type(3) {
    transform: translate(-50% , -7px) rotate(45deg);
  }

  header .hambtn {
    width: 47px;
    height: 47px;
    cursor: pointer;
    margin-right: 1.5rem;
    margin-left: auto;
    z-index: 999;
    background: #cc141c;
    border-radius: 50px;
  }
  header .hambtn.active {
    transition: .1s;
  }
  .ham-menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(112,27,27,.18) url(../img/ham_bg2.png) no-repeat left 66% top 9rem / 300%;
    color: #272727;
    transition: .2s ease-in-out;
    opacity: 0;
    pointer-events: none;
    box-sizing: border-box;
    z-index: 99;
    padding: 8rem 5.5% 0;
  }
  .ham-menu.opacity {
    opacity: 1;
    pointer-events: auto;
  }
  .ham-menu ul {
    margin-top: 7rem;
  }
  .ham-menu ul a {
    color: #272727;
    font-weight: bold;
    border-bottom: 1px dashed #cc141c;
    padding: 1.5rem 2rem;
    width: 70%;
    min-width: 300px;
    display: block;
    position: relative;
    box-sizing: border-box;
  }
  .ham-menu ul a:after {
    content: ">";
    color: #cc141c;
    position: absolute;
    right: 2rem;
  }
  .ham-menu .hide > p {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    margin: 6.5rem 0 1.5rem;
  }
  .ham-menu .hide > a {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #cc141c;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    box-sizing: border-box;
    width: 220px;
    margin:  0 auto;
  }
  .ham-menu .hide > a::before {
    content: url(../img/tel.jpg);
    height: 28px;
    margin-right: 1rem;
  }
  #top_intro .box1016 {
    max-width: 90%;
  }
  #top_intro .box1016 > div {
    width: calc(100% - 355px);
    padding-top: 0;
  }
  #top_intro .box1016 > div p:nth-child(1) {
    font-size: 2.1rem;
    margin-bottom: 1rem;
    padding: 0 2.5rem .5rem 0;
  }
  #top_intro .box1016 > div p:nth-child(2) {
    font-size: 1.5rem;
  }
  #top_about .box1016 dl {
    width: 100%;
  }
  #top_about .box1016 a {
    margin: 4rem auto 0;
  }
  #top_staff {
    padding: 3.5rem 0 4rem;
  }
  #top_staff dt {
    margin-top: 1rem;
  }
  #top_staff dd {
    margin: 1.5rem 0 5rem;
    font-size: 1.5rem;
  }
  #top_news {
    padding: 3.5rem 0 6.5rem;
    background: #fffafb;
  }
  #top_news  .news {
    margin: 0 auto 2.5rem;
  }
  #top_news .news li a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    padding-left: .5rem;
    padding-top: 2rem;
    font-weight: bold;
    padding: 2rem 5rem 2rem .5rem;
  }
  #top_news .news li span:nth-child(1) {
    width: 100%;
  }
  #top_news .news li span:nth-child(2) {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: normal;
    margin-top: 1rem;
  }
  #top_news .news li::after {
    right: 1rem;
    top: 0;
  }
  #cont {
    max-width: 90%;
    padding: 4.5rem 0 4rem;
  }
  #cont .box1016 {
    flex-wrap: wrap;
    width: 333px;
    max-width: 100%;
    margin: 0 auto;
  }
  .g-map {
    width: 333px;
    max-width: 100%;
    margin: 0 auto;
    order: 2;
  }
  #cont .box1016 > div {
    width: 100%;
    margin: 0 auto;
  }
  #cont a {
    width: 333px;
    margin: 0 auto;
  }
  #cont p.sp {
    width: 333px;
    margin: 2rem auto 0;
  }
  footer a {
    color: #333;
    font-size: 1.4rem;
    display: block;
    width: fit-content;
    margin: 1rem auto 4rem;
  }
  footer picture {
    display: block;
    text-align: center;
    padding-bottom: 10rem;
    border-bottom: 5rem solid #272727;
  }
}
@media screen and (max-width: 799px) {
  #top .main_img {
    background: url(../img/main_sp.jpg) no-repeat center center / cover;
    margin-top: 6.3rem;
    height: calc(100vw / 1.19);
  }

  .top_notice {
    height: 36px;
    font-size: 1.3rem;
  }
  .top_notice dt {
    width: 66px;
    height: 23px;
  }
  .top_notice dd {
    padding-left: 1rem;
  }

  #rop > div {
    padding: 2.5rem 0;
  }
  #rop picture {
    margin: 3rem 0;
  }
  #rop > div p:nth-child(1) {
    font-size: 1.4rem;
  }
  #rop > div p:nth-child(3) {
    font-size: 1.6rem;
  }

  #top_intro {
    padding: 5rem 0 3.5rem;
  }
  #top_intro .box1016 {
    justify-content: center;
    max-width: 100%;
  }
  #top_intro .box1016 > div {
    width: 100%;
    max-width: 90%;
    padding: 2.5rem 0 0;
    text-align: center;
  }
  #top_intro .box1016 > div p:nth-child(1) {
    padding: 0 2.5rem .5rem;
  }
  #top_intro .box1016 > div p:nth-child(2) {
    text-align: left;
  }
  #top_about .box1016 {
    padding: 3rem 1.5rem 2.5rem;
    width: 370px;
    max-width: 86%;
  }
  #top_about .box1016 dt {
    font-size: 2.1rem;
  }
  .btn {
    width: 100%;
    max-width: 333px;
  }
  h2 {
    font-size: 2.6rem;
  }
  h2 span {
    font-size: 1.6rem;
    margin: 1rem 0 2.5rem;
  }
}
/* pc */
@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }
  header nav {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
    width: 100%;
    height: 70px;
  }
  header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
    width: 750px;
    box-sizing: border-box;
  }
  header nav ul a {
    color: #272727;
    position: relative;
  }
  header nav ul a:after  {
    content: " ";
    width: 37px;
    height: 1px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:-1rem;
    visibility: hidden;
    transition: .3s;
    background: #333;
    opacity: 0;
  }
  header nav ul li:last-child {
    width: 47px;
    height: 47px;
    background: url(../img/mail.png) no-repeat left center;
    cursor: pointer;
    margin-right: 2rem;
  }
  header nav ul li:last-child a {
    width: 47px;
    height: 47px;
    display: block;
  }
}
@media screen and (min-width: 600px) {
  header nav ul li:last-child a:hover:after  {
    opacity: 0;
    visibility: hidden;
  }
  header nav ul a:hover:after  {
    bottom: -.5rem;
    opacity: 1;
    visibility: visible;
  }
  header nav ul li:last-child:hover:after {
    opacity: 0;
    visibility: hidden;
  }
  header nav ul li:last-child:hover ,
  .btn:hover , #cont a:hover , input[type="submit"]:hover {
    opacity: .7;
    transition: .2s;
  }
  #top_about .box1016 a:hover {
    background: #cc141c;
    color: #fff;
    border: 1px solid #fff;
    transition: .2s;
  }
}

/* ------------ intro ------------ */

#intro {
  background: #fffafb;
}

section > ol {
  padding-top: 8rem;
  display: flex;
  font-size: 1.2rem;
  margin-left: -.5rem;
  margin-bottom: 1rem;
}
section > ol li {
  padding: 0 .5rem;
}

#intro_top ol + img {
  margin-bottom: 4rem;
}

#intro_top h2 {
  font-size: 3.5rem;
  color: #cc141c;
  border-bottom: 2px solid #cc141c;
  display: inline;
  line-height: 1.8;
}
#intro_top h2 + p {
  margin-top: 3rem;
  margin-bottom: 6rem;
  line-height: 2;
}

#intro_top picture {
  display: block;
  text-align: center;
  margin: 11.5rem 0 7rem;
}

#intro_top picture + p {
  width: 840px;
  max-width: 100%;
  line-height: 2;
  margin: 0 auto;
}

#intro_top h3 {
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
}
#intro_top h3 span {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1rem;
}
.h3-01 {
  color: #BA893B;
  margin-top: 9rem;
}
.h3-02 {
  color: #348800;
}
#intro_top h3 + div {
  width: 670px;
  max-width: 100%;
  margin: 2.5rem auto 4.5rem;
  background: #FFFEFA;
  padding: 2rem ;
  line-height: 2;
  border-radius: 5px;
}
#intro_top .h3-02 + div {
  background: #E8FFF9;
  padding: 3.5rem 1.5rem 9.5rem;
  text-align: center;
}
#intro_top .h3-02 + div p {
  text-align: left;
  margin-top: 2rem;
}

#intro_top .parent {
  width: 500px;
  max-width: 100%;
  display: grid;
  grid-template-columns: 74px 176px 250px;
  grid-template-rows: 144px 70px 65px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 auto;
  line-height: 1.2;
}
.parent div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.parent .div1 {
  grid-area: 1 / 1 / 4 / 2;
  background: #cc141c;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 5px 0 0 5px;
  margin-right: .4rem;
}
.parent .div2 {
  grid-area: 1 / 2 / 2 / 4;
  background: #8ECCD0;
  border-radius: 0 5px 0 0;
  margin-bottom: .6rem;
}
.parent .div3 {
  grid-area: 2 / 2 / 4 / 3;
  background: #77D1D6;
  margin-right: .6rem;
}
.parent .div4 {
  grid-area: 2 / 3 / 3 / 4;
  background: #77D1D6;
  font-size: 2.1rem;
  margin-bottom: .5rem;
}
.parent .div5 {
  grid-area: 3 / 3 / 4 / 4;
  background: #77D1D6;
  font-size: 2.1rem;
  border-radius: 0 0 5px 0;
}

#eligible {
  padding: 3.5rem 0 8rem;
  max-width: 90%;
  margin: 0 auto;
}
#eligible h2 + p {
  width: 840px;
  max-width: 100%;
  margin: 0 auto 4rem;
  line-height: 2;
}
#eligible ul {
  display: flex;
  justify-content: space-between;
  width: 920px;
  max-width: 100%;
  margin: 0 auto 4rem;
  flex-wrap: wrap;
}
#eligible li {
  width: calc(100% / 3 - 1.3rem);
  max-width: 446px;
  height: 125px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px dashed #cc141c;
  line-height: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.5rem;
  font-size: 1.7rem;
}
#eligible ul + p {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 2;
}

#flow .flow {
  width: 670px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #fff;
}
#flow .flow dt ,
#flow .flow dd {
  height: 90px;
  background: #cc141c;
  padding: 1.5rem 0;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
}
#flow .flow dt {
  width: 240px;
  position: relative;
  border-radius: 5px 0 0 5px;
  font-weight: bold;
}
#flow .flow dt::after {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 1px;
  height: 70px;
  display: block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#flow .flow dd {
  width: 430px;
  border-radius: 0 5px 5px 0;
  padding: 0 3rem;
  position: relative;
  font-size: 1.5rem ;
}
#flow .flow dd::after {
  content: url(../img/flow-arr.png);
  position: absolute;
  bottom: -3.3rem;
  left: calc(50% - 120px);
  transform: translateX(-50%);
}
#flow .flow dd:last-child:after {
  content: none;
}
#flow .flow + p {
  text-align: center;
  margin-top: -1rem;
  margin-bottom: 5.5rem;
}
#flow p + dl {
  width: 945px;
  max-width: 90%;
  margin: 0 auto;
}
#flow p + dl dt {
  color: #cc141c;
  margin-bottom: 1rem;
}
#flow p + dl dd {
  border: 1px solid #cc141c;
  border-radius: 5px;
  padding: 1.2rem 4rem;
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 7.5rem;
}

#outline {
  padding: 2rem 0 7rem;
}
#outline dl {
  width: 925px;
  max-width: 90%;
  margin: 2rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#outline dt {
  font-weight: bold;
  color: #cc141c;
  width: 110px;
  padding: 2.5rem 0;
  border-bottom: 1px solid #E5E5E5;
}
#outline dd {
  width: calc(100% - 110px);
  padding: 2.5rem 0;
  border-bottom: 1px solid #E5E5E5;
}

#outline dt:nth-last-child(2) ,
#outline dd:last-child {
  border-bottom: none;
}
.bg-W {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #intro_top h2 {
    font-size: 1.8rem;
    line-height: 2;
    padding-bottom: 0;
  }
  #intro_top h2 + p {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  #intro_top picture {
    display: block;
    margin: 3.5rem 0;
  }
  #intro_top ol + img {
    margin-bottom: 2rem;
  }
  #intro_top picture + p {
    font-size: 1.5rem;
  }

  #intro_top h3 {
    font-size: 1.9rem;
  }
  #intro_top .h3-02 + div {
    font-size: 1.5rem;
    padding: 2.5rem 2rem;
  }
  #intro_top h3 + div ul {
    padding-left: 0;
  }

  #intro_top .parent {
    width: 500px;
    max-width: 304px;
    display: grid;
    grid-template-columns: 45px 107px 152px;
    grid-template-rows: 87px 43px 40px;
    font-size: 1.5rem;
  }
  .parent .div1 {
    margin-right: .3rem;
  }
  .parent .div2 {
    margin-bottom: .3rem;
  }
  .parent .div3 {
    margin-right: .3rem;
  }
  .parent .div4 {
    font-size: 1.4rem;
    margin-bottom: .3rem;
  }
  .parent .div5 {
    font-size: 1.4rem;
    border-radius: 0 0 5px 0;
  }
  #intro_top .h3-02 + div p {
    margin: 2rem auto;
    width: 95%;
  }

  #eligible {
    padding: 1.5rem 0 5rem;
  }
  #eligible h2 + p {
    font-size: 1.5rem;
    margin: 0 auto 2.5rem;
  }
  #eligible ul {
    margin: 0 auto 1rem;
  }
  #eligible li {
    width: 100%;
    max-width: 100%;
    height: 95px;
    margin-bottom: 1.3rem;
    font-size: 1.7rem;
    line-height: 1.8;
  }
  #eligible ul + p {
    font-size: 1.5rem;
  }
  #flow .flow dt {
    width: 100%;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
    height: 55px;
  }
  #flow .flow dt::after {
    height: 1px;
    width: 90%;
    top: unset;
    bottom: 0;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  #flow .flow dd {
    width: 100%;
    height: 100px;
    border-radius: 0 0 5px 5px;
  }
  #flow .flow dd::after {
    bottom: -3.3rem;
    left: 50%;
  }
  #flow .flow + p {
    margin-bottom: 3.5rem;
  }
  #flow p + dl dt {
    text-align: center;
  }
  #flow p + dl dd {
    text-align: center;
    margin-bottom: 1rem;
    padding: 1.2rem 1.5rem;
  }


  #outline {
    padding-bottom: 5rem;
  }

  #outline dl {
    font-size: 1.5rem;
  }
  #outline dt {
    width: 100%;
    padding: 2rem 0 1.5rem;
    border-bottom: none;
  }
  #outline dd {
    width: 100%;
    padding: 0 0 2rem;
  }
}

/* ------------ staff ------------ */

#main_img {
  margin-top: 7rem;
  width: 100%;
  height: calc(100vw / 4.626);
  position: relative;
}
#staff #main_img {
  background: url(../img/staff_main.jpg) no-repeat center / cover;
}
ol.clr-W {
  padding-top: 1rem;
  width: 1016px;
  max-width: 95%;
  margin: 0 auto;
  color: #fff;
}
#main_img h1 {
  color: #fff;
  font-size: 5.6rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  padding: 0;
  width: fit-content;
  font-family: Tsukushi A Round Gothic;
}
.staff_box {
  background: #fffafb;
  padding: 7rem 0;
}
.staff_box .box1026 > h2 {
  text-align: left;
  color: #cc141c;
  font-size: 5rem;
  margin-bottom: 2rem;
}
.staff_box .box1026 > h2 + p {
  line-height: 1.75;
  margin-bottom: 13rem;
}
.staff_box .box844 {
  text-align: center;
}
.staff_box .box844 > p {
  text-align: left;
  line-height: 1.75;
  margin-top: 6rem;
  font-size: 1.5rem;
}
.staff_box .box844 ul {
  max-width: 540px;
  display: flex;
  justify-content: space-between;
  margin: 14rem auto 0;
  align-items: center;
}

.staff_box .box844 li p {
  font-family: Tsukushi A Round Gothic;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1rem;
}


@media screen and (max-width: 1024px) {
  #main_img {
    margin-top: 6.3rem;
    height: calc(100vw / 2.53);
  }
  #staff #main_img {
    background: url(../img/staff_main_sp.jpg) no-repeat center / cover;
  }
  #main_img h1 {
    font-size: 2.6rem;
  }

  .staff_box {
    padding: 3rem 0 6rem;
  }
  .staff_box .box1026 > h2 {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
  .staff_box .box1026 > h2 + p {
    margin-bottom: 8rem;
  }
  .staff_box .box844 > p {
    margin-top: 3rem;
    line-height: 1.6;
  }
  .staff_box .box844 ul {
    margin: 6rem auto 0;
  }
  .staff_box .box844 li {
    max-width: 47%;
  }
  .staff_box .box844 li p {
    font-size: 1.6rem;
  }
}

/* ------------ about ------------ */

#about #main_img {
  background: url(../img/about_main.jpg) no-repeat center / cover;
}

#about_top {
  background: #fffafb;
  padding: 6rem 0 11rem;
}

#about_top h2 {
  font-size: 3.5rem;
  color: #cc141c;
  border-bottom: 2px solid #cc141c;
  display: inline;
  line-height: 1.8;
}
#about_top h2 + p {
  font-size: 1.5rem;
  line-height: 2;
  margin-top: 1.5rem;
}
#about .img {
  text-align: center;
  margin-top: 10rem;
}

#about_top h3 {
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
}
#about_top h3 span {
  font-size: 1.5rem;
  display: block;
  margin-bottom: 1rem;
}
#about_top .h3-01 {
  color: #B76597;
  margin-top: 7.5rem;
}
#about_top .h3-02 {
  color: #1E9393;
  margin-top: 7.5rem;
}
#about_top .h3-03 {
  color: #B4A005;
  margin-top: 10rem;
}

#about_top h3 + div {
  width: 675px;
  max-width: 100%;
  border-radius: 5px;
  margin: 4rem auto 2.5rem;
  background: #fff;
  padding: 2rem 0;
  line-height: 2;
  border-radius: 5px;
}
#about_top h3 + div ul {
  padding: 0 2.5rem;
}
#about_top h3 + div ul li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: .5rem;
}
#about_top h3 + div ul li::before {
  position: absolute;
  left: 0;
  top: -.2rem;
}
.h3-01 + div li::before {
  content: url(../img/list-m.png);
}
#about_top h3 + div span {
  border-bottom: 1px dashed #cc141c;
}

#about_top h3 + div + p ,
#about_top h3 + p {
  width: 675px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 2;
}
#about_top h3 + p {
  margin: 3rem auto 0;
}
#about_top dl {
  font-size: 1.3rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 690px;
  max-width: 100%;
  margin: 0 auto 1.5rem;
}
#about_top dt {
  width: 53%;
}
#about_top dd {
  width: 47%;
}
#about_top dt:nth-child(-n + 2) , #about_top dd:nth-child(-n + 2) {
  text-align: center;
  color: #cc141c;
  padding-bottom: 1rem;
}
#about_top dt:nth-child(n + 3) , #about_top dd:nth-child(n + 3) {
  padding: 1rem .5rem;
  line-height: 2;
  border-top: 1px solid #cc141c;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about_top dt:nth-last-child(2) , #about_top dd:last-child {
  border-bottom: 1px solid #cc141c;
}
#about_top dt:nth-child(n + 3) {
  background: #ffe7e8;
}
.fs12 {
  font-size: 1.2rem;
}
.fs10 {
  font-size: 1rem;
}

#about_top .process p {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.5rem;
}


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

  #about #main_img {
    background: url(../img/about_main_sp.jpg) no-repeat center / cover;
  }
  #about #main_img h1 {
    font-size: 2.4rem;
  }
  #about h2 {
    font-size: 2.3rem;
  }
  #about_top {
    padding: 3rem 0 11rem;
  }
  #about_top h2{
    font-size: 1.8rem;
    text-align: center;
  }

  #about .img {
    margin-top: 4.5rem;
  }
  #about_top .h3-01 ,
  #about_top .h3-02 ,
  #about_top .h3-03 {
    margin-top: 3rem;
  }

  #about_top h3 + div {
    margin: 2rem auto 3rem;
  }
  #about_top h3 + div ul {
    padding: 0 2rem;
    font-size: 1.5rem;
  }
  .fs10 {
    display: block;
    margin: -.8rem 0;
    text-align: right;
  }
  .fs12 .fs10 {
    display: inline-block;
    margin: -.5rem;
  }
  #about_top .process p {
    text-align: left;
  }
  #philosophy .six + dl dt {
    line-height: 2.2;
    display: inline;
  }
  #philosophy .six + dl dd {
    margin-bottom: 9rem;
    margin-top: 1.5rem;
  }
}

/* ------------ news ------------ */

#news #main_img {
  background: url(../img/news_main.jpg) no-repeat center / cover;
}
#news #top_news li a {
  height: 100px;
}
#news #top_news .news {
  margin: 0 auto 5rem;
}
.page {
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.page a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #cc141c;
  width: 23px;
  position: relative;
  z-index: 1;
}
.page .page_active a::after {
  content: " ";
  position: absolute;
  width: 23px;
  height: 23px;
  background: #ffbbbb;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: -.6rem;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  #news #main_img {
    background: url(../img/news_main_sp.jpg) no-repeat center / cover;
  }
  #news #top_news li a {
    height: auto;
  }
}
/* ------------ news-single ------------ */

#news-single > div {
  background: #fffafb;
  padding-bottom: 15rem;
}
.news_box h2 {
  color:#cc141c;
  font-size: 2.5rem;
  text-align: left;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #333;
  margin-bottom: 1rem;
  font-weight: normal;
}
.news_box {
  width: 670px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 4.5rem;
}
.date {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
.news_box p {
  line-height: 2;
}
.news_box img {
  margin: 5rem 0 2rem;
}
@media screen and (max-width: 1024px) {
  #news-single > div {
    padding-bottom: 4rem;
  }
  .news_box h2 {
    font-size: 1.6rem;
    padding: 0 .5rem 1.5rem;
    line-height: 1.8;
  }
  .news_box {
    background: #fff;
    border-radius: 5px;
    padding: 2rem 1rem 13rem;
  }
  .news_box p {
    padding: 0 .5rem;
  }
}


/* ------------ contact ------------ */

#contact > div {
  background: #fffafb;
  padding-bottom: 8.5rem;
}
.contact_box {
  width: 740px;
  max-width: 90%;
  margin: 5rem auto 0;
}
.contact_box h2 {
  font-size: 5.6rem;
  margin-bottom: 8.5rem;
}
.contact_box h2 + p {
  font-size: 1.5rem;
  margin-bottom: 7rem;
  line-height: 1.8;
}
.ctr {
  text-align: center;
}
.ctr p {
  font-weight: bold;
  font-size: 1.7rem;
  margin-top: 1rem;
}
.cont_tel {
  border: 1px solid #cc141c;
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.5rem auto 6.5rem;
}
.cont_tel p{
  font-size: 3.3rem;
  font-weight: bold;
}
.cont_tel p span {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  margin-top: 1.5rem;
}
.form {
  margin-top: 2.5rem;
}
.form > p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.form > p span {
  color :#F00;
}
.form_box li {
  border-top: 1px solid #E5E5E5;
  padding: 3.5rem 1rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form_box li:last-child {
  border-top: none;
}
.form_box li label {
  width: 280px;
}
.form_box li label span {
  color :#F00;
  padding-left: .5rem;
}
.form_box li div {
  width: calc(100% - 280px);
}
.form_box input {
  width: 100%;
  height: 35px;
  border: 1px solid #E5E5E5;
}
.form_box input[type="radio"] {
  display: none;
}
.form_box input[type="radio"] + label {
  padding-right: 3.5rem;
  padding-left: 2.5rem;
  position: relative;
}
.form_box input[type="radio"] + label::before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #E5E5E5;
  background: #fff;
  border-radius: 50px;
  position: absolute;
  top: 2px;
  left: 0;
}
.form_box input[type="radio"]:checked + label::before {
  border: 1px solid #cc141c;
}
.form_box input[type="radio"]:checked + label::after {
  content: " ";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #cc141c;
  border-radius: 50px;
  position: absolute;
  top: 6px;
  left: 4px;
}
.form_box .add ,
.form_box .textarea {
  align-items: flex-start;
}
.form_box .add_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.add select {
  width: 265px;
  height: 35px;
  border: 1px solid #E5E5E5;
  margin: 1.3rem 0
}
.form_box .add input.yubin {
  width: 160px;
  margin-left: 1rem;
}
.form_box textarea {
  width: 100%;
  height: 230px;
  border: 1px solid #E5E5E5;
}
.form_box input[type="checkbox"] {
  display: none;
}
.form_box input[type="checkbox"] + label {
  width: fit-content;
  padding-left: 2.5rem;
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
}
.form_box input[type="checkbox"] + label::before {
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #E5E5E5;
  background: #fff;
  position: absolute;
  top: -3px;
  left: 0;
}
.form_box input[type="checkbox"]:checked + label::before {
  border: 1px solid #cc141c;
}
.form_box input[type="checkbox"]:checked + label::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 14px;
  height: 7px;
  margin-top: -9px;
  top: 11px;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid #cc141c;
  border-left: 3px solid #cc141c;
}
.form_box input[type="checkbox"] + label a {
  color: #307FDB;
  font-size: 1.5rem;
  margin-left: .5rem;
  margin-right: 4rem;
  }
input[type="submit"] {
  width: 445px;
  max-width: 100%;
  height: 40px;
  background: #cc141c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin: 2rem auto 0;
}

@media screen and (max-width: 1024px) {
  .contact_box h2 {
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
  .contact_box h2 + p {
    margin-bottom: 4rem;
  }
  .ctr p {
    font-size: 1.5rem;
  }
  .cont_tel {
    height: 85px;
    margin: 2rem auto 4rem;
  }
  .cont_tel p {
    font-size: 2.6rem;
  }
  .cont_tel p span {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .form_box li {
    padding: 2.5rem 1rem;
  }
  .form_box li label {
    width: 100%;
    margin-bottom: 1rem;
  }
  .form_box li div {
    width: 100%;
  }
  .form_box textarea {
    height: 260px;
  }
  .form_box .add input.yubin {
    margin-right: calc(100% - 190px);
  }
}
@media screen and (max-width: 600px) {
  .add select {
    width: 155px;
  }
}

/* ------------ privacy ------------ */
#privacy > div {
  background: #fffafb;
}
#privacy h2 {
  font-size: 5.6rem;
  font-weight: bold;
  padding: 5.5rem 0 5rem;
}
.privacy_box {
  font-size: 1.5rem;
  width: 840px;
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.7;
  padding-bottom: 17.5rem;
}
.privacy_box dt {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2.5rem 0;
}
.mt2 {
  padding-top: 2.5rem;
}
.privacy_box ol {
  padding-left: 3rem;
  list-style: decimal;
}
.privacy_box li {
  padding-left: 1.5rem;
}
.privacy_box span {
  display: block;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #privacy h2 {
    font-size: 2.6rem;
    padding: 3.5rem 0 3rem;
  }
  .privacy_box {
    font-size: 1.4rem;
    padding-bottom: 12.5rem;
  }
  .privacy_box dt {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .privacy_box ol ol {
    padding-left: 1.5rem;
  }
}

.bg-none {
  background: none;
}
.none {
  display: none;
}




/* ------------ work ------------ */

#main_img {
    margin-top: 7rem;
    width: 100%;
    height: calc(100vw / 4.626);
    position: relative;
}

#work #main_img {
    background: url(../img/work_main.jpg) no-repeat center / cover;
}

ol.clr-W {
    padding-top: 1rem;
    width: 1016px;
    max-width: 95%;
    margin: 0 auto;
    color: #fff;
}

#main_img h1 {
    color: #fff;
    font-size: 5.6rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    width: fit-content;
    font-family: Tsukushi A Round Gothic;
}

#acting,
#type-b_top {
    background: #fffafb;
    padding: 6rem 0 8rem;
}

.box1026 {
    width: 1026px;
    max-width: 85%;
    margin: 0 auto;
}

#acting h2,
#type-b_top h2 {
    font-size: 5rem;
    text-align: left;
    color: #cc141c;
    margin-bottom: 2rem;
}

#acting h2+p,
#type-b_top h2+p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 10rem;
}

#acting h3 {
    font-size: 3rem;
    font-weight: bold;
    border-bottom: 1px solid #cc141c;
    padding: 0 2rem 1rem;
    width: fit-content;
    margin: 0 auto 5rem;
}

#acting ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}

#acting dl {
    width: 333px;
    height: 50px;
    background: #cc141c;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    padding: 1.5rem 2.5rem;
    margin-bottom: 1rem;
}

#acting dt {
    font-size: 2rem;
    padding-bottom: 1.5rem;
}

#acting dd div {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#acting dd p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 30px;
}

.one-line {
    padding-top: .5rem;
}

#acting ul+p {
    margin-top: 7rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.8;
}

#day-schedule {
    padding: 7.5rem 0 0;
}

#day-schedule h2,
#qa h2 {
    text-align: left;
}

#day-schedule dl {
    width: 844px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

#day-schedule dt,
#day-schedule dd {
    width: 50%;
    font-size: 1.8rem;
    background: #FFFBEF;
    text-align: center;
    padding: 1.5rem 0;
    margin-bottom: .5rem;
}

#day-schedule dt {
    position: relative;
}

#day-schedule dt::after {
    content: "";
    position: absolute;
    background: #FCD86C;
    width: 1px;
    height: 36px;
    display: block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#day-schedule dl+p {
    width: 844px;
    max-width: 100%;
    margin: 1rem auto 7rem;
    line-height: 1.5;
}

#qa dl {
    width: 844px;
    max-width: 100%;
    margin: 0 auto;
}

#qa dt,
#qa dd {
    position: relative;
    padding-left: 4rem;
    line-height: 1.9;
    margin-bottom: 2rem;
}

#qa dd {
    margin-bottom: 4rem;
    padding-bottom: 4rem;
    border-bottom: 1px solid #E6E6E6;
}

#qa dd:last-child {
    border-bottom: none;
}

#qa dt::before,
#qa dd::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: bold;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
}

#qa dt::before {
    content: "Q";
    color: #fff;
    background: #cc141c;
}

#qa dd::before {
    content: "A";
    color: #cc141c;
    background: #fff;
    border: 1px solid #cc141c;
}

@media screen and (max-width: 1024px) {
    #main_img {
        margin-top: 6.3rem;
        height: calc(100vw / 2.53);
    }
    #work #main_img {
        background: url(../img/work_main_sp.jpg) no-repeat center / cover;
    }
    #main_img h1 {
        font-size: 2.6rem;
    }
    #acting,
    #type-b_top {
        padding: 3rem 0 4rem;
    }
    #acting h2,
    #type-b_top h2 {
        font-size: 2.6rem;
        text-align: center;
    }
    #acting h2+p {
        margin-bottom: 5.5rem;
    }
    #acting h3 {
        font-size: 1.9rem;
        padding: 0 2rem .5rem;
        margin: 0 auto 2rem;
    }
    #acting dl {
        margin-bottom: 1.5rem;
    }
    #acting ul+p {
        margin-top: 2.5rem;
        font-size: 1.5rem;
        font-weight: normal;
    }
    #day-schedule dt,
    #day-schedule dd {
        font-size: 1.6rem;
        padding: 1rem 0;
    }
    #day-schedule dt::after {
        height: 27px;
    }
    #day-schedule dl+p {
        font-size: 1.3rem;
        margin: .5rem auto 5.5rem;
    }
    #qa dl {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 800px) {
    #acting dl {
        height: auto;
    }
}


/* ------------ type-b ------------ */

#type-b #main_img {
    background: url(../img/type-b_main.jpg) no-repeat center / cover;
}

.type-b_box {
    width: 1016px;
    max-width: 90%;
    margin: 0 auto;
}

#type-b_top h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

#type-b_top h3+div {
    background: #fff;
    border-radius: 5px;
    padding: 2.5rem 1.5rem;
    width: 100%;
    margin: 2rem auto 4.5rem;
}

#type-b_top h3+div p {
    line-height: 2;
    margin-bottom: 3rem;
}

#type-b_top dl {
    font-size: 1.3rem;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 690px;
    max-width: 100%;
    margin: 0 auto 1.5rem;
}

#type-b_top dt {
    width: 53%;
}

#type-b_top dd {
    width: 47%;
}

#type-b_top dt:nth-child(-n + 2),
#type-b_top dd:nth-child(-n + 2) {
    text-align: center;
    color: #cc141c;
    padding-bottom: 1rem;
}

#type-b_top dt:nth-child(n + 3),
#type-b_top dd:nth-child(n + 3) {
    padding: 1rem .5rem;
    line-height: 2;
    border-top: 1px solid #cc141c;
    display: flex;
    align-items: center;
    justify-content: center;
}

#type-b_top dt:nth-last-child(2),
#type-b_top dd:last-child {
    border-bottom: 1px solid #cc141c;
}

#type-b_top dt:nth-child(n + 3) {
    background: #fff2f2;
}

.fs12 {
    font-size: 1.2rem;
}

.fs10 {
    font-size: 1rem;
}

#type-b_top ul {
    width: 690px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.3rem;
    line-height: 1.9;
}

#type-b_top .process p {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.5rem;
}

#philosophy {
    width: 690px;
    max-width: 90%;
    margin: 0 auto;
    padding: 4.5rem 0 1.5rem;
}

#philosophy h2 {
    font-size: 2.4rem;
    color: #cc141c;
    position: relative;
}

#philosophy h2::after {
    content: " ";
    display: block;
    height: 2px;
    width: 33px;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    background: #cc141c;
}

#philosophy .six {
    display: flex;
    flex-wrap: wrap;
    margin: 6.5rem 0 8rem;
}

#philosophy .six dt {
    width: 75px;
    padding: 1.3rem 1rem;
    border-top: 1px solid #cc141c;
    display: flex;
    align-items: center;
}

#philosophy .six dt span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #cc141c;
    border-radius: 50px;
    background: #fffafb;
    color: #cc141c;
    font-size: 1.8rem;
}

#philosophy .six dd {
    width: calc(100% - 75px);
    font-size: 1.3rem;
    line-height: 1.6;
    display: flex;
    align-items: center;
    border-top: 1px solid #cc141c;
    padding: 1.3rem 0;
}

#philosophy .six dt:nth-last-child(2),
#philosophy .six dd:last-child {
    border-bottom: 1px solid #cc141c;
}

#philosophy .six+dl dt {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px dashed #cc141c;
    width: fit-content;
    padding: 0 0 .2rem 0;
    margin-bottom: 1.5rem;
}

#philosophy .six+dl dd {
    font-size: 1.5rem;
    line-height: 1.8;
    margin-bottom: 7.5rem;
}

.banner {
    display: inline-flex;
    width: 100%;
    padding: 20px;
    margin-bottom: 45px;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    #type-b #main_img {
        background: url(../img/type-b_main_sp.jpg) no-repeat center / cover;
    }
    #type-b #main_img h1 {
        font-size: 2.4rem;
    }
    #type-b h2 {
        font-size: 2.3rem;
    }
    #type-b_top h3 {
        text-align: left;
    }
    #type-b_top h3+div {
        margin: 1rem auto 3.5rem;
    }
    .fs10 {
        display: block;
        margin: -.8rem 0;
        text-align: right;
    }
    .fs12 .fs10 {
        display: inline-block;
        margin: -.5rem;
    }
    #type-b_top .process p {
        text-align: left;
    }
    #philosophy .six+dl dt {
        line-height: 2.2;
        display: inline;
    }
    #philosophy .six+dl dd {
        margin-bottom: 9rem;
        margin-top: 1.5rem;
    }

        .banner {
        height: 300px;
        display: inline-grid;
    }

}


