@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*font-size: 1.1pc;210428削除*/
  font-family: メイリオ, Meiryo, Osaka, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
}

.header {
  border-bottom: 1px solid #eee;
  background: #EE7A11;
}

.header_tit {
  background: #FFF;
  line-height: 0;
  position: relative;
  z-index: 2;
  width: 83.125%;
  width: -webkit-calc(100% - 58px);
  width: calc(100% - 58px);
  text-align: center;
  padding: 8px 0;
}

.header_tit:before {
  display: block;
  content: "メニュー";
  color: #FFF;
  position: absolute;
  width: 58px;
  height: 1em;
  top: 45px;
  right: -58px;
  z-index: 99;
  font-size: 8px;
}

.header_tit:after {
  display: block;
  content: "";
  background: #EE7A11;
  width: 58px;
  height: 57px;
  position: absolute;
  top: 0;
  right: -58px;
}

.header_img {
  width: 260px;
}

.header_nav {
  position: absolute;
  right: 0;
  top: -30.9pc;
  background-color: #EE7A11;
  width: 100%;
  padding: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  text-align: left;
  z-index: 1;
  box-sizing: border-box;
}

.header_list .header_item {
  display: block;
  border-bottom: dotted 1px #fff;
  line-height: 1.6;
  padding: 0 10px;
  font-size: 1pc;
}

.header_list .header_item:after {
  content: '';
}

.header_list .header_item:last-child {
  background: url(../img/ico_back.png) no-repeat 96% center #F19745;
  background-size: 15px auto;
  border-bottom: 0;
}

.header_item {
  list-style: none;
}

.header_btn {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: .7em 0;
}

.openNav .header_tit:before {
  content: "閉じる";
}

.openNav .header_nav {
  -webkit-transform: translateY(555px);
  transform: translateY(555px);
}

#navToggle {
  position: absolute;
  right: 9px;
  top: 8px;
  width: 38px;
  height: 25px;
  cursor: pointer;
  z-index: 2;
}

#navToggle div {
  position: relative;
}

#navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 2px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#navToggle span:nth-child(1) {
  top: 5px;
}

#navToggle span:nth-child(2) {
  top: 14px;
}

#navToggle span:nth-child(3) {
  top: 23px;
}

.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.openNav #navToggle span:nth-child(2) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(45deg);
}

.openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(45deg);
}

.main {
  background: url(../img/mv.jpg) no-repeat top center;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  padding-top: 115%;
}

.main_wrap {
  position: absolute;
  top: 0;
}

.main_txt1 {
  position: absolute;
  top: 36%;
  color: #EE7A11;
  font-size: 3.7vw;
  padding-left: 3%;
  font-weight: bold;
}

.main_txt2 {
  position: absolute;
  top: 41.5%;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  padding: 4% 38% 4% 3%;
  font-size: 4.5vw;
  line-height: 1.8;
  width: 100%;
}

.main_list {
  position: absolute;
  top: 60%;
  margin: 7% 2.5% 0;
  width: 48%;
}

.main_img1 {
  border: 0;
  width: 100%;
  display: block;
  vertical-align: bottom;
}

.main_item {
  padding: 0.3em 0;
  background: #028812;
  border-radius: 10px;
  color: #FFFF34;
  text-align: center;
  margin-bottom: 8%;
  font-size: 4.2vw;
  list-style: none;
}

.main_pic {
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 37vw;
}

.main_img2 {
  border: 0;
  width: 100%;
  display: block;
  vertical-align: bottom;
}

.main_data {
  position: absolute;
  font-size: 2.66667vw;
  width: 30.67vw;
  left: 50%;
  top: 63vw;
  padding: 1.53vw;
  margin-left: -16vw;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

.main_data em {
  display: block;
  font-size: 150%;
  font-style: normal;
}

.contact {
  width: 100%;
  margin-bottom: 10%;
}

.contact_inner {
  height: 47.7vw;
  background-color: #fcec32;
}

.contact_tit {
  font-size: 5.86vw;
  color: #333333;
  text-align: center;
  padding-top: 18px;
  margin-bottom: 5px;
}

.contact_wrap {
  position: relative;
  margin: 0 4%;
  display: block;
  overflow: hidden;
  color: #fff;
  line-height: 0;
}

.contact_img {
  width: 100%;
  height: 28.26vw;
}

.contact_txt {
  text-align: center;
  margin: 2% 4% 0;
  padding: 1.4%;
}

.contact_btn2{
  color: #0045FF;
  font-size: 4vw;
}

.contact_inner p.contact_wrap:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #fff;
  animation: contact_wrap 3s ease-in-out infinite;
}

@-webkit-keyframes contact_wrap {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.intro {
  margin-bottom: 10%;
}

.intro_tit {
  background: #0469CE;
  color: #fff;
  text-align: center;
  font-size: 6.4vw;
  padding: 4.4vw 0;
  margin-bottom: 1pc;
}

.intro_tit2 {
  background: #ED980F;
  color: #fff;
  text-align: center;
  font-size: 6.4vw;
  padding: 4.4vw 0;
  margin-bottom: 1pc;
  line-height: 1.3;
}

.intro_tit3 {
  background: #07A51A;
  color: #fff;
  text-align: center;
  font-size: 6.4vw;
  padding: 4.4vw 0;
  margin-bottom: 1pc;
}

.intro_inner {
  padding: 0 2.9%;
}

.intro_img1 {
  width: 100%;
  height: 62.4vw;
}

.intro_img2 {
  width: 100%;
  height: 52.26vw;
}

.intro_txt {
  margin-bottom: 16px;
}

.intro_txt_red {
  color: #FF0000;
}

.impress {
  margin-bottom: 10%;
}

.impress_tit {
  background: #0469CE;
  color: #fff;
  text-align: center;
  font-size: 6.4vw;
  padding: 4.4vw 0;
  margin-bottom: 1pc;
}

.impress_inner {
  padding: 0 3.2%;
}

.impress_txt {
  margin-bottom: 16px;
}

.impress_txt_red {
  color: red;
  font-size: 3.9vw;
  margin-bottom: 10px;
}

.impress_wrap_tit {
  font-size: 3.9vw;
  font-weight: bold;
  color: #ED980F;
  border-bottom: solid 2px #ED980F;
  margin-bottom: 12px;
  letter-spacing: 0.7px;
}

.impress_list {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.impress_item {
  font-size: 3.9vw;
  list-style: none;
}

.impress_wraps {
  margin-bottom: 15px;
}

.impress_pic {
  width: 100%;
}

.impress_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.impress_box {
  margin-bottom: 10px;
}

.impress_img {
  width: 20.8vw;
  height: 28.53vw;
}

.impress_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 99;
}

.impress_modal_wrap {
  position: absolute;
  width: 80%;
  max-width: 350px;
  top: 150px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.impress_modal_img {
  width: 100%;
}

.impress_modal_txt {
  position: absolute;
  top: 120px;
  left: 20%;
  font-size: 15px;
  color: #fff;
}

.impress_modal_btn {
  font-size: 100px;
  position: relative;
  width: 0.4em;
  height: 0.4em;
  border: 2px solid #fff;
  border-radius: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.impress_modal_btn:before {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 2px;
  height: 25px;
  content: "";
  background-color: #fff;
  transform: rotate(45deg);
}

.impress_modal_btn:after {
  position: absolute;
  top: 20%;
  left: 50%;
  width: 2px;
  height: 25px;
  content: "";
  background-color: #fff;
  transform: rotate(315deg);
}

.reason {
  margin-bottom: 10%;
}

.reason_tit {
  background: #0469CE;
  color: #fff;
  text-align: center;
  font-size: 6.4vw;
  padding: 4.4vw 0;
  margin-bottom: 1pc;
}


.reason_inner {
  padding: 0 3.2%;
}

.reason_box {
  max-width: 350px;
  border-radius: 6px;
  background: #FC66AA;
  margin: 0 auto;
  margin-bottom: 25px;
  padding: 0 2% 2% 2%;
}

.reason_box:nth-child(2) {
  background: #00B297;
}

.reason_box:nth-child(3) {
  background: #F5BF2C;
}

.reason_tit1 {
  color: #fff;
  font-size: 6vw;
  text-align: center;
  padding: 0.5em 0;
}

.reason_txt {
  background: #fff;
  font-size: 15px;
  padding: 4.54vw 3.8vw;
}

.faq {
  margin-bottom: 10%;
}

.faq_tit {
  background: #0469CE;
  color: #fff;
  text-align: center;
  font-size: 6.4vw;
  padding: 4.4vw 0;
  margin-bottom: 1pc;
}

.faq_inner {
  padding: 0 3.2%;
}

.faq_def {
  display: block;
  font-size: 90%;
  line-height: 1.6;
  margin: 0 auto 5%;
  padding: 0;
  position: relative;
  text-align: justify;
}

.faq_dtit {
  background: #2490f5;
  color: #fff;
  display: block;
  margin: 0;
  padding: 3% 5.5%;
  text-align: left;
  font-size: 4.5vw;
  font-weight: bolder;
  font-feature-settings: "palt"
}

.faq_center {
  text-align: center;
}

.faq_data {
  border-left: 3px solid #2490f5;
  border-bottom: 3px solid #2490f5;
  border-right: 3px solid #2490f5;
  padding: 5.5% 2%;
}

.faq_trigger {
  background: #808080;
  bottom: 0;
  color: #FFF;
  display: block;
  margin: auto;
  left: 0;
  padding: 2%;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1;
  font-size: 80%;
}

.faq_trigger:after {
  content: "開く▼";
}

.faq_box {
  padding: 0 5% 0;
  overflow: hidden;
  position: relative;
}

.faq_txt {
  font-size: 4vw;
  padding-bottom: 4vw;
  line-height: 1.3;
}

.faq_txt:last-child {
  padding-bottom: 0;
}

.faq_txt_red {
  font-size: 4vw;
  color: red;
}

.faq_txt:first-child {
  font-weight: bold;
  font-size: 4.5vw;
  color: #2490f5;
  text-align: left;
}

.faq_img {
  width: 100%;
  height: 150px;
}

.faq_box.is-hide {
  height: 60px;
}

.is-hide:before {
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

.faq_trigger.is-show {
  display: none;
}

.faq_trigger.is-show:after {
  content: "閉じる";
}

.flow {
  margin-bottom: 10%;
}

.flow_tit {
  background: #0469CE;
  color: #fff;
  text-align: center;
  font-size: 6.4vw;
  padding: 4.4vw 0;
  margin-bottom: 1pc;
}

.flow_inner {
  padding: 0 3.2%;
}

.flow_list {
  padding-bottom: 20px;
}

.flow_item {
  list-style: none;
  margin-bottom: 24px;
}

.flow_tit2 {
  font-size: 5.2vw;
  margin: 0 0 0.8em;
  position: relative;
  line-height: 24px;
}

.flow_txt2_line {
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}

.flow_step {
  position: relative;
  display: inline-block;
  margin-right: 16px;
  padding: 0 6px 0 6px;
  background: #07A51A;
  border-radius: 8px;
  font-size: 3.73vw;
  color: #fff;
  line-height: 28px;
  vertical-align: 3px;
}

.flow_line {
  font-size: 5.2vw;
  background: linear-gradient(transparent 50%, #d5ffd5 50%);
}

.flow_wrap {
  width: 286px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.flow_txt {
  font-size: 4vw;
}

.flow_txt2 {
  margin-bottom: 16px;
}

.flow_img {
  width: 58px;
  height: 41px;
  display: block;
  margin: 0 auto;
}

.fee {
  margin-bottom: 10%;
}

.fee_tit {
  background: #0469CE;
  color: #fff;
  text-align: center;
  font-size: 6.4vw;
  padding: 4.4vw 0;
  margin-bottom: 1pc;
}

.fee_inner {
  padding: 0 3.2%;
}

.fee_block {
  border-radius: 20px;
  padding: 0 3% 4% 3%;
  background-color: #fff;
  border: 4px solid #ED980F;
  margin-bottom: 10%;
}

.fee_box {
  margin-bottom: 1em;
}

.fee_logo {
  margin: 20px 0 19px;
}

.fee_img {
  border: 0;
  width: 100%;
  display: block;
}

.fee_list {
  display: block;
  margin: 1%;
  padding: 2%;
  background-color: #fff;
  border: 2px solid #999;
  list-style: none;
}

.fee_item {
  font-size: 0.77em;
}

.fee_box2 {
  border-top: #ED980F 2px solid;
  border-bottom: #ED980F 2px solid;
  color: #ED980F;
  padding: 4% 2%;
}

.fee_txt {
  color: #ED980F;
}

.access_tit {
  background: #0469CE;
  color: #fff;
  text-align: center;
  font-size: 6.4vw;
  padding: 4.4vw 0;
  margin-bottom: 1pc;
}

.access_inner {
  padding: 0 3.2%;
}

.access_tit2 {
  font-size: 6vw;
  padding-bottom: 2%;
  margin: 0 0 4%;
  line-height: 1.4;
  border-bottom: #999 1px solid;
  text-align: center;
}

.access_wrap {
  width: 305px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.access_txt {
  font-size: 10px;
  width: 305px;
  text-align: center;
}

.access_txt2 {
  font-size: 17px;
  font-weight: bold;
}

.access_txt2 a {
  color: #3F38FF;
}

.access_txt2:first-child {
  margin-bottom: 32px;
}

.access_tit3 {
  font-size: 5vw;
  margin: 0 0 2%;
}

.access_tit3:before {
  content: "⬛︎";
}

.access_txt4 {
  font-size: 4vw;
}

.access_btn {
  font-size: 4vw;
  color: #0014FF;
  text-decoration: underline;
}

.access_wrap2 {
  display: flex;
}

.access_wrap3 {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 35px;
}

.access_box {
  margin-right: 18px;
}

.access_box2 {
  width: 36vw;
}

.access_img {
  width: 50.66vw;
}

.access_pic {
  position: relative;
  max-width: 44.53vw;
}

.access_img2 {
  width: 100%;
  height: 66.66vw;
}

.access_txt5 {
  font-size: 2.66667vw;
  position: absolute;
  width: 30.67vw;
  left: 50%;
  top: 50vw;
  padding: 1.53vw 0 .5vw;
  margin-left: -16vw;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

.access_txt5 em {
  display: block;
  font-size: 150%;
  font-style: normal;
}

.access_picture {
  position: relative;
  background: url(../img/mv.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding: 0 3.2% 22%;
}

.access_txt6 {
  font-size: 6vw;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #433;
  text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.access_img3 {
  border: 0;
  width: 100%;
  display: block;
}

.fbtn {
  position: fixed;
  width: 100%;
  height: 11.46vw;
  z-index: 2;
}

.fbtn_inner {
  background: rgba(0,0,0,.67);
}

.fbtn_list {
  overflow: hidden;
  margin: 0;
  height: 11.46vw;
  width: 100%;
  padding: 0;
}

.fbtn_item {
  float: left;
  width: 50%;
  height: 11.46vw;
  text-align: center;
  background: #ED980F;
  list-style: none;
}

.fbtn_item:nth-child(2) {
  background: #5984D5;
}

.fbtn_btn {
  font-size: 4.26vw;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-bottom: 10px;
}

.tel .fbtn_btn:before {
  display: inline-block;
  vertical-align: -0.4em;
  content: "";
  background: url(../img/ico_cta_tel.png) no-repeat left bottom;
  background-size: 20px auto;
  width: 6.93vw;
  height: 9.06vw;
  position: relative;
  z-index: 100;
  margin-right: 0;
}

.mail .fbtn_btn:before {
  display: inline-block;
  vertical-align: -0.4em;
  content: "";
  background: url(../img/ico_cta_mail.png) no-repeat left bottom;
  background-size: 33px auto;
  width: 8.8vw;
  height: 9.06vw;
  position: relative;
  z-index: 100;
  margin-right: 0.2em;
}

.footer {
  background: #333;
  margin-bottom: 11.4vw;
  color: #fff;
  text-align: center;
  padding: 2% 0;
  font-size: 14px;
}

.content_w {
  padding: 0 2%;
}

.content_txt {
  margin: 1em 0;
}

.content_btn {
  color: #0005FF;
}

/* 2021年4月28日　M追加　www.himawari-hasan.com のCSSを追加 */


em,strong/* 210428追加 */{
  font-weight: bold;
  font-style:normal;
}
ol, ul/* 210428追加 */{
  list-style: none;
}

.home-Case_List/* 210428追加 */{
	width: 96%;
	margin: 0 auto 1pc;
}


.home-Case_Lead {
  font-size: 18px;
  font-size: 4.8vw;
  color: #ff5917;
  font-weight: bold;
  text-align: center
}

.home-Case_Item {
  margin: 4vw 0;
  padding: 4vw;
  border: solid 1px #ddd;
  background: #fff
}

.home-Case_Item:last-child {
  margin-bottom: 0
}

.home-Case_Head {
  display: -ms-flexbox;
  display: flex;
}

p.home-Case_Num {
  font-size: 25px;
  font-size: 6.66667vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16vw;
  height: 16vw;
  margin: 0 3.2vw 0 0;
  border-radius: 50%;
  background: #f79a4f;
  color: #fff;
  text-align: center;
  line-height: 1
}

.home-Case_Case {
  font-size: 15px;
  font-size: 4vw;
  display: block;
  width: 100%;
  margin: 0 0 -1.5em;
  line-height: 1
}

.home-Case_SubTitle {
  font-size: 20px;
  font-size: 5.33333vw;
  color: #f79a4f;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -.05em
}

.home-Case_DataWrap {
  font-size: 14px;
  font-size: 3.73333vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: top;
  align-items: top;
  -ms-flex-pack: center;
  justify-content: center
}
.home-Case_Illust img /* 210428追加 */{
  display: block;
  line-height: 0;
  width: 20vw;
}

.home-Case_Illust {
  width: 17.33vw;
  margin: 0 5.33vw 0 0
}

.home-Case_Data {
  line-height: 1.4
}

.home-Case_Data>p {
  padding: 1.33vw 0 0;
  margin-bottom: 1.33vw
}

.home-Case_Data small {
  font-size: 12px;
  font-size: 3.2vw;
  margin: 0 0 0 .5em
}

.home-Case_Discription {
  font-size: 12px;
  font-size: 3.2vw;
  margin: 0 0 1.33vw;
  padding: 3.2vw;
  background: #f6efeb
}

.home-Case_Result {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center
}

.home-Case_Result strong {
  font-size: 34px;
  font-size: 9.06667vw;
  margin: 0 0 0 1.33vw;
  color: #f33
}

.home-Case_Result>p {
  margin-bottom: 0;
  line-height: 1
}

.home-Case_Result>p:nth-of-type(2) {
  margin-top: -6.67vw
}

.home-Case_Result>p:nth-of-type(2) strong {
  font-size: 45px;
  font-size: 12vw
}

.home-Case_Result img {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.home-Case_Yen {
  font-size: 24px;
  font-size: 6.4vw
}

.home-Case_Comment {
  font-size: 14px;
  font-size: 3.73333vw;
  position: relative;
  margin: 0 0 0 14.67vw;
  padding: 4vw;
  border-radius: 4vw;
  background: #e4f5f5
}

.home-Case_Comment>img {
  position: absolute;
  width: 12vw;
  top: 0;
  left: -14.67vw
}

.home-Case_Comment::before {
  content: '';
  position: absolute;
  display: block;
  width: 3.6vw;
  height: 4vw;
  left: -2.67vw;
  top: 0;
  background: url("/assets/img/top/bg_case_comment.svg") no-repeat;
  background-size: 100% auto
}

/* 2025-10-02 */
.header_img {
  width: 250px;
}

.header_tit {
  padding: 4.445px 0;
}

