@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* bodyの基本サイズを16pxに設定 */
  font-size: 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: justify;
  line-height: 1.7;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 519px) {
  body {
    font-size: 1.6rem;
  }
}

.f-kiwi {
  font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  color: #000;
}

@media screen and (max-width: 959px) {
  .drawer--open {
    overflow: hidden;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* utility
------------------------------------------------ */
.u-head__h2 {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  border-bottom: solid 1px black;
}
@media screen and (max-width: 519px) {
  .u-head__h2 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 519px) {
  .u-head__h2--about {
    font-size: 2.46rem;
  }
}

.u-head__h2--2row {
  border: none;
}
.u-head__h2--2row span {
  border-bottom: solid 1px black;
}
.u-head__h2--2row small {
  display: block;
  margin-top: 1rem;
  font-size: 1.3rem;
}
.u-head__h2--2row small::before, .u-head__h2--2row small::after {
  content: "・";
}

.u-head__h3 {
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.2;
}

.u-head__h3--about {
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 0.5rem;
}

.u-head__h4 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
}

.u-space05 {
  padding: 0.5rem 0;
}

.u-space1 {
  padding: 1rem 0;
}

.u-space2 {
  padding: 2rem 0;
}

.u-space3 {
  padding: 3rem 0;
}

.u-space5 {
  padding: 5rem 0;
}

/* layout
------------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}

.l-header--corner {
  background-color: rgba(255, 255, 255, 0.7411764706);
}

.l-inner {
  margin: 0 auto;
  max-width: 120rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1240px) {
  .l-inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1150px) {
  .l-inner--top {
    padding: 0 10rem;
  }
}
@media screen and (max-width: 519px) {
  .l-inner--top {
    padding: 0 4rem;
  }
}

.l-inner--wide {
  max-width: 120rem;
}
@media screen and (max-width: 1240px) {
  .l-inner--wide {
    padding: 0 2rem;
  }
}

.l-inner--nav {
  height: 100%;
}
@media screen and (max-width: 519px) {
  .l-inner--nav {
    padding: 0;
  }
}

.l-main {
  padding-top: 13rem;
}
@media screen and (max-width: 959px) {
  .l-main {
    padding-top: 15.5vw;
  }
}

/* component
------------------------------------------------ */
.c-button {
  position: relative;
  padding: 1.3rem;
  text-align: center;
  color: white;
  font-weight: 500;
  background-color: #e55295;
  border-radius: 1.5rem;
  letter-spacing: 2px;
}
.c-button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  width: 1.5rem;
  height: 1.5rem;
  border-top: solid 2.5px white;
  border-right: solid 2.5px white;
}

.c-button--dl {
  margin: 3rem 8rem 0 0;
  padding: 2rem;
  width: 40rem;
  max-width: 100%;
  font-size: 1.5em;
  background-color: #EC85B4;
  border: solid 5px #e55295;
  border-radius: 6rem;
}
@media screen and (max-width: 959px) {
  .c-button--dl {
    margin: 3rem auto 0;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-button--dl {
    padding: 1rem;
    font-size: 1.3em;
  }
}
.c-button--dl:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  .c-button--dl:last-of-type {
    margin-right: auto;
  }
}
.c-button--dl::after {
  display: none;
}

.c-header {
  position: relative;
  width: 100%;
}

.c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5% 3.1% 0;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .c-header__container {
    padding: 1.5rem;
  }
}

.c-header__title {
  padding: 1rem;
  font-size: 1.4rem;
  color: white;
  font-weight: 500;
  line-height: 1.3;
  background-color: #03a3a9;
  border-radius: 1rem;
}
@media screen and (max-width: 519px) {
  .c-header__title {
    font-size: 1rem;
  }
}

.c-header__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .c-header__menus {
    display: none;
  }
}
.c-header__menus li {
  margin-right: 3rem;
}
.c-header__menus li:last-of-type {
  margin-right: 0;
}
.c-header__menus li:hover {
  border-bottom: solid 3px #e55295;
}

.c-header__current {
  border-bottom: solid 3px #e55295;
}

.c-header__hamburger {
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  width: 3.5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .c-header__hamburger {
    width: 3rem;
  }
}
.c-header__hamburger:hover {
  opacity: 0.8;
}

.c-header__hamburger-border {
  position: relative;
  width: 100%;
  height: 0.25rem;
  background-color: #e55295;
  border-radius: 0.1rem;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.c-header__hamburger-border--top {
  top: 0;
}

.c-header__hamburger-border--middle {
  margin: 0.8rem 0;
}

.c-header__hamburger-border--bottom {
  bottom: 0;
}

.c-header__hamburger--open {
  right: 25rem;
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open {
    right: 23rem;
  }
}
.c-header__hamburger--open .c-header__hamburger-border--top {
  top: 1rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #fff;
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open .c-header__hamburger-border--top {
    top: 1.05rem;
  }
}
.c-header__hamburger--open .c-header__hamburger-border--middle {
  opacity: 0;
}
.c-header__hamburger--open .c-header__hamburger-border--bottom {
  bottom: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open .c-header__hamburger-border--bottom {
    bottom: 1.05rem;
  }
}

.c-header__hamburger-border--corner {
  background-color: #000;
}

.c-header__drawer-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-color: #000;
  opacity: 0.5;
  z-index: 40;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.c-header__drawer-modal--open {
  display: block;
}

.c-header__drawer {
  position: absolute;
  top: 0;
  right: -23rem;
  z-index: 40;
  padding: 2rem 1rem;
  width: 23rem;
  height: 100vh;
  height: 100dvh;
  background-color: #F7F6F4;
  background-color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  overflow: auto;
}
@media screen and (max-width: 959px) {
  .c-header__drawer {
    display: block;
  }
}
@media screen and (max-width: 519px) {
  .c-header__drawer {
    right: -21rem;
    width: 21rem;
  }
}
.c-header__drawer::-webkit-scrollbar {
  width: 0.5rem;
}
.c-header__drawer::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-header__drawer::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.c-header__drawer--open {
  right: 0;
}

.c-header__drawer-menus {
  list-style: none;
}
.c-header__drawer-menus li {
  border-bottom: solid 1px #0c60ac;
}
.c-header__drawer-menus li a {
  display: block;
  padding: 1rem 0.5rem;
}

.c-header__drawer-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-header__drawer-icons a {
  margin: 2rem 1rem 0 0;
  width: 3rem;
}

.c-footer {
  width: 100%;
}

.c-footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
  text-align: center;
}

.c-footer__btn1,
.c-footer__btn2 {
  position: relative;
  padding: 2.5rem;
  width: calc(50% - 3rem);
  font-size: 1.3em;
  background-color: #ed86b5;
  border: solid 5px #e55295;
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .c-footer__btn1,
  .c-footer__btn2 {
    width: 100%;
  }
}
.c-footer__btn1::after,
.c-footer__btn2::after {
  display: none;
}
.c-footer__btn1 img,
.c-footer__btn2 img {
  position: absolute;
  top: -1.5rem;
  left: 1.5rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  mix-blend-mode: screen;
}
@media screen and (max-width: 959px) {
  .c-footer__btn1 img,
  .c-footer__btn2 img {
    top: 1.1rem;
  }
}
.c-footer__btn1 {
  margin-right: 6rem;
}
@media screen and (max-width: 519px) {
  .c-footer__btn1 {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}

.c-footer__btn2 {
  background-color: #4fbec2;
  border: solid 5px #03a3a9;
}

.c-footer__sns {
  width: 5rem;
}
@media screen and (max-width: 519px) {
  .c-footer__sns {
    width: 4rem;
  }
}
.c-footer__sns:first-child {
  margin-right: 4rem;
}

.c-footer__container {
  position: relative;
  margin-top: 5rem;
  padding: 3rem 0;
  background-color: #fff;
  font-size: 1.8rem;
}
@media screen and (max-width: 519px) {
  .c-footer__container {
    font-size: 1.4rem;
  }
}

.c-footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.93em;
  list-style: none;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .c-footer__menus {
    letter-spacing: 0;
  }
}
.c-footer__menus li {
  padding: 0 1rem;
  border-left: solid 1px black;
}
@media screen and (max-width: 1240px) {
  .c-footer__menus li {
    margin-top: 2rem;
    width: 33.333%;
  }
}
@media screen and (max-width: 959px) {
  .c-footer__menus li {
    margin-top: 2rem;
    width: 33.333%;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__menus li {
    width: 50%;
  }
}
@media screen and (max-width: 1240px) {
  .c-footer__menus li:nth-child(3n) {
    border-right: solid 1px black;
  }
}
@media screen and (max-width: 959px) {
  .c-footer__menus li:nth-child(3n) {
    border-right: solid 1px black;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__menus li:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 519px) {
  .c-footer__menus li:nth-child(2n) {
    border-right: solid 1px black;
  }
}
.c-footer__menus li:last-child {
  border-right: solid 1px black;
}
@media screen and (max-width: 519px) {
  .c-footer__menus li:last-child {
    display: none;
  }
}
.c-footer__menus li a {
  width: 100%;
  text-align: center;
}

.c-footer__credit {
  font-size: 1.4rem;
  line-height: 2;
}
.c-footer__credit span {
  margin-right: 1rem;
  padding: 0 1rem;
  color: white;
  font-weight: 500;
  font-size: 1.1em;
  background-color: #e55295;
  border-radius: 0.5rem;
}
@media screen and (max-width: 519px) {
  .c-footer__credit span {
    font-size: 1em;
  }
}
.c-footer__credit a {
  font-size: 1.2em;
  font-weight: 500;
}
.c-footer__credit small {
  display: block;
}
.c-footer__credit .counter30 {
  font-size: 1.1rem;
}

.c-footer__title {
  margin-top: 3rem;
  font-weight: 500;
  font-size: 1.4em;
}
@media screen and (max-width: 519px) {
  .c-footer__title {
    font-size: 1.2em;
  }
}

.c-mainvisual {
  width: 100%;
}

.c-mainvisual__container {
  position: relative;
  width: 100%;
  height: calc(100vh - 9rem);
  height: calc(100dvh - 9rem);
  max-height: 80rem;
  min-height: 66rem;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/bg_stripe.png);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 959px) {
  .c-mainvisual__container {
    height: 80vw;
    min-height: auto;
  }
}
@media screen and (max-width: 519px) {
  .c-mainvisual__container {
    height: calc(100vh - 9rem);
    height: calc(100dvh - 9rem);
    background-size: cover;
  }
}

.c-mainvisual__container--corner {
  height: 28vw;
  min-height: auto;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .c-mainvisual__container--corner {
    height: 33vw;
  }
}
@media screen and (max-width: 519px) {
  .c-mainvisual__container--corner {
    height: 65vw;
  }
}

.c-mainvisual__title {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 55%;
  max-width: 63rem;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__title {
    width: 75%;
  }
}

.c-mainvisual__title--corner {
  top: 53%;
  left: 13%;
  width: auto;
  height: 85%;
}
@media screen and (max-width: 959px) {
  .c-mainvisual__title--corner {
    top: 63%;
    left: 16%;
  }
}
@media screen and (max-width: 519px) {
  .c-mainvisual__title--corner {
    left: 24%;
    height: 75%;
  }
}
.c-mainvisual__title--corner img {
  width: auto;
  height: 100%;
}

.c-mainvisual__heart {
  position: absolute;
  top: 11%;
  left: 4%;
  z-index: 5;
  width: 14%;
  max-width: 19rem;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__heart {
    left: 6%;
    width: 25%;
  }
}

.c-mainvisual__woman1 {
  position: absolute;
  bottom: 2rem;
  left: 11%;
  z-index: 5;
  width: 14%;
  max-width: 17rem;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__woman1 {
    left: 5%;
    width: 18%;
  }
}

.c-mainvisual__woman2 {
  position: absolute;
  top: 15%;
  right: 8%;
  z-index: 5;
  width: 11%;
  max-width: 14rem;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__woman2 {
    top: 20%;
    right: 3%;
    width: 13%;
  }
}

.c-mainvisual__woman3 {
  position: absolute;
  top: 30%;
  right: 57%;
  z-index: 5;
  width: 6.5%;
  max-width: 10rem;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__woman3 {
    top: auto;
    bottom: -3rem;
    right: 40%;
    width: 10.5%;
  }
}

.c-mainvisual__woman4 {
  position: absolute;
  top: 30%;
  right: 35%;
  z-index: 5;
  width: 13%;
  max-width: 17rem;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__woman4 {
    top: auto;
    bottom: -3rem;
    right: 18%;
    width: 19.5%;
  }
}

.c-mainvisual__woman5 {
  position: absolute;
  top: 30%;
  right: 16%;
  z-index: 5;
  width: 10%;
  max-width: 13rem;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__woman5 {
    top: auto;
    bottom: -3rem;
    right: 1%;
    width: 16%;
  }
}

.c-mainvisual__star {
  position: absolute;
  top: 25%;
  right: 13%;
  z-index: 4;
  width: 42%;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__star {
    top: 31%;
    right: 5%;
    width: 41%;
  }
}

.c-mainvisual__wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  width: 95%;
  height: 96%;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__wrapper {
    width: calc(100% - 2rem);
    height: calc(100% - 1rem);
  }
}

.c-mainvisual__bubble1 {
  position: absolute;
  bottom: 9%;
  left: -11rem;
  z-index: 0;
  width: 31%;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__bubble1 {
    left: -4rem;
    width: 41%;
  }
}

.c-mainvisual__bubble2 {
  position: absolute;
  top: 7%;
  right: -15rem;
  z-index: 0;
  width: 35%;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__bubble2 {
    top: 10%;
    right: -10rem;
    width: 50%;
  }
}

.c-mainvisual__homes {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: auto;
  max-height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__homes {
    width: auto;
    height: 23%;
  }
}

.c-mainvisual__nav {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 9rem;
  background-color: #e55295;
}

.c-mainvisual__nav--blue {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #0c60ab;
}

.c-mainvisual__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  list-style: none;
  font-size: 2rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 959px) {
  .c-mainvisual__menus {
    font-size: 1em;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .c-mainvisual__menus {
    font-size: 1.4rem;
  }
}
.c-mainvisual__menus li {
  width: 33.333%;
  height: 100%;
}
.c-mainvisual__menus li:nth-child(2) {
  background-color: #df247a;
}
.c-mainvisual__menus li:nth-child(2) a:hover {
  background-color: #e55295;
}
.c-mainvisual__menus li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
}
.c-mainvisual__menus li a:hover {
  background-color: #df247a;
  opacity: 1;
}
.c-mainvisual__menus li a span {
  position: relative;
}
.c-mainvisual__menus li a span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  width: 1.5rem;
  height: 1.5rem;
  border-top: solid 2.5px white;
  border-right: solid 2.5px white;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__menus li a span::after {
    right: -1.5rem;
    width: 1.2rem;
    height: 1.2rem;
    border-top-width: 2px;
    border-right-width: 2px;
  }
}

.c-mainvisual__nav2 {
  display: block;
  display: none;
  position: relative;
  z-index: 20;
  margin: 0 4rem 0 auto;
  padding-top: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .c-mainvisual__nav2 {
    display: none;
  }
}

.c-mainvisual__menus2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.c-mainvisual__menus2 li {
  margin-right: 3rem;
}
.c-mainvisual__menus2 li:last-of-type {
  margin-right: 0;
}
.c-mainvisual__menus2 li:hover {
  border-bottom: solid 3px #e55295;
}

.c-mainvisual__current {
  border-bottom: solid 3px #e55295;
}

.c-mainvisual__menus3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.3rem 5% 0.3rem;
  color: white;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .c-mainvisual__menus3 {
    padding: 1.3rem 0 0.3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-mainvisual__menus3 {
    padding: 1.3rem 1rem 0.5rem;
  }
}
.c-mainvisual__menus3 li {
  margin: 0 1rem 0 0;
  width: calc(33.333% - 0.6666666667rem);
}
@media screen and (max-width: 519px) {
  .c-mainvisual__menus3 li {
    margin: 0 0.5rem 0 0;
    width: calc(33.333% - 0.3333333333rem);
  }
}
.c-mainvisual__menus3 li:last-child {
  margin-right: 0;
}
.c-mainvisual__menus3 li a {
  position: relative;
  padding: 2rem 0.5rem;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 1.4em;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #ed86b5;
  border: solid 5px #ede530;
  border-radius: 3rem;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
  .c-mainvisual__menus3 li a {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 959px) {
  .c-mainvisual__menus3 li a {
    font-size: 2.9vw;
    letter-spacing: 0;
    border-radius: 2.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-mainvisual__menus3 li a {
    padding: 1.5rem 0.5rem;
    font-size: 4.4vw;
    line-height: 1.3;
    border-width: 3px;
    border-radius: 2rem;
  }
}
.c-mainvisual__menus3 li a img {
  position: absolute;
  top: 0rem;
  left: 0rem;
  -webkit-transform: translate(-30%, -50%);
          transform: translate(-30%, -50%);
  width: 35%;
  mix-blend-mode: screen;
}
@media screen and (max-width: 519px) {
  .c-mainvisual__menus3 li a img {
    width: 60%;
  }
}
.c-mainvisual__menus3 li:nth-child(2) a {
  background-color: #c44e81;
}
.c-mainvisual__menus3 li:nth-child(3) a {
  background-color: #00b4bb;
  border-color: #008e9e;
}

@media screen and (max-width: 519px) {
  .c-deco {
    display: none;
  }
}

.c-deco__1 {
  position: absolute;
  top: 10%;
  left: 0;
  width: 33%;
}

.c-deco__1--corner {
  top: 19%;
  width: 28%;
}

.c-deco__2 {
  position: absolute;
  top: 41%;
  right: -4rem;
  width: 31%;
}

.c-deco__2--corner {
  top: 63%;
  right: -5rem;
  width: 25%;
}

.c-deco__3 {
  position: absolute;
  bottom: -13rem;
  right: -4rem;
  width: 22%;
}

.c-deco__3--corner {
  top: -14rem;
  bottom: auto;
  right: -6rem;
  width: 23%;
}

.c-deco__4 {
  position: absolute;
  bottom: -29%;
  left: -7rem;
  width: 20%;
  z-index: 0;
}

.c-deco__4--corner {
  bottom: -84%;
}

.c-section {
  width: 100%;
  font-size: 2rem;
}
@media screen and (max-width: 959px) {
  .c-section {
    font-size: 1em;
  }
}

.c-section__title {
  margin: 7rem auto 0;
  padding: 1rem 0 2.5rem;
  width: 70rem;
  max-width: 100%;
  color: #0c60ac;
  font-weight: 500;
  font-size: 3.3rem;
  text-align: center;
  letter-spacing: 3px;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/bg_title2.png);
  background-size: contain;
}
@media screen and (max-width: 959px) {
  .c-section__title {
    padding: 1.7rem 0 2.9rem;
    font-size: 2.7rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 519px) {
  .c-section__title {
    margin-top: 5rem;
    font-size: 2.2rem;
    background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/bg_title4.png);
  }
}

.c-section__title--wide {
  padding: 1rem 0 2.8rem;
  width: 101.7rem;
  color: #e55295;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/bg_title1.png);
}
@media screen and (max-width: 959px) {
  .c-section__title--wide {
    padding: 0.5rem 0 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section__title--wide {
    padding: 2.3rem 0 4rem;
    line-height: 1.2;
    background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/bg_title3.png);
  }
}

.c-section__title--wide2 {
  padding: 1rem 0 2.8rem;
  width: 101.7rem;
  color: #e55295;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/bg_title5.png);
  background-position: center;
}
@media screen and (max-width: 959px) {
  .c-section__title--wide2 {
    padding: 0.5rem 0 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section__title--wide2 {
    padding: 2.3rem 0 4rem;
    line-height: 1.2;
    background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/bg_title6.png);
  }
}

.c-section__content {
  margin: 5rem auto 0;
  padding: 5rem;
  background-color: #fff;
  border-radius: 4rem;
}
@media screen and (max-width: 959px) {
  .c-section__content {
    padding: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section__content {
    margin-top: 3rem;
    padding: 2rem;
  }
}

.c-section__content--narrow {
  padding: 5rem 8rem;
  max-width: 90rem;
}
@media screen and (max-width: 959px) {
  .c-section__content--narrow {
    padding: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-section__content--narrow {
    margin-top: 5rem;
    padding: 2rem 1.8rem;
  }
}

.c-section__bighead1 {
  padding-bottom: 5rem;
  color: #DE247A;
  font-weight: 900;
  text-align: center;
  font-size: 9rem;
  letter-spacing: 1rem;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .c-section__bighead1 {
    padding-bottom: 3rem;
    font-size: 10vw;
  }
}
@media screen and (max-width: 519px) {
  .c-section__bighead1 {
    padding-bottom: 2rem;
    letter-spacing: 0.5rem;
  }
}

.c-service {
  position: relative;
  width: 100%;
}

.c-service__vi {
  position: relative;
  padding: 3rem;
  background-color: #4fbec2;
}
@media screen and (max-width: 519px) {
  .c-service__vi {
    padding: 1rem;
  }
}

img.c-service__deco6 {
  position: absolute;
  top: 88%;
  right: -2rem;
  z-index: 1;
  width: 10%;
}
@media screen and (max-width: 959px) {
  img.c-service__deco6 {
    width: 12%;
  }
}
@media screen and (max-width: 519px) {
  img.c-service__deco6 {
    width: 20%;
  }
}

.c-service__info {
  display: block;
  position: relative;
  z-index: 1;
  margin: -5rem auto 0;
  padding: 4rem;
  width: 93%;
  font-size: 1.2em;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/woman/deco1.png);
  background-size: contain;
  background-repeat: repeat;
}
@media screen and (max-width: 959px) {
  .c-service__info {
    padding: 3rem;
    font-size: 1em;
  }
}
@media screen and (max-width: 519px) {
  .c-service__info {
    margin-top: -2rem;
    padding: 1.5rem 1rem;
    width: 96%;
    font-size: 0.97em;
  }
}
.c-service__info h2 {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  color: #35acdb;
  letter-spacing: 3px;
  line-height: 1.3;
  border-bottom: dotted 3px #35acdb;
}
@media screen and (max-width: 519px) {
  .c-service__info h2 {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 1.3em;
    letter-spacing: 0;
  }
}

.c-service__info--business h2 {
  color: #4fbec2;
  border-color: #4fbec2;
}

.c-service__info--business2 {
  font-size: 1.1em;
}
@media screen and (max-width: 959px) {
  .c-service__info--business2 {
    font-size: 1em;
  }
}
@media screen and (max-width: 519px) {
  .c-service__info--business2 {
    font-size: 0.97em;
  }
}
.c-service__info--business2 h2 {
  color: #4fbec2;
  border-color: #4fbec2;
}

.c-service__title {
  margin-top: 8rem;
  text-align: center;
  font-size: 2em;
  letter-spacing: 3px;
}
@media screen and (max-width: 959px) {
  .c-service__title {
    margin-top: 5rem;
  }
}

.c-service__title--naiyou {
  position: relative;
  z-index: 0;
  padding-bottom: 10rem;
}

.c-service__deco1 {
  position: absolute;
  top: -60%;
  left: 0;
  z-index: -1;
  width: 93%;
}
@media screen and (max-width: 959px) {
  .c-service__deco1 {
    top: -44%;
    width: 90%;
  }
}
@media screen and (max-width: 519px) {
  .c-service__deco1 {
    width: 100%;
  }
}

.c-service__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-top: 3rem;
  padding: 0 3rem;
}
@media screen and (max-width: 959px) {
  .c-service__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 5rem;
    padding: 0;
  }
}
@media screen and (max-width: 519px) {
  .c-service__container:first-of-type {
    margin-top: 8rem;
  }
}

.c-service__container--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-service__container--business {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 23rem;
}
@media screen and (max-width: 959px) {
  .c-service__container--business {
    margin-top: 5rem;
  }
  .c-service__container--business:first-of-type {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 519px) {
  .c-service__container--business {
    margin-top: 10rem;
  }
}

.c-service__container--business2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 11rem;
  padding: 0;
}
.c-service__container--business2:first-of-type {
  margin-top: 17rem;
}
@media screen and (max-width: 959px) {
  .c-service__container--business2 {
    margin-top: 8rem;
  }
  .c-service__container--business2:first-of-type {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 519px) {
  .c-service__container--business2 {
    margin-top: 6rem;
  }
  .c-service__container--business2:first-of-type {
    margin-top: 9rem;
  }
}

.c-service__text {
  padding-bottom: 5rem;
  width: 67%;
}
@media screen and (max-width: 959px) {
  .c-service__text {
    width: 63%;
  }
}
@media screen and (max-width: 519px) {
  .c-service__text {
    padding-bottom: 0;
    width: 100%;
  }
}
.c-service__text h3 {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  color: #35acdb;
  font-size: 2em;
  border-bottom: dotted 3px #35acdb;
  line-height: 1.2;
}
@media screen and (max-width: 519px) {
  .c-service__text h3 {
    margin-bottom: 1rem;
    font-size: 1.7em;
  }
}
.c-service__text h3 > img {
  display: block;
  padding-bottom: 0.8rem;
  width: 9rem;
}
@media screen and (max-width: 519px) {
  .c-service__text h3 > img {
    width: 24%;
  }
}
.c-service__text p {
  width: 95%;
  font-size: 1.15em;
}
@media screen and (max-width: 959px) {
  .c-service__text p {
    font-size: 1em;
  }
}
@media screen and (max-width: 519px) {
  .c-service__text p {
    width: 100%;
  }
}

.c-service__text--reverse h3 {
  padding-left: 5%;
}
@media screen and (max-width: 519px) {
  .c-service__text--reverse h3 {
    padding-left: 0;
  }
}
.c-service__text--reverse p {
  margin: 0 0 0 auto;
}

.c-service__text--business {
  width: 100%;
}
.c-service__text--business h3 {
  position: relative;
  color: #4fbec2;
}
.c-service__text--business p {
  width: 100%;
}

.c-service__text--business2 {
  position: relative;
  padding: 6rem 4rem 4rem;
  width: 100%;
  background-color: #FFFCD2;
  border: solid 3px #4FBDC1;
  border-radius: 2rem;
}
@media screen and (max-width: 959px) {
  .c-service__text--business2 {
    padding: 5rem 3rem 3rem;
  }
}
@media screen and (max-width: 519px) {
  .c-service__text--business2 {
    padding: 4rem 2rem 3rem;
  }
}
.c-service__text--business2 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 2rem;
  color: #4fbec2;
}
@media screen and (max-width: 959px) {
  .c-service__text--business2 h3 {
    display: block;
  }
}
.c-service__text--business2 h3 span {
  position: relative;
  z-index: 1;
  margin-left: 2rem;
}
@media screen and (max-width: 959px) {
  .c-service__text--business2 h3 span {
    margin-left: 0;
  }
}
.c-service__text--business2 p {
  width: 100%;
}

.c-service__img {
  position: relative;
  width: 33%;
}
@media screen and (max-width: 959px) {
  .c-service__img {
    width: 37%;
  }
}
@media screen and (max-width: 519px) {
  .c-service__img {
    position: absolute;
    top: -1rem;
    right: 0;
    width: 38%;
  }
}
.c-service__img img {
  position: relative;
  z-index: 1;
  border: solid 11px #35acdb;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .c-service__img img {
    border-width: 7px;
  }
}
@media screen and (max-width: 519px) {
  .c-service__img img {
    border-width: 5px;
  }
}

.c-service__img--business {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 38%;
}
@media screen and (max-width: 959px) {
  .c-service__img--business {
    width: 33%;
  }
}
@media screen and (max-width: 519px) {
  .c-service__img--business {
    width: 50%;
    bottom: 100%;
    -webkit-transform: translateY(59%);
            transform: translateY(59%);
  }
}
.c-service__img--business img:first-child {
  width: 100%;
  border-radius: 0;
  border: none;
}

.c-service__img--business2 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  z-index: 0;
  right: -2rem;
  width: 32%;
}
@media screen and (max-width: 959px) {
  .c-service__img--business2 {
    width: 36%;
    bottom: 103%;
    -webkit-transform: translateY(59%);
            transform: translateY(59%);
  }
}
@media screen and (max-width: 519px) {
  .c-service__img--business2 {
    width: 60%;
    bottom: 103%;
    -webkit-transform: translateY(59%);
            transform: translateY(59%);
  }
}
.c-service__img--business2 img:first-child {
  width: 100%;
  border-radius: 0;
  border: none;
}

img.c-service__deco2 {
  position: absolute;
  bottom: 86%;
  left: -1rem;
  z-index: 0;
  width: 50%;
  border: none;
  border-radius: 0;
}

img.c-service__deco3 {
  position: absolute;
  bottom: 86%;
  left: -30%;
  z-index: 0;
  width: 110%;
  max-width: none;
  border: none;
  border-radius: 0;
}

img.c-service__deco4 {
  position: absolute;
  top: 86%;
  left: -1rem;
  z-index: 0;
  width: 50%;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 519px) {
  img.c-service__deco4 {
    display: none;
  }
}

img.c-service__deco5 {
  position: absolute;
  top: -10%;
  right: 0rem;
  z-index: 0;
  width: 20%;
}
@media screen and (max-width: 959px) {
  img.c-service__deco5 {
    width: 23%;
  }
}
@media screen and (max-width: 519px) {
  img.c-service__deco5 {
    top: -20%;
    right: -2rem;
    width: 33%;
  }
}

.c-service__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
.c-service__flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 3rem 5rem 0 0;
  padding: 1rem;
  width: calc(33.333% - 3.3333333333rem);
  height: 17rem;
  font-weight: 500;
  color: white;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.2;
  background-color: #4fbec2;
  border-radius: 1rem;
}
@media screen and (max-width: 519px) {
  .c-service__flow li {
    margin: 4rem 0 0;
    width: 100%;
    height: auto;
  }
}
.c-service__flow li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(100% + 2.6rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20.5px 0 20.5px 26px;
  border-color: transparent transparent transparent #35acdb;
}
@media screen and (max-width: 519px) {
  .c-service__flow li::before {
    top: calc(100% + 0.7rem);
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    border-width: 26px 20.5px 0 20.5px;
    border-color: #35acdb transparent transparent transparent;
  }
}
.c-service__flow li:nth-child(3), .c-service__flow li:nth-child(7) {
  margin-right: 0;
}
.c-service__flow li:nth-child(3)::before, .c-service__flow li:nth-child(7)::before {
  display: none;
}
.c-service__flow li:nth-child(4) {
  margin: 3rem auto;
  padding: 0 0;
  width: 70%;
  height: 0;
  border-top: dotted 5px #35acdb;
  background-color: transparent;
  border-radius: 0;
}
@media screen and (max-width: 959px) {
  .c-service__flow li:nth-child(4) {
    width: 72%;
  }
}
@media screen and (max-width: 519px) {
  .c-service__flow li:nth-child(4) {
    display: none;
  }
}
.c-service__flow li:nth-child(4)::before {
  top: -3rem;
  left: 100%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  height: 3rem;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: dotted 5px #35acdb;
}
.c-service__flow li:nth-child(4)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 0;
  height: 3rem;
  border-left: dotted 5px #35acdb;
}
.c-service__flow li:nth-child(5)::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: calc(100% + 0.3rem);
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 20.5px 0 20.5px;
  border-color: #35acdb transparent transparent transparent;
}
@media screen and (max-width: 519px) {
  .c-service__flow li:nth-child(5)::after {
    bottom: calc(100% + 0.7rem);
  }
}

.c-service__entry {
  text-align: center;
  letter-spacing: 3px;
}
@media screen and (max-width: 959px) {
  .c-service__entry {
    letter-spacing: 0;
  }
}
.c-service__entry h4 {
  margin-top: 8rem;
  font-size: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 519px) {
  .c-service__entry h4 {
    margin-top: 5rem;
    font-size: 1.3em;
  }
}

.c-service__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: -5rem;
}
@media screen and (max-width: 959px) {
  .c-service__btns {
    margin-top: 0;
  }
}
@media screen and (max-width: 519px) {
  .c-service__btns {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }
}
.c-service__btns img {
  margin-bottom: -3rem;
  width: 14%;
}
@media screen and (max-width: 519px) {
  .c-service__btns img {
    position: absolute;
    top: 0;
    left: -4rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 0;
    width: 22%;
  }
  .c-service__btns img:nth-of-type(2) {
    top: 2px;
    left: auto;
    right: -4.5rem;
    width: 24%;
  }
}
.c-service__btns a {
  margin-top: 4rem;
  width: 45%;
  font-size: 1.2em;
}
@media screen and (max-width: 519px) {
  .c-service__btns a {
    margin-top: 3rem;
    width: 100%;
  }
}
.c-service__btns a:nth-of-type(2) {
  background-color: #0c60ac;
}
.c-service__btns a:nth-of-type(3) {
  background-color: #35acdb;
}

.c-service__btn {
  margin: 0rem auto 0;
  width: 45%;
  font-size: 1.2em;
  background-color: #35acdb;
}
@media screen and (max-width: 519px) {
  .c-service__btn {
    margin-top: 3rem;
    width: 100%;
  }
}

img.c-service__deco7 {
  position: absolute;
  bottom: 28%;
  right: -4rem;
  z-index: 1;
  width: 12%;
}
@media screen and (max-width: 959px) {
  img.c-service__deco7 {
    width: 14%;
  }
}
@media screen and (max-width: 519px) {
  img.c-service__deco7 {
    width: 21%;
  }
}

img.c-service__deco8 {
  position: absolute;
  bottom: 0;
  left: -12rem;
  -webkit-transform: translateY(47%);
          transform: translateY(47%);
  z-index: 1;
  width: 31%;
}
@media screen and (max-width: 959px) {
  img.c-service__deco8 {
    left: -8rem;
    width: 35%;
  }
}
@media screen and (max-width: 519px) {
  img.c-service__deco8 {
    left: -7rem;
    width: 55%;
  }
}

img.c-service__deco9 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 50%;
  border: none;
  border-radius: 0;
}

img.c-service__deco10 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(3rem, 4rem);
          transform: translate(3rem, 4rem);
  z-index: 0;
  width: 12rem;
  border: none;
  border-radius: 0;
  opacity: 0.7;
}

.c-service__new {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-2.5rem, calc(-50% - 0.6rem));
          transform: translate(-2.5rem, calc(-50% - 0.6rem));
  width: 21rem;
}
@media screen and (max-width: 959px) {
  .c-service__new {
    width: 22vw;
  }
}
@media screen and (max-width: 519px) {
  .c-service__new {
    -webkit-transform: translate(-1.5rem, calc(-50% - 0.4rem));
            transform: translate(-1.5rem, calc(-50% - 0.4rem));
    width: 35vw;
  }
}

.c-kakko {
  position: relative;
  margin-top: 10rem;
  padding: 3rem 5rem;
  font-size: 3rem;
}
@media screen and (max-width: 959px) {
  .c-kakko {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 519px) {
  .c-kakko {
    margin-top: 8rem;
    padding: 1.5rem 2rem;
    font-size: 1.1em;
  }
}
.c-kakko::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  width: 14.3rem;
  height: auto;
  border-top: solid 1px #35ABDA;
  border-left: solid 1px #35ABDA;
}
@media screen and (max-width: 519px) {
  .c-kakko::before {
    width: 10rem;
  }
}
.c-kakko::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 1;
  width: 14.3rem;
  height: auto;
  border-bottom: solid 1px #35ABDA;
  border-right: solid 1px #35ABDA;
}
@media screen and (max-width: 519px) {
  .c-kakko::after {
    width: 10rem;
  }
}
.c-kakko h2 {
  font-size: 5rem;
  font-weight: 500;
  color: #35ABDA;
}
@media screen and (max-width: 959px) {
  .c-kakko h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .c-kakko h2 {
    font-size: 7vw;
  }
}
.c-kakko ul {
  margin-top: 1rem;
  list-style: none;
}

.c-kakko--purple::before, .c-kakko--purple::after {
  border-color: #6672BA;
}
.c-kakko--purple h2 {
  color: #6672BA;
}

.c-kakko__deco {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(1.5rem, -5rem);
          transform: translate(1.5rem, -5rem);
  width: 36rem;
}
@media screen and (max-width: 959px) {
  .c-kakko__deco {
    width: 45%;
  }
}
@media screen and (max-width: 519px) {
  .c-kakko__deco {
    -webkit-transform: translate(1rem, -3rem);
            transform: translate(1rem, -3rem);
  }
}

/* project
------------------------------------------------ */
.p-top {
  position: relative;
  width: 100%;
}

.p-top__container {
  position: relative;
}

.p-top__img {
  display: block;
  margin: 5rem auto 0;
  max-width: 60rem;
  max-width: 100%;
}

.p-top__checklist {
  margin: 3rem auto;
  max-width: 65rem;
  list-style: none;
}
.p-top__checklist li {
  margin-top: 2rem;
  padding: 0.5rem 2rem;
  font-weight: 500;
  font-size: 1.2em;
  background-color: #eee630;
  border-radius: 1rem;
}
@media screen and (max-width: 519px) {
  .p-top__checklist li {
    padding: 0.5rem 1rem;
    font-size: 1.07em;
  }
}
.p-top__checklist li::before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  width: 3rem;
  height: 2.8rem;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/icon_check.png);
  background-size: contain;
}

.p-top__target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 519px) {
  .p-top__target {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
.p-top__target span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1.5rem;
  padding: 1rem;
  aspect-ratio: 1;
  border: solid 1px black;
  border-radius: 50%;
}

.p-top__text1 {
  position: absolute;
  top: -3rem;
  right: -17%;
  width: 24%;
}
@media screen and (max-width: 519px) {
  .p-top__text1 {
    top: -6rem;
    width: 38%;
  }
}

.p-top__text2 {
  position: absolute;
  top: 20rem;
  left: -17%;
  width: 24%;
}
@media screen and (max-width: 519px) {
  .p-top__text2 {
    top: 22rem;
    left: -19%;
    width: 36%;
  }
}

.p-top__text3 {
  position: absolute;
  bottom: 20rem;
  right: -17%;
  width: 24%;
}
@media screen and (max-width: 519px) {
  .p-top__text3 {
    bottom: 17rem;
    width: 33%;
  }
}

.p-top__text4 {
  position: absolute;
  bottom: -1rem;
  left: -17%;
  width: 24%;
}
@media screen and (max-width: 519px) {
  .p-top__text4 {
    bottom: -6rem;
    left: -21%;
    width: 39%;
  }
}

.p-top__woman1 {
  position: absolute;
  top: 14rem;
  right: -14%;
  width: 11%;
}
@media screen and (max-width: 519px) {
  .p-top__woman1 {
    top: 21rem;
    width: 13%;
  }
}

.p-top__woman2 {
  position: absolute;
  bottom: 15.5rem;
  left: -17%;
  width: 21%;
}
@media screen and (max-width: 519px) {
  .p-top__woman2 {
    bottom: 34.5rem;
    width: 23%;
  }
}

.p-business {
  width: 100%;
}

.p-business__title {
  color: #DE247A;
  font-weight: 900;
}
@media screen and (max-width: 519px) {
  .p-business__title {
    font-size: 1.5em;
    letter-spacing: 0;
  }
}

.p-business__container {
  position: relative;
  margin-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .p-business__container {
    padding-bottom: 4rem;
  }
}

.p-business__wrapper {
  margin: 1rem auto 0;
  width: 44%;
}
@media screen and (max-width: 959px) {
  .p-business__wrapper {
    width: 48%;
  }
}
@media screen and (max-width: 519px) {
  .p-business__wrapper {
    margin-top: 4rem;
    width: 100%;
  }
}

.p-business__merit {
  width: 10rem;
}
@media screen and (max-width: 959px) {
  .p-business__merit {
    width: 25%;
  }
}

.p-business__wrap {
  margin-top: 2rem;
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: solid 5px #4fbec2;
  background-color: #fdfce7;
  overflow: hidden;
  letter-spacing: 3px;
}
@media screen and (max-width: 959px) {
  .p-business__wrap {
    letter-spacing: 0;
  }
}
.p-business__wrap img {
  margin-top: 13%;
  width: auto;
  height: 20%;
}
@media screen and (max-width: 959px) {
  .p-business__wrap img {
    margin-top: 10%;
  }
}
.p-business__wrap h3,
.p-business__wrap h4 {
  margin-top: 3rem;
  width: 100%;
  font-size: 1.5em;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .p-business__wrap h3,
  .p-business__wrap h4 {
    font-size: 1.4em;
  }
}
.p-business__wrap p {
  margin-top: 2rem;
  font-size: 1.1em;
}
@media screen and (max-width: 959px) {
  .p-business__wrap p {
    font-size: 1em;
  }
}
.p-business__wrap p small {
  letter-spacing: 0;
}

.p-business__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-business__woman1,
.p-business__woman2,
.p-business__woman3,
.p-business__woman4 {
  position: absolute;
}

.p-business__woman1 {
  top: -4rem;
  left: 0;
  width: 28%;
}
@media screen and (max-width: 519px) {
  .p-business__woman1 {
    top: -2rem;
    left: -3rem;
    width: 40%;
  }
}

.p-business__woman2 {
  top: -4rem;
  right: 0;
  width: 25%;
}
@media screen and (max-width: 519px) {
  .p-business__woman2 {
    top: -3rem;
    right: -3rem;
    width: 35%;
  }
}

.p-business__woman3 {
  top: 31%;
  left: 0;
  width: 27%;
}
@media screen and (max-width: 519px) {
  .p-business__woman3 {
    left: -4rem;
    width: 43%;
  }
}

.p-business__woman4 {
  top: 26.5%;
  right: 0;
  width: 25%;
}
@media screen and (max-width: 519px) {
  .p-business__woman4 {
    top: 30%;
    right: -4rem;
    width: 40%;
  }
}

.p-business__support {
  margin: 3rem auto 0;
  max-width: 100rem;
  font-size: 1.1em;
}
@media screen and (max-width: 519px) {
  .p-business__support {
    margin-top: 2rem;
    font-size: 1em;
  }
}

.p-business__program {
  margin: 0 auto;
  max-width: 95rem;
  padding-bottom: 3rem;
}
.p-business__program p {
  margin-top: 3rem;
  font-size: 1.1em;
}
@media screen and (max-width: 519px) {
  .p-business__program p {
    font-size: 1em;
  }
}

.p-business__program-title {
  margin: 3.5rem auto 0;
  padding: 3rem 0;
  max-width: 90rem;
  font-size: 3rem;
  text-align: center;
  color: white;
  letter-spacing: 0.8rem;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/business/bg_program.png);
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 959px) {
  .p-business__program-title {
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
  }
}
@media screen and (max-width: 519px) {
  .p-business__program-title {
    margin-top: 2rem;
    padding: 2rem 0;
    font-size: 1.8rem;
    letter-spacing: 0;
    background-size: 100% 100%;
  }
}

.p-business__program-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}
.p-business__program-contact a {
  width: 48.5%;
}
@media screen and (max-width: 519px) {
  .p-business__program-contact a {
    margin-top: 3rem;
    width: 100%;
  }
  .p-business__program-contact a:first-child {
    margin-top: 0;
  }
}

.p-contact {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .p-contact {
    text-align: justify;
  }
}
.p-contact a {
  margin: 2rem 2rem 0 0;
  color: #e55295;
  font-size: 2em;
  font-weight: 800;
}
@media screen and (max-width: 519px) {
  .p-contact a {
    display: block;
    margin: 1rem 0 0;
    text-align: center;
  }
}

.p-contact__light {
  font-weight: 300;
}
@media screen and (max-width: 519px) {
  .p-contact__light {
    display: block;
    text-align: center;
  }
}

.p-contact__caution {
  display: block;
  margin-top: 3rem;
  text-align: justify;
}
.p-contact__caution ul {
  padding-left: 3rem;
  list-style: disc !important;
}
.p-contact__caution ul li {
  display: list-item !important;
  list-style: disc !important;
  border: none !important;
  text-align: justify !important;
}

.p-privacy {
  position: relative;
  z-index: 0;
  width: 100%;
  font-weight: 300;
}
.p-privacy h2 {
  margin-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 1.2em;
  border-bottom: solid 1px black;
}

#kiji.p-intern h2 {
  padding: 1rem 4rem;
  text-align: justify;
  color: #000;
  background-color: transparent;
}
@media screen and (max-width: 959px) {
  #kiji.p-intern h2 {
    padding: 1rem 0 0;
  }
}
#kiji.p-intern strong {
  font-size: 1.5em;
  letter-spacing: 2px;
}
@media screen and (max-width: 959px) {
  #kiji.p-intern strong {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 519px) {
  #kiji.p-intern strong {
    font-size: 1.2em;
    letter-spacing: 1px;
  }
}

.p-voice {
  position: relative;
  width: 100%;
}

.p-voice__container {
  width: 100%;
}

.p-voice__title {
  position: relative;
  padding-top: 5rem;
  text-align: center;
  color: #0c60ac;
  letter-spacing: 3px;
}
.p-voice__title h2 {
  position: relative;
  z-index: 1;
}

.p-voice__title--space {
  margin-top: 10rem;
}

.p-voice__title--space2 {
  margin-top: 18rem;
}

@media screen and (max-width: 519px) {
  .p-voice__title--space3 {
    margin-top: 5rem;
  }
}

.p-voice__wrapper {
  margin-top: 3rem;
  line-height: 2;
  font-size: 1.05em;
}
@media screen and (max-width: 519px) {
  .p-voice__wrapper {
    margin-top: 1rem;
  }
}
.p-voice__wrapper ul {
  padding-left: 2rem;
}

.p-voice__deco1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .p-voice__deco1 {
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
  }
}

.p-voice__deco2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0%, 90%);
          transform: translate(0%, 90%);
  z-index: 0;
  width: 21%;
}
@media screen and (max-width: 640px) {
  .p-voice__deco2 {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
@media screen and (max-width: 519px) {
  .p-voice__deco2 {
    bottom: 4rem;
    width: 40%;
  }
}

.p-voice__deco3 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 21%;
}
@media screen and (max-width: 519px) {
  .p-voice__deco3 {
    bottom: 5rem;
    width: 45%;
  }
}

.p-voice__deco4 {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: 0;
  width: 23%;
}
@media screen and (max-width: 519px) {
  .p-voice__deco4 {
    left: 0;
    bottom: 14rem;
    width: 47%;
  }
}

.p-voice__deco5 {
  position: absolute;
  bottom: 0;
  right: 8%;
  z-index: 0;
  width: 20%;
}
@media screen and (max-width: 519px) {
  .p-voice__deco5 {
    right: 0;
    bottom: 6rem;
    width: 40%;
  }
}

.p-consult {
  font-size: 2.5rem;
}
@media screen and (max-width: 959px) {
  .p-consult {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-consult {
    font-size: 1em;
  }
}
.p-consult h1 {
  color: #35ABDA;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .p-consult h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 519px) {
  .p-consult h1 {
    font-size: 7vw;
  }
}

.p-consult__read {
  margin-top: 3rem;
  padding: 0 5rem;
}
@media screen and (max-width: 519px) {
  .p-consult__read {
    margin-top: 2rem;
    padding: 0;
  }
}

.p-consult__container {
  position: relative;
  margin-top: 13rem;
  background-color: #E2F2F1;
  border-radius: 2rem;
}
@media screen and (max-width: 959px) {
  .p-consult__container {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 519px) {
  .p-consult__container {
    margin-top: 9rem;
  }
}
.p-consult__container:first-of-type {
  margin-top: 12rem;
}
@media screen and (max-width: 959px) {
  .p-consult__container:first-of-type {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 519px) {
  .p-consult__container:first-of-type {
    margin-top: 8rem;
  }
}
.p-consult__container h2 {
  padding: 1.5rem 6rem 1.5rem 21rem;
  color: white;
  font-weight: 500;
  line-height: 1.3;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/consult/consult_bg1.png);
  background-size: cover;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
@media screen and (max-width: 959px) {
  .p-consult__container h2 {
    padding: 1.5rem 4rem 1.5rem 15rem;
  }
}
@media screen and (max-width: 519px) {
  .p-consult__container h2 {
    padding: 1rem 2rem;
    font-size: 1.4em;
  }
}
.p-consult__container:nth-of-type(2) {
  background-color: #FBE5EF;
}
.p-consult__container:nth-of-type(2) h2 {
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/consult/consult_bg2.png);
}
.p-consult__container:nth-of-type(3) {
  background-color: #FEF4DC;
}
.p-consult__container:nth-of-type(3) h2 {
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/consult/consult_bg3.png);
}

.p-consult__container--green {
  background-color: #E5F1CB;
}
.p-consult__container--green h2 {
  padding: 1.5rem;
  text-align: center;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/consult/consult_bg4.png);
}
@media screen and (max-width: 519px) {
  .p-consult__container--green h2 {
    padding: 1.5rem 1rem;
  }
}

.p-consult__body {
  padding: 2rem 3rem;
}
@media screen and (max-width: 519px) {
  .p-consult__body {
    padding: 1rem 1.5rem 2rem;
  }
}

.p-consult__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 519px) {
  .p-consult__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-consult__wrap {
  width: 50%;
}
@media screen and (max-width: 519px) {
  .p-consult__wrap {
    width: 100%;
  }
}

.p-consult__img {
  margin: 0 auto;
  width: 25%;
}
@media screen and (max-width: 959px) {
  .p-consult__img {
    width: 35%;
  }
}
@media screen and (max-width: 519px) {
  .p-consult__img {
    margin: 2rem auto 0;
    width: 65%;
  }
}

.p-consult__obi {
  margin-top: 1rem;
  padding: 0.3rem;
  color: white;
  text-align: center;
  background-color: #4FBDC1;
  border-radius: 3rem;
}
@media screen and (max-width: 519px) {
  .p-consult__obi {
    font-size: 0.9em;
    border-radius: 2rem;
  }
}

.p-consult__obi--pink {
  background-color: #E45294;
}

.p-consult__obi--yellow {
  background-color: #FAC03D;
}

.p-consult__step {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-2rem, -50%);
          transform: translate(-2rem, -50%);
  width: 20.6rem;
}
@media screen and (max-width: 959px) {
  .p-consult__step {
    width: 25%;
  }
}
@media screen and (max-width: 519px) {
  .p-consult__step {
    width: 35%;
    -webkit-transform: translate(-2rem, -85%);
            transform: translate(-2rem, -85%);
  }
}

.p-consult__list {
  padding: 0 1rem;
  font-size: 3rem;
  list-style: none;
}
@media screen and (max-width: 959px) {
  .p-consult__list {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 519px) {
  .p-consult__list {
    padding: 0;
  }
}

.p-consult__search {
  display: block;
  margin: 8rem 1rem 0 auto;
  width: 50%;
}
@media screen and (max-width: 519px) {
  .p-consult__search {
    margin: 5rem auto 0;
    width: 90%;
  }
}

.p-intern {
  font-size: 2.5rem;
}
@media screen and (max-width: 959px) {
  .p-intern {
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .p-intern {
    font-size: 1em;
  }
}

.p-intern__read {
  margin-bottom: 9rem;
  padding: 0 5rem;
}
@media screen and (max-width: 959px) {
  .p-intern__read {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 519px) {
  .p-intern__read {
    margin-bottom: 5rem;
    padding: 0;
  }
}

.p-intern__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 5rem;
}
@media screen and (max-width: 959px) {
  .p-intern__container {
    padding: 0;
  }
}
@media screen and (max-width: 519px) {
  .p-intern__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-intern__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  width: 14.3rem;
  height: auto;
  color: white;
  font-size: 1.1em;
  border-radius: 50%;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/intern/intern_bg.png);
  background-size: cover;
}
@media screen and (max-width: 959px) {
  .p-intern__num {
    width: 12rem;
  }
}
@media screen and (max-width: 519px) {
  .p-intern__num {
    width: 10rem;
  }
}
.p-intern__num span {
  padding: 0.5rem;
  font-size: 1.5em;
  line-height: 1;
}

.p-intern__menu {
  padding: 1.5rem 4rem;
  width: calc(100% - 15.5rem);
  color: #6672BA;
  font-size: 1.5em;
  line-height: 1.2;
  border-top: solid 3px #A4ABD6;
  border-bottom: solid 3px #A4ABD6;
}
@media screen and (max-width: 959px) {
  .p-intern__menu {
    padding: 1.5rem 2rem;
    width: calc(100% - 13rem);
    font-size: 1.4em;
  }
}
@media screen and (max-width: 519px) {
  .p-intern__menu {
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
}

.p-intern__chara {
  position: absolute;
  top: 50%;
  right: 3.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: auto;
  height: 140%;
}
@media screen and (max-width: 959px) {
  .p-intern__chara {
    right: 0;
    height: 100%;
  }
}
@media screen and (max-width: 519px) {
  .p-intern__chara {
    top: 10rem;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    height: 60%;
  }
}

.p-intern__arrow {
  color: #6672BA;
  text-align: center;
}
.p-intern__arrow::after {
  content: "";
  display: block;
  margin: 2rem auto 5rem;
  aspect-ratio: 1;
  width: 6rem;
  height: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: solid 3px #A4ABD6;
  border-bottom: solid 3px #A4ABD6;
}
@media screen and (max-width: 519px) {
  .p-intern__arrow::after {
    width: 5rem;
  }
}

.p-intern__arrow--dobble::before {
  content: "";
  display: block;
  margin: 5rem auto -2.5rem;
  aspect-ratio: 1;
  width: 6rem;
  height: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-left: solid 3px #A4ABD6;
  border-top: solid 3px #A4ABD6;
}
@media screen and (max-width: 519px) {
  .p-intern__arrow--dobble::before {
    margin-bottom: -2rem;
    width: 5rem;
  }
}
.p-intern__arrow--dobble::after {
  margin-top: -2.5rem;
}
@media screen and (max-width: 519px) {
  .p-intern__arrow--dobble::after {
    margin-top: -2rem;
  }
}

.p-intern__movie {
  display: block;
  margin: 9rem auto;
  width: 100%;
  max-width: 77rem;
}
@media screen and (max-width: 519px) {
  .p-intern__movie {
    margin: 7rem auto;
  }
}

.p-intern__format {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 77rem;
  border-left: solid 1rem #EDE530;
}
@media screen and (max-width: 519px) {
  .p-intern__format {
    border-left-width: 0.8rem;
  }
}
.p-intern__format h2 {
  padding: 0rem 2rem;
  font-weight: 500;
  border-bottom: solid 3px #EDE530;
}
.p-intern__format ul {
  padding: 0rem 2rem 2rem;
  font-size: 1.2em;
  list-style: none;
}
.p-intern__format ul li {
  margin-top: 2rem;
}
.p-intern__format ul li a {
  padding: 0 4rem;
  background-color: #EDE530;
  border-radius: 2.3rem;
}
@media screen and (max-width: 519px) {
  .p-intern__format ul li a {
    padding: 0 3rem;
  }
}
.p-intern__format ul li a:first-of-type {
  margin-left: 5rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 519px) {
  .p-intern__format ul li a:first-of-type {
    margin-left: 0;
    margin-right: 1.5rem;
  }
}

.p-intern-mov {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 5rem;
}
@media screen and (max-width: 959px) {
  .p-intern-mov {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 519px) {
  .p-intern-mov {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.p-intern-mov iframe,
.p-intern-mov video {
  margin: 0 3rem 0 0;
  aspect-ratio: 64/48;
  width: calc(50% - 1.5rem);
  height: auto;
}
@media screen and (max-width: 959px) {
  .p-intern-mov iframe,
  .p-intern-mov video {
    margin: 3rem 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  .p-intern-mov iframe,
  .p-intern-mov video {
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 959px) {
  .p-intern-mov iframe:first-child,
  .p-intern-mov video:first-child {
    margin-top: 0;
  }
}
.p-intern-mov iframe:nth-child(2n),
.p-intern-mov video:nth-child(2n) {
  margin-right: 0;
}

/* external
------------------------------------------------ */
/* h1
----------------------------------- */
#page1 > h1 {
  font-size: 0;
}

/* メイン
----------------------------------- */
#page1 {
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/bg_border.png);
  background-size: 100% auto;
  background-repeat: repeat;
  background-color: #eee630;
  overflow: hidden;
}

/* コンテンツ
----------------------------------- */
#content {
  position: relative;
}

#main1 {
  position: relative;
  z-index: 1;
}

/* free
----------------------------------- */
.free {
  width: 100%;
}

/* image_スライド
----------------------------------- */
/* list
----------------------------------- */
.list {
  position: relative;
  margin: 5rem auto 0;
  padding: 3rem 4rem;
  width: 100%;
  max-width: 120rem;
  background-color: #fff;
  border-radius: 4rem;
}
@media screen and (max-width: 1240px) {
  .list {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 519px) {
  .list {
    margin-top: 3rem;
    padding: 2rem;
    border-radius: 3rem;
  }
}
.list h2 {
  position: relative;
  padding-left: 4rem;
  font-size: 1.3em;
  color: #0c60ac;
  letter-spacing: 3px;
}
.list h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/icon_star.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.list .kiji_contents {
  padding: 1.5rem 2rem;
  border-top: solid 1px #0c60ac;
}
@media screen and (max-width: 519px) {
  .list .kiji_contents {
    padding: 1.5rem 1rem;
  }
}
.list .kiji_contents:first-of-type {
  border: none;
}
.list .kiji_contents h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1em;
  font-weight: 400;
}
@media screen and (max-width: 519px) {
  .list .kiji_contents h3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list .kiji_contents h3 .kiji_category {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 0.5rem;
  margin-right: 1.5rem;
  padding: 0.2rem 1rem;
  min-width: 12.5rem;
  color: white;
  font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  background-color: #e55295;
  border-radius: 2rem;
}
@media screen and (max-width: 519px) {
  .list .kiji_contents h3 .kiji_category {
    margin-top: 0;
    min-width: auto;
  }
}
.list .kiji_contents h3 .kiji_category--blue {
  background-color: #0c60ac;
}
.list .kiji_contents h3 .kiji_category--skyblue {
  background-color: #35acdb;
}
.list .kiji_contents h3 .kiji_date {
  display: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 1.5rem;
}
@media screen and (max-width: 519px) {
  .list .kiji_contents h3 .kiji_date {
    margin-right: 0;
  }
}
.list .kiji_contents h3 a {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .list .kiji_contents h3 a {
    margin-top: 0.5rem;
    padding-right: 1.5rem;
  }
}
.list .kiji_contents h3 a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -1.5rem;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  width: 1.5rem;
  height: 1.5rem;
  border-top: solid 2.5px #0c60ac;
  border-right: solid 2.5px #0c60ac;
}
@media screen and (max-width: 519px) {
  .list .kiji_contents h3 a::after {
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
  }
}
.list .links {
  display: block;
  margin-top: 1rem;
  font-size: 0.9em;
  text-align: right;
}

/* list(インターンシップ)
----------------------------------- */
.list.parts18 h2 {
  padding-bottom: 3.5rem;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
}
@media screen and (max-width: 519px) {
  .list.parts18 h2 {
    padding-left: 0;
    padding-bottom: 2.5rem;
    letter-spacing: 0;
  }
}
.list.parts18 h2::before {
  display: none;
}
.list.parts18 h2 span {
  display: block;
  padding-bottom: 1.5rem;
  color: #000;
  font-size: 0.7em;
  font-weight: 400;
}
.list.parts18 .kiji_contents h3 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list.parts18 .kiji_contents h3 a {
  font-size: 1.2em;
}
@media screen and (max-width: 519px) {
  .list.parts18 .kiji_contents h3 a {
    font-size: 1.1em;
  }
}
.list.parts18 .kiji_contents h3 a::after {
  display: none;
}
.list.parts18 .kiji_contents h3 .kiji_category--skyblue {
  padding: 2px 3px;
  width: 10rem;
  min-width: auto;
  letter-spacing: -3px;
}

/* list(トップページ)
----------------------------------- */
.list.parts32,
.list.parts9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list.parts32 h2,
.list.parts9 h2 {
  width: 100%;
}
.list.parts32 .kiji_contents,
.list.parts9 .kiji_contents {
  margin: 3rem 3rem 0 0;
  padding: 0;
  padding-bottom: 1rem;
  width: calc(25% - 2.25rem);
  border: none;
}
@media screen and (max-width: 959px) {
  .list.parts32 .kiji_contents,
  .list.parts9 .kiji_contents {
    margin: 3rem 2rem 0 0;
    width: calc(50% - 1rem);
  }
  .list.parts32 .kiji_contents:nth-of-type(2n),
  .list.parts9 .kiji_contents:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 519px) {
  .list.parts32 .kiji_contents,
  .list.parts9 .kiji_contents {
    margin: 2rem 1rem 0 0;
    width: calc(50% - 0.5rem);
  }
}
.list.parts32 .kiji_contents:nth-of-type(4n),
.list.parts9 .kiji_contents:nth-of-type(4n) {
  margin-right: 0;
}
.list.parts32 .kiji_contents .kiji_image,
.list.parts9 .kiji_contents .kiji_image {
  background-color: #eee;
}
.list.parts32 .kiji_contents .kiji_image a,
.list.parts9 .kiji_contents .kiji_image a {
  position: relative;
}
.list.parts32 .kiji_contents .kiji_image a::after,
.list.parts9 .kiji_contents .kiji_image a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1;
  width: 30%;
  height: auto;
  background-size: contain;
}
@media screen and (max-width: 519px) {
  .list.parts32 .kiji_contents .kiji_image a::after,
  .list.parts9 .kiji_contents .kiji_image a::after {
    width: 40%;
  }
}
.list.parts32 .kiji_contents .kiji_image img,
.list.parts9 .kiji_contents .kiji_image img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.list.parts32 .kiji_contents .kiji_image--pink a::after,
.list.parts9 .kiji_contents .kiji_image--pink a::after {
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/label_business_pink.png);
}
.list.parts32 .kiji_contents .kiji_image--blue a::after,
.list.parts9 .kiji_contents .kiji_image--blue a::after {
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/label_business_blue.png);
}
.list.parts32 .kiji_contents .kiji_image--skyblue a::after,
.list.parts9 .kiji_contents .kiji_image--skyblue a::after {
  background-image: url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/label_business_skyblue.png);
}
.list.parts32 .kiji_contents .kiji_body,
.list.parts9 .kiji_contents .kiji_body {
  font-size: 0.9em;
}
@media screen and (max-width: 959px) {
  .list.parts32 .kiji_contents .kiji_body,
  .list.parts9 .kiji_contents .kiji_body {
    font-size: 1.4rem;
  }
}
.list.parts32 .kiji_contents .kiji_body .kiji_date,
.list.parts9 .kiji_contents .kiji_body .kiji_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 1.5rem;
}
@media screen and (max-width: 959px) {
  .list.parts32 .kiji_contents .kiji_body .kiji_date,
  .list.parts9 .kiji_contents .kiji_body .kiji_date {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 519px) {
  .list.parts32 .kiji_contents .kiji_body .kiji_date,
  .list.parts9 .kiji_contents .kiji_body .kiji_date {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 1rem;
    font-size: 1em;
  }
}
.list.parts32 .kiji_contents .kiji_body .kiji_date .kiji_category,
.list.parts9 .kiji_contents .kiji_body .kiji_date .kiji_category {
  margin-right: 1rem;
  padding: 0.2rem 1rem;
  color: white;
  font-family: "kiwi-maru", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  text-align: center;
  background-color: #e55295;
  border-radius: 2rem;
}
@media screen and (max-width: 519px) {
  .list.parts32 .kiji_contents .kiji_body .kiji_date .kiji_category,
  .list.parts9 .kiji_contents .kiji_body .kiji_date .kiji_category {
    margin-bottom: 0.2rem;
    font-size: 1.2rem;
  }
}
.list.parts32 .kiji_contents .kiji_body .kiji_date .kiji_category--blue,
.list.parts9 .kiji_contents .kiji_body .kiji_date .kiji_category--blue {
  background-color: #0c60ac;
}
.list.parts32 .kiji_contents .kiji_body .kiji_date .kiji_category--skyblue,
.list.parts9 .kiji_contents .kiji_body .kiji_date .kiji_category--skyblue {
  background-color: #35acdb;
}
.list.parts32 .kiji_contents .kiji_body h3,
.list.parts9 .kiji_contents .kiji_body h3 {
  margin-top: 0.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 519px) {
  .list.parts32 .kiji_contents .kiji_body h3,
  .list.parts9 .kiji_contents .kiji_body h3 {
    margin-top: 0;
  }
}
.list.parts32 .kiji_contents .kiji_body h3 a,
.list.parts9 .kiji_contents .kiji_body h3 a {
  margin-top: 0;
  padding: 0;
}
.list.parts32 .kiji_contents .kiji_body h3 a::after,
.list.parts9 .kiji_contents .kiji_body h3 a::after {
  display: none;
}
.list.parts32 .kiji_contents .kiji_body p,
.list.parts9 .kiji_contents .kiji_body p {
  display: none;
}
.list.parts32 .links,
.list.parts9 .links {
  display: none;
  width: 100%;
}

/* kiji
----------------------------------- */
#kiji {
  position: relative;
  margin: 5rem auto 0;
  padding: 4rem 4rem;
  width: 100%;
  max-width: 120rem;
  background-color: #fff;
  border-radius: 4rem;
}
@media screen and (max-width: 1240px) {
  #kiji {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 519px) {
  #kiji {
    margin-top: 3rem;
    padding: 2rem;
    border-radius: 3rem;
  }
}
#kiji h2 {
  padding: 1rem;
  font-weight: 500;
  text-align: center;
  color: white;
  line-height: 1.3;
  background-color: #0c60ac;
  border-radius: 4rem;
}
@media screen and (max-width: 519px) {
  #kiji h2 {
    font-size: 1.3em;
  }
}
#kiji .kiji_contents {
  padding: 4rem 4rem 0;
}
@media screen and (max-width: 959px) {
  #kiji .kiji_contents {
    padding: 4rem 0 0;
  }
}
#kiji .kiji_contents .kiji_image {
  margin-bottom: 5rem;
}
@media screen and (max-width: 519px) {
  #kiji .kiji_contents .kiji_image {
    margin-bottom: 4rem;
  }
}
#kiji .kiji_contents .kiji_image img {
  max-width: 100% !important;
}
#kiji .kiji_contents h2 {
  padding: 0;
  font-size: 1.5em;
  color: inherit;
  text-align: inherit;
  background-color: inherit;
}
#kiji .kiji_contents p {
  margin-top: 2rem;
}
#kiji .kiji_contents div {
  max-width: 100%;
}
#kiji .kiji_contents img {
  max-width: 100%;
  height: auto !important;
}
#kiji .kiji_contents a {
  word-wrap: break-word;
}
#kiji .kiji_contents iframe {
  aspect-ratio: 560/315;
  width: 100%;
  height: auto;
}
#kiji .kiji_contents table {
  max-width: 100%;
}
@media screen and (max-width: 519px) {
  #kiji .kiji_contents table.col_two td {
    display: block;
    width: 100% !important;
  }
}
#kiji .kiji_contents #Fruit_Recipe table {
  margin-top: 2rem;
}
@media screen and (max-width: 519px) {
  #kiji .kiji_contents #Fruit_Recipe table td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 519px) {
  #kiji .kiji_contents #Fruit_Recipe table td p {
    margin-top: 1rem;
  }
}
#kiji .kiji_contents .kiji_date {
  margin-top: 5rem;
  font-size: 0.9em;
  text-align: right;
}

#kiji.kiji_comment .kiji_date {
  display: none;
}

#kiji_comment {
  display: none;
}

#kiji_footer {
  margin: 4rem auto 0;
  max-width: 100rem;
}
@media screen and (max-width: 1040px) {
  #kiji_footer {
    width: calc(100% - 4rem);
  }
}
#kiji_footer .image1::before {
  content: "季節のイチオシ商品";
  display: block;
  text-align: center;
  font-size: 1.4em;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 519px) {
  #kiji_footer .image1::before {
    font-size: 1.2em;
  }
}

/* お問合せ
----------------------------------- */
#main1 .contact,
#main1 .contact_preview,
#main1 .contact_send,
#main1 .contact_error {
  position: relative;
  margin: 5rem auto 0;
  padding: 3rem 4rem 7rem;
  width: 100%;
  max-width: 120rem;
  background-color: #fff;
  border-radius: 4rem;
}
@media screen and (max-width: 1240px) {
  #main1 .contact,
  #main1 .contact_preview,
  #main1 .contact_send,
  #main1 .contact_error {
    width: calc(100% - 4rem);
  }
}
@media screen and (max-width: 519px) {
  #main1 .contact,
  #main1 .contact_preview,
  #main1 .contact_send,
  #main1 .contact_error {
    margin-top: 3rem;
    padding: 2rem 2rem 5rem;
    border-radius: 3rem;
  }
}
#main1 .contact h2,
#main1 .contact_preview h2,
#main1 .contact_send h2,
#main1 .contact_error h2 {
  padding: 2rem;
  font-size: 2.2rem;
  color: white;
  text-align: center;
  background-color: #e55295;
}
@media screen and (max-width: 519px) {
  #main1 .contact h2,
  #main1 .contact_preview h2,
  #main1 .contact_send h2,
  #main1 .contact_error h2 {
    padding: 1.5rem 1rem;
    font-size: 1.8rem;
  }
}
#main1 .contact .contact_form,
#main1 .contact_preview .contact_form,
#main1 .contact_send .contact_form,
#main1 .contact_error .contact_form {
  margin-top: 2rem;
  list-style: none;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form,
  #main1 .contact_preview .contact_form,
  #main1 .contact_send .contact_form,
  #main1 .contact_error .contact_form {
    margin-top: 3rem;
  }
}
#main1 .contact .contact_form li,
#main1 .contact_preview .contact_form li,
#main1 .contact_send .contact_form li,
#main1 .contact_error .contact_form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li,
  #main1 .contact_preview .contact_form li,
  #main1 .contact_send .contact_form li,
  #main1 .contact_error .contact_form li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#main1 .contact .contact_form li:last-child,
#main1 .contact_preview .contact_form li:last-child,
#main1 .contact_send .contact_form li:last-child,
#main1 .contact_error .contact_form li:last-child {
  display: block;
  text-align: center;
}
#main1 .contact .contact_form li .contact_index,
#main1 .contact_preview .contact_form li .contact_index,
#main1 .contact_send .contact_form li .contact_index,
#main1 .contact_error .contact_form li .contact_index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 2rem;
  width: 32%;
  text-align: left;
  background-color: #b3e0f1;
  border-top: 0.1rem solid #808080;
  border-left: 0.1rem solid #808080;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .contact_index,
  #main1 .contact_preview .contact_form li .contact_index,
  #main1 .contact_send .contact_form li .contact_index,
  #main1 .contact_error .contact_form li .contact_index {
    padding: 1rem;
    width: 100%;
    border-right: 0.1rem solid #808080;
  }
}
#main1 .contact .contact_form li .contact_index span,
#main1 .contact_preview .contact_form li .contact_index span,
#main1 .contact_send .contact_form li .contact_index span,
#main1 .contact_error .contact_form li .contact_index span {
  display: block;
  width: 100%;
  color: #e55295;
  font-size: 0.8em;
  line-height: 1.5;
}
#main1 .contact .contact_form li .contact_index small,
#main1 .contact_preview .contact_form li .contact_index small,
#main1 .contact_send .contact_form li .contact_index small,
#main1 .contact_error .contact_form li .contact_index small {
  display: block;
}
#main1 .contact .contact_form li .contact_body_needs,
#main1 .contact_preview .contact_form li .contact_body_needs,
#main1 .contact_send .contact_form li .contact_body_needs,
#main1 .contact_error .contact_form li .contact_body_needs {
  font-size: 0.6em;
  color: #e55295;
}
#main1 .contact .contact_form li .contact_body,
#main1 .contact_preview .contact_form li .contact_body,
#main1 .contact_send .contact_form li .contact_body,
#main1 .contact_error .contact_form li .contact_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 2rem;
  width: 68%;
  text-align: left;
  background-color: #fff;
  border-top: 0.1rem solid #808080;
  border-left: 0.1rem solid #808080;
  border-right: 0.1rem solid #808080;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .contact_body,
  #main1 .contact_preview .contact_form li .contact_body,
  #main1 .contact_send .contact_form li .contact_body,
  #main1 .contact_error .contact_form li .contact_body {
    padding: 1rem;
    width: 100%;
  }
}
#main1 .contact .contact_form li .contact_body input,
#main1 .contact_preview .contact_form li .contact_body input,
#main1 .contact_send .contact_form li .contact_body input,
#main1 .contact_error .contact_form li .contact_body input {
  padding: 0.3rem 0.8rem;
  width: 100% !important;
  height: 5rem;
}
@media screen and (max-width: 959px) {
  #main1 .contact .contact_form li .contact_body input,
  #main1 .contact_preview .contact_form li .contact_body input,
  #main1 .contact_send .contact_form li .contact_body input,
  #main1 .contact_error .contact_form li .contact_body input {
    height: auto;
  }
}
#main1 .contact .contact_form li .contact_body .contact_body_comment,
#main1 .contact_preview .contact_form li .contact_body .contact_body_comment,
#main1 .contact_send .contact_form li .contact_body .contact_body_comment,
#main1 .contact_error .contact_form li .contact_body .contact_body_comment {
  font-size: 0.7em;
  font-weight: bold;
  color: #ef0000;
}
#main1 .contact .contact_form li:nth-last-child(2),
#main1 .contact_preview .contact_form li:nth-last-child(2),
#main1 .contact_send .contact_form li:nth-last-child(2),
#main1 .contact_error .contact_form li:nth-last-child(2) {
  border-bottom: 0.1rem solid #808080;
}
#main1 .contact .contact_form li:last-child .contact_index,
#main1 .contact_preview .contact_form li:last-child .contact_index,
#main1 .contact_send .contact_form li:last-child .contact_index,
#main1 .contact_error .contact_form li:last-child .contact_index {
  display: none;
}
#main1 .contact .contact_form li input[type=text],
#main1 .contact_preview .contact_form li input[type=text],
#main1 .contact_send .contact_form li input[type=text],
#main1 .contact_error .contact_form li input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  width: 100%;
}
#main1 .contact .contact_form li input[type=text]:focus,
#main1 .contact_preview .contact_form li input[type=text]:focus,
#main1 .contact_send .contact_form li input[type=text]:focus,
#main1 .contact_error .contact_form li input[type=text]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#main1 .contact .contact_form li input[type=checkbox],
#main1 .contact_preview .contact_form li input[type=checkbox],
#main1 .contact_send .contact_form li input[type=checkbox],
#main1 .contact_error .contact_form li input[type=checkbox] {
  margin-top: 1rem;
}
#main1 .contact .contact_form li input[type=radio],
#main1 .contact_preview .contact_form li input[type=radio],
#main1 .contact_send .contact_form li input[type=radio],
#main1 .contact_error .contact_form li input[type=radio] {
  width: auto !important;
}
#main1 .contact .contact_form li textarea,
#main1 .contact_preview .contact_form li textarea,
#main1 .contact_send .contact_form li textarea,
#main1 .contact_error .contact_form li textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 25rem;
  padding: 0.3rem 0.8rem;
  width: 100%;
}
#main1 .contact .contact_form li textarea:focus,
#main1 .contact_preview .contact_form li textarea:focus,
#main1 .contact_send .contact_form li textarea:focus,
#main1 .contact_error .contact_form li textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#main1 .contact .contact_form li select,
#main1 .contact_preview .contact_form li select,
#main1 .contact_send .contact_form li select,
#main1 .contact_error .contact_form li select {
  position: relative;
  padding: 0.3rem 5rem 0.3rem 0.8rem;
  width: 100%;
  height: 5rem;
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/select.png);
  background-size: contain;
  background-position: right center;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  #main1 .contact .contact_form li select,
  #main1 .contact_preview .contact_form li select,
  #main1 .contact_send .contact_form li select,
  #main1 .contact_error .contact_form li select {
    padding-right: 3rem;
    height: auto;
  }
}
#main1 .contact .contact_form li select::before,
#main1 .contact_preview .contact_form li select::before,
#main1 .contact_send .contact_form li select::before,
#main1 .contact_error .contact_form li select::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  background-color: gray;
}
#main1 .contact .contact_form li select::-ms-expand,
#main1 .contact_preview .contact_form li select::-ms-expand,
#main1 .contact_send .contact_form li select::-ms-expand,
#main1 .contact_error .contact_form li select::-ms-expand {
  display: none;
}
#main1 .contact .contact_form li select:focus,
#main1 .contact_preview .contact_form li select:focus,
#main1 .contact_send .contact_form li select:focus,
#main1 .contact_error .contact_form li select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#main1 .contact .contact_form li .formBtn,
#main1 .contact .contact_form li .backBtn,
#main1 .contact .contact_form li .sendBtn,
#main1 .contact_preview .contact_form li .formBtn,
#main1 .contact_preview .contact_form li .backBtn,
#main1 .contact_preview .contact_form li .sendBtn,
#main1 .contact_send .contact_form li .formBtn,
#main1 .contact_send .contact_form li .backBtn,
#main1 .contact_send .contact_form li .sendBtn,
#main1 .contact_error .contact_form li .formBtn,
#main1 .contact_error .contact_form li .backBtn,
#main1 .contact_error .contact_form li .sendBtn {
  display: inline-block;
  position: relative;
  margin-top: 4.5rem;
  padding: 1.3rem 6rem;
  text-align: center;
  color: white;
  font-weight: 500;
  background: transparent url(https://ssl.samidare.jp/~tukiyamaf/y-woman/p/common/arrow.png);
  background-size: auto 40%;
  background-position: 97% center;
  background-color: #e55295;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  letter-spacing: 2px;
}
#main1 .contact .contact_form li .formBtn:hover,
#main1 .contact .contact_form li .backBtn:hover,
#main1 .contact .contact_form li .sendBtn:hover,
#main1 .contact_preview .contact_form li .formBtn:hover,
#main1 .contact_preview .contact_form li .backBtn:hover,
#main1 .contact_preview .contact_form li .sendBtn:hover,
#main1 .contact_send .contact_form li .formBtn:hover,
#main1 .contact_send .contact_form li .backBtn:hover,
#main1 .contact_send .contact_form li .sendBtn:hover,
#main1 .contact_error .contact_form li .formBtn:hover,
#main1 .contact_error .contact_form li .backBtn:hover,
#main1 .contact_error .contact_form li .sendBtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .formBtn,
  #main1 .contact .contact_form li .backBtn,
  #main1 .contact .contact_form li .sendBtn,
  #main1 .contact_preview .contact_form li .formBtn,
  #main1 .contact_preview .contact_form li .backBtn,
  #main1 .contact_preview .contact_form li .sendBtn,
  #main1 .contact_send .contact_form li .formBtn,
  #main1 .contact_send .contact_form li .backBtn,
  #main1 .contact_send .contact_form li .sendBtn,
  #main1 .contact_error .contact_form li .formBtn,
  #main1 .contact_error .contact_form li .backBtn,
  #main1 .contact_error .contact_form li .sendBtn {
    width: 100%;
  }
}
#main1 .contact .contact_form li .backBtn,
#main1 .contact_preview .contact_form li .backBtn,
#main1 .contact_send .contact_form li .backBtn,
#main1 .contact_error .contact_form li .backBtn {
  margin-right: 2rem;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form li .backBtn,
  #main1 .contact_preview .contact_form li .backBtn,
  #main1 .contact_send .contact_form li .backBtn,
  #main1 .contact_error .contact_form li .backBtn {
    margin-right: 0;
  }
}
#main1 .contact .contact_form li .formBtn:hover,
#main1 .contact .contact_form li .formBtn:focus,
#main1 .contact .contact_form li .backBtn:hover,
#main1 .contact .contact_form li .backBtn:focus,
#main1 .contact .contact_form li .sendBtn:hover,
#main1 .contact .contact_form li .sendBtn:focus,
#main1 .contact_preview .contact_form li .formBtn:hover,
#main1 .contact_preview .contact_form li .formBtn:focus,
#main1 .contact_preview .contact_form li .backBtn:hover,
#main1 .contact_preview .contact_form li .backBtn:focus,
#main1 .contact_preview .contact_form li .sendBtn:hover,
#main1 .contact_preview .contact_form li .sendBtn:focus,
#main1 .contact_send .contact_form li .formBtn:hover,
#main1 .contact_send .contact_form li .formBtn:focus,
#main1 .contact_send .contact_form li .backBtn:hover,
#main1 .contact_send .contact_form li .backBtn:focus,
#main1 .contact_send .contact_form li .sendBtn:hover,
#main1 .contact_send .contact_form li .sendBtn:focus,
#main1 .contact_error .contact_form li .formBtn:hover,
#main1 .contact_error .contact_form li .formBtn:focus,
#main1 .contact_error .contact_form li .backBtn:hover,
#main1 .contact_error .contact_form li .backBtn:focus,
#main1 .contact_error .contact_form li .sendBtn:hover,
#main1 .contact_error .contact_form li .sendBtn:focus {
  outline: none;
}
#main1 .contact .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact .contact_form li .sendBtn::-moz-foucus-inner,
#main1 .contact_preview .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact_preview .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact_preview .contact_form li .sendBtn::-moz-foucus-inner,
#main1 .contact_send .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact_send .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact_send .contact_form li .sendBtn::-moz-foucus-inner,
#main1 .contact_error .contact_form li .formBtn::-moz-foucus-inner,
#main1 .contact_error .contact_form li .backBtn::-moz-foucus-inner,
#main1 .contact_error .contact_form li .sendBtn::-moz-foucus-inner {
  border: none;
  padding: 0;
}
#main1 .contact .contact_form .contact_submit,
#main1 .contact_preview .contact_form .contact_submit,
#main1 .contact_send .contact_form .contact_submit,
#main1 .contact_error .contact_form .contact_submit {
  margin-top: 2rem;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_form .contact_submit,
  #main1 .contact_preview .contact_form .contact_submit,
  #main1 .contact_send .contact_form .contact_submit,
  #main1 .contact_error .contact_form .contact_submit {
    margin-top: 0;
  }
}
#main1 .contact .contact_ssl,
#main1 .contact_preview .contact_ssl,
#main1 .contact_send .contact_ssl,
#main1 .contact_error .contact_ssl {
  display: none;
  margin-top: 8rem;
  text-align: justify;
}
@media screen and (max-width: 519px) {
  #main1 .contact .contact_ssl,
  #main1 .contact_preview .contact_ssl,
  #main1 .contact_send .contact_ssl,
  #main1 .contact_error .contact_ssl {
    text-align: justify;
  }
}
#main1 .contact .contact_ssl img,
#main1 .contact_preview .contact_ssl img,
#main1 .contact_send .contact_ssl img,
#main1 .contact_error .contact_ssl img {
  display: none;
}
#main1 .contact .contact_ssl a,
#main1 .contact_preview .contact_ssl a,
#main1 .contact_send .contact_ssl a,
#main1 .contact_error .contact_ssl a {
  text-decoration: underline;
}

/* プレビュー,エラー,送信完了画面
----------------------------------- */
#main1 .contact_preview .contact_body,
#main1 .contact_error .contact_body,
#main1 .contact_send .contact_body {
  font-weight: bold;
}
#main1 .contact_preview .backBtn,
#main1 .contact_error .backBtn,
#main1 .contact_send .backBtn {
  background-color: #bbb !important;
}
@media screen and (max-width: 519px) {
  #main1 .contact_preview .sendBtn,
  #main1 .contact_error .sendBtn,
  #main1 .contact_send .sendBtn {
    margin-top: 2rem !important;
  }
}

/* エラー,送信完了画面のテキストとボタン
----------------------------------- */
/* プライバシーポリシー
----------------------------------- */
/* カウンター
----------------------------------- *//*# sourceMappingURL=style.css.map */