@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. 共通CSS (第2階層)
*05. 各ページ

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

01. pc common

---------------------------*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* ------------------

フォントサイズ 

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

margin-bottom 

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

テキスト隠す 

------------------ */
body {
  background-color: #FFF;
  color: #252525;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.sp_none {
  display: none !important;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 89.34vw;
}

.section_s {
  margin-bottom: 40px !important;
}

.section_m {
  margin-bottom: 40px !important;
}

.section {
  margin-bottom: 60px !important;
}

.section_l {
  margin-bottom: 70px !important;
}

/**
* bg
*/
.bg_gray {
  background-color: #eee;
}

.bg_white {
  background-color: #FFF;
}

.bg_beige {
  background-color: #f6f3ee;
}

.bg_light_blue {
  background-color: #eff9ff;
}

/**
* text
*/
.text_white {
  color: #FFF;
}

.text_gray {
  color: #888;
}

.text_red {
  color: #a70000;
}

.text_yellow_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.font-weight-medium {
  font-weight: 600;
}

p {
  margin-bottom: 1.5em;
}

.gothic, .top_column_tit span, body {
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.mincho, .page-content .text_thanks, .page-content h1, .content_hdr .content_hdr_tit {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mincho_en, .flow_phone_no, .top_column_tit, .common_ftr_phone_no {
  font-family: "EB Garamond", serif;
}

.text_small {
  font-size: 0.6875rem !important;
  line-height: 1rem !important;
}

.text_medium {
  font-size: 1rem;
  line-height: 2rem;
}

.text_large {
  font-size: 1.25rem;
  line-height: 2.1875rem;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

.float-right {
  float: right;
}

.list_circle {
  list-style: none;
  margin-bottom: 16px;
}
.list_circle li {
  padding-left: 8px;
  position: relative;
}
.list_circle li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.list_disc {
  list-style: none;
  margin: 0 0 0 -3px;
  padding: 0;
}
.list_disc > li {
  padding-left: 12px;
  position: relative;
}
.list_disc > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.img_w_100 {
  width: 100%;
  height: auto;
}

.img_border, .border_gray {
  border: 1px solid #DDD;
}

.link_border {
  text-decoration: underline !important;
}

.sp_w_half {
  width: 43%;
}

/* button */
/* list */
.list-style-disc {
  margin-left: 3em;
}
.list-style-disc li {
  list-style: disc;
}

.list_center {
  text-align: center;
}
.list_center li {
  display: inline-block;
  margin: 0 13px;
}

/* link */
.anchor_link {
  margin-top: -60px;
  padding-top: 60px;
}

a {
  cursor: pointer;
}

a:link, a:visited {
  cursor: pointer;
  color: #3caef6;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover, a:active {
  color: #222;
  cursor: pointer;
  outline: none;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/**
* btn
*/
.btn_white {
  background-color: #FFF;
  border: 1px solid #cde2ed;
  border-radius: 20px;
  color: #3caef6;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 0.875rem !important;
  margin-top: 10px;
  padding: 12px 33px 12px 23px;
  text-decoration: none !important;
}
.btn_white:before {
  content: "";
  display: block;
  border-top: 1px solid #3caef6;
  border-right: 1px solid #3caef6;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
}
.btn_white:hover {
  color: #7fc9f7;
  opacity: 1;
}

.btn_blue {
  background-color: #3caef6;
  border-radius: 20px;
  border: none;
  color: #FFF !important;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 0.875rem !important;
  margin-top: 10px;
  padding: 12px 33px 12px 23px;
  text-decoration: none !important;
  position: relative;
}
.btn_blue:before {
  content: "";
  display: block;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
}
.btn_blue:hover {
  color: #FFF;
  opacity: 0.7;
}

.btn_light_blue {
  background-color: #eff9ff;
  border: 1px solid #3caef6;
  border-radius: 20px;
  border: none;
  color: #3caef6 !important;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 0.875rem !important;
  margin-top: 10px;
  padding: 12px 33px 12px 23px;
  text-decoration: none !important;
  position: relative;
}
.btn_light_blue:before {
  content: "";
  display: block;
  border-top: 2px solid #3caef6;
  border-right: 2px solid #3caef6;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
}
.btn_light_blue:hover {
  color: #3caef6;
  opacity: 0.7;
}

.btn_light_glay {
  background-color: #EEE;
  border-radius: 20px;
  border: none;
  color: #252525 !important;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 0.875rem !important;
  margin-top: 10px;
  padding: 12px 33px 12px 23px;
  text-decoration: none !important;
  position: relative;
}
.btn_light_glay:before {
  content: "";
  display: block;
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
}
.btn_light_glay:hover {
  color: #252525;
  opacity: 0.7;
}

.btn_black {
  background-color: #252525;
  border-radius: 20px;
  border: none;
  color: #FFF !important;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 0.875rem !important;
  margin-top: 10px;
  padding: 12px 33px 12px 23px;
  text-decoration: none !important;
  position: relative;
}
.btn_black:before {
  content: "";
  display: block;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
}
.btn_black:hover {
  color: #FFF;
  opacity: 0.7;
}

input[type=submit].btn_submit, .btn_submit {
  background-color: #252525;
  border-radius: 60px;
  border: none;
  color: #FFF !important;
  display: block;
  font-size: 1.125rem;
  line-height: 1.125rem !important;
  margin: 0 auto;
  padding: 18px 80px;
  text-decoration: none !important;
  position: relative;
}
input[type=submit].btn_submit:hover, .btn_submit:hover {
  color: #FFF;
  opacity: 0.7;
}

.btn_back {
  background-color: #DDD;
  border-radius: 60px;
  border: none;
  color: #252525 !important;
  display: block;
  font-size: 0.9375rem;
  line-height: 0.9375rem !important;
  margin: 0 auto;
  padding: 12px 40px;
  text-decoration: none !important;
  position: relative;
}
.btn_back:hover {
  color: #FFF;
  opacity: 0.7;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 600;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 602;
}

/* セレクトボックス */
.select-wrap {
  position: relative;
  margin: 0 auto 30px;
  max-width: 280px;
}

.select-wrap {
  position: relative;
  margin: 0 0 30px;
  max-width: 280px;
}
.select-wrap:before {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  content: "";
  display: block;
  height: 5px;
  right: 15px;
  position: absolute;
  top: 16px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 5px;
  z-index: 1;
}
.select-wrap select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #d6d6d6;
  color: #828c9a;
  width: 100%;
  border-radius: 3px;
}
.select-wrap select option {
  background-color: #fff;
  color: #333;
}
.select-wrap select option::-ms-expand {
  display: none;
}
.select-wrap select option:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.select-wrap.select-primary:before {
  color: #fff;
}
.select-wrap.select-primary:before > select {
  background: #0084B4;
  color: #fff;
  border-color: #0084B4;
}
.select-wrap.select-primary:before :-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before {
  color: #fff;
}
.select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff;
}

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

02. header

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

03. footer

---------------------------*/
.common_ftr_wrapper {
  margin: 0 auto 60px;
  width: 89.34vw;
}

.g-top .common_ftr_wrapper {
  margin: 60px auto !important;
}

.common_ftr_contact_box {
  border: 2px solid #3caef6;
  margin-bottom: 20px;
  padding: 30px 20px;
}

.common_ftr_p01 {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.common_ftr_p02 {
  font-size: 0.6875rem;
  line-height: 1rem;
}

.common_ftr_contact_text {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

.common_ftr_contact_tit {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 18px;
}

.common_ftr_contact_phone {
  width: 100%;
}

.comon_ftr_phone_wrap {
  text-align: center;
}

.common_ftr_phone_no {
  color: #3caef6;
  font-size: calc(29px + 7 * (100vw - 320px) / 447);
  line-height: 0.8em;
  margin: 0 0 10px;
}

.comon_ftr_phone_open {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 10px;
}

a.common_ftr_btn {
  background-color: #3caef6;
  border-radius: 60px;
  color: #FFF;
  display: block;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  margin: 0 auto;
  max-width: 320px;
  text-align: center;
  padding: 18px 12px;
  width: 90%;
}
a.common_ftr_btn span {
  margin-left: 14px;
  position: relative;
}
a.common_ftr_btn span:before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  display: block;
  margin: auto 0;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.common_ftr_content_box {
  width: 100%;
}

.comon_ftr_content {
  border: 2px solid #ececec;
  margin-bottom: -2px;
  width: 100%;
}
.comon_ftr_content a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.comon_ftr_content a .comon_ftr_content_tit {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.125rem;
  margin: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: calc(100% - 80px);
}

.common_ftr_img {
  margin: 0 auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 10px;
  width: 80px;
}

#ftr {
  width: 100vw;
}

.ftr_wrap01 {
  background-color: #EEE;
  padding: 40px 5.33vw;
}

.ftr_wrap01_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ftr_wrap01_link a {
  color: #252525;
}

.ftr_wrap02 {
  background-color: #252525;
  color: #FFF;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.ftr_wrap02_container {
  margin: 0 auto;
  max-width: 1100px;
  padding: 50px 0 0;
  width: 90vw;
}
.ftr_wrap02_container a {
  color: #FFF;
}

.ftr_wrap02_address_box {
  margin: 0 auto;
  max-width: 520px;
  width: 89.34vw;
}

.ftr_wrap02_address_tit {
  border-bottom: 1px solid #FFF;
  margin: 0 auto 28px;
  padding-bottom: 28px;
  width: 100%;
}
.ftr_wrap02_address_tit a {
  display: block;
  margin: 0 auto;
  max-width: 266px;
  width: 100%;
}

a.ftr_wrap02_btn {
  background-color: #3caef6;
  border-radius: 60px;
  color: #FFF;
  display: block;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  margin: 0 auto;
  max-width: 320px;
  text-align: center;
  padding: 18px 12px;
  width: 100%;
}
a.ftr_wrap02_btn span {
  margin-left: 14px;
  position: relative;
}
a.ftr_wrap02_btn span:before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  display: block;
  margin: auto 0;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.ftr_wrap02_sitemap_box {
  display: none;
}

.ftr_icon_twitter {
  display: block;
  margin: 0 auto;
  width: 62px !important;
  padding: 20px;
}

.copyrights {
  font-size: 0.625rem;
  margin: 0;
  text-align: center;
  padding: 0 0 48px;
}

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

04. 共通CSS (第2階層)

---------------------------*/
body.is-slide-in, .is-slide-in {
  height: 100vh;
  overflow: hidden;
}

#loading::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #3caef6;
  z-index: 399;
  pointer-events: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#loading::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #3caef6;
  z-index: 399;
  pointer-events: none;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#loading.is-slide-in::before {
  left: 0;
}

#loading.is-slide::after {
  right: 0;
}

#loading_logo {
  content: "";
  margin: auto;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 230px;
  height: 30px;
  z-index: 499;
  pointer-events: none;
  -webkit-transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#loading_logo.is-slide-in {
  opacity: 1;
}

#loading_logo.is-slide {
  opacity: 1;
}

/* pankuzu */
.breadcrumb {
  margin: 0 auto 10px;
  width: 86%;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 3px;
  color: #FFF;
}
.breadcrumb ul li:after {
  content: ">";
  margin-left: 10px;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb a {
  color: #FFF;
}
.breadcrumb a:hover {
  color: #FFF;
  opacity: 0.6;
}
.breadcrumb a:active {
  color: #FFF;
  opacity: 0.6;
}

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

05. 各ページ

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

top  

--------------------------------------*/
#mainslide_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 63px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
#mainslide_container:before {
  background-color: #d9e8f2;
  -webkit-clip-path: polygon(0% 0%, 88% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 88% 0%, 100% 100%, 0% 100%);
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  height: 168px;
  width: 90vw;
  z-index: -1;
}
#mainslide_container #main_text_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}
#mainslide_container .main_text_inner {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 5.33vw;
  z-index: 10;
}
#mainslide_container .main_tit {
  color: #3caef6;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 10px;
}
#mainslide_container .main_text {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
#mainslide_container .main_label {
  margin-bottom: 0;
  max-width: 476px;
}
#mainslide_container .main_label_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  width: 100%;
}
#mainslide_container #mainslider {
  height: 168px;
  margin-bottom: 40px;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  overflow: hidden;
  width: 100%;
}
#mainslide_container #mainslider .slick-slide .slide {
  height: 100%;
  width: 100%;
}
#mainslide_container .slick-slider {
  margin: 0;
}
#mainslide_container .slick-track {
  height: 100%;
}
#mainslide_container .slick-list {
  width: 100%;
  height: 100%;
}
#mainslide_container .slick-slide > div {
  width: 100%;
  height: 100%;
}
#mainslide_container .mainvisual_slide_pc {
  background-size: cover;
  background-position: center;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 12% 100%);
  margin-left: 10vw;
  width: 90vw;
  height: 100%;
}
#mainslide_container .add-animation {
  -webkit-animation: fadezoom 5s 0s forwards;
          animation: fadezoom 5s 0s forwards;
}
@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    /* 拡大率 */
  }
}
@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    /* 拡大率 */
  }
}

/* --------------------- first --------------------- */
.top_first_container {
  margin-bottom: 60px;
}

.top_column_container {
  margin-bottom: 40px;
  width: 100%;
}
.top_column_container p {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 13px;
}

.top_column_tit_box {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid #252525;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 3px;
}

.top_column_tit {
  font-size: 1.5rem;
  margin: 0;
}
.top_column_tit span {
  font-size: 0.625rem;
  margin-left: 10px;
}

.top_news_link {
  font-size: 0.75rem;
  padding-right: 14px;
  position: relative;
}
.top_news_link:before {
  content: "";
  display: block;
  border-top: 1px solid #3caef6;
  border-right: 1px solid #3caef6;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
}

#top_news .top_news_dl {
  margin: 0;
}
#top_news .top_news_dl dt {
  color: #aaa;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.125rem;
  margin: 0;
  width: 96px;
}
#top_news .top_news_dl dd {
  border-bottom: 1px solid #DDD;
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.top_twitter_container {
  border: 1px solid #252525;
  margin: 0 auto;
  padding: 20px;
  width: 80%;
}

/* --------------------- particolari --------------------- */
.top_particolari_tit01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
}

.top_particolari_container {
  margin-left: 20.9%;
  padding: 44px 0 80px;
  width: 76%;
}

.top_particolari_content {
  margin-bottom: 60px;
  position: relative;
}
.top_particolari_content:before {
  background-color: #cde2ed;
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 40px;
  height: 1px;
}
.top_particolari_content:last-child:before {
  background-color: transparent;
}

.top_particolari_text_box p {
  margin-bottom: 10px;
}

.top_particolari_photo_box {
  margin-top: 18px;
}

.top_particolari_tit02 {
  color: #3caef6;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.875rem;
  margin-bottom: 10px;
}

.top_particolari_btn {
  background-color: #FFF;
  border: 1px solid #cde2ed;
  border-radius: 20px;
  color: #3caef6;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 12px 23px;
}
.top_particolari_btn span {
  margin-left: 10px;
  position: relative;
}
.top_particolari_btn span:before {
  content: "";
  display: block;
  border-top: 1px solid #3caef6;
  border-right: 1px solid #3caef6;
  margin: auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
}
.top_particolari_btn:hover {
  color: #7fc9f7;
  opacity: 1;
}
.top_particolari_btn:hover:before {
  border-top: 1px solid #7fc9f7;
  border-right: 1px solid #7fc9f7;
}

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

下層 

--------------------------------------*/
.main_second {
  margin-top: 64px;
  padding-bottom: 30px;
}

.content_hdr {
  background-color: #3caef6;
  margin-bottom: 40px;
  width: 94.67vw;
}
.content_hdr .content_hdr_tit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-size: calc(24px + 4 * (100vw - 320px) / 448);
  font-weight: normal;
  margin: 0;
  padding: 30px 0 30px 5.33vw;
}
.content_hdr .content_hdr_tit.column_hdr_tit {
  font-size: 1.25rem;
  padding: 30px 0 10px 4vw;
}

/* pankuzu */
.breadcrumb {
  font-size: 0.625rem;
  margin: 0 0 0 4vw;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
}
.breadcrumb ul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0 3px;
  color: #FFF;
}
.breadcrumb ul li:after {
  content: ">";
  margin-left: 10px;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb a {
  color: #FFF;
}
.breadcrumb a:hover {
  color: #FFF;
  opacity: 0.6;
}
.breadcrumb a:active {
  color: #9FFF99;
  opacity: 0.6;
}

.second_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 89.34vw;
}

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

page

-------------------*/
.page-content h1 {
  color: #252525;
  font-size: calc(23px + 6 * (100vw - 320px) / 448) !important;
  line-height: 1.6em;
  font-weight: normal;
  margin-bottom: 40px;
}
.page-content h2 {
  color: #3caef6;
  font-size: calc(17px + 4 * (100vw - 320px) / 448);
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 25px;
}
.page-content h3 {
  border-bottom: 1px solid #d4b14e;
  color: #d4b14e;
  font-size: calc(15px + 4 * (100vw - 320px) / 448);
  line-height: 1.6em;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.page-content h4 {
  color: #252525;
  font-size: calc(14px + 4 * (100vw - 320px) / 448);
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (min-width: 1480px) {
  .page-content h1 {
    font-size: 2.75rem;
  }
}
/* 更新紹介 */
.teacher_ph {
  margin: 0 auto;
  width: 40%;
}

/* アクセス */
.g-access iframe {
  margin: 0 10%;
  width: 80%;
}

/* flow */
.flow_phone_no {
  color: #3caef6;
  font-size: calc(32px + 7 * (100vw - 320px) / 447);
  line-height: 0.8em;
  margin: 0 0 10px;
}
.flow_phone_no a {
  text-decoration: none !important;
}

/* コース */
.course_page_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.course_page_link a {
  background-color: #EEE;
  border-radius: 20px;
  border: none;
  color: #252525 !important;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 0.75rem !important;
  padding: 12px 28px 12px 12px;
  text-decoration: none !important;
  position: relative;
}
.course_page_link a:before {
  content: "";
  display: block;
  border-top: 2px solid #252525;
  border-right: 2px solid #252525;
  margin: auto 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 6px;
  height: 6px;
}
.course_page_link a:hover {
  color: #252525;
  opacity: 0.7;
}

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

column

-------------------*/
/* column 共通 */
.single-title {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6em;
  margin: 30px 0;
}

.single-entry-content ol, .single-entry-content ul, .page-content ol, .page-content ul {
  margin-bottom: 2em;
}
.single-entry-content ol + p, .single-entry-content ol + h1, .single-entry-content ol + h2, .single-entry-content ul + p, .single-entry-content ul + h1, .single-entry-content ul + h2, .page-content ol + p, .page-content ol + h1, .page-content ol + h2, .page-content ul + p, .page-content ul + h1, .page-content ul + h2 {
  padding-top: 1em;
}
.single-entry-content p + h1, .single-entry-content p + h2, .single-entry-content p + h3, .single-entry-content p + h4, .page-content p + h1, .page-content p + h2, .page-content p + h3, .page-content p + h4 {
  margin-top: 60px;
}
.single-entry-content hr, .page-content hr {
  border-top: 1px solid #252525;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 60px -5.33vw;
  opacity: 1;
}
.single-entry-content a, .page-content a {
  color: #3caef6;
  text-decoration: underline;
}
.single-entry-content table, .page-content table {
  background-color: #FFF;
  border-collapse: collapse;
  border: 1px solid #DDD;
  margin-bottom: 50px;
}
.single-entry-content table th, .page-content table th {
  background-color: #eff9ff;
  border: 1px solid #DDD;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 5px;
}
.single-entry-content table td, .page-content table td {
  border: 1px solid #DDD;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 5px;
}
.single-entry-content table .sub-tit, .page-content table .sub-tit {
  background-color: #EEE;
}
.single-entry-content .wp-block-image img, .single-entry-content .wp-block-column img, .single-entry-content .wp-block-media-text img, .page-content .wp-block-image img, .page-content .wp-block-column img, .page-content .wp-block-media-text img {
  width: 100%;
  height: auto;
}
.single-entry-content .wp-block-media-text .wp-block-media-text__content, .page-content .wp-block-media-text .wp-block-media-text__content {
  padding: 8%;
}
.single-entry-content .work_detail_table th, .page-content .work_detail_table th {
  padding-right: 20px;
}

.column_list_set {
  list-style: none;
  padding: 0;
}
.column_list_set li {
  margin-bottom: 40px;
}
.column_list_set li:last-child {
  margin: 0;
}
.column_list_set li article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.column_thumbnail {
  width: 30%;
}

.column_list_text {
  width: 65%;
}
.column_list_text a {
  color: #252525;
}

.column_list_time {
  color: #999;
  display: block;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-bottom: 4px;
}

.column_list_cat {
  font-size: 0.8125rem;
  line-height: 1.125rem;
  list-style: none;
  margin-bottom: 5px;
  padding: 0;
}
.column_list_cat li {
  float: left;
  margin-right: 10px;
}
.column_list_cat li a {
  color: #3caef6;
}

.column_list_tit {
  font-size: 1.125rem;
  font-weight: bold;
}
.column_list_tit a {
  color: #252525;
}

.sidebar_section {
  margin-bottom: 50px;
}

.widgettitle {
  border-bottom: 1px solid #DDD;
  font-size: 0.9375rem;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.sidebar_ul {
  list-style: none;
  padding: 0;
}
.sidebar_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.sidebar_ul li:last-child {
  margin: 0;
}
.sidebar_ul .sidebar_thumbail {
  width: 30%;
}
.sidebar_ul .sidebar_tit_area {
  width: 65%;
}
.sidebar_ul .sidebar_day {
  color: #999;
  display: block;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin-bottom: 2px;
}
.sidebar_ul .sidebar_ul_cat {
  list-style: none;
  padding: 0;
}
.sidebar_ul .sidebar_ul_cat li {
  float: left;
  font-size: 0.8125rem;
  margin-right: 10px;
}
.sidebar_ul .sidebar_tit {
  font-size: 1rem;
  font-weight: bold;
}
.sidebar_ul .sidebar_tit a {
  color: #252525;
}

.aside_year_content {
  border-bottom: 1px dashed #DDD;
}

.aside_year_tit {
  cursor: pointer;
  font-size: 1rem;
  margin: 0;
  padding: 10px 0;
  position: relative;
}
.aside_year_tit:after {
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  right: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside_year_tit:hover {
  opacity: 0.5;
}
.aside_year_tit.active:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside_year_tit + ul {
  list-style: none;
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
  margin-bottom: 80px;
  text-align: center;
}

ul.page-numbers {
  font-size: 0.9375rem;
  margin: 0 auto;
  text-align: center;
}
ul.page-numbers li {
  color: #FFF;
  display: inline-block;
  padding: 0;
  margin: 0 7px;
}
ul.page-numbers li span {
  color: #555;
  display: block;
  font-weight: bold;
}
ul.page-numbers li a.page-numbers {
  color: #CCC;
  display: block;
  font-weight: normal;
  position: relative;
  text-decoration: none !important;
}
ul.page-numbers li a.page-numbers.next, ul.page-numbers li a.page-numbers.prev {
  background-color: transparent;
  display: block;
  margin-bottom: -5px;
  width: 22px;
  height: 22px;
}
ul.page-numbers li a.page-numbers.next:before, ul.page-numbers li a.page-numbers.prev:before {
  background-color: transparent;
}
ul.page-numbers li a.page-numbers .nextlink {
  background: url(../images/common/icon_yajirushi_brown.png) no-repeat center top;
  background-size: 13px;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 10px;
}
ul.page-numbers li a.page-numbers .prevlink {
  background: url(../images/common/icon_yajirushi_brown.png) no-repeat center top;
  background-size: 13px;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagenation_title {
  padding: 10px 0;
  position: relative;
}
.pagenation_title a {
  color: #252525;
  text-decoration: none !important;
}
.pagenation_title ul {
  border-top: 1px solid #DDD;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.pagenation_title .pagenation_title_prev {
  background-color: #EEE;
  border-bottom: 1px solid #DDD;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 10px;
}
.pagenation_title .pagenation_title_prev a {
  color: #252525;
  display: block;
  padding-right: 30px;
  position: relative;
}
.pagenation_title .pagenation_title_prev a:after {
  border-top: 1px solid #252525;
  border-right: 1px solid #252525;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.pagenation_title .pagenation_title_next {
  background-color: #EEE;
  border-bottom: 1px solid #DDD;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 10px;
}
.pagenation_title .pagenation_title_next a {
  color: #252525;
  display: block;
  padding-left: 30px;
  position: relative;
}
.pagenation_title .pagenation_title_next a:after {
  border-top: 1px solid #252525;
  border-left: 1px solid #252525;
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
  height: 8px;
}
.pagenation_title .btn_backtotop {
  background-color: #252525;
  border-radius: 20px;
  border: none;
  color: #FFF !important;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 0.875rem !important;
  margin: 0 auto 30px;
  padding: 12px 23px 12px 33px;
  text-decoration: none !important;
  position: relative;
}
.pagenation_title .btn_backtotop:before {
  content: "";
  display: block;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  margin: auto 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
}
.pagenation_title .btn_backtotop:hover {
  color: #FFF;
  opacity: 0.7;
}

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

contact

-------------------*/
.page-content {
  /* チェックボックス01 */
  /* ラジオボタン01 */
}
.page-content .contact_intro_container {
  margin: 0 5% 30px;
}
.page-content .contact_container a {
  text-decoration: underline;
}
.page-content .mw_wp_form {
  margin: 0;
}
.page-content .contact_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content .contact_ul li {
  padding: 20px 18px;
}
.page-content .contact_ul li:nth-child(even) {
  background-color: #F5F5F5;
}
.page-content dl.contact_dl {
  margin: 0;
}
.page-content dl.contact_dl > dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px;
}
.page-content dl.contact_dl > dt .contact_lt {
  color: #FFF;
  display: block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-right: 13px;
  padding: 4px 0;
  text-align: center;
  width: 42px;
}
.page-content dl.contact_dl > dt .contact_rt {
  color: #FFF;
}
.page-content dl.contact_dl > dt .must {
  color: #c20037;
}
.page-content dl.contact_dl > dt + dd {
  margin: 0;
}
.page-content dl.contact_dl > dt + dd.radio {
  margin-top: 15px;
}
.page-content dl.contact_dl > dt + dd p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.page-content .mwform-tel-field input[type=text], .page-content .mwform-zip-field input[type=text] {
  display: inline-block;
  width: auto;
}
.page-content input[type=text], .page-content input[type=email], .page-content textarea, .page-content select {
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px;
  width: 100%;
}
.page-content input[type=text]::-webkit-input-placeholder {
  color: #EDEDED;
}
.page-content input[type=text]::-moz-placeholder {
  color: #EDEDED;
}
.page-content input[type=text]:-ms-input-placeholder {
  color: #EDEDED;
}
.page-content input[type=text]::-ms-input-placeholder {
  color: #EDEDED;
}
.page-content input[type=text]::placeholder {
  color: #EDEDED;
}
.page-content select {
  padding: 8px;
}
.page-content textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  width: 100%;
  height: 202px;
  padding: 18px 14px;
}
.page-content .mw_wp_form .horizontal-item {
  display: inline-block;
  margin: 0 20px 10px 0;
}
.page-content .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.page-content .mw_wp_form .check_block .horizontal-item {
  display: block;
}
.page-content .error_text .error {
  display: none;
}
.page-content .error_text p {
  color: #c41d25;
  font-size: 1rem;
  text-align: center;
}
.page-content .check input[type=checkbox] {
  display: none;
}
.page-content .check .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.page-content .check .mwform-radio-field-text:before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.page-content .check .mwform-radio-field-text:after {
  border-right: 3px solid #ed7a9c;
  border-bottom: 3px solid #ed7a9c;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 5px;
}
.page-content .check input[type=checkbox]:checked + .mwform-radio-field-text ::after {
  opacity: 1;
}
.page-content .radio input[type=radio] {
  display: none;
}
.page-content .radio .mwform-radio-field-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  width: auto;
}
.page-content .radio .mwform-radio-field-text:before {
  background: #fff;
  border: 2px solid #DDD;
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
}
.page-content .radio .mwform-radio-field-text:after {
  background: #3caef6;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 10px;
  height: 10px;
}
.page-content .radio input[type=radio]:checked + .mwform-radio-field-text:after {
  opacity: 1;
}
.page-content .text_thanks {
  font-size: 1.5rem;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-align: center;
}
/*# sourceMappingURL=style_sp.css.map */