@charset "UTF-8";
/*----------------------------------------
MAIN
-----------------------------------------*/
html {
  font-size: 62.5%;
}

#doushisya {
  text-align: justify;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #111;
  background: #fff;
  position: relative;
  width: 100%;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.075em;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}
#doushisya h3 {
  margin: 0 !important;
}
#doushisya a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#doushisya a:hover {
  opacity: 0.8;
}
#doushisya .pc {
  display: block;
}
#doushisya .sp {
  display: none;
}
@media screen and (max-width: 705px) {
  #doushisya .pc {
    display: none;
  }
  #doushisya .sp {
    display: block;
  }
}
#doushisya .container {
  width: calc(100% - 50px);
  max-width: 910px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 705px) {
  #doushisya .container {
    width: calc(100% - 40px);
    max-width: 910px;
    display: block;
    margin: 0 auto;
  }
}
#doushisya .maxContainer {
  max-width: 1171px;
  margin: 0 auto;
}
#doushisya .triangleGray {
  width: 100%;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  margin-top: -75px;
}
#doushisya .triangleGray::after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-bottom: 60px solid #e5e9ea;
  border-left: 1030px solid transparent;
}
#doushisya .triangleWhite {
  width: 100%;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
  background-color: #e5e9ea;
}
#doushisya .triangleWhite::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-bottom: 60px solid #fff;
  border-left: 1030px solid transparent;
}
@media screen and (max-width: 706px) {
  #doushisya .triangleGray {
    width: 100%;
    padding-top: 23px;
    position: relative;
    overflow: hidden;
    margin-top: 0;
  }
  #doushisya .triangleGray::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-bottom: 23px solid #e5e9ea;
    border-left: 100vw solid transparent;
  }
  #doushisya .triangleWhite {
    width: 100%;
    padding-top: 23px;
    position: relative;
    overflow: hidden;
  }
  #doushisya .triangleWhite.second {
    margin-top: -22px;
  }
  #doushisya .triangleWhite::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-bottom: 23px solid #fff;
    border-left: 100vw solid transparent;
    z-index: 10;
  }
}
#doushisya .interview__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#doushisya .interview__flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 30px;
}
@media screen and (max-width: 705px) {
  #doushisya .interview__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #doushisya .interview__flex.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#doushisya .numberProfile {
  width: 25%;
}
#doushisya .numberProfile.reverse {
  width: 25%;
  margin-left: 50px;
  margin-right: 60px;
}
@media screen and (max-width: 705px) {
  #doushisya .numberProfile {
    margin-left: 0 !important;
    width: 42% !important;
  }
  #doushisya .numberProfile.reverse {
    width: 41%;
    margin-left: auto !important;
    margin-right: 0;
    margin-top: -92px;
    width: 36% !important;
    margin-right: 11px;
  }
}
#doushisya .numberImage {
  width: 57%;
  margin: 0 auto;
  margin-top: 34px;
}
#doushisya .numberImage.second {
  margin-top: 50px;
  width: 65%;
}
#doushisya .numberImage--image {
  width: 100%;
  display: block;
  margin: 0 atuo;
}
#doushisya .profileArea {
  margin-top: 49px;
}
#doushisya .profileArea.reverse {
  margin-top: 40px;
}
#doushisya .profileArea.sp {
  display: none;
}
#doushisya .profileArea__box {
  background-color: #fff;
  position: relative;
  padding: 17px 20px 12px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#doushisya .profileArea__box.reverse {
  background-color: #f8f8f8;
}
#doushisya .profileArea__box--treatment {
  position: absolute;
  top: -11px;
  left: 20px;
}
#doushisya .profileArea__box--name {
  font-size: 2rem;
  letter-spacing: 0.13em;
}
#doushisya .profileArea__box--name .smallText {
  font-size: 1.5rem !important;
}
#doushisya .profileArea__box--detail {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
#doushisya .profileArea__box--detail .smallText {
  font-size: 1.1rem;
}
@media screen and (max-width: 705px) {
  #doushisya .profileArea {
    display: none;
  }
  #doushisya .profileArea.sp {
    display: block;
    margin-left: auto;
    width: 86%;
    margin-top: 20px;
    margin-inline: auto;
  }
  #doushisya .profileArea.reverse {
    margin-left: 0;
    margin-inline: auto;
  }
  #doushisya .profileArea__box.sp {
    padding: 3px 6px;
  }
  #doushisya .profileArea__box.reverse {
    background-color: #f8f8f8;
    padding: 3px 6px 3px 25px;
  }
  #doushisya .profileArea__box--treatment.sp {
    font-size: 1.1rem;
    left: 8px;
  }
  #doushisya .profileArea__box--treatment.reverse {
    left: 26px;
  }
  #doushisya .profileArea__box--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #doushisya .profileArea__box--name.sp {
    font-size: 1.3rem;
    border-right: 1px solid #111;
    min-width: 100px;
    padding-bottom: 0;
  }
  #doushisya .profileArea__box--name.sp.third {
    min-width: 101px;
  }
  #doushisya .profileArea__box--detail.sp {
    font-size: 1rem;
    line-height: 1.4;
    padding: 3px 0 3px 10px;
  }
  #doushisya .profileArea__box--detail .smallText {
    font-size: 1rem;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    display: inline-block;
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
}
#doushisya .profileImageArea {
  width: 100%;
  margin-left: 80px;
}
#doushisya .profileImageArea.sp {
  display: none;
}
#doushisya .profileImageArea--image {
  width: 100%;
  display: block;
}
#doushisya .profileImageArea.reverse {
  margin-left: 0;
  margin-right: 0;
  width: 66%;
}
@media screen and (max-width: 705px) {
  #doushisya .profileImageArea {
    display: none;
  }
  #doushisya .profileImageArea.sp {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-top: -90px;
  }
  #doushisya .profileImageArea.reverse {
    margin-left: 0;
    margin-top: -26px;
  }
  #doushisya .profileImageArea.third {
    margin-top: -94px;
  }
}
#doushisya .numberProfile {
  width: 26%;
  margin-left: 60px;
}
#doushisya .profileImageArea {
  width: 68%;
  margin-left: 46px;
}
#doushisya .purpleText {
  color: #5e0075;
  font-weight: bold;
}
#doushisya .smallText {
  font-size: 1rem !important;
}
#doushisya .commonText {
  margin-top: 10px;
}
#doushisya .commonText.second {
  margin-top: 42px;
}
#doushisya .commonText__title {
  color: #5e0075;
  font-size: 1.9rem;
  letter-spacing: 0.2em;
  border-bottom: 2px solid #5e0075;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#doushisya .commonText__title .bigText {
  font-size: 2.3rem;
}
#doushisya .commonText__subTitle {
  margin-top: 10px !important;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#doushisya .commonText__text {
  margin-top: 4px;
  line-height: 1.72 !important;
  letter-spacing: 0.14em;
  font-size: 1.4rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#doushisya .commonText__text:nth-of-type(2) {
  margin-top: 15px;
}
#doushisya .commonText__text .purpleText {
  color: #5e0075;
  font-weight: bold;
}
@media screen and (max-width: 705px) {
  #doushisya .commonText {
    margin-top: 22px;
  }
  #doushisya .commonText.second {
    margin-top: 37px;
  }
  #doushisya .commonText__title {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif, "Noto Serif JP", serif;
    font-size: 1.7rem;
    border-bottom: 1px solid #5e0075;
    letter-spacing: 0.13em;
  }
  #doushisya .commonText__title .bigText {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2rem;
  }
  #doushisya .commonText__subTitle {
    margin-top: 9px;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
  }
  #doushisya .commonText__text {
    font-size: 1.4rem;
    line-height: 1.72 !important;
    letter-spacing: 0.12em;
    margin-top: 3px;
  }
}
#doushisya .commonMessage {
  margin-top: 70px;
}
#doushisya .commonMessage__box {
  background-color: #fff;
  position: relative;
  padding: 64px 31px 26px;
  border: 1px solid #000;
}
#doushisya .commonMessage__box--title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
#doushisya .commonMessage__box--text {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  letter-spacing: 0.14em;
  line-height: 1.7;
}
#doushisya .commonMessage__box--recommend {
  margin-top: 24px;
}
#doushisya .commonMessage__box--recommend--title {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #5e0075;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 5px;
}
#doushisya .commonMessage__box--recommend--title:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #5e0075;
}
#doushisya .commonMessage__box--recommend--title span {
  background-color: #fff;
  display: inline-block;
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 705px) {
  #doushisya .commonMessage {
    margin-top: 31px;
  }
  #doushisya .commonMessage__box {
    padding: 60px 20px 21px;
  }
  #doushisya .commonMessage__box--title {
    width: auto;
    font-size: 1.9rem;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  #doushisya .commonMessage__box--text {
    line-height: 1.7 !important;
    padding-bottom: 0px;
  }
  #doushisya .commonMessage__box--recommend {
    margin-top: 19px;
  }
  #doushisya .commonMessage__box--recommend--title {
    text-align: center;
  }
  #doushisya .commonMessage__box--recommend--title:before {
    display: none;
  }
  #doushisya .commonMessage__box--recommend--title span {
    padding-right: 0;
    position: relative;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 706px) {
  #doushisya {
    font-size: 14px;
    width: 1030px;
    margin: 0 auto;
  }
  #doushisya p {
    padding-bottom: 0;
  }
  #doushisya .topPc {
    padding-bottom: 100px;
  }
  #doushisya .topPc .container {
    max-width: 1171px;
    width: 100%;
    margin: 0 auto;
  }
  #doushisya .topPc__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #doushisya .topPc__flex--textArea {
    width: 55%;
    margin-top: 53px;
  }
  #doushisya .topPc__flex--textArea--text {
    letter-spacing: 0em;
    padding-bottom: 5px;
    padding-left: 115px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  }
  #doushisya .topPc__flex--textArea--imageArea {
    width: 87%;
  }
  #doushisya .topPc__flex--textArea--imageArea--image {
    width: 100%;
    display: block;
  }
  #doushisya .topPc__flex--textArea--mainText {
    margin-top: 39px;
    font-size: 1.5rem;
    line-height: 2.8;
    padding-left: 115px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #doushisya .topPc__flex--imageArea {
    width: 54%;
    position: absolute;
    right: 0px;
    top: 60px;
  }
  #doushisya .topPc__flex--imageArea--singleImage--image {
    width: 100%;
    display: block;
  }
  #doushisya .topPc__flex--imageArea--doubleImage {
    width: 92%;
    margin-top: -43px;
    margin-left: auto;
    position: relative;
    right: 10px;
    z-index: 1;
  }
  #doushisya .topPc__flex--imageArea--doubleImage--image {
    width: 100%;
    display: block;
  }
  #doushisya .topSp {
    display: none;
  }
  #doushisya .interview1 {
    padding-top: 0px;
    background-color: #e5e9ea;
    padding-bottom: 100px;
  }
  #doushisya .interview1__schedule {
    margin-top: 68px;
  }
  #doushisya .interview1__schedule--titleArea {
    position: relative;
  }
  #doushisya .interview1__schedule--titleArea--treatment {
    position: absolute;
    width: 175px;
    top: -53px;
    left: 60px;
    z-index: 0;
    display: block;
  }
  #doushisya .interview1__schedule--titleArea--titleImage {
    height: 40px;
  }
  #doushisya .interview1__schedule--titleArea--titleImage img {
    height: 100%;
  }
  #doushisya .interview1__schedule--titleArea--titleImage--image {
    margin: 0 auto;
  }
  #doushisya .interview1__schedule--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 33px;
  }
  #doushisya .interview1__schedule--flex img:nth-of-type(2) {
    margin-top: -4px;
  }
  #doushisya .interview1__schedule--flex-left {
    width: 534px;
  }
  #doushisya .interview1__schedule--flex-right {
    position: absolute;
    right: -56px;
    top: 0px;
    width: 410px;
    z-index: 10;
  }
  #doushisya .interview1__schedule--flex--item {
    width: calc(33.3333333333% - 26.6666666667px);
    margin-right: 40px;
    border: 1px solid #000000;
    background-color: #fff;
    position: relative;
  }
  #doushisya .interview1__schedule--flex--item:nth-of-type(3n) {
    margin-right: 0;
  }
  #doushisya .interview1__schedule--flex--item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  #doushisya .interview1__schedule--flex--item:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -31px;
    content: "";
    background-image: url(../img/doushisya/arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  #doushisya .interview1__schedule--flex--item:last-of-type:after {
    display: none;
  }
  #doushisya .interview1__schedule--flex--item--titleArea {
    background-color: #5e0075;
  }
  #doushisya .interview1__schedule--flex--item--titleArea.single {
    background-color: #fff;
    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;
    height: 100%;
    letter-spacing: 0.03em;
  }
  #doushisya .interview1__schedule--flex--item--titleArea--title {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 14px 0;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  }
  #doushisya .interview1__schedule--flex--item--titleArea--title.single {
    color: #111;
    font-size: 1.6rem;
  }
  #doushisya .interview1__schedule--flex--item--titleArea--title .smallText {
    font-size: 1.4rem !important;
    display: block;
    line-height: 1.2;
  }
  #doushisya .interview1__schedule--flex--item--textArea {
    background-color: #fff;
    padding: 21px 18px;
  }
  #doushisya .interview1__schedule--flex--item--textArea--text {
    font-size: 1.4rem;
    margin-left: 1em;
    padding-left: 0.3em;
    position: relative;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    line-height: 1.5;
  }
  #doushisya .interview1__schedule--flex--item--textArea--text:before {
    position: absolute;
    top: 2px;
    left: -15px;
    content: "";
    background-image: url(../img/doushisya/check_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
  }
  #doushisya .interview1__schedule--flex--item--textArea--text:not(:first-of-type) {
    margin-top: 12px;
  }
  #doushisya .interview2 {
    padding-top: 0;
    padding-bottom: 94px;
    margin-top: 12px;
    position: relative;
  }
  #doushisya .interview2 .container {
    width: 100%;
  }
  #doushisya .interview2__imgArea {
    margin-top: 57px;
  }
  #doushisya .interview2__imgArea--ttl {
    margin: 0 auto;
    width: 42%;
  }
  #doushisya .interview2__imgArea--img {
    margin-top: 20px;
  }
  #doushisya .interview2__tab--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 67px;
  }
  #doushisya .interview2__tab--flex--titleImage {
    width: 40px;
    margin-right: 20px;
  }
  #doushisya .interview2__tab--flex--titleImage.sp {
    display: none;
  }
  #doushisya .interview2__tab--flex--titleImage--image {
    width: 100%;
  }
  #doushisya .interview2__tab--all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% - 60px);
    padding-top: 0px;
  }
  #doushisya .interview2__tab--all--title {
    width: 38%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 16px 0;
    border-bottom: 2px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    position: relative;
    font-family: font;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    font-size: 1.4rem;
    z-index: 1;
    color: #888888;
    cursor: pointer;
  }
  #doushisya .interview2__tab--all--title.first {
    border-left: 1px solid #fff;
  }
  #doushisya .interview2__tab--all--title.second {
    border-right: 1px solid #fff;
  }
  #doushisya .interview2__tab--all--title:hover {
    background-color: #fff;
  }
  #doushisya .interview2__tab--all input[name=interviewTab] {
    display: none;
  }
  #doushisya .interview2__tab--all input:checked + .interview2__tab--all--title {
    background-color: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #111;
  }
  #doushisya .interview2__tab--all--contents {
    display: none;
    width: 100%;
    margin-top: 0px;
    padding-top: 10px;
    border-top: 1px solid #000;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    position: relative;
    z-index: 0;
  }
  @supports (-ms-ime-align: auto) {
    #doushisya .interview2__tab--all--contents .interview2__tab--all--contents {
      -webkit-transform: translateY(-1.5px);
              transform: translateY(-1.5px);
    }
  }
  #doushisya .interview2__tab--all--contents--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 35px;
  }
  #doushisya .interview2__tab--all--contents--flex--textArea--list--item {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    padding-left: 30px;
    position: relative;
  }
  #doushisya .interview2__tab--all--contents--flex--textArea--list--item:not(:first-of-type) {
    margin-top: 9px;
  }
  #doushisya .interview2__tab--all--contents--flex--textArea--list--item::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../img/doushisya/angle_bottom_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 10px;
  }
  #doushisya .interview2__tab--all--contents--flex--textArea--imageArea {
    margin-top: 16px;
    width: 368px;
  }
  #doushisya .interview2__tab--all--contents--flex--textArea--imageArea--image {
    width: 100%;
  }
  #doushisya .interview2__tab--all--contents--flex--imageArea {
    width: 180px;
  }
  #doushisya .interview2__tab--all--contents--flex--imageArea--image {
    width: 100%;
  }
  #doushisya .interview2__tab--all--contents--flex--imageAreaSp {
    display: none;
  }
  #doushisya .interview2__tab--all input:checked + .interview2__tab--all--title + .interview2__tab--all--contents {
    display: block;
  }
  #doushisya .interview2 .interview3__flex--numberProfile--numberImage {
    width: 63%;
  }
  #doushisya .interview2 .interview3__flex--numberProfile--profile--box--detail {
    white-space: nowrap;
  }
  #doushisya .interview2 .interview3__imgArea {
    margin: 0 auto;
    margin-top: 74px;
    position: relative;
  }
  #doushisya .interview2 .interview3__imgArea--flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #doushisya .interview2 .interview3__imgArea--flex.reverse .interview3__imgArea--flex--img {
    margin-top: -85px;
    position: absolute;
    right: 41px;
    width: 438px;
  }
  #doushisya .interview2 .interview3__imgArea--flex--ttl {
    margin-top: 0;
    margin-right: 30px;
    padding-top: 19px;
    width: 460px;
  }
  #doushisya .interview2 .interview3__ctsArea {
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  #doushisya .interview2 .interview3__ctsArea--item {
    width: calc(33.3333333333% - 23.3333333333px);
    margin-right: 35px;
    padding: 30px 17px 19px;
    background-color: #f8f8f8;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    border: 1px solid #5e0075;
  }
  #doushisya .interview2 .interview3__ctsArea--item:nth-of-type(3n) {
    margin-right: 0;
  }
  #doushisya .interview2 .interview3__ctsArea--item--ttlArea {
    position: relative;
  }
  #doushisya .interview2 .interview3__ctsArea--item--ttlArea:after {
    position: absolute;
    content: "";
    width: 263px;
    height: 50px;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/doushisya/section3_5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #doushisya .interview2 .interview3__ctsArea--item--ttlArea--ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    text-align: center;
    font-weight: bold;
  }
  #doushisya .interview2 .interview3__ctsArea--item--ttlArea--ttl.-ls {
    letter-spacing: 0;
  }
  #doushisya .interview2 .interview3__ctsArea--item--ttlArea--ttl .purpleTxt {
    color: #5e0075;
  }
  #doushisya .interview2 .interview3__ctsArea--item--txtArea {
    margin-top: 17px;
  }
  #doushisya .interview2 .interview3__ctsArea--item--txtArea--group:not(:first-of-type) {
    margin-top: 7px;
  }
  #doushisya .interview2 .interview3__ctsArea--item--txtArea--group--txt {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
    padding-left: 30px;
    padding-right: 5px;
    position: relative;
  }
  #doushisya .interview2 .interview3__ctsArea--item--txtArea--group--txt .bold {
    font-weight: bold;
  }
  #doushisya .interview2 .interview3__ctsArea--item--txtArea--group--txt:after {
    position: absolute;
    content: "";
    top: 17px;
    left: 0%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 8px solid #5e0075;
    border-right: 8px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid transparent;
  }
  #doushisya .interview2 .interview3__schedule {
    padding-top: 60px;
  }
  #doushisya .interview2 .interview3__schedule--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #doushisya .interview2 .interview3__schedule--flex--imageSp {
    display: none;
  }
  #doushisya .interview2 .interview3__schedule--flex--circleImage {
    width: 54%;
    margin-right: 54px;
    margin-top: 10px;
  }
  #doushisya .interview2 .interview3__schedule--flex--circleImage--image {
    width: 100%;
    display: block;
  }
  #doushisya .interview2 .interview3__schedule--flex--textImage {
    width: calc(46% - 54px);
  }
  #doushisya .interview2 .interview3__schedule--flex--textImage--circleImage {
    display: none;
  }
  #doushisya .interview2 .interview3__schedule--flex--textImage--titleImage {
    width: 87%;
  }
  #doushisya .interview2 .interview3__schedule--flex--textImage--titleImage--image {
    width: 100%;
    display: block;
  }
  #doushisya .interview2 .interview3__schedule--flex--textImage--bubbleImage {
    margin: 0 auto;
    margin-top: 21px;
  }
  #doushisya .interview2 .interview3__schedule--flex--textImage--bubbleImage.sp {
    display: none;
  }
  #doushisya .interview2 .interview3__schedule--flex--textImage--bubbleImage--image {
    width: 100%;
    display: block;
  }
  #doushisya .interview3 {
    padding-top: 0px;
    padding-bottom: 76px;
    background-color: #e5e9ea;
  }
  #doushisya .interview3 .interview3__flex--numberProfile--numberImage {
    width: 63%;
  }
  #doushisya .interview3 .interview3__flex--numberProfile--profile--box--detail {
    white-space: nowrap;
  }
  #doushisya .interview3 .interview3__imgArea {
    margin: 0 auto;
    margin-top: 74px;
    position: relative;
  }
  #doushisya .interview3 .interview3__imgArea--flex.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #doushisya .interview3 .interview3__imgArea--flex.reverse .interview3__imgArea--flex--img {
    margin-top: -115px;
    position: absolute;
    right: 66px;
    width: 334px;
  }
  #doushisya .interview3 .interview3__imgArea--flex--ttl {
    margin-top: 0;
    margin-right: 0;
    padding-top: 6px;
    width: 470px;
  }
  #doushisya .interview3 .interview3__ctsArea {
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #doushisya .interview3 .interview3__ctsArea--item {
    width: 45.5%;
    margin-right: 0;
    padding: 20px 17px 19px;
    background-color: #f8f8f8;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  }
  #doushisya .interview3 .interview3__ctsArea--item:nth-of-type(3n) {
    margin-right: 0;
  }
  #doushisya .interview3 .interview3__ctsArea--item--ttlArea {
    position: relative;
  }
  #doushisya .interview3 .interview3__ctsArea--item--ttlArea:after {
    position: absolute;
    content: "";
    width: 343px;
    height: 50px;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/doushisya/section3_5_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #doushisya .interview3 .interview3__ctsArea--item--ttlArea--ttl {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
    padding-bottom: 5px;
    text-align: center;
    font-weight: bold;
  }
  #doushisya .interview3 .interview3__ctsArea--item--ttlArea--ttl.-ls {
    letter-spacing: 0;
  }
  #doushisya .interview3 .interview3__ctsArea--item--ttlArea--ttl .purpleTxt {
    color: #5e0075;
  }
  #doushisya .interview3 .interview3__ctsArea--item--txtArea {
    margin-top: 3px;
  }
  #doushisya .interview3 .interview3__ctsArea--item--txtArea--group:not(:first-of-type) {
    margin-top: 7px;
  }
  #doushisya .interview3 .interview3__ctsArea--item--txtArea--group--txt {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-inline: auto;
    width: 400px;
  }
  #doushisya .interview3 .interview3__ctsArea--item--txtArea--group--txt .bold {
    font-weight: bold;
  }
  #doushisya .interview3 .interview3__schedule {
    padding-top: 60px;
  }
  #doushisya .interview3 .interview3__schedule--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #doushisya .interview3 .interview3__schedule--flex--imageSp {
    display: none;
  }
  #doushisya .interview3 .interview3__schedule--flex--circleImage {
    width: 54%;
    margin-right: 54px;
    margin-top: 10px;
  }
  #doushisya .interview3 .interview3__schedule--flex--circleImage--image {
    width: 100%;
    display: block;
  }
  #doushisya .interview3 .interview3__schedule--flex--textImage {
    width: calc(46% - 54px);
  }
  #doushisya .interview3 .interview3__schedule--flex--textImage--circleImage {
    display: none;
  }
  #doushisya .interview3 .interview3__schedule--flex--textImage--titleImage {
    width: 87%;
  }
  #doushisya .interview3 .interview3__schedule--flex--textImage--titleImage--image {
    width: 100%;
    display: block;
  }
  #doushisya .interview3 .interview3__schedule--flex--textImage--bubbleImage {
    margin: 0 auto;
    margin-top: 21px;
  }
  #doushisya .interview3 .interview3__schedule--flex--textImage--bubbleImage.sp {
    display: none;
  }
  #doushisya .interview3 .interview3__schedule--flex--textImage--bubbleImage--image {
    width: 100%;
    display: block;
  }
  #doushisya .step-area {
    margin-top: -188px;
    position: relative;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  }
  #doushisya .step-area .step:not(:first-of-type) {
    margin-top: 20px;
  }
  #doushisya .step-area .step:first-of-type .step__box-area {
    max-width: 595px;
  }
  #doushisya .step-area .step:first-of-type .step__box:before {
    right: -23px;
  }
  #doushisya .step-area .step:nth-of-type(2) .step__box-area {
    max-width: 910px;
  }
  #doushisya .step-area .step:nth-of-type(2) .step__title-area .step__title-text:after {
    width: 409px;
    height: 63px;
  }
  #doushisya .step-area .step__title-area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  #doushisya .step-area .step__title-number {
    text-align: center;
  }
  #doushisya .step-area .step__title-text {
    text-align: center;
    font-size: 1.8rem;
    margin-inline: auto;
    padding: 6px 70px;
    letter-spacing: 0.15em;
    font-weight: bold;
    position: relative;
  }
  #doushisya .step-area .step__title-text:after {
    position: absolute;
    content: "";
    width: 339px;
    height: 54px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/doushisya/step_treat.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #doushisya .step-area .step__box-area {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
  }
  #doushisya .step-area .step__box-area:first-of-type .step__box {
    width: 295px;
  }
  #doushisya .step-area .step__box-area:nth-of-type(2) .step__box {
    width: 280px;
  }
  #doushisya .step-area .step__box {
    background-color: #fff;
    padding: 21px 20px;
    width: 295px;
    position: relative;
  }
  #doushisya .step-area .step__box:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 14px;
    top: 53%;
    right: -23px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #5e0075;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  #doushisya .step-area .step__box:last-of-type::before {
    display: none;
  }
  #doushisya .step-area .step__box--title {
    text-align: center;
    color: #5e0075;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  #doushisya .step-area .step__box--text {
    margin-top: 11px;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  #doushisya .bgImage {
    background-image: url(../img/doushisya/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 167px 0;
  }
  #doushisya .whiteBg {
    padding: 0px 0;
    background-color: #ffffff;
  }
  #doushisya .campus {
    position: relative;
  }
  #doushisya .campus:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 30px;
    border-left: 1px solid #000;
  }
  #doushisya .campus__title {
    text-align: center;
    padding-top: 50px;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.17em;
  }
  #doushisya .campus__text {
    text-align: center;
    padding-top: 10px;
    font-size: 1.6rem;
    line-height: 2.2;
    letter-spacing: 0.14em;
  }
  #doushisya .campus__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
  #doushisya .campus__flex--item {
    width: calc(33.3333333333% - 30px);
    margin-right: 45px;
    position: relative;
  }
  #doushisya .campus__flex--item:nth-of-type(3n) {
    margin-right: 0;
  }
  #doushisya .campus__flex--item--imageArea--image {
    width: 100%;
    display: block;
  }
  #doushisya .campus__flex--item--textArea {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    padding-bottom: 80px;
  }
  #doushisya .campus__flex--item--textArea--subTitle {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 0.14em;
  }
  #doushisya .campus__flex--item--textArea--title {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    height: 55px;
  }
  #doushisya .campus__flex--item--textArea--text {
    font-size: 1.4rem;
    padding-top: 10px;
    line-height: 1.7;
    letter-spacing: 0.14em;
  }
  #doushisya .campus__flex--item--btnArea {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #doushisya .campus__flex--item--btnArea--btn {
    width: 100%;
    display: block;
    color: #fff;
    background-color: #000;
    padding: 16px 0;
    text-align: center;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    text-decoration: none;
  }
  #doushisya .campus__bottomBtn {
    margin-top: 100px;
  }
  #doushisya .campus__bottomBtn--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #doushisya .campus__bottomBtn--flex--btnArea {
    width: 32%;
  }
  #doushisya .campus__bottomBtn--flex--btnArea:first-of-type {
    margin-right: 30px;
  }
  #doushisya .campus__bottomBtn--flex--btnArea--btn {
    display: block;
    text-align: center;
    background-color: #ff971d;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 0 #eee;
            box-shadow: 0 3px 0 #eee;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    position: relative;
    text-decoration: none;
  }
  #doushisya .campus__bottomBtn--flex--btnArea--btn:after {
    position: absolute;
    content: "";
    background-image: url(../img/doushisya/white_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 705px) {
  #doushisya p {
    padding-bottom: 0;
  }
  #doushisya .topPc {
    display: none !important;
  }
  #doushisya .topSp .container {
    width: 100%;
    padding-bottom: 15px;
  }
  #doushisya .topSp__imageArea1 {
    margin-left: 4%;
    margin-top: 28px;
  }
  #doushisya .topSp__imageArea1--image {
    width: 100%;
    display: block;
  }
  #doushisya .topSp__text {
    font-size: 1rem;
    padding-left: 4.6%;
    margin-top: -160px;
    letter-spacing: 0.14em;
  }
  #doushisya .topSp__imageArea2 {
    margin-top: 5px;
    width: 59%;
    position: relative;
  }
  #doushisya .topSp__imageArea2--image {
    width: 100%;
    display: block;
  }
  #doushisya .topSp__imageArea3 {
    width: 65%;
    display: block;
    margin-left: auto;
    margin-right: 1.9%;
    margin-top: -23px;
  }
  #doushisya .topSp__imageArea3--image {
    width: 100%;
    display: block;
  }
  #doushisya .topSp__mainText {
    padding-left: 6%;
    padding-right: 4%;
    margin-top: -30px;
    font-size: 1.3rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    line-height: 1.9;
    letter-spacing: 0.15em;
  }
  #doushisya .triangleGray--01 {
    margin-top: -23px;
  }
  #doushisya .interview1 {
    background-color: #e5e9ea;
    padding-bottom: 0px;
  }
  #doushisya .interview1__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #doushisya .interview1__flex--numberProfile {
    width: 42%;
    margin-left: 0;
    margin-top: -24px;
    position: relative;
    z-index: 10;
  }
  #doushisya .interview1__flex--numberProfile--numberImage {
    width: 50%;
    margin-top: 20px !important;
  }
  #doushisya .interview1__schedule {
    padding-top: 39px;
  }
  #doushisya .interview1__schedule--titleArea--treatment {
    display: none;
  }
  #doushisya .interview1__schedule--titleArea--titleImage--image {
    width: 73%;
    margin-inline: auto;
  }
  #doushisya .interview1__schedule--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
    display: none;
  }
  #doushisya .interview1__schedule--flex--item {
    width: 100%;
    margin-right: 0px;
    border: 1px solid #000000;
    background-color: #fff;
    position: relative;
  }
  #doushisya .interview1__schedule--flex--item:nth-of-type(3n) {
    margin-right: 0;
  }
  #doushisya .interview1__schedule--flex--item:nth-of-type(n + 4) {
    margin-top: 30px;
  }
  #doushisya .interview1__schedule--flex--item:after {
    position: absolute;
    top: unset;
    bottom: -31px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    content: "";
    background-image: url(../img/doushisya/arrow_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }
  #doushisya .interview1__schedule--flex--item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  #doushisya .interview1__schedule--flex--item:last-of-type:after {
    display: none;
  }
  #doushisya .interview1__schedule--flex--item--titleArea {
    background-color: #5e0075;
  }
  #doushisya .interview1__schedule--flex--item--titleArea.single {
    background-color: #fff;
    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;
    height: 100%;
    letter-spacing: 0.03em;
  }
  #doushisya .interview1__schedule--flex--item--titleArea--title {
    color: #fff;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 3px 0;
  }
  #doushisya .interview1__schedule--flex--item--titleArea--title.single {
    color: #111;
    font-size: 1.6rem;
  }
  #doushisya .interview1__schedule--flex--item--titleArea--title.single .smallText {
    font-size: 1.5rem !important;
  }
  #doushisya .interview1__schedule--flex--item--textArea {
    background-color: #fff;
    padding: 11px 11px;
  }
  #doushisya .interview1__schedule--flex--item--textArea--text {
    font-size: 1.4rem;
    margin-left: 1em;
    position: relative;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    line-height: 1.5;
    padding-left: 0.5em;
  }
  #doushisya .interview1__schedule--flex--item--textArea--text:before {
    position: absolute;
    top: 2px;
    left: -15px;
    content: "";
    background-image: url(../img/doushisya/check_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
  }
  #doushisya .interview1__schedule--flex--item--textArea--text:not(:first-of-type) {
    margin-top: 6px;
  }
  #doushisya .interview1__schedule--spImgArea {
    margin-top: 21px;
    position: relative;
    z-index: 10;
  }
  #doushisya .interview1__schedule--spImgArea img:nth-of-type(2) {
    margin-top: 20px;
  }
  #doushisya .interview2 {
    padding-bottom: 9px;
    padding-top: 45px;
  }
  #doushisya .interview2__flex--numberProfile {
    margin-top: -52px;
    position: relative;
    z-index: 10;
  }
  #doushisya .interview2__imgArea {
    margin-top: 26px;
  }
  #doushisya .interview2__imgArea--img:nth-of-type(4) {
    margin-top: 21px;
  }
  #doushisya .interview2__tab--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 67px;
  }
  #doushisya .interview2__tab--flex--titleImage {
    width: 100%;
    margin-right: 0px;
  }
  #doushisya .interview2__tab--flex--titleImage.pc {
    display: none;
  }
  #doushisya .interview2__tab--flex--titleImage.sp {
    display: block;
  }
  #doushisya .interview2__tab--flex--titleImage--image {
    width: 100%;
  }
  #doushisya .interview2__tab--all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding-top: 20px;
  }
  #doushisya .interview2__tab--all--title {
    width: 48%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    padding: 9px 0;
    border-bottom: 2px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    position: relative;
    font-family: font;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    font-size: 1.2rem;
    z-index: 1;
    color: #888888;
  }
  #doushisya .interview2__tab--all--title.first {
    border-left: 1px solid #fff;
  }
  #doushisya .interview2__tab--all--title.second {
    border-right: 1px solid #fff;
  }
  #doushisya .interview2__tab--all--title:hover {
    background-color: #fff;
  }
  #doushisya .interview2__tab--all input[name=interviewTab] {
    display: none;
  }
  #doushisya .interview2__tab--all input:checked + .interview2__tab--all--title {
    background-color: #fff;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    color: #111;
  }
  #doushisya .interview2__tab--all--contents {
    display: none;
    width: 100%;
    margin-top: 0px;
    padding-top: 6px;
    border-top: 1px solid #000;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    position: relative;
    z-index: 0;
  }
  @supports (-ms-ime-align: auto) {
    #doushisya .interview2__tab--all--contents .interview2__tab--all--contents {
      -webkit-transform: translateY(-1.5px);
              transform: translateY(-1.5px);
    }
  }
  #doushisya .interview2__tab--all--contents--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 8px;
  }
  #doushisya .interview2__tab--all--contents--flex--textArea--list--item {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    padding-left: 22px;
    position: relative;
    line-height: 1.5;
  }
  #doushisya .interview2__tab--all--contents--flex--textArea--list--item:not(:first-of-type) {
    margin-top: 5px;
  }
  #doushisya .interview2__tab--all--contents--flex--textArea--list--item::before {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    background-image: url(../img/doushisya/angle_bottom_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 10px;
  }
  #doushisya .interview2__tab--all--contents--flex--textArea--imageArea {
    margin-top: 16px;
    display: none;
  }
  #doushisya .interview2__tab--all--contents--flex--imageArea {
    display: none;
  }
  #doushisya .interview2__tab--all--contents--flex--imageAreaSp {
    margin-top: 16px;
  }
  #doushisya .interview2__tab--all input:checked + .interview2__tab--all--title + .interview2__tab--all--contents {
    display: block;
  }
  #doushisya .interview3 {
    background-color: #e5e9ea;
    padding-bottom: 0;
    padding-top: 30px;
  }
  #doushisya .interview3__flex {
    padding-top: 21px;
  }
  #doushisya .interview3__flex--numberProfile {
    margin-top: -25px;
    position: relative;
    z-index: 10;
  }
  #doushisya .interview3__flex--numberProfile--numberImage {
    width: 54%;
    margin-top: -30px;
  }
  #doushisya .interview3__ttlSp {
    margin-top: 54px;
  }
  #doushisya .interview3__ctsArea {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  #doushisya .interview3__ctsArea--item {
    margin-right: 0;
    padding: 29px 16px 19px;
    background-color: #f8f8f8;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    border: 1px solid #5e0075;
  }
  #doushisya .interview3__ctsArea--item:nth-of-type(3n) {
    margin-right: 0;
  }
  #doushisya .interview3__ctsArea--item:not(:first-of-type) {
    margin-top: 16px;
  }
  #doushisya .interview3__ctsArea--item:first-of-type .interview3__ctsArea--item--ttlArea--ttl.-ls {
    letter-spacing: 0;
  }
  #doushisya .interview3__ctsArea--item--ttlArea {
    position: relative;
  }
  #doushisya .interview3__ctsArea--item--ttlArea:after {
    position: absolute;
    content: "";
    width: 268px;
    height: 51px;
    top: 38%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/doushisya/section3_5.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #doushisya .interview3__ctsArea--item--ttlArea--ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.15em;
    text-align: center;
    font-weight: bold;
  }
  #doushisya .interview3__ctsArea--item--ttlArea--ttl .purpleTxt {
    color: #5e0075;
  }
  #doushisya .interview3__ctsArea--item--txtArea {
    margin-top: 24px;
  }
  #doushisya .interview3__ctsArea--item--txtArea--group:not(:first-of-type) {
    margin-top: 7px;
  }
  #doushisya .interview3__ctsArea--item--txtArea--group--txt {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
    padding-left: 30px;
    padding-right: 5px;
    position: relative;
    padding-bottom: 0;
  }
  #doushisya .interview3__ctsArea--item--txtArea--group--txt:after {
    position: absolute;
    content: "";
    top: 17px;
    left: 0%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 8px solid #5e0075;
    border-right: 8px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid transparent;
  }
  #doushisya .interview3__ctsArea--item--txtArea--group .bold {
    font-weight: bold;
  }
  #doushisya .interview3__txtImg {
    margin-top: 36px;
  }
  #doushisya .interview3__schedule {
    padding-top: 40px;
  }
  #doushisya .interview3__schedule--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #doushisya .interview3__schedule--flex--numberProfile {
    margin-left: 0;
  }
  #doushisya .interview3__schedule--flex--circleImage {
    width: 54%;
    margin-right: 54px;
    margin-top: 10px;
    display: none;
  }
  #doushisya .interview3__schedule--flex--circleImage--image {
    width: 100%;
    display: block;
  }
  #doushisya .interview3__schedule--flex--textImage {
    width: 100%;
  }
  #doushisya .interview3__schedule--flex--textImage--titleImage {
    width: 87%;
    display: none;
  }
  #doushisya .interview3__schedule--flex--textImage--titleImage--image {
    width: 100%;
    display: block;
  }
  #doushisya .interview3__schedule--flex--textImage--circleImage {
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
  }
  #doushisya .interview3__schedule--flex--textImage--bubbleImage {
    margin: 0 auto;
    margin-top: 21px;
    display: none;
  }
  #doushisya .interview3__schedule--flex--textImage--bubbleImage.sp {
    display: block;
  }
  #doushisya .interview3__schedule--flex--textImage--bubbleImage--image {
    width: 100%;
    display: block;
  }
  #doushisya .interview3 .interview3__ctsArea {
    margin-top: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  #doushisya .interview3 .interview3__ctsArea--item {
    margin-right: 0;
    padding: 23px 16px 19px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    border: 1px solid #5e0075;
  }
  #doushisya .interview3 .interview3__ctsArea--item:nth-of-type(3n) {
    margin-right: 0;
  }
  #doushisya .interview3 .interview3__ctsArea--item:not(:first-of-type) {
    margin-top: 16px;
  }
  #doushisya .interview3 .interview3__ctsArea--item .-ls {
    letter-spacing: 0;
  }
  #doushisya .interview3 .interview3__ctsArea--item--ttlArea {
    position: relative;
  }
  #doushisya .interview3 .interview3__ctsArea--item--ttlArea:after {
    position: absolute;
    content: "";
    width: 288px;
    height: 51px;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(../img/doushisya/section3_5_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #doushisya .interview3 .interview3__ctsArea--item--ttlArea--ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0.15em;
    text-align: center;
    font-weight: bold;
  }
  #doushisya .interview3 .interview3__ctsArea--item--ttlArea--ttl .purpleTxt {
    color: #5e0075;
  }
  #doushisya .interview3 .interview3__ctsArea--item--txtArea {
    margin-top: 8px;
  }
  #doushisya .interview3 .interview3__ctsArea--item--txtArea--group:not(:first-of-type) {
    margin-top: 7px;
  }
  #doushisya .interview3 .interview3__ctsArea--item--txtArea--group--txt {
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    padding-bottom: 0;
  }
  #doushisya .interview3 .interview3__ctsArea--item--txtArea--group--txt:after {
    position: absolute;
    content: "";
    top: 17px;
    left: 0%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-top: 8px solid #5e0075;
    border-right: 8px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid transparent;
    display: none;
  }
  #doushisya .interview3 .interview3__ctsArea--item--txtArea--group .bold {
    font-weight: bold;
  }
  #doushisya .interview3 .interview3__imgArea--flex--img {
    margin-inline: auto;
    width: 250px;
    margin-top: 12px;
    position: relative;
    left: -8px;
  }
  #doushisya .interview3__imgArea {
    margin-top: 41px;
    margin-inline: auto;
    width: 260px;
  }
  #doushisya .interview3__imgArea--flex--img.bottom01 {
    position: relative;
    top: 0px;
    z-index: 10;
  }
  #doushisya .interview3__imgArea--flex--img.interview02 {
    position: relative;
    top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 285px;
  }
  #doushisya .interview3__imgArea--flex--ttl.interview03 {
    width: 89%;
    margin-inline: auto;
  }
  #doushisya .step-area {
    margin-top: 16px;
    position: relative;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    margin-bottom: 42px;
  }
  #doushisya .step-area .step:not(:first-of-type) {
    margin-top: 31px;
  }
  #doushisya .step-area .step:first-of-type .step__box-area {
    max-width: 620px;
  }
  #doushisya .step-area .step:nth-of-type(2) .step__box-area {
    max-width: 910px;
  }
  #doushisya .step-area .step__title-area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  #doushisya .step-area .step__title-number {
    text-align: center;
  }
  #doushisya .step-area .step__title-text {
    text-align: center;
    font-size: 1.7rem;
    margin-inline: auto;
    padding: 11px 40px;
    letter-spacing: 0.15em;
    font-weight: bold;
    position: relative;
  }
  #doushisya .step-area .step__title-text:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 54px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/doushisya/step_treat.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #doushisya .step-area .step__box-area {
    margin-top: 15px;
    margin-inline: auto;
  }
  #doushisya .step-area .step__box {
    background-color: #fff;
    padding: 35px 40px;
    position: relative;
  }
  #doushisya .step-area .step__box:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 9px;
    bottom: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #5e0075;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  #doushisya .step-area .step__box:last-of-type::before {
    display: none;
  }
  #doushisya .step-area .step__box:not(:first-of-type) {
    margin-top: 34px;
  }
  #doushisya .step-area .step__box--title {
    text-align: center;
    color: #5e0075;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  #doushisya .step-area .step__box--text {
    margin-top: 8px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
  }
  #doushisya .bgImage {
    background-image: url(../img/doushisya/bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 143px 0;
    margin-top: -5px;
    position: relative;
    z-index: 10;
  }
  #doushisya .campus {
    position: relative;
    padding-bottom: 80px;
  }
  #doushisya .campus:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    height: 16px;
    border-left: 1px solid #000;
  }
  #doushisya .campus__title {
    text-align: center;
    padding-top: 26px;
    font-size: 1.6rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: bold;
    letter-spacing: 0.26em;
    line-height: 1.7;
  }
  #doushisya .campus__text {
    text-align: center;
    padding-top: 5px;
    font-size: 1.5rem;
    line-height: 1.6;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0.13em;
  }
  #doushisya .campus__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 34px;
  }
  #doushisya .campus__flex--item {
    width: 100%;
    margin-right: 45px;
    position: relative;
  }
  #doushisya .campus__flex--item:nth-of-type(3n) {
    margin-right: 0;
  }
  #doushisya .campus__flex--item:nth-of-type(n + 2) {
    margin-top: 56px;
  }
  #doushisya .campus__flex--item--imageArea--image {
    width: 100%;
    display: block;
  }
  #doushisya .campus__flex--item--textArea {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    padding-bottom: 62px;
  }
  #doushisya .campus__flex--item--textArea--subTitle {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
  #doushisya .campus__flex--item--textArea--title {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-top: 2px;
  }
  #doushisya .campus__flex--item--textArea--text {
    font-size: 1.3rem;
    padding-top: 15px;
    line-height: 1.86;
    letter-spacing: 0.13em;
  }
  #doushisya .campus__flex--item--btnArea {
    width: 57%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #doushisya .campus__flex--item--btnArea--btn {
    width: 100%;
    display: block;
    color: #fff;
    background-color: #000;
    padding: 12px 0;
    text-align: center;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    text-decoration: none;
  }
  #doushisya .campus__bottomBtn {
    margin-top: 60px;
  }
  #doushisya .campus__bottomBtn--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #doushisya .campus__bottomBtn--flex--btnArea {
    width: 100%;
  }
  #doushisya .campus__bottomBtn--flex--btnArea:first-of-type {
    margin-right: 0px;
  }
  #doushisya .campus__bottomBtn--flex--btnArea:last-of-type {
    margin-top: 10px;
  }
  #doushisya .campus__bottomBtn--flex--btnArea--btn {
    display: block;
    text-align: center;
    background-color: #ff971d;
    color: #fff;
    font-weight: bold;
    padding: 11px 0;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 0 #eee;
            box-shadow: 0 5px 0 #eee;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    position: relative;
    text-decoration: none;
  }
  #doushisya .campus__bottomBtn--flex--btnArea--btn:after {
    position: absolute;
    content: "";
    background-image: url(../img/doushisya/white_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
    width: 10px;
    height: 10px;
  }
}
/*# sourceMappingURL=doushisya.css.map */