.pc_no {
  display: none;
}

.mycolor {
  line-height: 1;
  letter-spacing: 0;
  color: #271100;
  font-family: "yu-mincho-pr6n", sans-serif;
  background-color: #FCFCFC;
  padding-bottom: 190px;
}
.mycolor a {
  color: #271100;
  text-decoration: none;
  transition: 0.2s;
}
.mycolor a:hover {
  opacity: 0.9;
}
.mycolor img {
  width: 100%;
}
.mycolor__kv {
  width: 1190px;
  margin: 0 auto 130px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 77px;
  padding-top: 75px;
  position: relative;
}
.mycolor__kv::before {
  content: "";
  width: 740px;
  height: 500px;
  background-color: #F0ECF3;
  position: absolute;
  top: 0;
  right: 0;
}
.mycolor__kv__img {
  width: 610px;
  position: relative;
}
.mycolor__kv__txtbox {
  position: relative;
}
.mycolor__kv__ttl {
  width: 383px;
  margin-bottom: 37px;
}
.mycolor__kv__subttl {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 67px;
}
.mycolor__kv__subttl span {
  color: #D52C1B;
}
.mycolor__kv__lead {
  font-size: 14px;
  line-height: 1.6;
}
.mycolor__anchor {
  margin-bottom: 100px;
}
.mycolor__anchor__ttl {
  text-align: center;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 35px;
  position: relative;
}
.mycolor__anchor__ttl::before {
  content: "";
  background-image: url(../img/dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 295px;
  height: 8px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.mycolor__anchor__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.mycolor__anchor__list li a {
  width: 110px;
  height: 100px;
  box-sizing: border-box;
  background-color: #EBF2F1;
  border-top: 5px solid #438884;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "cormorant", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #438884;
  text-align: center;
  position: relative;
}
.mycolor__anchor__list li a::before {
  content: "";
  color: #BBD4D2;
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -25%) rotate(135deg);
  bottom: 6px;
}
.mycolor__anchor__list li.purple a {
  background-color: #F0ECF3;
  color: #714E9C;
  border-color: #714E9C;
}
.mycolor__anchor__list li.purple a::before {
  color: #CABDD9;
}
.mycolor__anchor__list li.orange a {
  background-color: #F9E9E8;
  color: #D52C1B;
  border-color: #D52C1B;
}
.mycolor__anchor__list li.orange a::before {
  color: #F0B5AF;
}
.mycolor__anchor__list li.pink a {
  background-color: #FAF0F2;
  color: #E27B8E;
  border-color: #E27B8E;
}
.mycolor__anchor__list li.pink a::before {
  color: #F3CDD4;
}
.mycolor__anchor__list li.blue a {
  background-color: #E9ECF2;
  color: #2B458C;
  border-color: #2B458C;
}
.mycolor__anchor__list li.blue a::before {
  color: #B5BED7;
}
.mycolor__anchor__list li.black a {
  background-color: #E5E5E5;
  color: #000000;
  border-color: #000000;
}
.mycolor__anchor__list li.black a::before {
  color: #A6A6A6;
}
.mycolor__anchor__list li.gray a {
  background-color: #F2F1F0;
  color: #888373;
  border-color: #888373;
}
.mycolor__anchor__list li.gray a::before {
  color: #D4D2CC;
}
.mycolor__all a {
  width: 370px;
  height: 60px;
  background-color: #271100;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 150px;
  position: relative;
}
.mycolor__all a::before {
  content: "";
  color: #fff;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translate(-25%, -50%) rotate(45deg);
  right: 30px;
}
.mycolor__style {
  width: 1190px;
  margin: 0 auto 200px;
  box-sizing: border-box;
  display: flex;
  gap: 50px;
  position: relative;
}
.mycolor__style::before {
  content: "";
  width: 780px;
  height: 640px;
  background-color: #EBF2F1;
  position: absolute;
  bottom: -70px;
  left: 210px;
}
.mycolor__style__ph {
  width: 580px;
  position: relative;
}
.mycolor__style__ph::before {
  content: "";
  width: 580px;
  height: 750px;
  background-color: #438884;
  position: absolute;
  bottom: -10px;
}
.mycolor__style__ph img {
  position: relative;
  z-index: 5;
}
.mycolor__style__detail {
  width: 400px;
  padding-top: 376px;
  box-sizing: border-box;
  position: relative;
}
.mycolor__style__ttl {
  font-family: "cormorant", sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #438884;
  margin-bottom: 30px;
}
.mycolor__style__lead {
  font-size: 20px;
  line-height: 1.6;
  color: #438884;
  margin-bottom: 30px;
}
.mycolor__style__txt {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
.mycolor__style.odd {
  flex-direction: row-reverse;
  padding-right: 10px;
}
.mycolor__style.odd .mycolor__style__ph::before {
  right: -10px;
}
.mycolor__style.even .mycolor__style__ph::before {
  left: -10px;
}
.mycolor__supervisor {
  width: 800px;
  margin: 0 auto;
  border: 2px solid #93877F;
  margin: 0 auto;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.mycolor__supervisor__img {
  width: 154px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mycolor__supervisor__txt {
  width: 516px;
}
.mycolor__supervisor__txt p {
  font-size: 13px;
  line-height: 2;
  text-align: justify;
}
.mycolor__supervisor__txt p:nth-of-type(2) {
  background-color: #F0EEED;
  padding: 18px 30px;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
}
.mycolor__supervisor__txt p:nth-of-type(2)::before {
  content: "";
  background-image: url(../img/quotation.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 8px;
  left: 10px;
}
.mycolor__supervisor__txt p:nth-of-type(2)::after {
  content: "";
  background-image: url(../img/quotation.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 18px;
  position: absolute;
  bottom: 8px;
  right: 10px;
  transform: rotate(180deg);
}

#mycolor02::before {
  background-color: #F0ECF3;
}
#mycolor02 .mycolor__style__ph::before {
  background-color: #714E9C;
}
#mycolor02 .mycolor__style__ttl {
  color: #714E9C;
}
#mycolor02 .mycolor__style__lead {
  color: #714E9C;
}

#mycolor03::before {
  background-color: #F9E9E8;
}
#mycolor03 .mycolor__style__ph::before {
  background-color: #D52C1B;
}
#mycolor03 .mycolor__style__ttl {
  color: #D52C1B;
}
#mycolor03 .mycolor__style__lead {
  color: #D52C1B;
}

#mycolor04::before {
  background-color: #FAF0F2;
}
#mycolor04 .mycolor__style__ph::before {
  background-color: #E27B8E;
}
#mycolor04 .mycolor__style__ttl {
  color: #E27B8E;
}
#mycolor04 .mycolor__style__lead {
  color: #E27B8E;
}

#mycolor05::before {
  background-color: #E9ECF2;
}
#mycolor05 .mycolor__style__ph::before {
  background-color: #2B458C;
}
#mycolor05 .mycolor__style__ttl {
  color: #2B458C;
}
#mycolor05 .mycolor__style__lead {
  color: #2B458C;
}

#mycolor06::before {
  background-color: #E5E5E5;
}
#mycolor06 .mycolor__style__ph::before {
  background-color: #000000;
}
#mycolor06 .mycolor__style__ttl {
  color: #000000;
}
#mycolor06 .mycolor__style__lead {
  color: #000000;
}

#mycolor07::before {
  background-color: #F2F1F0;
}
#mycolor07 .mycolor__style__ph::before {
  background-color: #888373;
}
#mycolor07 .mycolor__style__ttl {
  color: #888373;
}
#mycolor07 .mycolor__style__lead {
  color: #888373;
}

.kv_fade {
  opacity: 0;
  transition: 1.3s;
}

.kv_fade.show {
  opacity: 1;
}

.fadein {
  opacity: 0;
  transition: all 1.3s;
}

.contents-area {
  width: 100%;
  margin: 0;
}

#footer {
  margin: 0;
}