@charset "utf-8";

/*----------------------------------------
style_common.css

共通箇所を記述します。
・ヘッダー
・フッター
・
・
・

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

/*==========================================
 フォーム全般


input, button, textarea, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 6px;
  background-color: none;
}
select::-ms-expand {
   display: none;
 }
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
  border: none;
}
===========================================*/


.custom-select {
  /* iOSのデフォルトスタイルを無効化 */
  -webkit-appearance: none;
  -moz-appearance: none; /* Firefox対応 */
  appearance: none; /* 標準プロパティ */

  /* カスタムスタイル */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 16px;
  width: 200px;
  color: #2b2b2b;

  /* カスタム矢印を追加 */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><polygon fill="%23000" points="0,0 12,0 6,12"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

/* フォーカス時のスタイル */
.custom-select:focus {
  outline: none;
}




/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ --------------------共通--------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
html { text-rendering: optimizeLegibility; }
.clearfix::after { content: ""; display: table; clear: both;}
a { text-decoration: none;  }

/* hoverエフェクト */
.fade,
.fade::before,
.fade::after {
  -webkit-transition: .3s;
  transition: .3s;
}

a.text_link {
  transition: .3s;
  color: #25498D;
}
a.text_link:hover{
  text-decoration: underline;
}
.TaLeft {
  text-align: left !important;
}
/* ----------------------- font ----------------------- */
body {
font-family: "dnp-shuei-gothic-gin-std", "Noto Sans JP", sans-serif;
font-style: normal;
font-weight: 400;
color: #2b2b2b;
line-height: 2;
}
.ffEn {
  font-family: "Bodoni Moda", serif;
  line-height: 1;
}

/* ----------------------- head ----------------------- */
.header__navi_list,.header__navi_list-last {
  list-style-type: none;
}

/* --------------------- contents --------------------- */
.contents {
}





@media all and (min-width: 761px)  {
/* //    |- PC  */
  .elmSP {  display:none !important;  }
}
@media all and (max-width: 960px)  {
/* //    |- SP  */
  .elmPC{ display:none !important;  }
}











/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ 737px以上 -----------PC---------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
@media only screen and (min-width: 961px) 
{ /* PC start */
body{
  background: #fff;
 overflow-x:hidden;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
}
.br-pc {
  display: none;
}

/*----------------------------------------
    header pc
-----------------------------------------*/
header {
  /*background-color: rgba(255,255,255,0.8);*/
  padding: 0;
  z-index: 2;
  z-index: 200;
  /*border-bottom: 1px solid #eee;*/
}
.drawer-nav {
  transform: translateZ(0) !important;
}

.drawer-navbar {
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  box-sizing: border-box;
}
.drawer-navbar-header {
}
.header__logo a {
  display: inline-block;
  vertical-align: middle;
  margin-top: 15px;
}
.header__logo a img {
  height: 40px;
  width: auto;
}
.drawer-nav .drawer-menu {
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.drawer-nav li {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
  list-style-type: none;
  color: #2b2b2b;
}
.drawer-nav li:last-child {
  margin-right: 0;
}
.drawer-nav li a {
  color: #2b2b2b;
  vertical-align: 26%;
}
.drawer-menu-item a
{
  display: inline-block;
}
.drawer-menu-item_last1 a{
  border-radius: 5px;
  padding: 13px 35px !important;
  transition: .3s;
  border: 1px solid #25498d;
  color: #25498d !important;
}
.drawer-menu-item_last2 a{
  border-radius: 5px;
  padding: 13px 35px !important;
  transition: .3s;
  background: #ec6c00;
  color: #fff !important;
}
.drawer-menu-item_last1 a:hover {
  opacity: 0.7;
}

/* ----------------- menu effects ----------------- */
.drawer-nav .drawer-menu-item a {
  font-weight: 500;
  position: relative;
  display: inline-block;
  transition: .3s;
  padding: 15px 0;
  line-height: 1;
}
.drawer-nav .drawer-menu-item_hover a:hover {
  color: #ec6c00;
  cursor: pointer;
  display: block;
}
.drawer-nav .drawer-menu-item_hover:hover {
  
}
.drawer-nav .drawer-menu-item_hover a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #ec6c00;
  transition: .2s;
}
.drawer-nav .drawer-menu-item_hover a:hover::after {
  width: 100%;
}

.drawer-menu-item_select a{
  border-bottom: 5px solid #fff;
  padding-bottom: 31px !important;
}


/* ----------------- スクロールでヘッダー高さ可変 pc----------------- */
header.fixed {
  background-color: rgba(255,255,255,0.9);
  padding: 0;
  z-index: 2;
  z-index: 200;
}
/* transition */
header,
.header__logo a,
.header__logo a img,
.drawer-nav .drawer-menu-item a,
.drawer-nav li:last-child img
 {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

} /* PC end --------------------------- */


/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ 736px以下 -----------SP---------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
@media only screen and (max-width: 960px) 
{ /* SP start */
body { background: #fff; }

input { 
  padding: 0;
} 
.br-sp {
  display: none;
}




/*----------------------------------------
    header sp
-----------------------------------------*/
header {
  z-index: 300;
  width: 100%;
  position: fixed;
  /*top: 0;*/
}
.header__logo a {
  height: 35px;
  padding: 0 15px;
  margin: 15px auto 0;
  display: inline-block;
}
.header__logo a img {
  height: 100%;
  width: auto;
}
.header__logo p {
  display: none;
}
.drawer-open {
  overflow: hidden!important;
}
.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.drawer-menu-item,
.drawer-menu-item_select
 {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  font-size: 14px;
  color: #222;
  display: block !important;
}
.drawer-menu-item a,
.drawer-menu-item_select a{
  display: block;
  padding: 22px 20px 5px;
  text-align: left;
  color: #222;
}
.drawer-navbar .drawer-navbar-header {
  /*background-color: #fff;
  border-bottom: 1px solid #e5e5e5;*/
}
.drawer-menu-item_head {
  padding: 0;
  height: 60px;
  background: #D7000F;
}
.drawer-nav {
  position: fixed;
  z-index: 4;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}
.drawer-navbar-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  /*padding: 0 20px;*/
  text-align: left;
  /*z-index: 102;*/
}
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-nav {
  left: 0;
}
.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
  border-left: 1px  solid #D1D5DE;
}
.drawer-hamburger {
  position: absolute;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px .75rem 30px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}
.drawer-overlay {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 73, 141, .9);
}
.drawer-open .drawer-overlay {
  display: block;
}

.drawer-menu-item_last1 a{
  display: block;
  border-radius: 5px;
  padding: 13px 15px;
  margin: 20px auto;
  width: 30%;
  color: #25498d !important;
  border:1px solid #25498d;
  width: 80%;
        text-align: center;
}
.drawer-menu-item_last2 a{
  background-color: #ec6c00;
  display: block;
  border-radius: 5px;
  padding: 13px 15px;
  margin: 20px auto;
  width: 30%;
  color: #fff;
  width: 80%;
        text-align: center;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: 0;
  width: 16.25rem; /* 260px */
  height: 100%;
  -webkit-transition: transform .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: transform .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transform: translateX(100%);
}
.drawer--right.drawer-open .drawer-nav {
  transform: translateX(0);
}
.drawer--right .drawer-hamburger {
  right: 0;
}
/*.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}*/
.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
  z-index: 100;
}
.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
  transition: all .6s cubic-bezier(.19, 1, .22, 1);
  background-color: #2b2b2b;
}
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}
.drawer-hamburger-icon:after {
  top: 10px;
}
.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0;
  background: #333;
}
.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* ----------------- スクロールでヘッダー高さ可変 sp----------------- */
header.fixed {
  background-color: rgba(255,255,255,0.9);
}
/* transition */
header,
.header__logo a,
.header__logo a img,
.drawer-nav .drawer-menu-item a,
.drawer-nav li:last-child img
 {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5ss ease;
}
} /* SP end --------------------------- */















/* ----------------- コンテンツ幅 ----------------- */
.widthFix {
  width: calc(100% - 20px);
  margin: 0 auto;
  display: block;
  box-sizing: border-box;
  max-width: 1200px;
}

@media only screen and (max-width: 960px) 
{ /* SP start */
.widthFix {
  width: calc(100% - 20px * 2) !important;
  margin: 0 auto;
  box-sizing: border-box;
}
}



/* ----------------- 共通ボタン1 ----------------- */
.c-btn {
  border:1px solid #25498d;
  border-radius: 5px;
  padding:  22px;
  color: #25498d;
  width: 280px;
  display: block;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  transition: .3s;
}
.c-btn:hover {
  opacity: 0.7;
}
.c-btn .tx {
  padding:7px 0;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
.c-btn:before {
  position: absolute;
  background: #91a1c6;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 60px;
}
.c-btn:after {
  position: absolute;
  background: url(../img/icon_arrow_blu.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 3px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 20px;
  transition: .3s;
}
.c-btn:hover:after {
  right: 12px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */

}




/* ----------------- 共通ボタン2 ----------------- */
.c-btn2 {
  border:1px solid #ec6c00;
  background: #ec6c00;
  border-radius: 5px;
  padding:  22px;
  color: #fff;
  width: 280px;
  display: block;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  transition: .3s;
}
.c-btn2:hover {
  opacity: 0.7;
}
.c-btn .tx {
  padding:7px 0;
  position: relative;
  font-size: 15px;
  font-weight: bold;
}
.c-btn2:before {
  position: absolute;
  background: #f6b680;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 32px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 60px;
}
.c-btn2:after {
  position: absolute;
  background: url(../img/icon_arrow_wht.svg) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 3px;
  display: inline-block;
  background-size: contain;
  z-index: 100;
  right: 20px;
  transition: .3s;
}
.c-btn2:hover:after {
  right: 12px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */

}





/* 共通hoverアニメーション */
.hoveranime {
  text-decoration: none;
  transition: transform 0.1s ease;
  position: relative; /* :after の絶対位置指定のための基準 */
}
.hoveranime:hover {
  animation: shake 0.5s 1;
}
/* 本体の揺れアニメーション */
@keyframes shake {
  0% { transform: translateY(0); }
  25% { transform: translateY(-5px); }
  75% { transform: translateY(5px); }
  100% { transform: translateY(0); }
}
/* 矢印のアニメーション */
@keyframes arrowMove {
  0% { transform: translateY(-50%); }
  50% { transform: translateY(-50%) translateY(5px); }
  100% { transform: translateY(-50%); }
}






/* ----------------- 共通コンタクト c-contact----------------- */
.c-contact {
  background: #F3F5F9;
  border-radius: 120px 120px 0 0 ;
  padding: 0 0 120px;
}
.c-contact_headingWrap {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-contact_heading {
  font-size: 160px;
  text-align: center;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}
.c-contact_ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
    line-height: 1.5;
}
.c-contactWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-top: 60px;
}
.c-contactItem {
  border-radius: 12px;
  padding: 40px 40px 80px;
  background: #fff;
  color: #2b2b2b;
  position: relative;
}
.c-contactItem_ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.c-contactItem_img {
  width: 100%;
  max-width: 120px;
  margin: 30px auto 0;
}
.c-contactItem_tel {
  font-size: 40px;
  color: #25498d;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  margin: -20px 0 -15px;
}
.c-contactItem_icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 30px;
  bottom: 40px;
  transition: .3s;
}
.c-contactItem:hover .c-contactItem_icon {
  right: 20px;
}
.c-contactItem_txt {
  margin-top: 25px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.c-contact {
  border-radius: 60px 60px 0 0 ;
  padding: 0 0 80px;
}
.c-contact_heading {
  font-size: 60px;
}
.c-contact_ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.c-contactWrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
  margin-top: 40px;
}
.c-contactItem {
  border-radius: 12px;
  padding: 30px 20px 60px;
  background: #fff;
  color: #2b2b2b;
  position: relative;
}
.c-contactItem_ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.c-contactItem_img {
  width: 100%;
  max-width: 30%;
  margin: 20px auto 0;
}
.c-contactItem_tel {
  font-size: 34px;
  color: #25498d;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  margin: -20px 0 -10px;
}
.c-contactItem_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.c-contactItem_txt {
  margin-top: 20px;
}
}




/* ----------------- パンくず ----------------- */
.c__breadcrumb {
  color: #2b2b2b;
  font-size: 14px;
  margin: 20px 0;
}
.c__breadcrumb-link {
    color: #2b2b2b;
}
.c__breadcrumb-link:hover {
  text-decoration: underline;
}
.c__breadcrumb-separator {
    margin: 0 0.5rem;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.c__breadcrumb {
  font-size: 12px;
}
}



/* ----------------- フッター ----------------- */
.footer {
  background: #25498d;
  padding: 55px 0;
  color: #fff;
}
.footer_wrap {
  display: flex;
  justify-content: space-between;
}
.footer_privacy {
  font-size: 14px;
}
.footer_privacy a {
  color: #fff;
}
.footer_copyright {
  font-size: 12px;
}
@media only screen and (max-width: 960px) 
{ /* SP start */
.footer {
  background: #25498d;
  padding: 40px 0 15px;
  color: #fff;
}
.footer_wrap {
  display: block;
}
.footer_privacy {
  font-size: 14px;
  margin-bottom: 30px;
}
.footer_privacy a {
  color: #fff;
}
.footer_copyright {
  font-size: 12px;
}
}



/* ----------------- テキストハイライト ----------------- */
.c-text__highlights {
  color: #25498D;
  background: #D3DBE8;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
  padding: 3px;

}
@media only screen and (max-width: 960px) 
{ /* SP start */

}





/* ----------------- xxxxxxxxxxxxx ----------------- */


@media only screen and (max-width: 960px) 
{ /* SP start */

}


