@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
:root {
  --inner: 100rem;
}
/* @media (prefers-reduced-motion: reduce) {
  * {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
  }
} */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #393332;
  height: 100%;
  font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
  font-feature-settings: "palt";
}
.min {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
.en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and ( max-width : 767px ) {
  body {
    font-size: 1.4rem;
  }
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
main {
  display: block;
  position: relative;
}

a {
  outline:none;
  color: #393332;
}

a:hover {
  text-decoration: none;
}

a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}


/* -----------------------------------------------
 * COMMON
----------------------------------------------- */
input[type=text]:focus {
    outline: none;
}
#main {
  overflow: hidden;
}
section {
  position: relative;
}
.container {
  max-width: calc(var(--inner) + 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
.large_conteiner {
  max-width: 134rem;
}

@media only screen and ( max-width : 767px ) {
  .container {
    max-width: 100%;
  }
  .br_pc {
    display: none;
  }
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .br_sp {
    display: none;
  }
  .sp { display:none !important; }
}
/* ---------------------------------------------------------------------------------------------

　   FLEX

--------------------------------------------------------------------------------------------- */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}


@media (min-width: 576px) {
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 768px) {
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 992px) {
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

/* ---------------------------------------------------------------------------------------------

　   TEXT

--------------------------------------------------------------------------------------------- */
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}

/* #gNav .gNav-bottom { display: none; } */
#gNav { width: auto; display: flex; justify-content: space-between; align-items: center; }
#gNav ul { gap: 0.25rem 1.8rem; }
#gNav ul + ul { margin-left: 2vw; }
/* #gNav li { font-size: 1.2rem; } */

#gNav .gNav-bottom { margin-top: 0; width: 27vw; display: flex; gap: 1.5rem; }
#gNav .gNav-bottom li { width: 8vw; max-width: 12.4rem; margin: 0; border-radius: 0 .4rem .4rem 0; overflow: hidden; }
#gNav .gNav-bottom a { display: flex; align-items: center; justify-content: center; color: #fff; height: 3.5rem; position: relative; font-size: clamp(.6rem, .8vw, 12px); font-weight: 600; padding-right: .7em; letter-spacing: .1em; }
#gNav .gNav-bottom a:after { content: ""; display: block; width: 0.8rem; height: 0.8rem; position: absolute; top: 50%; right: .7em; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg) translate(-50%,-15%); transition: transform 0.3s ease-in-out; }
#gNav .gNav-bottom li:nth-of-type(1) a { background: #a99380; }
#gNav .gNav-bottom li:nth-of-type(2) a { background: #7D9D70; }
#gNav .gNav-bottom li:nth-of-type(3) a { background: #B4005B; }
@media only screen and ( max-width : 767px ) {
  #gNav { width: 100%; display: block; }
  #gNav a { font-size: 1.4rem; }
  #gNav .gNav-bottom { width: 100%; margin-top: 1rem; gap: .9rem; }
  #gNav .gNav-bottom li { width: calc(33% - .5rem); }
  #gNav .gNav-bottom a { height: 3rem; font-size: 1.2rem; }
  #gNav ul + ul { margin-left: 0; }
}

@media only screen and ( max-width : 767px ) {
  body.nav-open {
    height: 100%;
    overflow: hidden;
  }
  #h_logo {
    position: relative;
    z-index: 101;
    background: #fff;
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
  }
  #h_logo .site-name {
    width: 20rem;
    height: 3.1rem;
    background: url(../img/logo.webp) no-repeat center / 100%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
  }
  #header {
    height: 5rem;
  }
  #navbar {
    /*display: none;*/
    position: relative;
    z-index: 100;
  }
  /*.nav-open #navbar {
    display: block;
  }*/
  #menu_btn {
    transition: .3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 4.2rem;
    height: 4.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: .5rem;
    right: 1rem;
  }
  .nav-open #menu_btn {
    position: fixed;
    top: .5rem;
    right: 1rem;
  }
  #js-overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    transition: opacity .5s;
  }
  .nav-open #js-overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #main {
    height: 100%;
    transition: all .5s;
  }
  .menu-trigger {
    display: inline-block;
    width: 2.5rem;
    height: 1.3rem;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: all .5s;
    border-radius: 5px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(3) {
  }
  .nav-open #menu_btn .menu-trigger span:nth-of-type(1) {
    transform: translateY(.6rem) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: .6rem;
  }
  .nav-open #menu_btn .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .nav-open #menu_btn .menu-trigger span:nth-of-type(3) {
    transform: translateY(-.6rem) rotate(45deg);
  }
  nav#gNav {
    width: 100%;
    height: 0;
    overflow: auto;
    background: #f6f5f5;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    transform: translate(0, -5rem);
    transition: all .5s;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 1em;
  }
  .nav-open nav#gNav {
    /*transform: translateZ(0);*/
    transform: translate(0, 5rem);
    height: 12rem;
  }
  
}
@media print, screen and ( min-width : 768px ) {
  #menu_btn,.overlay {
    display: none;
  }
  #header {
    height: 8rem;
    padding: 0 4rem;
  }
  #navbar {
    width: calc(100% - 17vw);
    display: flex;
    justify-content: flex-end;
  }
  #h_logo {
    width: 17vw;
    max-width: 28rem;
    height: 100%;
    /* height: 3.8rem; */
    background: url(../img/logo.webp) no-repeat center / 100%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
  }
  #gNav .nav {
    height: 6rem;
  }
  #gNav li {
    margin-right: .5vw;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li a {
    /* font-size: 1vw; */
    font-size: clamp(.8rem, 1vw, 14px);
  }
}


/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #a99380;
}
#f_logo img {
  width: 100%;
}
#f_content,
#f_content a {
  color: #fff;
}
#f_copy {
  background: #fff;
  padding: 2rem 0;
  font-size: 1.2rem;
}

.copyright {
  text-align: center;
}
@media only screen and ( max-width : 767px ) {
  #f_logo {
    width: 10rem;
    margin: 0 auto 4rem;
  }
  #f_content {
    padding: 5rem 0;
  }
  #f_nav ul {
    margin-bottom: 2rem;
  }
  #f_nav ul:last-child {
    margin-bottom: 0;
  }
  #f_nav li {
    margin-bottom: 2rem;
    font-size: 1.3rem;
    text-align: center;
  }
  #f_nav li:last-child {
    margin-bottom: 0;
  }
  #f_nav li a {
    display: block;
  }
}

@media print, screen and ( min-width : 768px ) {
  #f_content {
    padding: 6rem 2rem;
  }
  #f_logo {
    width: 10rem;
  }
  #f_nav {
    width: 41%;
  }
  #f_nav ul {
    margin-right: 6rem;
  }
  #f_nav ul:last-child {
    margin-right: 0;
  }
  #f_nav li {
    position: relative;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  #f_copy {
    padding: 2rem 0;
    font-size: 1.2rem;
  }
}


/* ---------------------------------------------------------------------------------------------

　   COMMON

--------------------------------------------------------------------------------------------- */

.sec {
  position: relative;
}
.sec .container {
  position: relative;
}

@media only screen and ( max-width : 767px ) {
  .sec {
    padding: 5rem 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .sec {
    padding: 10rem 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   CTA

--------------------------------------------------------------------------------------------- */
.cta-banner {
  text-align: center;
}
.cta-banner--link {
  display: block;
  max-width: 40rem;
  margin: 0 auto;
}
.cta-banner--link img {
  width: 100%;
  display: block;
}
.cta_otameshi {
  display: block;
  margin: 0 auto;
  max-width: 46rem;
}
.cta_title {
  letter-spacing: .15em;
  color: #1f2c5c;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta_cam_banner {
  max-width: 67.4rem;
  margin: 0 auto 6rem;
  display: block;
}
@media only screen and ( max-width : 767px ) {
  .cta_otameshi {
    margin-bottom: 3rem;
  }
  .cta_cam_banner {
    margin-bottom: 3rem;
  }
}
@media print, screen and ( min-width : 768px ) {
  .cta-banner {

  }
  .cta_otameshi {
    margin-bottom: 6rem;
  }
  .cta_title {
    font-size: 2rem;
  }
}



/* ---------------------------------------------------------------------------------------------

　   特定商取引に基づく表示ページ

--------------------------------------------------------------------------------------------- */

body.page-id-20 #main .wp-block-heading {
  font-size: 2rem;
  border-bottom: 1px solid #a99380;
  padding-bottom: .5em;
}

body.page-id-20 #main p {
  line-height: 2em;
}

body.page-id-20 #main * + * {
  margin-top: 2em;
}

body.page-id-20 #main figcaption {
  margin: 0;
  font-size: 1.4rem;
}

@media only screen and ( max-width : 767px ) {
  body.page-id-20 #main .wp-block-heading {
    font-size: 1.6rem;
  }

  body.page-id-20 #main figcaption {
    font-size: 1.2rem;
  }


}


/* ---------------------------------------------------------------------------------------------

　   お知らせ一覧ページ

--------------------------------------------------------------------------------------------- */

body.blog main ul li {
  padding: 1.5rem 0;
}

body.blog main ul li + li {
  border-top: 1px solid #a99380;
}

body.blog main ul li a {
  display: flex;
  font-size: 1.5rem;
}

body.blog main ul li a .post-date {
  width: 8rem;
}

body.blog main ul li a .post-tags li {
  width: 12rem;
  font-size: 1.2rem;
  margin: 0 2rem;
  background: #ada9a2;
  color: #fff;
  text-align: center;
  padding: .4em;
}

body.blog main ul li a h4 {
  width: calc(100% - (16rem + 8rem));
  font-weight: 400;
}

@media only screen and ( max-width : 767px ) {
    body.blog main ul li a {
      font-size: 1.4rem;
      flex-wrap: wrap;
    }

    body.blog main ul li a .post-date {
      width: 8rem;
    }

    body.blog main ul li a .post-tags li {
      width: 10rem;
      font-size: 1rem;
      margin: 0 1rem;
  }

    body.blog main ul li a h4 {
      width: 100%;
      margin-top: 1rem;
  }


}



/* ---------------------------------------------------------------------------------------------

　   ニュース詳細ページ

--------------------------------------------------------------------------------------------- */
article.tag-news .post-date {
  display: inline-block;
}

article.tag-news .post-tags {
  display: inline-block;
}

article.tag-news .post-content {
  margin-top: 2em;
}

article.tag-news .post-content h2 {
  font-size: 2rem;
  border-bottom: 1px solid #a99380;
  padding-bottom: .5em;
}

article.tag-news .post-content p {
  line-height: 2em;
}

article.tag-news .post-content * + * {
  margin-top: 2em;
}

article.tag-news .post-content figcaption {
  margin: 0;
  font-size: 1.4rem;
}

@media only screen and ( max-width : 767px ) {
  article.tag-news .post-content h2 {
    font-size: 1.6rem;
  }

  article.tag-news .post-content figcaption {
    font-size: 1.2rem;
  }


}



/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {

}
@media print, screen and ( min-width : 768px ) {

}


.wpcf7 {
  max-width: 78.39rem;
  margin: 0 auto 14rem;
}

.wpcf7 input,
.wpcf7 textarea { width: 100%; padding: 1em; border: 1px solid #a99380; margin-top: 0.5em; }
.wpcf7 input[type="checkbox"] { width: auto; }
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder { color: #c3c0bb; }
.wpcf7-form > p + p { margin-top: 2rem; }
.wpcf7-list-item { margin-left: 0 !important; }
.wpcf7 .required { display: inline-flex; background-color: #f00; width: 4.76rem; height: 2.09rem; color: #fff; font-size: 1.4rem; align-items: center; justify-content: center; margin-right: 0.25em; }
.wpcf7 .wpcf7-form-control-wrap { display: block; }
.wpcf7 .wpcf7-form-control-wrap label { display: block; }
.wpcf7-form small { display: block; font-size: 1.4rem; margin-top: 1rem; }
.wpcf7 .form_annotation { display: block; margin-bottom: 2rem; }

.form_btn-wrap { margin-top: 6rem; display: flex; justify-content: center; gap: 1rem; }

.form_btn-wrap input[type="submit"] { background-color: #a99380; color: #fff; border: none; padding: 1em; margin-top: 0; cursor: pointer; width: 100%; font-size: 1.68rem; position: relative; }
.form_btn-wrap input[type="button"] { background-color: #ccc; color: #000; border: none; padding: 1em; margin-top: 0; cursor: pointer; width: 100%; font-size: 1.68rem; position: relative; }

.form_btn-wrap input[type="submit"]:hover { opacity: 0.6; }

.form_btn-wrap input[type="button"]:hover { opacity: 0.6; }
.form_btn-wrap-prev { position: relative; width: 45%; }
.form_btn-wrap-prev :after { content: ""; display: block; width: 1.2rem; height: 1.2rem; position: absolute; top: 50%; left: 1em; border-bottom: 1px solid #fff; border-left: 1px solid #fff; transform: rotate(45deg) translate(-50%,-50%); transition: transform 0.3s ease-in-out; }
.form_btn-wrap-next { position: relative; width: 45%; }
.form_btn-wrap-next :after { content: ""; display: block; width: 1.2rem; height: 1.2rem; position: absolute; top: 50%; right: 1em; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg) translate(-50%,-50%); transition: transform 0.3s ease-in-out; }
.wpcf7-spinner { display: none !important; }


@media only screen and ( max-width : 767px ) {
  .wpcf7 { max-width: 100%; margin: 0 auto 4rem; }
  .wpcf7 input,
  .wpcf7 textarea { padding: .8rem 2rem; font-size: max(1.1rem, 16px); }
  .wpcf7 input::placeholder,
  .wpcf7 textarea::placeholder { font-size: max(1.1rem, 16px); }
  .wpcf7-form > p + p { margin-top: 0; }
  .wpcf7 .required { width: 3.76rem; height: 1.5rem; font-size: 1rem; font-weight: bold; }
  .wpcf7 .form_annotation { margin-bottom: 1rem; }
  .wpcf7 .form_annotation p { font-size: max(1.1rem, 16px); font-weight: bold; }

  .form_btn-wrap { margin-top: 0; }
  .form_btn-wrap-prev { width: 100%; }
  .form_btn-wrap-prev :after { width: .8rem; height: .8rem; top: 55%; left: 2.5em; }
  .form_btn-wrap-next { width: 100%; }
  .form_btn-wrap-next :after { width: .6rem; height: .6rem; right: 2.5rem; top: 55%; }
  .form_btn-wrap input[type="submit"] { padding: .8rem; font-size: 1.4rem; }
  .form_btn-wrap input[type="button"] { padding: .8em; font-size: 1.4rem; }

  .wpcf7 label { font-size: max(1.1rem, 16px); font-weight: bold; }
  .wpcf7-form small { font-size: .9rem; margin-top: .3rem; font-weight: bold; }
  .wpcf7-list-item-label { display: inline-block; margin-top: -.8rem; vertical-align: middle; }
  span[data-name="checkbox-agree"] + small { font-size: max(1.1rem, 14px); line-height: 1.6; }
}


/* ---------------------------------------------------------------------------------------------

　   fixed-btns

--------------------------------------------------------------------------------------------- */
.fixed-btns { display: none; }

	@media only screen and (max-width : 767px) {
		.fixed-btns { position: fixed; width: 100%; left: 0; bottom: 0; z-index: 100; display: flex; justify-content: center; }
	}

	.fixed-btn { width: 50%; }
	.fixed-btn a { display: block; width: 100%; height: auto; transition: .3s; }
  .fixed-btn a:hover { opacity: .7; }
  .fixed-btn a img { width: 100%; }
