@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #3a3a3a;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 400;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

@media screen and (max-width: 1500px) {
  .inner {
    padding: 0 50px;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding: 0 30px;
  }
}

.flex {
  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;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #ffb4b4;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  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;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

#header {
  width: 100%;
  max-width: 100%;
}

.header {
  position: relative;
}

.header::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#f3c37c), to(#ffb4b4));
  background: linear-gradient(#f3c37c, #ffb4b4);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.top {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  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: 5px 20px;
}

.top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .top .contact {
    display: none;
  }
}

.top .contact02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn {
  width: 250px;
  height: 55px;
  display: block;
  background-color: #ffb9b9;
  -webkit-box-shadow: 4px 4px 0 #fd9292;
          box-shadow: 4px 4px 0 #fd9292;
  border-radius: 50px;
  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;
  margin: 0 5px;
  color: white !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn span {
  color: white;
  position: relative;
  padding-left: 30px;
  font-size: 2.1rem;
  letter-spacing: 2px;
  font-weight: 500;
}

.btn span::before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 55%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 700;
}

.btn:hover {
  top: 2px;
  left: 2px;
  -webkit-box-shadow: 2px 2px #fd9292;
          box-shadow: 2px 2px #fd9292;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact .mail .btn {
  background-color: #ffb872;
  -webkit-box-shadow: 4px 4px 0 #fc9c3c;
          box-shadow: 4px 4px 0 #fc9c3c;
}

.contact .mail .btn span::before {
  content: "\f086";
}

.contact .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .contact .btn {
    width: 190px;
  }
  .contact .btn span {
    font-size: 1.8rem;
    padding-left: 25px;
  }
}

.contact .btn:hover {
  top: 2px;
  left: 2px;
  -webkit-box-shadow: 2px 2px #fc9c3c;
          box-shadow: 2px 2px #fc9c3c;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact02 .icon a, .popup .icon a {
  padding-top: 30px;
  color: white;
  font-size: 1.3rem;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  display: block;
  margin: 8px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact02 .icon a:before, .popup .icon a:before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 2.1rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-weight: 700;
}

.contact02 .mypage a::before, .popup .mypage a::before {
  content: "\f406";
}

.contact02 .link01, .popup .link01 {
  display: block;
}

@media screen and (max-width: 1000px) {
  .contact02 .link01, .popup .link01 {
    position: relative;
    right: 50px;
    padding: 5px;
    width: 90px;
    height: 90px;
  }
}

.contact02 .icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .contact02 .icon a {
    margin: 3px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1000px) {
  .contact02 .icon {
    display: none;
  }
}

.contact02 .icon:hover a {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.main-item {
  list-style-type: none;
}

.main-title {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
  z-index: 999;
}

@media screen and (max-width: 1000px) {
  .main-title {
    position: relative;
    top: 0;
    margin-top: -130px;
    -webkit-transform: initial;
            transform: initial;
    padding-bottom: 150px;
  }
}

.main-title p {
  font-size: 11rem;
  font-weight: 700;
  text-align: left;
  color: white;
  line-height: 1.4;
  margin-bottom: 50px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
  .main-title p {
    font-size: 7rem;
  }
}

@media screen and (max-width: 1000px) {
  .main-title p {
    font-size: 6rem;
  }
}

@media screen and (max-width: 834px) {
  .main-title p {
    font-size: 5.4rem;
  }
}

.main-title p span {
  display: block;
  font-size: 3.5rem;
}

@media screen and (max-width: 1200px) {
  .main-title p span {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1000px) {
  .main-title p span {
    font-size: 2.3rem;
  }
}

.main-title h1 {
  color: white;
  font-size: 2.4rem;
  text-align: left;
  line-height: 1.6;
  font-weight: 500;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
  .main-title h1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1000px) {
  .main-title h1 {
    font-size: 2rem;
    color: white;
    text-shadow: none;
    line-height: 1.8;
  }
}

@media screen and (max-width: 640px) {
  .main-title h1 {
    font-size: 1.6rem;
  }
}

.ten-min, .nav-item a, .main_txt h2, .hm_tbl .ttl h2, .cont_02 .h2_ttl01 h2, .pg_ttl01 h1, .pg_ttl01 > div, .h2_ttl02 h2, .h2_ttl04 h2, .h2_ttl04 h3, .blog .wrap #contents article h1, .blog .wrap #contents article h2, #nav_sp .nav_wrap .nav-item a, #nav_sp .nav_wrap .nav-item > span {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}

.nav {
  margin-right: 0;
  margin-left: auto;
  width: 100%;
  background-color: #ffb4b4;
}

.nav > ul {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1000px) {
  .nav > ul {
    display: none;
  }
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .nav-list {
    display: none;
  }
}

.nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.nav-item > a {
  color: white;
  line-height: 1.6;
  font-size: 1.7rem;
  padding: 20px;
  text-align: center;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .nav-item > a {
    padding: 20px 8px;
  }
}

.nav-item > a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-item .ddmenu {
  position: absolute;
  padding: 5px 0;
  width: 180px;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  background-color: rgba(255, 180, 180, 0.8);
}

.nav-item .ddmenu li a {
  color: white;
  padding: 10px;
  display: block;
}

.nav-item .ddmenu li a:hover {
  opacity: 0.6;
}

.nav-item .arrow {
  position: relative;
}

.nav-item .arrow::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-item .arrow:hover::before {
  content: "\f078";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .pc-none {
  display: none;
}

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

.fixed {
  z-index: 999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fixed .nav {
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fixed .nav > ul > li > a {
  padding: 10px 20px;
}

@media screen and (max-width: 1200px) {
  .fixed .nav > ul > li > a {
    padding: 10px 8px;
  }
}

.fixed .nav > ul .ddmenu {
  top: 47px;
  padding: 8px;
}

.slide-animation {
  -webkit-animation: fadezoom 8s 0s forwards;
          animation: fadezoom 8s 0s forwards;
  overflow: hidden;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.scroll {
  position: absolute;
  bottom: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}

@media screen and (max-width: 1000px) {
  .scroll {
    bottom: 80px;
  }
}

.scroll a {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: white;
  position: relative;
  font-size: 1.3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 2px;
}

.scroll a::before {
  content: "";
  width: 28px;
  height: 50px;
  border-radius: 30px;
  border: 2px solid white;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .scroll a::before {
    bottom: -55px;
  }
}

.scroll a::after {
  content: "";
  background-color: white;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  visibility: visible;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-animation: sdb 2s infinite;
          animation: sdb 2s infinite;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .scroll a::after {
    top: 30px;
  }
}

.scroll p:hover {
  opacity: 0.6;
}

#down {
  padding-top: 130px;
  margin-top: -130px;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.header2 {
  background-color: #fff6f6;
}

.header2 .top {
  position: relative;
}

.header2 .contact02 .icon a {
  color: #ffb4b4;
  text-shadow: none;
}

.header2 .contact02 .icon a::before {
  color: #ffb4b4;
}

.f_wp {
  position: relative;
  padding: 0 10px;
}

.footer {
  max-width: 1200px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding: 80px 20px 120px 20px;
  }
}

@media screen and (max-width: 834px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-left {
  text-align: left;
}

@media screen and (max-width: 834px) {
  .footer-left {
    text-align: center;
    margin-bottom: 30px;
  }
}

.footer-left .tel a {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  display: block;
  margin-top: 10px;
  color: #ffb4b4;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .footer-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer-nav ul {
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .footer-nav ul {
    width: 50%;
    padding-left: 10%;
  }
}

@media screen and (max-width: 640px) {
  .footer-nav ul {
    padding-left: 5%;
  }
}

.footer-nav ul li a {
  padding: 3px 0;
  margin-left: 30px;
  color: white;
  font-size: 1.5rem;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #3a3a3a;
}

.footer-nav ul li a:hover {
  opacity: 0.6;
}

.footer-nav ul li .sub-item {
  padding: 3px 0px 3px 23px;
  position: relative;
}

.footer-nav ul li .sub-item::before {
  content: "";
  background: #ffb4b4;
  width: 15px;
  height: 1px;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  position: absolute;
}

small a {
  display: block;
  font-size: 1.3rem;
  background-color: #ffb4b4;
  color: white !important;
  padding: 5px;
}

.popup {
  position: fixed;
  right: 0px;
  bottom: 6%;
  z-index: 99;
}

.popup .icon {
  border-radius: 50px 0 0 50px;
  -webkit-box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  right: -10px;
  padding: 1px;
}

.popup .icon a {
  text-shadow: none;
  font-size: 0.9rem;
  display: block;
  padding: 30px 0 5px 8px;
  letter-spacing: 0px;
  position: relative;
}

.popup .icon:hover {
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.popup .mail02 {
  background-color: rgba(254, 174, 94, 0.9);
}

.popup .icon02 {
  background-color: rgba(254, 203, 94, 0.9);
}

.popup .icon02 a::before {
  content: "\f086";
}

.popup .icon03 {
  background-color: rgba(255, 185, 185, 0.9);
}

.popup .icon03 a::before {
  content: "\f304";
}

@media all and (-ms-high-contrast: none) {
  .editorial {
    display: none !important;
  }
  #global_footer {
    position: relative;
  }
  #global_footer:before {
    content: "";
    background-image: url(../images/contents/wave-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 4vw;
    top: -4vw;
    right: 0;
    display: block !important;
    position: absolute;
  }
}

#contents_wrap {
  padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 0 20px;
  }
}

.pankuzu {
  text-align: left;
  font-size: 1.2rem;
  color: #3a3a3a;
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .pankuzu {
    margin-bottom: 80px;
  }
}

.pankuzu li {
  display: inline-block;
}

.pankuzu a {
  color: #3a3a3a;
  font-weight: 400;
}

@media (min-width: 834px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media all and (-ms-high-contrast: none) {
  .slide-animation {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
            transform: none;
  }
  .editorial {
    display: none !important;
  }
  .cont_01 {
    position: relative;
  }
  .cont_01:before {
    content: "";
    background-image: url(../images/contents/wave-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 4vw;
    top: -4vw;
    right: 0;
    display: block !important;
    position: absolute;
  }
  .cont_01:after {
    content: "";
    background-image: url(../images/contents/wave-bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100% !important;
    height: 4vw;
    bottom: -4vw;
    right: 0;
    display: block !important;
    position: absolute;
  }
}

/*  アニメーション　*/
.fadein {
  opacity: 0.1;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.company_box .fadein:nth-child(2) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.company_box .fadein:nth-child(3) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.company_box .fadein:nth-child(4) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

/*  ホーム  */
.sp {
  display: none;
}

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

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

.main_txt article {
  text-align: center;
}

.main_txt h2 {
  font-size: 3.6rem;
  color: #ffb4b4;
  padding-left: 120px;
  position: relative;
  display: inline-block;
  margin: auto;
  margin-bottom: 40px;
  line-height: 1.6;
}

@media screen and (max-width: 1000px) {
  .main_txt h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .main_txt h2 {
    font-size: 2.8rem;
    text-align: left !important;
  }
}

.main_txt h2::before {
  content: "";
  background-image: url(../images/contents/heart.png);
  width: 107px;
  height: 99px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.main_txt div {
  font-size: 1.7rem;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1000px) {
  .main_txt div {
    font-size: 1.6rem;
    letter-spacing: inherit;
  }
}

@media screen and (max-width: 834px) {
  .main_txt div {
    text-align: left !important;
  }
}

.main_txt div .btn {
  margin: auto;
}

.banner01 {
  max-width: 1000px;
  margin: auto;
}

.banner01 .box {
  width: 100%;
}

.banner01 .box img {
  display: block;
  margin: auto;
  -webkit-box-shadow: 4px -4px 8px rgba(204, 204, 204, 0.1);
          box-shadow: 4px -4px 8px rgba(204, 204, 204, 0.1);
  border-radius: 20px;
}

/*   wave   */
.cont_01 {
  position: relative;
  background-color: #fff6f6;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 160px;
  margin-bottom: 160px;
}

.cont_01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .cont_01 .inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 834px) {
  .cont_01 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index: 5;
  position: absolute;
  left: 0px;
  top: -60px;
  z-index: 1;
  /* float:left; */
}

.reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: inherit;
  bottom: -60px;
}

.parallax1 > use {
  -webkit-animation: move-forever1 10s linear infinite;
          animation: move-forever1 10s linear infinite;
}

.parallax1 > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.parallax2 > use {
  -webkit-animation: move-forever2 8s linear infinite;
          animation: move-forever2 8s linear infinite;
}

.parallax2 > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.parallax3 > use {
  -webkit-animation: move-forever3 6s linear infinite;
          animation: move-forever3 6s linear infinite;
}

.parallax3 > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.parallax4 > use {
  -webkit-animation: move-forever4 4s linear infinite;
          animation: move-forever4 4s linear infinite;
}

.parallax4 > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    -webkit-transform: translate(85px, 0%);
            transform: translate(85px, 0%);
  }
  100% {
    -webkit-transform: translate(-90px, 0%);
            transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    -webkit-transform: translate(85px, 0%);
            transform: translate(85px, 0%);
  }
  100% {
    -webkit-transform: translate(-90px, 0%);
            transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    -webkit-transform: translate(-90px, 0%);
            transform: translate(-90px, 0%);
  }
  100% {
    -webkit-transform: translate(85px, 0%);
            transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    -webkit-transform: translate(-90px, 0%);
            transform: translate(-90px, 0%);
  }
  100% {
    -webkit-transform: translate(85px, 0%);
            transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    -webkit-transform: translate(85px, 0%);
            transform: translate(85px, 0%);
  }
  100% {
    -webkit-transform: translate(-90px, 0%);
            transform: translate(-90px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    -webkit-transform: translate(85px, 0%);
            transform: translate(85px, 0%);
  }
  100% {
    -webkit-transform: translate(-90px, 0%);
            transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever4 {
  0% {
    -webkit-transform: translate(-90px, 0%);
            transform: translate(-90px, 0%);
  }
  100% {
    -webkit-transform: translate(85px, 0%);
            transform: translate(85px, 0%);
  }
}

@keyframes move-forever4 {
  0% {
    -webkit-transform: translate(-90px, 0%);
            transform: translate(-90px, 0%);
  }
  100% {
    -webkit-transform: translate(85px, 0%);
            transform: translate(85px, 0%);
  }
}

/*   */
.hm_tbl {
  width: calc(100% / 3);
  padding: 20px;
}

@media screen and (max-width: 1200px) {
  .hm_tbl {
    padding: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .hm_tbl {
    padding: 20px;
  }
}

@media screen and (max-width: 834px) {
  .hm_tbl {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .hm_tbl {
    width: 80%;
    margin: auto;
  }
}

.hm_tbl tr {
  margin-bottom: 30px !important;
}

.hm_tbl td {
  border: none !important;
}

.hm_tbl td div {
  text-align: center !important;
}

.hm_tbl .ttl > div {
  padding-bottom: 30px;
}

.hm_tbl .ttl h2 {
  font-size: 3rem;
  position: relative;
  padding-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .hm_tbl .ttl h2 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1000px) {
  .hm_tbl .ttl h2 {
    font-size: 2.2rem;
  }
}

.hm_tbl .ttl h2::before {
  content: "";
  background-image: url(../images/contents/dots.png);
  width: 30px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: block;
  position: absolute;
}

.hm_tbl .txt {
  background-color: white;
  padding: 150px 20px 50px 20px !important;
  border-radius: 50% 60% 50% 60%/50% 50% 70% 60%;
  position: relative;
  height: 360px !important;
  -webkit-box-shadow: -10px 10px 0 rgba(255, 180, 180, 0.4);
          box-shadow: -10px 10px 0 rgba(255, 180, 180, 0.4);
}

@media screen and (max-width: 1000px) {
  .hm_tbl .txt {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.hm_tbl .txt::before {
  content: "";
  background-image: url(../images/contents/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 100px;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hm_tbl .con_btn div {
  padding-top: 40px;
}

.hm_tbl .con_btn a {
  margin: auto;
}

.hm_tbl:nth-of-type(3) .txt {
  border-radius: 70% 50% 60% 60%/60% 70% 60% 70%;
}

.hm_tbl:nth-of-type(3) .txt::before {
  background-image: url(../images/contents/icon02.png);
}

.hm_tbl:nth-of-type(4) .txt {
  border-radius: 50% 60% 60% 60%/70% 60% 70% 60%;
}

.hm_tbl:nth-of-type(4) .txt::before {
  background-image: url(../images/contents/icon03.png);
}

.cont_02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont_02-img {
  margin-right: auto;
  margin-left: 0;
  width: 60%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .cont_02-img {
    position: relative;
    top: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

@media screen and (max-width: 834px) {
  .cont_02-img {
    width: 100%;
    border-radius: 0;
  }
}

.cont_02-img img {
  opacity: 0.8;
  width: 100% !important;
  border-radius: 0 20px 20px 0;
  background-color: #ffb4b4;
}

@media screen and (max-width: 834px) {
  .cont_02-img img {
    border-radius: 0;
  }
}

.cont_02-right {
  position: relative;
  margin-top: 200px;
  right: 70px;
  margin-right: 0;
  margin-left: auto;
  width: 45%;
  background-color: rgba(255, 255, 255, 0.9);
  height: 28vw;
  padding: 30px 30px 50px 50px;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1300px) {
  .cont_02-right {
    right: 50px;
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .cont_02-right {
    margin-top: -150px;
    width: 60%;
    height: 400px;
  }
}

@media screen and (max-width: 834px) {
  .cont_02-right {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 640px) {
  .cont_02-right {
    width: calc(100% - 50px);
    right: 25px;
    height: 450px;
  }
}

.cont_02-right::before {
  content: "";
  background-image: url(../images/contents/ribbon01.png);
  width: 132px;
  height: 130px;
  position: absolute;
  top: -10px;
  right: -10px;
}

@media screen and (max-width: 834px) {
  .cont_02-right::before {
    top: -8px;
    right: -9px;
  }
}

.cont_02 .h2_ttl01 {
  margin-bottom: 30px;
}

.cont_02 .h2_ttl01 article {
  text-align: center;
}

.cont_02 .h2_ttl01 h2 {
  font-size: 3.6rem;
  display: inline-block;
  position: relative;
}

.cont_02 .h2_ttl01 h2::before {
  content: "";
  background-image: url(../images/contents/dots02.png);
  width: 30px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cont_02 .hm_news {
  height: 17vw;
  overflow-y: auto;
  padding-right: 20px;
}

@media screen and (max-width: 1500px) {
  .cont_02 .hm_news {
    height: 15vw;
  }
}

@media screen and (max-width: 1200px) {
  .cont_02 .hm_news {
    height: 220px;
  }
}

@media screen and (max-width: 640px) {
  .cont_02 .hm_news {
    height: 270px;
  }
}

.cont_02 .hm_news .blog_list {
  border: none !important;
}

.cont_02 .hm_news .blog_photo {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cont_02 .hm_news .blog_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #eee;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .cont_02 .hm_news .blog_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cont_02 .hm_news .blog_text h3 a {
  color: #3a3a3a;
  font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
  .cont_02 .hm_news .blog_text .blog_date {
    margin-bottom: 5px;
  }
}

.cont_02 .hm_news .blog_text .blog_date span {
  background-color: #faab5e;
  color: white;
  border-radius: 5px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
}

.cont_02 .hm_news .blog_text .detail {
  display: none;
}

.cont_02 .hm_news02 .blog_date span {
  background-color: #ffb4b4 !important;
}

.cont_03 {
  margin-top: 180px;
  margin-bottom: 180px;
}

@media screen and (max-width: 1200px) {
  .cont_03 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 834px) {
  .cont_03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.cont_03-img {
  margin-right: 0;
  margin-left: auto;
  border-radius: 20px 0 0 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

@media screen and (max-width: 1200px) {
  .cont_03-img {
    position: relative;
    top: 0;
    -webkit-transform: inherit;
            transform: inherit;
    margin-top: -150px;
  }
}

@media screen and (max-width: 834px) {
  .cont_03-img {
    margin-top: 0;
  }
}

.cont_03-img img {
  border-radius: 20px 0 0 20px;
}

.cont_03-left {
  position: relative;
  left: 70px;
  margin-left: 0;
  margin-right: auto;
  width: 45%;
  background-color: rgba(255, 255, 255, 0.9);
  height: 28vw;
  padding: 30px 30px 50px 50px;
  border-radius: 30px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .cont_03-left {
    left: 50px;
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .cont_03-left {
    height: 400px;
    width: 60%;
  }
}

@media screen and (max-width: 834px) {
  .cont_03-left {
    width: calc(100% - 100px);
    margin-top: -150px;
  }
}

@media screen and (max-width: 640px) {
  .cont_03-left {
    width: calc(100% - 50px);
    left: 25px;
    height: 450px;
  }
}

.cont_03-left::before {
  content: "";
  background-image: url(../images/contents/ribbon02.png);
  width: 132px;
  height: 130px;
  position: absolute;
  top: -8px;
  right: -8px;
}

.cont_03 .h2_ttl01 h2::before {
  content: "";
  background-image: url(../images/contents/dots.png);
}

.cont_03 dt span {
  background-color: #ffb4b4 !important;
}

.banner02 {
  max-width: 1000px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 640px) {
  .banner02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.banner02 .box {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .banner02 .box {
    width: 100%;
    margin-bottom: 40px;
  }
}

.banner02 .box img {
  width: 100% !important;
  margin: auto;
  display: block;
}

/*  事業内容　　*/
.pg_ttl01 article {
  text-align: center;
}

.pg_ttl01 h1, .pg_ttl01 > div {
  font-size: 3.3rem;
  letter-spacing: 3px;
  display: inline-block;
  position: relative;
  padding: 10px;
}

.pg_ttl01 h1::before, .pg_ttl01 > div::before {
  content: "";
  background-image: url(../images/contents/dots.png);
  width: 30px;
  height: 4px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.a_btn .box {
  width: calc(100% / 3);
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .a_btn .box {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .a_btn .box {
    width: 100%;
  }
}

.a_btn .box a {
  display: block;
  width: 100%;
  border: 1px solid #ffb4b4;
  color: #ffb4b4;
  padding: 10px 5px;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.a_btn .box a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #ffb4b4;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
}

.a_btn .box a span {
  padding-right: 2px;
}

.a_btn .box a:hover {
  background-color: #ffb4b4;
  color: white;
}

.a_btn .box a:hover::before {
  color: white;
}

#menu01, #menu02, #menu03 {
  padding-top: 100px;
  margin-top: 100px;
}

.h2_ttl02 article {
  text-align: center;
}

.h2_ttl02 h2 {
  padding-left: 60px;
  position: relative;
  font-size: 2.5rem;
  padding-bottom: 5px;
  display: inline-block;
}

.h2_ttl02 h2::before {
  content: "";
  background-image: url(../images/contents/heart.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 46px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pg_cont01 {
  background-color: rgba(255, 246, 246, 0.7);
  padding-top: 60px;
  padding-bottom: 20px;
}

.s_wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .s_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 100px;
  }
}

.s_wp .s_txt {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .s_wp .s_txt {
    width: 100%;
  }
}

.s_wp .s_txt article {
  background-color: white;
  position: relative;
  left: 30px;
  padding: 50px;
}

@media screen and (max-width: 834px) {
  .s_wp .s_txt article {
    left: 0;
  }
}

.s_wp .s_txt article::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 180, 180, 0.3);
  position: absolute;
  top: 10px;
  right: 10px;
}

.s_wp .s_txt h3 {
  font-size: 2.6rem;
  color: #ffb4b4;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ffb4b4;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .s_wp .s_txt h3 {
    font-size: 2.4rem;
  }
}

.s_wp .s_txt h3 span {
  font-size: 1.4rem;
  display: block;
  padding-bottom: 10px;
  padding-top: 5px;
}

@media screen and (max-width: 1100px) {
  .s_wp .s_txt h3 .tab {
    display: none;
  }
}

.s_wp .s_img {
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .s_wp .s_img {
    width: 80%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 834px) {
  .s_wp02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.s_wp02 .s_txt article {
  left: inherit;
  right: 30px;
}

@media screen and (max-width: 834px) {
  .s_wp02 .s_txt article {
    right: 0;
  }
}

.s_wp02 .s_txt article::before {
  right: inherit;
  left: 10px;
}

.tbl_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tbl_txt img {
  display: block;
  float: none !important;
  margin: 30px auto;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
}

@media screen and (max-width: 1000px) {
  .tbl_txt div {
    text-align: left !important;
  }
}

/*  お仕事お探しの方　*/
.h2_ttl03 {
  position: relative;
}

.h2_ttl03 h2 {
  font-size: 2.6rem;
  line-height: 1;
}

.h2_ttl03 div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  font-size: 8rem;
  letter-spacing: 3px;
  color: #ffb4b4;
  opacity: 0.2;
}

@media screen and (max-width: 834px) {
  .h2_ttl03 div {
    font-size: 7rem;
  }
}

@media screen and (max-width: 640px) {
  .h2_ttl03 div {
    font-size: 5.5rem;
  }
}

.pg_cont02 {
  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;
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .pg_cont02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.pg_cont02-txt {
  width: 55%;
  padding-right: 20px;
}

@media screen and (max-width: 834px) {
  .pg_cont02-txt {
    width: 100%;
  }
}

.pg_cont02-txt h3 {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  border-bottom: 1px dashed #faab5e;
}

@media screen and (max-width: 1000px) {
  .pg_cont02-txt h3 {
    font-size: 2.2rem;
  }
}

.pg_cont02-txt h3 .number {
  font-size: 4rem;
  color: #faab5e;
  margin-right: 10px;
  display: inline-block;
}

.pg_cont02-img {
  width: 45%;
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  .pg_cont02-img {
    width: 80%;
    margin: 20px auto;
    padding-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .pg_cont02-img {
    width: 100%;
  }
}

.pg_cont02:not(:last-child) {
  position: relative;
}

.pg_cont02:not(:last-child)::before {
  content: "\f322";
  font-family: "Font Awesome 5 Pro";
  color: rgba(255, 180, 180, 0.4);
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  font-weight: 700;
  font-size: 5rem;
  line-height: 0;
}

/*  企業担当の方　*/
.company_wp {
  background-color: rgba(255, 246, 246, 0.6);
  padding-top: 60px;
  padding-bottom: 140px;
  margin-top: 60px;
}

.company_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company_box .box {
  width: calc(100% / 3 - 20px);
  background-color: white;
  padding: 20px;
  -webkit-box-shadow: 4px 4px 8px rgba(204, 204, 204, 0.2);
          box-shadow: 4px 4px 8px rgba(204, 204, 204, 0.2);
}

@media screen and (max-width: 834px) {
  .company_box .box {
    width: 100%;
    margin-bottom: 30px;
  }
}

.company_box .box h3 {
  font-size: 1.9rem;
  text-align: center !important;
  color: #f78c8c;
  padding-bottom: 10px;
}

.company_box .box div {
  font-size: 1.5rem;
}

@media screen and (max-width: 1000px) {
  .company_box .box div {
    font-size: 1.4rem;
  }
}

.company_box .box:nth-child(2) {
  position: relative;
  top: 40px;
}

@media screen and (max-width: 834px) {
  .company_box .box:nth-child(2) {
    top: 0;
  }
}

.company_box .box:nth-child(3) {
  position: relative;
  top: 80px;
}

@media screen and (max-width: 834px) {
  .company_box .box:nth-child(3) {
    top: 0;
  }
}

/*  会社概要　*/
.h2_ttl04 {
  position: relative;
}

.h2_ttl04::before {
  content: "";
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid rgba(255, 180, 180, 0.6);
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}

.h2_ttl04::after {
  content: "";
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #ffb4b4;
  display: block;
  position: absolute;
  top: 62%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  visibility: visible !important;
}

.h2_ttl04 h2, .h2_ttl04 h3 {
  font-size: 2.7rem;
  border-bottom: 2px solid rgba(255, 180, 180, 0.3);
  position: relative;
  padding-left: 55px;
}

.h2_ttl04 h2::before, .h2_ttl04 h3::before {
  content: "";
  background: #ffb4b4;
  width: 170px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.w1000 {
  max-width: 1000px;
  margin: auto;
}

.list01 dl {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  border-bottom: 1px dashed #eee;
}

@media screen and (max-width: 640px) {
  .list01 dl {
    display: block !important;
  }
}

.list01 dl dt, .list01 dl dd {
  font-size: 1.5rem;
  background-color: transparent !important;
  border: none !important;
}

.list01 dl dt {
  font-weight: 500;
  width: 200px !important;
}

@media screen and (max-width: 640px) {
  .list01 dl dt {
    width: 100% !important;
    color: #f78c8c;
    padding: 8px 8px 0 8px !important;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

.list01 dl dd {
  width: calc(100% - 200px) !important;
}

@media screen and (max-width: 640px) {
  .list01 dl dd {
    width: 100% !important;
    padding: 0 8px 8px 8px !important;
  }
}

.txt_box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .txt_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.txt_box .box {
  width: calc(100% / 3 - 10px);
  height: 320px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff6f6), to(#ffdfc1));
  background: linear-gradient(#fff6f6, #ffdfc1);
  border-radius: 50%;
  padding: 40px;
  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;
  -webkit-box-shadow: 4px 4px 4px rgba(204, 204, 204, 0.1);
          box-shadow: 4px 4px 4px rgba(204, 204, 204, 0.1);
  position: relative;
}

@media screen and (max-width: 834px) {
  .txt_box .box {
    width: calc(100% / 2 - 10px);
    height: 45vw;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .txt_box .box {
    width: 80%;
    height: 68vw;
  }
}

.txt_box .box::before {
  content: "01";
  font-size: 2.8rem;
  color: #faab5e;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  font-style: italic;
}

@media screen and (max-width: 1000px) {
  .txt_box .box::before {
    top: 0;
  }
}

@media screen and (max-width: 640px) {
  .txt_box .box::before {
    top: 30px;
  }
}

.txt_box .box div {
  font-size: 1.5rem;
}

.txt_box .box:nth-child(2)::before {
  content: "02";
}

.txt_box .box:nth-child(3)::before {
  content: "03";
}

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

@media screen and (max-width: 834px) {
  .map_wp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.map_wp .map {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .map_wp .map {
    width: 40%;
  }
}

@media screen and (max-width: 834px) {
  .map_wp .map {
    width: 100%;
  }
}

.map_wp .list02 {
  width: 50%;
  padding-left: 40px;
}

@media screen and (max-width: 1000px) {
  .map_wp .list02 {
    width: 60%;
  }
}

@media screen and (max-width: 834px) {
  .map_wp .list02 {
    width: 100%;
    padding-left: 0;
  }
}

.list02 .ttl {
  font-size: 2.6rem;
  font-weight: 500;
}

.list02 td {
  border: none !important;
}

/*  ブログ　*/
.blog_inner {
  max-width: 1200px;
  margin: auto;
  padding-top: 10px;
}

@media screen and (max-width: 1500px) {
  .blog_inner {
    padding: 10px 20px 0 20px;
  }
}

.blog_ttl {
  padding: 20px 0 50px 0;
}

.blog .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 150px;
}

@media screen and (max-width: 1500px) {
  .blog .wrap {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  .blog .wrap {
    padding: 0 30px;
  }
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.blog .wrap aside {
  width: 370px;
  padding: 0 5px;
}

@media screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 80%;
    margin: 100px auto 0 auto;
  }
}

.blog .wrap aside #form_calendar {
  margin-top: 0;
}

.blog .wrap aside nav h3 {
  background-color: #faab5e;
  color: white;
  padding: 3px;
  margin-top: 30px;
}

.blog .wrap aside nav li {
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}

.blog .wrap aside nav li a {
  display: block;
  text-align: left;
  font-size: 1.3rem;
  color: #ffb4b4;
}

.blog .wrap aside nav li a span {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #3a3a3a;
}

.blog .wrap aside nav > a {
  display: block;
  background-color: #f4a127;
  padding: 5px;
  margin-top: 30px;
  color: white;
  border-radius: 5px;
}

.blog .wrap aside nav > div {
  background-color: #ffb4b4;
  color: white;
  border-radius: 5px;
  margin-top: 30px;
  padding: 5px;
}

.blog .wrap aside nav .category li {
  position: relative;
}

.blog .wrap aside nav .category li::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #3a3a3a;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.1rem;
}

.blog .wrap #contents {
  width: calc(100% -380px) !important;
  padding-left: 60px;
}

@media screen and (max-width: 1200px) {
  .blog .wrap #contents {
    padding-left: 40px;
  }
}

@media screen and (max-width: 834px) {
  .blog .wrap #contents {
    width: 80% !important;
    margin: auto;
    padding-left: 0;
  }
}

.blog .wrap #contents article .date {
  color: #ffb4b4;
}

.blog .wrap #contents article h1, .blog .wrap #contents article h2 {
  font-size: 2.4rem;
  border-bottom: 2px solid rgba(255, 180, 180, 0.3);
  position: relative;
}

.blog .wrap #contents article h1::before, .blog .wrap #contents article h2::before {
  content: "";
  background: #ffb4b4;
  width: 170px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.blog .wrap #contents article .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.blog .wrap #contents article .flex_images img {
  margin-bottom: 10px;
  border-radius: 5px;
}

.blog .wrap #contents article .flex_text .detail {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .wrap #contents article ul li a {
  font-size: 1.4rem;
  background-color: #faab5e;
  border-radius: 5px;
  display: inline-block;
  padding: 0 5px;
  color: white;
  margin-top: 10px;
}

.blog .wrap #contents article:not(:first-child) {
  margin-top: 100px;
}

.blog .wrap #contents dl {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
  padding-right: 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .wrap #contents dl::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #3a3a3a;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .wrap #contents dl dt span {
  display: block !important;
  color: #3c3c3c;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .wrap #contents dl dt a span {
  color: #3a3a3a;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .wrap #contents dl dd ul li a {
  color: white;
  background-color: #ffb4b4;
  border-radius: 5px;
  font-size: 1.4rem;
  padding: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.blog .wrap #contents dl:hover::before {
  color: #ffb4b4;
}

.blog .wrap #contents dl:hover dt a span {
  color: #ffb4b4;
}

/*  インスタグラム　*/
.insta03 .sns_list {
  border: none !important;
}

.insta03 .sns_list > div {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .insta03 .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.insta03 .sns_photo {
  width: 40% !important;
}

@media screen and (max-width: 834px) {
  .insta03 .sns_photo {
    width: 50% !important;
  }
}

@media screen and (max-width: 640px) {
  .insta03 .sns_photo {
    width: 80% !important;
  }
}

@media screen and (max-width: 480px) {
  .insta03 .sns_photo {
    width: 100% !important;
  }
}

@media screen and (max-width: 834px) {
  .insta03 .sns_text {
    width: 50% !important;
  }
}

@media screen and (max-width: 640px) {
  .insta03 .sns_text {
    width: 80% !important;
  }
}

@media screen and (max-width: 480px) {
  .insta03 .sns_text {
    width: 100% !important;
  }
}

.insta03 .sns_text .sns_date {
  color: #ffb4b4;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 500;
}

.insta03 .sns_text .caption {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.5px;
}

.insta03 .sns_text > ul {
  margin-top: 20px;
}

.insta03 .sns_text > ul li a {
  background-color: #bb7f26;
  color: white;
  display: block;
  padding: 3px;
  border-radius: 5px;
  margin-bottom: 3px;
}

@media screen and (max-width: 640px) {
  .text01 div {
    text-align: left !important;
  }
}

/*  お問い合わせ　　*/
.cont_txt div {
  font-size: 1.5rem;
}

.cont_txt .tel {
  font-weight: 700;
  font-size: 2.8rem;
  color: #ffb4b4;
}

form .submit .bt_confirm {
  background: #ffb4b4 !important;
  color: white !important;
  border: none !important;
  -webkit-box-shadow: 4px 4px 4px rgba(204, 204, 204, 0.3);
          box-shadow: 4px 4px 4px rgba(204, 204, 204, 0.3);
}

form .title {
  display: none;
}

.mail_form label {
  color: #faab5e !important;
}

.submit {
  margin-bottom: 120px;
}

/*   プライバシーポリシー　　*/
.policy {
  max-width: 1000px;
  margin: auto;
}

.policy h2 {
  font-size: 2rem;
  font-weight: 500;
  padding: 3px 0;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee !important;
}

.policy div {
  line-height: 1.6;
  font-size: 1.5rem;
}

/*   404ページ　　*/
.error_txt div a {
  margin: auto;
}

@media screen and (max-width: 640px) {
  .error_txt div {
    text-align: left !important;
  }
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
}

.error_btn a {
  padding: 8px;
  color: #ffb4b4;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffb4b4;
  color: white;
  border-radius: 50px;
}

.error_btn a:hover {
  color: white;
  background-color: #ffd8b4;
}

.curator .crt-grid-post {
  padding: 5px !important;
}

.curator .crt-logo {
  display: none !important;
}

/*   お仕事情報　　*/
.jobs_wp {
  background-color: #f9f9f9;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 60px;
}

.jobs_wp:last-child {
  margin-bottom: 120px;
}

.jobs_ttl h2 {
  background-color: #faab5e;
  font-size: 2.2rem;
  color: white;
  padding: 5px 10px;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .jobs_ttl h2 {
    font-size: 2rem;
  }
}

.jobs_ttl h2 span {
  font-size: 1.4rem;
  background-color: #f9f9f9;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 6px;
  color: #faab5e;
  margin-left: 5px;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  position: relative;
  top: -3px;
}

/*  　登録スタッフ　　*/
.staff_news {
  border: 1px solid #ffb4b4;
  padding: 20px;
}

.staff_news > div {
  height: 230px;
  overflow-y: auto;
}

@media screen and (max-width: 834px) {
  .staff_news > div {
    height: 300px;
  }
}

.staff_news dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
}

.staff_news dl dt {
  width: 120px !important;
  background-color: transparent !important;
  border: none !important;
}

.staff_news dl dt span {
  background-color: #faab5e;
  color: white;
  border-radius: 5px;
  font-size: 1.5rem;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 10px;
}

.staff_news dl dd {
  width: calc(100% - 120px) !important;
  border: none !important;
}

.staff_list td {
  background-color: white;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px dashed #eeeeee !important;
  padding: 13px !important;
}

.staff_list td div {
  padding-left: 33px;
  position: relative;
}

.staff_list td div::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  color: #ffb4b4;
  position: absolute;
  top: 15px;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.staff_wp {
  padding-bottom: 80px;
  margin-top: 100px;
  margin-bottom: 100px;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  top: 20px;
  right: 10px;
  height: 50px;
  width: 56px;
  padding: 11px 6px;
  background-color: #ffb4b4;
  cursor: pointer;
  display: none;
  z-index: 99999;
}

@media screen and (max-width: 1000px) {
  #nav-toggle {
    display: block;
  }
}

#nav-toggle p {
  font-size: 1.1rem;
  color: white;
  position: relative;
  left: 2px;
  bottom: -30px;
  font-weight: 500;
  padding-top: 5px;
  display: none;
}

#nav-toggle > div {
  position: relative;
  width: 40px;
}

#nav-toggle span {
  height: 3px;
  left: 2px;
  display: block;
  background: white;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
  width: 100%;
}

#nav-toggle span:nth-child(2) {
  top: 12px;
  width: 100%;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
  width: 100%;
}

#nav-toggle:hover span:nth-child(1) {
  top: 2px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 22px;
}

/* z-index */
#container {
  z-index: 900;
}

.nav_wrap {
  width: 90%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}

#nav_sp {
  display: none;
  background-color: white;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#nav_sp .nav_wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#nav_sp .nav_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 834px) {
  #nav_sp .nav_wrap ul {
    width: 100%;
  }
}

#nav_sp .nav_wrap .nav-item a, #nav_sp .nav_wrap .nav-item > span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  font-size: 2rem !important;
  color: #3a3a3a;
  padding-left: 5%;
}

#nav_sp .nav_wrap li {
  width: 50%;
  margin-left: 0;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity .2s ease, -webkit-transform 7.5s ease;
  transition: opacity .2s ease, -webkit-transform 7.5s ease;
  transition: transform 7.5s ease, opacity .2s ease;
  transition: transform 7.5s ease, opacity .2s ease, -webkit-transform 7.5s ease;
  list-style: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  border: none !important;
}

#nav_sp .nav_wrap li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp .nav_wrap li:nth-child(3), #nav_sp .nav_wrap li:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp .nav_wrap li:nth-child(5), #nav_sp .nav_wrap li:nth-child(6) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp .nav_wrap li:nth-child(7), #nav_sp .nav_wrap li:nth-child(8) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp .nav_wrap li:nth-child(9), #nav_sp .nav_wrap li:nth-child(9) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp .nav_wrap a:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp .nav_wrap .ddmenu {
  position: relative;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#nav_sp .nav_wrap .ddmenu li {
  width: 100%;
}

#nav_sp .nav_wrap .ddmenu li a {
  border: none;
  width: 100%;
  font-size: 1.5rem !important;
}

.nav-info {
  text-align: center;
  margin-top: 30px;
  display: none;
  width: 100% !important;
}

@media screen and (max-width: 834px) {
  .nav-info {
    display: block;
  }
}

.nav-info .tel a {
  width: 95%;
  margin: auto;
}

.nav-info .logo {
  width: 295px !important;
  margin: 0 auto 50px auto;
}

.nav-info .logo img {
  width: 100%;
}

.nav-info .contact {
  width: 100%;
  margin-top: 30px;
}

.nav-info .contact a {
  padding: 10px;
}

.nav-info .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.nav-info .sub a {
  display: block;
  padding: 5px;
  font-size: 1.3rem;
  color: #3a3a3a;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 640px) {
  .nav-info .sub a {
    -webkit-box-flex: inherit;
        -ms-flex-positive: inherit;
            flex-grow: inherit;
    width: 50%;
  }
}

.nav-info .sub a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #3a3a3a;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* open */
.open {
  height: 100%;
}

.open #nav-toggle {
  position: fixed;
}

.open #nav-toggle span {
  background: white;
}

.open #nav-toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 100%;
}

.open #nav-toggle span:nth-child(2) {
  top: 12px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 12px !important;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 100%;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.open .nav-item > span {
  position: relative;
  display: block;
}

.open .nav-item > span::before {
  content: "+";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #ffb4b4;
  font-size: 1.6rem;
}

.open .plus {
  position: relative;
}

.open .plus > span {
  position: relative;
  display: block;
}

.open .plus > span::before {
  content: "-";
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0 !important;
  display: block;
  color: #ffb4b4;
  font-size: 1.6rem;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 834px) {
  .pc_none {
    display: block;
  }
}
/*# sourceMappingURL=common_style.css.map */