@charset "utf-8";
/* タブレットサイズ------------------------------- */
@media screen and (min-width:768px) and (max-width:1030px) {
/*---------------------------------

  共通

---------------------------------*/
.width1031,
.pc,
.sp_only {
  display: none!important;
}
main{
  margin-top: 55px;
}
/*
  ナビ用
--------------------------*/
.menu_background{
  display: none;
  z-index: 3;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.back_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
html > * {
 -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*
  ボタン
--------------------------*/
.cv,
.cv_w,
.return,
.cv_contact {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 240px;
  line-height: 48px;
  border: solid 2px #03a864;
  border-bottom: solid 4px #038c4e;
  background: #03a864;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  border-radius: 6px;
}
.cv span {
  background: url(../../image/common/cv_w.png) left center no-repeat;
  background-size: 20px;
  padding: 0 0 0 32px;
  display: inline-block;
}
.return {
  border: solid 2px #e6e6e6;
  border-bottom: solid 4px #999;
  background: #e6e6e6;
  width: 100px;
  color: #666;
  font-size: 14px;
}
.cv_contact {
  border: solid 2px #f76321;
  border-bottom: solid 4px #d14519;
  background: #f76321;
  font-size: 18px;
}
/*
  ページ内リンク
--------------------------*/
.in_page_link {
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 0 20px;
}
.in_page_link li {
  display: inline-block;
  margin: 0 16px 0 0;
}
.in_page_link li:last-child {
  margin: 0;
}
.in_page_link a {
  display: inline-block;
  padding: 0 34px 0 10px;
  color: #03a864;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  border: solid 1px #03a864;
  border-bottom: solid 4px #038c4e;
  background: #edf2d4 url(../../image/common/in_page_link.png) right 8px center no-repeat;
  background-size: 20px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 6px;
  letter-spacing: 0;
}
/*
  ヘッダー
--------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  background: #fff;
  box-sizing: border-box;
  border-top: solid 2px #03a864;
  border-bottom: solid 1px #f1f1f1;
}
#header .header_in {
  width: 100%;
  height: 100%;
  padding: 0 0 55px;
  background: #fff;
  box-sizing: border-box;
  display: none;
  position: fixed;
  z-index: -1;
}
#header .header_in > div {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  height: 100%;
}

#header .header_in .nav {
  padding: 10px 3% 0;
}
.header_in .nav a {
  padding: 15px 3% 15px 10px;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
  display: block;
  border-bottom: solid 1px #ccc;
  background: url(../../image/common/cv_g.png) right 10px center no-repeat;
  background-size: 17px;
}
.header_in .nav:nth-child(4) {
  letter-spacing: -.4em;
  text-align: center;
}
.header_in .nav:nth-child(4) li {
  width: 32%;
  margin: 0 2% 0 0;
  display: inline-block;
  text-align: left;
}
.header_in .nav:nth-child(4) li:nth-child(3n) {
  margin: 0;
}
.header_in .nav:nth-child(4) a {
  padding: 17px 3% 17px 10px;
  font-size: 12px;
}
.header_in .nav .conditions {
  position: relative;
  background: none;
}
.header_in .nav .conditions::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 14px;
  height: 2px;
  background: #03a864;
  z-index: 1;
}
.header_in .nav .conditions::after {
   content: '';
   position: absolute;
   top: 50%;
   right: 12px;
   display: block;
   width: 14px;
   height: 2px;
   background: #03a864;
   z-index: 1;
   transform: rotate(90deg);
   transition: .5s;
 }
.header_in .nav .conditions_close::after {
  transform: rotate(0deg);
}
.header_in .nav ul li a {
  background-color: #f8f8f8;
}
.header_in .contact_fix {
  padding: 25px 3% 0;
  overflow: hidden;
}
.header_in .contact_fix a {
  display: block;
  width: 48.5%;
  margin: 0 3% 15px 0;
  background: #03a864 url(../../image/common/cv_w.png) right 10px center no-repeat;
  background-size: 17px;
  padding: 15px;
  font-size: 15px;
  color: #fff;
  float: left;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
}
.header_in .contact_fix a:last-child {
  background: #017540 url../../image/common/cv_w.png) right 10px center no-repeat;
  background-size: 17px;
  margin: 0 0 15px;
}
.header_in .menu_tel {
  padding: 20px 3%;
  background: #f2f2f2;
  text-align: center;
}
.header_in .menu_tel .tel {
  color: #03a864;
  font-weight: bold;
  display: inline-block;
  font-size: 17px;
  padding: 0 0 0 30px;
  background: url(../../image/common/tel_icon.png) left center no-repeat;
  background-size: 20px;
  margin: 0 0 7px;
}
.header_in .menu_tel p {
  font-size: 12px;
}
.header_in .menu_tel span {
  display: inline-block;
  color: #03a864;
  width: 60px;
  line-height: 18px;
  border: solid 1px #03a864;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}
.header_in .tool_banner {
  padding: 30px 3% 10px;
  overflow: hidden;
}
.header_in .tool_banner li {
  width: 32%;
  margin: 0 2% 20px 0;
  float: left;
}
.header_in .tool_banner li:last-child {
  margin: 0 0 20px 0;
}
.header_menu {
  overflow: hidden;
  line-height: 1;
  background: #fff;
  overflow: hidden;
  height: 55px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}
.menu_trigger {
  position: relative;
  width: 55px;
  height: 55px;
  background: #03a864;
  z-index: 6;
  float: right;
}
.menu_trigger span {
  position: absolute;
  background: #fff;
  width: 28px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu_trigger span:nth-of-type(1) {
  top: 18px;
}
.menu_trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 18px;
}
.menu_trigger.active span:nth-of-type(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.menu_trigger.active span:nth-of-type(2){
  opacity: 0;
}
.menu_trigger.active span:nth-of-type(3){
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
#header h1 {
  padding: 0;
  background: none;
}
#header .header_menu > .logo,
#header h1 {
  margin: 17px 0 0 3%;
  float: left;
  width: 140px;
}
#header h1 .logo {
  display: block;
}
#header .login_btn {
  width: 120px;
  line-height: 35px;
  text-align: center;
  padding: 0 0 0 15px;
  background: #a6be29 url(../../image/common/login_header.png) left 13px center no-repeat;
  background-size: 15px;
  display: block;
  color: #fff;
  font-weight: bold;
  float: right;
  border-radius: 6px;
  font-size: 12px;
  margin: 10px 10px 0 0;
}
/*
  フッター
--------------------------*/
footer {
  box-sizing: border-box;
  position: relative;
  border-top: solid 4px #eff4d4;
}
.top_main + footer {
  border-top: solid 4px #f2f2f2;
}
.footer_in {
  max-width: 1100px;
  margin: 0 auto;
  width: 94%;
  padding: 0;
  overflow: hidden;
  text-align: center;
}
.footer_in .tool_banner_outer {
  padding: 15px 0;
}
.footer_in .confidence {
  overflow: hidden;
  display: inline-block;
}
.footer_in .confidence li {
  height: 60px;
  float: left;
  margin: 0 5px;
}
.footer_in .confidence li a {
  display: inline-block;
}
.footer_in .confidence li a img {
  height: 60px;
}
.footer_in .confidence input {
  height: 60px;
  line-height: 60px;
  padding: 0;
  border: none;
  width: auto;
}
#footer .small {
  background: #03a864;
}
#footer .small div {
  max-width: 1100px;
  margin: 0 auto;
  width: 94%;
  padding: 16px 0;
}
#footer .small small {
  color: #fff;
  text-align: center;
  display: block;
}
.content {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 80px;
}
.footer_in dl{
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  gap: 20px 20px;
  text-align: left;
}
.footer_in dt{
  width: 100%;
  color: #03a864;
  font-size: 18px;
  font-weight: bold;
}
.footer_in dd{
  position: relative;
  width: calc(37% - 15px);
  padding: 0 0 0 20px;
}
.footer_in dd:nth-of-type(3n-2){
  width: calc(30% - 15px);
}
.footer_in dd:nth-of-type(3n){
  width: calc(33% - 15px);
}
.footer_in dd:before{
  position: absolute;
  content: "";
  width: 12px;
  height: 2px;
  background: #03a864;
  top: 8px;
  left: 0;
}
/*
  article　ヘッダー
--------------------------*/
article header {
  background: #edf2d4;
  min-height: 140px;
}
article header div {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 0 40px;
}
article header .breadcrumb {
  overflow: hidden;
  margin: 0 0 18px;
}
article header .breadcrumb li {
  float: left;
  display: inline-block;
  line-height: 1;
}
article header .breadcrumb li:after {
  content: ">";
  display: inline-block;
  margin: 0 5px 0 2px;
  vertical-align: middle;
  line-height: 1.4;
}
article header .breadcrumb li:last-child:after {
  content: "";
  margin: 0;
  display: none;
}
article header .breadcrumb li span {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.4;
}
article header .breadcrumb li a {
  color: #03a864;
  vertical-align: middle;
  display: inline-block;
}
article header h1 {
  color: #03a864;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
/*
  見出し
--------------------------*/
.title {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  padding: 12px 20px 12px 36px;
  margin: 0 0 25px;
  text-align: left;
  clear: both;
  background: #f4f4f4;
}
.title:before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, #03a864 0% ,#03a864 50%, #1ac175 51% , #1ac175 100%);
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
}
.title span {
  font-size: 24px;
  margin: 0 0 0 20px;
  display: inline-block;
}
.sub_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 0 14px 18px;
  border-bottom: solid 2px #a6be29;
  position: relative;
  margin: 0 0 25px;
}
.sub_title:before {
  content: "";
  position: absolute;
  background: #a6be29;
  width: 10px;
  height: calc(100% - 13px);
  top: 0;
  left: 0;
}
.title_g {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding: 0 0 20px;
  position: relative;
  margin: 0 0 25px;
  letter-spacing: 2px;
  line-height: 1.6;
  text-align: center;
}
.title_g:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 10px;
  background: #edf2d4;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.title_g span {
  color: #03a864;
}
.link {
  color: #03a864;
  text-decoration: underline;
  padding: 0 0 0 25px;
  background: url(../../image/common/cv_wg.png) left top no-repeat;
  background-size: 20px;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
}
.maru_img {
  border: solid 2px #e6e6e6;
  border-radius: 17px;
  display: inline-block;
}
.maru_img span {
  border: solid 6px #fff;
  border-radius: 17px;
  display: block;
  overflow: hidden;
}
/*
  ページネーション
--------------------------*/
.paging {
  text-align: center;
  letter-spacing: -.4em;
  margin: 80px 0 0;
}
.paging span,
.paging a {
  border: solid 1px #03a864;
  background: #fff;
  width: 50px;
  height: 50px;
  color: #03a864;
  line-height: 48px;
  display: inline-block;
  letter-spacing: 0;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  font-size: 16px;
}
.paging .current {
  background: #03a864;
  color: #fff;
}
/* プレビュー、ネクストボタン消してる */
.paging .prev,
.paging .next {
  display: none;
}
/* .paging .prev,
.paging .next {
  background: none!important;
  color: #03a864!important;
  border: none;
} */
/*
  ページトップボタン
--------------------------*/
.pagetop {
  width: 50px;
  height: 50px;
  background: #808080;
  bottom: 20px;
  right: 3%;
  position: fixed;
  z-index: 2;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.pagetop:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -10px;
}

/*
  ここから記載してください
--------------------------*/



/*
  ここまで
--------------------------*/

/*---------------------------------

  footer_cta

---------------------------------*/

  .flex{
    display: flex;
    flex-wrap: wrap;
  }
  .inner{
    width: 94%;
    max-width: 1100px;
    margin: auto;
  }
  .cv_list{
    gap: 16px;
  }
  .cv_list li{
    width: 288px;
    height: 80px;
  }
  .cv_list li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 11px 0 0 93px;
    background: #fff;
    border: 3px solid #F74A4A;
    border-radius: 10px;
    color: #F74A4A;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
  }
  .cv_list li:last-child a{
    padding: 11px 0 0 113px;
    background: #F74A4A;
    color: #fff;
  }
  .cv_list li a::before{
    content: '';
    position: absolute;
    left: 35px;
    top: 12px;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../../image/common/icon_apply.png) no-repeat;
    background-size: 48px;
  }
  .cv_list li:last-child a::before{
    left: 55px;
    background: url(../../image/common/icon_mail.png) no-repeat;
    background-size: 48px;
  }

  .footer_cta{
    height: 400px;
    overflow: hidden;
    background-image: linear-gradient(90deg, #FFFDF1 0%, #FFF8D2 100%);
  }
  .footer_cta .inner{
    position: relative;
    height: 100%;
    padding: 80px 0 0;
  }
  .footer_cta .inner::before{
    content: '';
    position: absolute;
    top: calc(50% - 300px);
    right: -120px;
    display: block;
    width: 500px;
    height: 500px;
    background: url(../../image/common/fcta_img1.png) no-repeat center center;
    background-size: 420px;
    background-color: #fff;
    border-radius: 50%;
  }
  .footer_cta .ttl{
    position: relative;
    margin: 0 0 60px;
    color: #03A864;
    font-size: 36px;
    font-weight: 600;
    z-index: 1;
  }

}