@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.6rem;
  min-height: 0vw;
  letter-spacing: 0.05em;
  background-color: #FFFFFF;
  /*	viewport
  ------------------------------*/
  -webkit-text-size-adjust: 100%;
}

* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

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

a {
  text-decoration: none;
  outline: none;
  color: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a :hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.85;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*---pc---*/
@media (min-width: 479px) {
  .sp {
    display: none !important;
  }
}
/*---sp---*/
@media (max-width: 478px) {
  .pc {
    display: none !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 107px;
  z-index: 1001;
  background-color: #E5F2FA;
  border-top: 20px solid #0293EF;
}
@media (max-width: 1190px) {
  .header {
    height: 7.4305555556vw;
    border-top: 1.3888888889vw solid #0293EF;
  }
}
@media (max-width: 479px) {
  .header {
    height: 33.8461538462vw;
    border-top: 5.1282051282vw solid #0293EF;
  }
}
.header__inner {
  position: relative;
  height: 107px;
}
@media (max-width: 1190px) {
  .header__inner {
    height: 7.4305555556vw;
  }
}
@media (max-width: 479px) {
  .header__inner {
    height: 33.8461538462vw;
  }
}
.header-logo {
  position: absolute;
  left: 60px;
  top: 19px;
  width: 245px;
  height: 53px;
}
@media (max-width: 1190px) {
  .header-logo {
    left: 4.1666666667vw;
    top: 1.3194444444vw;
    width: 17.0138888889vw;
    height: 3.6805555556vw;
  }
}
@media (max-width: 479px) {
  .header-logo {
    left: 3.5897435897vw;
    top: 3.0769230769vw;
    width: 62.8205128205vw;
    height: 13.5897435897vw;
  }
}
.header-logo a {
  width: 245px;
  height: 53px;
  background: url("../images/common/logo.png") 0 0 no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
@media (max-width: 1190px) {
  .header-logo a {
    width: 17.0138888889vw;
    height: 3.6805555556vw;
    background: url("../images/common/logo.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 479px) {
  .header-logo a {
    width: 62.8205128205vw;
    height: 13.5897435897vw;
    background: url("../images/common/logo.png") 0 0 no-repeat;
    background-size: cover;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
}
.header-mark {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 1190px) {
  .header-mark {
    width: 6.1111111111vw;
    height: 6.1111111111vw;
    top: 1.7361111111vw;
  }
}
@media (max-width: 479px) {
  .header-mark {
    width: 22.5641025641vw;
    height: 22.5641025641vw;
    top: 21.7948717949vw;
  }
}
.header-button_join {
  position: absolute;
  width: 84px;
  right: 350px;
  top: 12px;
  color: #1a5e89;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1190px) {
  .header-button_join {
    width: 10.4166666667vw;
    right: 27.7777777778vw;
    top: 0.8333333333vw;
    font-size: clamp(10px, 8px + 0.25vw, 12px);
    letter-spacing: 0;
  }
}
@media (max-width: 750px) {
  .header-button_join {
    width: 12.5vw;
    right: 34.0277777778vw;
  }
}
@media (max-width: 479px) {
  .header-button_join {
    width: 10.2564102564vw;
    right: 28.2051282051vw;
    top: 17.4358974359vw;
  }
  .header-button_join span {
    display: none;
  }
}
.header-button_mypage {
  position: absolute;
  width: 98px;
  right: 237px;
  top: 12px;
  color: #1a5e89;
  font-size: clamp(10px, 8px + 0.25vw, 12px);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1190px) {
  .header-button_mypage {
    width: 12.5vw;
    right: 17.6388888889vw;
    top: 0.8333333333vw;
    letter-spacing: 0;
  }
}
@media (max-width: 750px) {
  .header-button_mypage {
    width: 14.5833333333vw;
    right: 19.4444444444vw;
  }
}
@media (max-width: 479px) {
  .header-button_mypage {
    width: 10.2564102564vw;
    right: 16.1538461538vw;
    top: 17.4358974359vw;
  }
  .header-button_mypage span {
    display: none;
  }
}
.header-button_contact {
  position: absolute;
  width: 84px;
  right: 138px;
  top: 12px;
  color: #1a5e89;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1190px) {
  .header-button_contact {
    width: 10.4166666667vw;
    right: 9.5833333333vw;
    top: 0.8333333333vw;
    font-size: clamp(10px, 8px + 0.25vw, 12px);
    letter-spacing: 0;
  }
}
@media (max-width: 750px) {
  .header-button_contact {
    width: 14.5833333333vw;
    right: 3.4722222222vw;
  }
}
@media (max-width: 479px) {
  .header-button_contact {
    width: 10.2564102564vw;
    right: 4.1025641026vw;
    top: 17.4358974359vw;
  }
  .header-button_contact span {
    display: none;
  }
}
.header-icon {
  width: 40px;
  height: 40px;
  margin: auto;
}
@media (max-width: 1190px) {
  .header-icon {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media (max-width: 479px) {
  .header-icon {
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}

.openbtn {
  position: fixed;
  z-index: 1002;
  cursor: pointer;
  width: 48px;
  height: 32px;
  top: 45px;
  right: 50px;
}
@media (max-width: 1190px) {
  .openbtn {
    width: 3.3333333333vw;
    height: 2.2222222222vw;
    top: 3.125vw;
    right: 3.4722222222vw;
  }
}
@media (max-width: 479px) {
  .openbtn {
    width: 12.3076923077vw;
    height: 8.2051282051vw;
    top: 10.2564102564vw;
    right: 4.1025641026vw;
  }
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  height: 4px;
  background: #0293EF;
}
@media (max-width: 1190px) {
  .openbtn span {
    height: 0.2777777778vw;
  }
}
@media (max-width: 479px) {
  .openbtn span {
    height: 1.0256410256vw;
  }
}

.openbtn span:nth-of-type(1) {
  top: 0px;
  width: 100%;
}

.openbtn span:nth-of-type(2) {
  top: 14px;
  width: 100%;
}
@media (max-width: 1190px) {
  .openbtn span:nth-of-type(2) {
    top: 0.9722222222vw;
  }
}
@media (max-width: 479px) {
  .openbtn span:nth-of-type(2) {
    top: 3.5897435897vw;
  }
}

.openbtn span:nth-of-type(3) {
  top: 28px;
  width: 100%;
}
@media (max-width: 1190px) {
  .openbtn span:nth-of-type(3) {
    top: 1.9444444444vw;
  }
}
@media (max-width: 479px) {
  .openbtn span:nth-of-type(3) {
    top: 7.1794871795vw;
  }
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  right: 0;
  transform: translateY(6px) rotate(-135deg);
  width: 90%;
  background: #FFFFFF;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  right: 0;
  transform: translateY(-6px) rotate(135deg);
  width: 90%;
  background: #FFFFFF;
}

body.bodyfixed {
  position: fixed;
  width: 100%;
}

.g-nav {
  position: fixed;
  z-index: 1000;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  background: linear-gradient(90deg, rgb(0, 154, 221) 0%, rgb(6, 119, 180) 100%, rgb(228, 228, 228) 100%);
  transition: all 0.4s;
}
.g-nav.panelactive {
  top: 0;
}

.g-nav.panelactive .g-nav-wrap {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.g-nav_block {
  position: absolute;
  z-index: 999;
  color: #FFFFFF;
  max-width: 1120px;
  width: 90%;
  right: 0;
  left: 0;
  top: 35px;
  margin: auto;
  display: flex;
  padding-bottom: 22vw;
}
@media (max-width: 750px) {
  .g-nav_block {
    flex-direction: column;
  }
}
.g-nav_block__list {
  width: 45%;
}
@media (max-width: 750px) {
  .g-nav_block__list {
    width: 90%;
    margin: 0 auto;
  }
}
.g-nav_block__list:last-child {
  width: 55%;
}
@media (max-width: 750px) {
  .g-nav_block__list:last-child {
    width: 90%;
    margin: 0 auto;
  }
}
.g-nav_block__list-box {
  margin-bottom: 50px;
}
@media (max-width: 750px) {
  .g-nav_block__list-box {
    margin-bottom: 20px;
  }
}
.g-nav_block__list-heading {
  font-weight: 700;
  line-height: 2;
  color: #64b4e6;
  font-size: clamp(30px, 18.9673704415px + 2.3032629559vw, 42px);
}
.g-nav_block__list-dl {
  display: flex;
}
.g-nav_block__list-dl dt {
  width: 50%;
  font-weight: 700;
  color: #6ec7ff;
  font-size: clamp(14px, 10.3224568138px + 0.7677543186vw, 18px);
}
@media (max-width: 479px) {
  .g-nav_block__list-dl dt {
    width: 45%;
  }
}
.g-nav_block__list-dl dd {
  width: 50%;
  line-height: 2;
}
@media (max-width: 479px) {
  .g-nav_block__list-dl dd {
    width: 55%;
    line-height: 1.6;
  }
}
.g-nav_block__list-dl dd a {
  color: #FFFFFF;
  font-weight: 700;
  font-size: clamp(14px, 10.3224568138px + 0.7677543186vw, 18px);
  transition: 0.4s;
}
.g-nav_block__list-dl dd a:hover {
  color: #6ec7ff;
}

main {
  padding-top: 107px;
  font-size: clamp(16px, 16px + 0vw, 16px);
}
@media (max-width: 1190px) {
  main {
    padding-top: 7.4305555556vw;
  }
}
@media (max-width: 479px) {
  main {
    padding-top: 33.8461538462vw;
  }
}

.main_inner {
  max-width: 1190px;
  width: 92%;
  margin: 40px auto 0;
}
@media (max-width: 750px) {
  .main_inner {
    margin: 7.6923076923vw auto 0;
  }
}

.follow_us {
  margin-top: 200px;
}
@media (max-width: 1190px) {
  .follow_us {
    margin-top: 100px;
  }
}
.follow_us_wrap {
  max-width: 920px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 135px;
}
@media (max-width: 1190px) {
  .follow_us_wrap {
    margin-top: 3.4722222222vw;
    margin-bottom: 9.375vw;
  }
}
@media (max-width: 479px) {
  .follow_us_wrap {
    margin-top: 21.7948717949vw;
    margin-bottom: 16.6666666667vw;
  }
}
.follow_us-heading {
  width: 331px;
  margin: 0 auto 55px;
}
@media (max-width: 479px) {
  .follow_us-heading {
    width: 48.7179487179vw;
    margin-left: 0;
    margin-bottom: 12.8205128205vw;
  }
}
.follow_us-bnr {
  max-width: 280px;
  width: 30%;
}
@media (max-width: 479px) {
  .follow_us-bnr {
    width: 71.7948717949vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7.6923076923vw;
  }
}
.follow_us-bnr_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .follow_us-bnr_wrap {
    flex-direction: column;
  }
}

.other_link-heading {
  width: 238px;
  margin: 0 auto 55px;
}
@media (max-width: 479px) {
  .other_link-heading {
    width: 61.0256410256vw;
    margin-bottom: 8.9743589744vw;
  }
}
.other_link-bnr {
  max-width: 280px;
  width: 22%;
}
@media (max-width: 479px) {
  .other_link-bnr {
    width: 71.7948717949vw;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7.6923076923vw;
  }
}
.other_link-bnr_wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .other_link-bnr_wrap {
    flex-direction: column;
  }
}

.footer {
  margin-top: 63px;
  color: #FFFFFF;
}
@media (max-width: 479px) {
  .footer {
    margin-top: 21.7948717949vw;
  }
}
.footer_wrap {
  width: 100%;
  background: linear-gradient(90deg, rgb(0, 154, 221) 0%, rgb(6, 119, 180) 100%, rgb(228, 228, 228) 100%);
  padding: 45px 0 15px 0;
}
@media (max-width: 479px) {
  .footer_wrap {
    padding: 8.2051282051vw 0 5.1282051282vw 0;
  }
}
.footer_wrap-inner {
  width: 92%;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 750px) {
  .footer_wrap-inner {
    flex-direction: column;
  }
}
.footer_bnr {
  width: 310px;
  display: flex;
  margin-left: auto;
  padding-right: 4%;
  position: relative;
  top: -60px;
}
@media (max-width: 1190px) {
  .footer_bnr {
    width: 21.5277777778vw;
    top: -4.1666666667vw;
  }
}
@media (max-width: 750px) {
  .footer_bnr {
    width: 80%;
    top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.footer_info {
  display: flex;
  flex-direction: column;
  width: 28.4722222222vw;
  min-height: 271px;
  border-right: 1px solid #67b2f0;
}
@media (max-width: 750px) {
  .footer_info {
    width: 100%;
    min-height: auto;
    border-right: none;
  }
}
.footer_info-address {
  margin-top: auto;
  font-weight: 500;
  font-size: 13px;
  padding-bottom: 25px;
}
@media (max-width: 750px) {
  .footer_info-address {
    padding-bottom: 0;
    margin-top: 7.6923076923vw;
  }
}
.footer_list {
  display: flex;
  width: 59.7222222222vw;
  margin-left: 2.0833333333vw;
}
@media (max-width: 750px) {
  .footer_list {
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    margin-top: 12.8205128205vw;
  }
}
.footer_list-block {
  display: flex;
  margin-right: 3.4722222222vw;
}
@media (max-width: 750px) {
  .footer_list-block {
    margin-right: 0;
    flex-direction: column;
    margin-bottom: 8.9743589744vw;
  }
}
.footer_list-block:last-child {
  margin-right: 0;
  margin-left: 3.4722222222vw;
}
@media (max-width: 750px) {
  .footer_list-block:last-child {
    margin-left: 0;
  }
}
.footer_list-heading {
  font-weight: 700;
  font-size: 15px;
  margin-right: 1.0416666667vw;
}
@media (max-width: 750px) {
  .footer_list-heading {
    margin-right: 0;
  }
}
.footer_list-ul {
  font-size: 14px;
}
.footer_list-ul li {
  line-height: 2;
}
.footer_list-ul li a {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer .copyright {
  text-align: center;
  font-size: 11px;
}
.news_archive__wrap {
  width: 100%;
}
.news_archive__inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.news_archive__group {
  background: transparent;
  border-bottom: 1px dashed #8ac5ea;
  display: flex;
  font-size: clamp(15px, 15px + 0vw, 15px);
  padding: 14px 0;
}
@media (max-width: 479px) {
  .news_archive__group {
    padding: 8px 0;
    flex-direction: column;
  }
}
.news_archive-post_time {
  width: 190px;
  padding-left: 18px;
}
@media (max-width: 1190px) {
  .news_archive-post_time {
    width: 13.1944444444vw;
    padding-left: 1.25vw;
  }
}
@media (max-width: 479px) {
  .news_archive-post_time {
    width: 100%;
    padding-left: 0;
  }
}
.news_archive-post_date {
  flex: 1;
}
.news_archive-post_date a {
  outline-color: #FFFFFF;
  transition: 0.4s;
}
.news_archive-post_date a:hover {
  opacity: 0.8;
}

.pagination {
  margin: 80px 0;
}
@media (max-width: 1190px) {
  .pagination {
    margin: 5.5555555556vw 0;
  }
}
@media (max-width: 479px) {
  .pagination {
    margin: 12.8205128205vw 0;
  }
}
.pagination .wp-pagenavi {
  text-align: center;
}
.pagination .wp-pagenavi a, .pagination .wp-pagenavi span {
  color: #0293EF;
  white-space: nowrap;
  transition: 0.4s;
  text-decoration: none;
  display: inline-block;
  line-height: 30px;
  width: 35px;
  height: 35px;
  margin: auto 3px;
  text-align: center;
  border: 1px solid #0293EF;
}
@media (max-width: 1190px) {
  .pagination .wp-pagenavi a, .pagination .wp-pagenavi span {
    line-height: 3.125vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media (max-width: 479px) {
  .pagination .wp-pagenavi a, .pagination .wp-pagenavi span {
    line-height: 8.9743589744vw;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}
.pagination span.current {
  border: 1px solid #0293EF;
  color: #FFFFFF;
  background-color: #0293EF;
  line-height: 30px;
  width: 35px;
  height: 35px;
}
@media (max-width: 1190px) {
  .pagination span.current {
    line-height: 3.125vw;
    width: 3.4722222222vw;
    height: 3.4722222222vw;
  }
}
@media (max-width: 479px) {
  .pagination span.current {
    line-height: 8.9743589744vw;
    width: 10.2564102564vw;
    height: 10.2564102564vw;
  }
}

.news_entry__wrap {
  width: 100%;
}
.news_entry__inner {
  width: 100%;
  margin: 0 auto;
}
.news_entry__day {
  text-align: right;
  font-size: clamp(13px, 12px + 0.25vw, 15px);
}
.news_entry .entry {
  margin-top: 10px;
}

.entry_nav {
  display: flex;
  color: #0293EF;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 750px) {
  .entry_nav {
    flex-direction: column;
  }
}
@media (max-width: 1190px) {
  .entry_nav {
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .entry_nav {
    margin-top: 20px;
  }
}
.entry_nav a {
  display: block;
  width: 200px;
  line-height: 63px;
  background: #fff;
  border: 1px solid #dbdbdb;
  font-weight: 500;
  text-align: center;
  color: #484848;
  position: relative;
}
@media (max-width: 1190px) {
  .entry_nav a {
    width: 13.8888888889vw;
  }
}
@media (max-width: 750px) {
  .entry_nav a {
    width: 100%;
  }
}
.entry_nav .next {
  margin-left: auto;
}
@media (max-width: 750px) {
  .entry_nav .next {
    width: 100%;
  }
}
.entry_nav .next a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media (max-width: 750px) {
  .entry_nav .next a::after {
    width: 5.641025641vw;
    height: 5.641025641vw;
    right: 4.358974359vw;
  }
}
.entry_nav .next a:hover {
  color: #FFFFFF;
  background-color: #0293EF;
}
@media (max-width: 750px) {
  .entry_nav .prev {
    width: 100%;
  }
}
.entry_nav .prev a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/common/arrow_prev.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}
@media (max-width: 750px) {
  .entry_nav .prev a::after {
    width: 5.641025641vw;
    height: 5.641025641vw;
    left: 4.358974359vw;
  }
}
@media (max-width: 1190px) {
  .entry_nav .prev a {
    margin-bottom: 2.2222222222vw;
    text-indent: 1.9444444444vw;
  }
}
@media (max-width: 479px) {
  .entry_nav .prev a {
    margin-bottom: 3.8461538462vw;
    text-indent: 5.641025641vw;
  }
}
.entry_nav .prev a:hover {
  color: #FFFFFF;
  background-color: #0293EF;
}
.entry_nav .top {
  width: 10%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.entry_nav .top a {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}

.journal_archive__wrap {
  max-width: 1190px;
  width: 100%;
}
.journal_archive__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.journal_archive__inner:before {
  content: "";
  display: block;
  width: 280px;
  order: 1;
}
@media (max-width: 1190px) {
  .journal_archive__inner:before {
    width: 30%;
  }
}
@media (max-width: 750px) {
  .journal_archive__inner:before {
    width: 48%;
  }
}
.journal_archive__inner:after {
  content: "";
  display: block;
  width: 280px;
  order: 1;
}
@media (max-width: 1190px) {
  .journal_archive__inner:after {
    width: 30%;
  }
}
@media (max-width: 750px) {
  .journal_archive__inner:after {
    width: 48%;
  }
}
.journal_archive__group {
  width: 280px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 1190px) {
  .journal_archive__group {
    width: 30%;
  }
}
@media (max-width: 750px) {
  .journal_archive__group {
    width: 48%;
    margin-bottom: 12.8205128205vw;
  }
}
.journal_archive__group a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.journal_archive__group-ph {
  background: #e5f2fa;
  padding: 40px;
  margin-bottom: 15px;
}
@media (max-width: 750px) {
  .journal_archive__group-ph {
    padding: 25px;
    margin-bottom: 10px;
  }
}
.journal_archive__group-tit {
  text-align: center;
  font-size: clamp(12px, 11.0731707317px + 0.243902439vw, 14px);
}

.journal_entry__wrap {
  width: 100%;
}
.journal_entry__day {
  text-align: right;
  font-size: clamp(13px, 12px + 0.25vw, 15px);
}
.journal_entry__inner {
  margin-top: 10px;
}
.journal_entry__inner .entry_block {
  display: flex;
}
@media (max-width: 750px) {
  .journal_entry__inner .entry_block {
    flex-direction: column;
  }
}
.journal_entry-ph {
  background: #e5f2fa;
  padding: 40px;
  width: 280px;
  margin-right: 50px;
}
@media (max-width: 750px) {
  .journal_entry-ph {
    width: 71.7948717949vw;
    padding: 25px;
    margin-right: auto;
    margin-left: auto;
  }
}
.journal_entry-editor {
  flex: 1;
}
@media (max-width: 750px) {
  .journal_entry-editor {
    margin-top: 20px;
    width: 100%;
  }
}
.contact-form__container {
  width: 100%;
}
.contact-form__content {
  margin-top: 60px;
  margin-bottom: 100px;
}
@media (max-width: 1190px) {
  .contact-form__content {
    margin-top: 4.1666666667vw;
    margin-bottom: 6.9444444444vw;
  }
}

.form__form-group {
  display: flex;
  margin-bottom: 70px;
}
@media (max-width: 1190px) {
  .form__form-group {
    margin-bottom: 4.8611111111vw;
  }
}
@media (max-width: 750px) {
  .form__form-group {
    margin-bottom: 12.8205128205vw;
    flex-direction: column;
  }
}
.form__form-group-title {
  width: 260px;
  font-size: clamp(16px, 16px + 0vw, 16px);
  font-weight: 700;
}
@media (max-width: 1190px) {
  .form__form-group-title {
    width: 18.0555555556vw;
    margin-right: 3.4722222222vw;
  }
}
@media (max-width: 750px) {
  .form__form-group-title {
    width: 100%;
  }
}
.form__form-group-title span {
  color: #C92323;
  margin-left: 10px;
}
.form__form-group-content {
  flex: 1;
  font-size: clamp(16px, 16px + 0vw, 16px);
}
.form__form-group input[type=text], .form__form-group input[type=password], .form__form-group input[type=email] {
  width: 100%;
  padding: 25px 35px;
  transition: 0.4s;
  background: #f4f4f4;
  border: none;
  outline: none;
}
@media (max-width: 750px) {
  .form__form-group input[type=text], .form__form-group input[type=password], .form__form-group input[type=email] {
    padding: 15px 20px;
  }
}
.form__form-group textarea {
  width: 100%;
  padding: 25px 35px;
  transition: 0.4s;
  background: #f4f4f4;
  border: none;
  outline: none;
}
@media (max-width: 750px) {
  .form__form-group textarea {
    padding: 15px 20px;
  }
}
.form__form-group ::placeholder {
  color: #939393;
}

.wpcf7-not-valid-tip { /* 必須未入力項目下の文章 */
  color: #C92323;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
}

.wpcf7-list-item {
  line-height: 1;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 8px;
}

input[type=radio] {
  display: none;
}

.wpcf7-list-item-label {
  position: relative;
  height: 20px;
  line-height: 20px;
  padding-left: 25px;
  display: inline-block;
  margin-right: 30px;
}

.wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #36A2EA;
  position: absolute;
  left: 3px;
  top: 3px;
}

.contact-form__button__wrap {
  text-align: center;
  color: #C92323;
  font-size: clamp(12px, 11px + 0.25vw, 14px);
}

.contact-form__button {
  display: inline-block;
  position: relative;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}
.contact-form__button::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.wpcf7-submit {
  background: #0293ef;
  width: 100%;
  line-height: 63px;
  color: #FFFFFF;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: bold;
  border: 1px solid #0293ef;
  cursor: pointer;
  transition: 0.4s;
}
.wpcf7-submit:hover {
  background-color: #fff;
  color: #0293ef;
}

span.wpcf7-spinner {
  display: none;
}