@charset "UTF-8";

/* common 
-------------------------------------------------------------*/
* { box-sizing: border-box; }

body {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #212121;
  font-size: 14px;
  line-height: 25px;
}

.sp { display: none; }

a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:hover {
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

/* wrapper 
-------------------------------------------------------------*/

#wrapper { 
  color: #212121;
  letter-spacing: 0.01em;
  overflow: hidden;
}

/* header 
-------------------------------------------------------------*/
#header {
  position: fixed;
  text-align: center;
  width: 100%;
  left: 0;
  top: 0;
  transition: 0.3s ease all;
  z-index: 100;
  padding: 10px 0;
  display: block;
}

.header.fixed{
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}

#logo{
  width: 185px;
}

#navi{
  padding-top: 25px;
}

#navi a {
  font-weight: bold;
  font-size: 21px;
  line-height: 37px;
  display: block;
  margin-left: 40px;
  position: relative;
  transition: 0.3s ease all;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
}

#navi li a:hover {
  transform: scale(1, 1);
}


#navi .menu_dropdown .dropbtn{
  font-weight: bold;
  font-size: 21px;
  margin-left: 40px;
  position: relative;
  background: none;
  border: none;
  color: #424242;
  cursor: pointer;
}

#navi .menu_dropdown:hover .dropbtn{
  color: #00418f;
}

#navi .menu_dropdown{
  position: relative;
  display: inline-block;
}

#navi .menu_dropdown:hover .dropdown_content{
  color: #00418f;
  display: block;
}

#navi .menu_dropdown .dropdown_content{
  display: none;
  position: absolute;
  left: 10%;
  background-color: #88a3d4;
  min-width: 220px;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
  padding: 0;
  z-index: 1;
}

#navi .menu_dropdown:hover .dropdown_content{
  display: block;
}

#navi .menu_dropdown .dropdown_content li{
  border-bottom: 0.1px solid #fff;
}

#navi .menu_dropdown .dropdown_content li:hover{
  background-color: #00418f;
}

#navi .menu_dropdown .dropdown_content li:last-child{
  border-bottom: none;
}

#navi .menu_dropdown .dropdown_content a{
  font-size: 20px;
  margin-left: 0;
  line-height: 42px;
  color: #fff;
}

#navi .menu_dropdown .dropdown_content a::after{
  display: none
}

/* footer 
-------------------------------------------------------------*/


.ft_share{
  padding: 40px 0;
  background: #23b6bc;
  border-bottom: 20px solid #00418f;
}


.ft_share .contact_btn .ft_txt{
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.ft_share .share{
  margin: 0 0 0 25px;
  padding: 0;
  display: flex;
}

.ft_share .share p{
  margin: 0 16px;
}

.ft_inf{
  padding: 15px 0 36px;
}

.ft_inf .p_txt_13{
  margin-top: 20px;
  font-size: 13px;
  line-height: 17px;
}




/* layout 
-------------------------------------------------------------*/

.inner {
  width: 900px;
  margin: 0 auto;
  padding: 0 10px;
}

.fl-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fl-item-c {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* text */

.h1_ttl{
  font-size: 46px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
}

.h2_ttl{
  font-size: 54px;
  line-height: 36px;
  font-weight: bold;
  color: #00418f;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  padding-left: 15%;
}

.h2_ttl::after{
  content: url(../../img/home/icon_ttlvideo.png);
  position: absolute;
  bottom: -10px;
  left: 24%;
}

.h4_ttl{
  font-size: 25px;
  line-height: 40px;
  background: #00418f;
  color: #fff;
  font-weight: bold;
  padding: 10px 80px;
  width: 772px;
  text-align: center;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
}

.h4_ttl a{
  margin-left: 94px;
  color: #fff;
}

.h4_ttl a::after{
  content: url(../../img/common/icon_contact_img.png);
  position: absolute;
  top: -50%;
  left: -1px;
}

.ttl_box{
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  background: #00418f;
  font-weight: bold;
  padding: 12px 20px 15px;
  text-align: center;
}

.txt_pink{
  background: #e3007f;
}

.txt_bluwh{
  background: #23b6bc;
}

/* btn */

#pagetop{
  position: fixed;
  right: 35px;
  bottom:40px;
  z-index: 99;
  display: none;
}

#pagetop a{
  position: relative;
  width: 66px;
  height: 75px;
}

.btn_lagre{
  text-align: center;
}

.btn_lagre a {
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  background: #e3007f;
  width: 425px;
  display: inline-block;
  padding: 22px 24px 18px;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.5);
  border: 2px solid #e3007f;
}

.btn_lagre a:hover {
  color: #e3007f;
  background: #fff;
}

.btn_blu a{
  background: #00418f;
  border: 2px solid #00418f;
}

.btn_blu a:hover{
  color:#00418f;
}

.btn-detail{
  text-align: center;
}

.btn-detail a{
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  border-radius: 30px;
  background: #e3007f;
  width: 205px;
  display: inline-block;
  padding: 7px 10px;
  border: 2px solid #e3007f;
}

.btn-detail a:hover{
  color: #e3007f;
  background: #fff;
}

.btn_bluwh a{
  border: 2px solid #23b6bc;
  background: #23b6bc;
}

.btn_bluwh a:hover{
  background: #fff;
  color: #23b6bc;
}


/* contact */

.contact{
  padding: 60px 0 30px;
}

.contact .box_contact{
  padding: 0 50px;
}

.contact .case_contact{
  padding: 60px 70px 0;
  color: #e3007f;
  font-weight: bold;
  justify-content:unset;
}

.contact .case_contact li:nth-child(1){
  width: 112px;
  margin-right: 15px;
}

.contact .case_contact .ttl_contact{
  font-size: 20px;
  line-height: 34px;
}

.contact .case_contact .tel_p{
  font-size: 57px;
  padding: 15px 0;
  position: relative;
}

.contact .case_contact .tel_p::after{
  content: url(../../img/common/icon_contact_img03.png);
  position: absolute;
  left: 0;
  top: 0;
}

.contact .case_contact .tel_p span{
  margin-left: 90px;
}

.contact .case_contact .p_txt_15{
  font-size: 15px;
  line-height: 18px;
}


