@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.2820512821vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure, form {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, figure,
form, input, textarea, select, button, div {
  font-style: normal;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: left;
  word-break: break-word;
  line-break: strict;
  line-height: 1;
  color: #333;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body, h1, h2, h3, h4, h5, h6, p, address,
  ul, ol, li, dl, dt, dd,
  table, th, td, img, figure,
  form, input, textarea, select, button, div {
    font-size: 2.8rem;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  border-spacing: 0;
}

input:not([type=file]), textarea, select, button {
  vertical-align: middle;
  background-color: #fff;
}

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

input:not([type=file]), select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0;
}

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

textarea {
  resize: none;
}

button, input[type=submit], input[type=button], select, label {
  cursor: pointer;
}

input[type=radio]:checked {
  appearance: none;
}

blockquote {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

a,
button,
input[type=submit],
input[type=button] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 769px) {
  a:hover,
  button:hover,
  input[type=submit]:hover,
  input[type=button]:hover {
    opacity: 0.8;
  }
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
body {
  min-width: 1280px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 0;
  }
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: calc(100% - 10rem);
    max-width: initial;
  }
}

.content {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
body {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 10rem;
  }
}

.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 1.4rem rgba(0, 0, 0, 0.1);
}
.header_wrap .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
}
@media screen and (min-width: 769px) {
  .header_wrap .wrap {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .wrap {
    max-width: calc(100% - 6.6rem);
    height: 10rem;
  }
}
.header_wrap .logo {
  flex-shrink: 0;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .header_wrap .logo {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 800px) {
  .header_wrap .logo {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .header_wrap .logo {
    font-size: 3.3rem;
  }
}
.header_wrap .header_nav .header_nav_list {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1200px) {
  .header_wrap .header_nav .header_nav_list {
    gap: 2rem;
  }
}
@media screen and (max-width: 1100px) {
  .header_wrap .header_nav .header_nav_list {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 950px) {
  .header_wrap .header_nav .header_nav_list {
    gap: 1rem;
  }
}
.header_wrap .header_nav .header_nav_list .header_nav_item a {
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
  .header_wrap .header_nav .header_nav_list .header_nav_item a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1100px) {
  .header_wrap .header_nav .header_nav_list .header_nav_item a {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 950px) {
  .header_wrap .header_nav .header_nav_list .header_nav_item a {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.menu_btn {
  position: fixed;
  z-index: 10001;
  top: 2.1rem;
  right: 3.3rem;
  margin: auto;
  width: 5.8rem;
  height: 5.8rem;
  cursor: pointer;
}
.menu_btn .line {
  position: absolute;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transition: all 0.4s ease-out;
}
.menu_btn .line:nth-child(1) {
  top: -1.8rem;
}
.menu_btn .line:nth-child(2) {
  bottom: -1.8rem;
}
.menu_btn.active .line:nth-child(1) {
  top: 0;
  transform: rotate(35deg);
}
.menu_btn.active .line:nth-child(2) {
  transform: rotate(-35deg);
  bottom: 0;
}

.gnav {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  .gnav {
    position: fixed;
    z-index: 9998;
    top: 10rem;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: calc(100vh - 10rem);
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .gnav.active {
    opacity: 1;
    visibility: visible;
  }
}
.gnav .gnav_wrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav .gnav_wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 2rem 5rem 120px;
    height: calc(100vh - 10rem);
    overflow-y: auto;
  }
}
.gnav .gnav_list .gnav_item {
  border-bottom: 1px solid #c1c1c1;
}
.gnav .gnav_list .gnav_item a {
  display: block;
  padding: 4.5rem 0;
  background: url(../img/common/ico_arw03.svg) no-repeat;
  background-size: 1.3rem;
  background-position: calc(100% - 2.5rem) center;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #425aa6;
  line-height: 1.3;
  font-weight: bold;
}
.gnav .logo_box {
  margin-top: 7.5rem;
}
.gnav .logo_box .logo_txt {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .gnav .logo_box .logo_txt {
    margin-bottom: 3.5rem;
    font-size: 2.4rem;
  }
}
.gnav .logo_box .logo {
  text-align: center;
}
.gnav .logo_box .logo img {
  width: 17.3rem;
}
@media screen and (max-width: 768px) {
  .gnav .logo_box .logo img {
    width: 26rem;
  }
}
.gnav .btn {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .gnav .btn {
    margin-top: 6.5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.footer_wrap .wrap {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .footer_wrap .wrap {
    padding: 9rem 0 7rem;
  }
}
.footer_wrap .logo_box .logo_txt {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer_wrap .logo_box .logo_txt {
    margin-bottom: 3.5rem;
    font-size: 2.4rem;
  }
}
.footer_wrap .logo_box .logo {
  text-align: center;
}
.footer_wrap .logo_box .logo img {
  width: 17.3rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .logo_box .logo img {
    width: 26rem;
  }
}
.footer_wrap .btn {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .footer_wrap .btn {
    margin-top: 6.5rem;
  }
}
.footer_wrap .copy {
  padding: 1rem 0;
  background: #333;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .footer_wrap .copy {
    padding: 1.5rem 0;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_wrap {
    padding-bottom: 15rem;
  }
}

.cta {
  position: fixed;
  z-index: 100;
  bottom: 3.5rem;
  right: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cta {
    bottom: 0;
    right: 0;
    left: 0;
    height: 15rem;
    background: rgba(255, 255, 255, 0.8);
  }
}
.cta .cta_btn + .cta_btn {
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .cta .cta_btn + .cta_btn {
    margin-left: 3rem;
  }
}
.cta .cta_btn a {
  position: relative;
  display: block;
  width: 11rem;
  height: 11rem;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .cta .cta_btn a {
    width: 34.5rem;
    height: 10rem;
    border-radius: 1rem;
  }
}
.cta .cta_btn a .txt {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .cta .cta_btn a .txt {
    justify-content: center;
    padding: 0 0 0 2rem;
    font-size: 2.2rem;
  }
}
.cta .cta_btn a .txt .big {
  font-weight: bold;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .cta .cta_btn a .txt .big {
    font-size: 2.8rem;
  }
}
.cta .cta_btn a .txt::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  margin: auto;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/ico_arw01.svg) no-repeat center center;
  background-size: 0.6rem;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  .cta .cta_btn a .txt::before {
    left: auto;
    top: 0;
    bottom: 0;
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1rem;
  }
}
.cta .cta_btn.btn01 a {
  background: #e84715;
}
.cta .cta_btn.btn01 a::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_img02.png) repeat center center;
  background-size: 1.6rem;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .cta .cta_btn.btn01 a::before {
    background-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .cta .cta_btn.btn01 a:hover {
    opacity: 1;
    background: #eb6238;
  }
}
.cta .cta_btn.btn01 a .txt {
  background: url(../img/common/cta_ico01.svg) no-repeat center 1.8rem;
}
@media screen and (max-width: 768px) {
  .cta .cta_btn.btn01 a .txt {
    background-size: 3.8rem;
    background-position: 3rem center;
  }
}
.cta .cta_btn.btn02 a {
  background: #384d85;
}
@media screen and (min-width: 769px) {
  .cta .cta_btn.btn02 a:hover {
    opacity: 1;
    background: #4e6092;
  }
}
.cta .cta_btn.btn02 a .txt {
  background: url(../img/common/cta_ico02.svg) no-repeat center 1.5rem;
}
@media screen and (max-width: 768px) {
  .cta .cta_btn.btn02 a .txt {
    background-size: 3.5rem;
    background-position: 3.8rem center;
  }
}
.cta .pagetop_btn {
  margin-left: 2rem;
}
.cta .pagetop_btn a {
  display: block;
  width: 5.5rem;
  height: 5.5rem;
  background: #fff url(../img/common/ico_arw04.svg) no-repeat center center;
  border-radius: 50%;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

/* ----------------------------------------------------------------------------------------------------
*  共通
* --------------------------------------------------------------------------------------------------*/
.txt {
  line-height: 1.8;
}

.bold {
  font-weight: bold;
}

.txt_up {
  text-transform: uppercase;
}

.txt_noup {
  text-transform: none;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

.ib {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .pc_ib {
    display: inline-block;
  }
  .pc_tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
}
.tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.txt_white {
  color: #fff;
}

.txt_brown01 {
  color: #cdb07c;
}

.txt_yellow01 {
  color: #ffea74;
}

.mid_txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .mid_txt {
    font-size: 2.8rem;
    line-height: 1.7;
  }
}

@media screen and (min-width: 769px) {
  .let07 {
    letter-spacing: 0.07em;
  }
}

@media screen and (max-width: 768px) {
  .img img {
    width: 100%;
  }
  .sp_ib {
    display: inline-block;
  }
}
/* ------------------------------
	.ttl
------------------------------ */
.sec_ttl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 9rem;
  padding: 2rem 0;
  margin-bottom: 5rem;
  background: #223977;
  color: #ffea74;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    min-height: 13.6rem;
    padding: 4rem 0;
    margin-bottom: 7.2rem;
    font-size: 4.2rem;
  }
}
.sec_ttl::before {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 1.3rem solid transparent;
  border-right: 1.3rem solid transparent;
  border-top: 2rem solid #223977;
}
@media screen and (max-width: 768px) {
  .sec_ttl::before {
    bottom: -2.2rem;
    border-left-width: 2rem;
    border-right-width: 2rem;
    border-top-width: 3rem;
  }
}

/* ------------------------------
	.btn
------------------------------ */
.btn {
  display: flex;
}
.btn.center {
  justify-content: center;
}
.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37rem;
  height: 4.8rem;
  border-radius: 0.5rem;
  background: #cdb07c url(../img/common/ico_arw01.svg) no-repeat;
  background-size: 0.6rem;
  background-position: calc(100% - 1.5rem) center;
  font-weight: 500;
  color: #fff;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .btn a {
    width: 68rem;
    height: 8.4rem;
    border-radius: 0.9rem;
    background-size: 1.1rem;
    background-position: calc(100% - 3rem) center;
  }
}
@media screen and (min-width: 769px) {
  .btn a:hover {
    opacity: 1;
    background-color: #d7c096;
  }
}
.btn.orange a {
  background-color: #e84715;
}
@media screen and (min-width: 769px) {
  .btn.orange a:hover {
    opacity: 1;
    background-color: #eb6238;
  }
}

/* ------------------------------
	.box
------------------------------ */
.flex {
  display: flex;
  justify-content: space-between;
}

.bg02 {
  background: linear-gradient(to bottom, #8da5cd 0%, #2353a2 100%);
}

.bg03 {
  background: linear-gradient(to bottom, #3d93ca 0%, #2353a2 100%);
}

.bg04 {
  background: linear-gradient(to bottom, #9ebce4 0%, #2353a2 100%);
}

.bg05 {
  background: linear-gradient(to bottom, #7db9da 0%, #2353a2 100%);
}

.bg01,
.bg04,
.bg05 {
  position: relative;
}
.bg01::before,
.bg04::before,
.bg05::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 60rem;
  background: url(../img/common/bg_img03.png) no-repeat center top;
  background-size: 120rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .bg01::before,
  .bg04::before,
  .bg05::before {
    background: url(../img/common/bg_img03_sp.png) no-repeat center top;
    background-size: 100%;
  }
}

/* ------------------------------
	.fade
------------------------------ */
.fade .fade-up, .fade.fade-up {
  opacity: 0;
  transform: translateY(4rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade.fade-on .fade-up, .fade.fade-on.fade-up {
  opacity: 1;
  transform: translateY(0);
}
.fade .fade-in, .fade.fade-in {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fade.fade-on .fade-in, .fade.fade-on.fade-in {
  opacity: 1;
}
.fade .d1 {
  transition-delay: 0.4s;
}
.fade .d2 {
  transition-delay: 0.8s;
}
.fade .d3 {
  transition-delay: 1.2s;
}
.fade .d4 {
  transition-delay: 1.6s;
}
.fade .d5 {
  transition-delay: 2s;
}

.contact_form .wpcf7-list-item {
  margin: 0;
}

#thanks {
  position: relative;
  min-height: 940px;
}
@media screen and (max-width: 768px) {
  #thanks {
    min-height: 100vh;
  }
  #thanks .thanks {
    width: calc(100% - 10rem);
    margin-left: auto;
    margin-right: auto;
  }
}
#thanks .copy {
  position: absolute;
  width: 100%;
  bottom: 0;
}/*# sourceMappingURL=common.css.map */