@charset "utf-8";
/* PCサイズ------------------------------- */
@media screen and (min-width:1031px) {
/*---------------------------------

  共通

---------------------------------*/
.width1030,
.sp,
.tablet_only,
.sp_only {
  display: none!important;
}
main {
  overflow: hidden;
  margin: 105px 0 0;
  position: relative;
}

/*
  ボタン
--------------------------*/
.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;
}
.cv:hover,
.cv_w:hover,
.return:hover,
.cv_contact:hover {
  opacity: 0.8;
}

/*
  ページ内リンク
--------------------------*/
.in_page_link {
  letter-spacing: -.4em;
  text-align: center;
  margin: 0 0 20px;
}
.in_page_link li {
  display: inline-block;
  margin: 0 10px;
}
.in_page_link a {
  display: inline-block;
  padding: 0 45px 0 30px;
  color: #03a864;
  font-size: 16px;
  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 10px center no-repeat;
  background-size: 20px;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 6px;
}
.in_page_link a:hover {
  color: #fff;
  background: #03a864 url(../../image/common/in_page_link.png) right 10px center no-repeat;
  background-size: 20px;
}

/*
  固定お問い合わせボタン
--------------------------*/
.contact_fix {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 210px;
}
.contact_fix a {
  color: #fff;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #03a864;
  display: block;
  width: 40px;
  height: 220px;
  text-align: center;
  line-height: 40px;
  border-radius: 10px 0 0 10px;
  font-size: 14px;
}
.contact_fix a:last-child {
  margin: 20px 0 0;
  background: #017540;
}
.contact_fix a:hover {
  opacity: 0.8;
}

/*
  ヘッダー
--------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 3;
  background: #fff;
  min-height: 105px;
  height: 105px;
  box-sizing: border-box;
  border-top: solid 2px #03a864;
  border-bottom: solid 1px #f1f1f1;
}
#header .header_in {
  width: 98%;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
  height: 103px;
}
#header .sub {
  overflow: hidden;
  padding: 12px 0 18px;
}
#header .sub > span {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}
#header .sub p {
  font-size: 13px;
  float: right;
  display: inline-block;
}
#header .sub p span {
  display: inline-block;
  color: #03a864;
  width: 70px;
  line-height: 18px;
  border: solid 1px #03a864;
  box-sizing: border-box;
  margin: 0 12px 0 0;
  text-align: center;
  border-radius: 5px;
}
#header .sub .tel {
  font-size: 14px;
  float: right;
  display: inline-block;
  color: #03a864;
  font-weight: bold;
  margin: 0 20px 0 0;
  padding: 0 0 0 24px;
  background: url(../../image/common/tel_icon.png) left center no-repeat;
  background-size: 16px;
  line-height: 20px;
}
#header .sub .tel:hover {
  opacity: 0.8;
}
#header .logo {
  float: left;
  line-height: 1;
  display: inline-block;
}
#header .logo:hover {
  opacity: 0.8;
}
#header .logo img {
  width: 248px;
  height: 41px;
}
#header .login_btn {
  width: 150px;
  line-height: 40px;
  text-align: center;
  padding: 0 0 0 20px;
  background: #a6be29 url(../../image/common/login_header.png) left 18px center no-repeat;
  background-size: 20px;
  display: block;
  color: #fff;
  font-weight: bold;
  float: right;
  border-radius: 6px;
}
#header .login_btn:hover {
  opacity: 0.8;
}
nav {
  overflow: hidden;
  float: right;
}
nav ul {
  overflow: hidden;
}
nav .menu {
  margin-right: 15px;
  float: left;
}
nav li a:hover {
  text-decoration: none;
}
/*ナビのアニメーション*/
nav .text {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 15px 4px 0;
  height: 53px;
  position: relative;
  letter-spacing: 0px;
}
nav .text.now,
nav .text:hover {
  color: #03a864;
}
nav .text:before,
nav .text:after {
  position: absolute;
  bottom: 10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #03a864;
  transition: 1s;
}
nav .text:before {
  left: 50%;
}
nav .text:after {
  right: 50%;
}
nav .text:hover:before,
nav .text:hover:after,
nav .text.now:before,
nav .text.now:after {
  width: 50%;
}
/*サブメニューアニメーション*/
.menu_dropdown {
  width: auto;
  min-width: 150px;
  padding: 10px 0;
  position: absolute;
  background: #fff;
  z-index: 100;
  box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
  transition:
    0.5s padding,
    0.5s background;
}
.menu:nth-child(2) .menu_dropdown,
.menu:nth-child(5) .menu_dropdown {
  margin-left: -43px;
}
.menu:nth-child(4) .menu_dropdown {
  margin-left: -95px;
}
.menu_dropdown:after {
  content: "";
  display: block;
  height: 0;
  border-top: 5px solid #ebebeb;
  border-left: ($menu_WIDTH / 2) solid transparent;
  border-right: ($menu_WIDTH / 2) solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.5s border-top;
}
.menu:not(:hover) > .menu_dropdown {
  padding: 0;
  background: #fff;
  z-index: 99;
  box-sizing: border-box;
}
.menu:not(:hover) > .menu_dropdown:after {
  border-top-color: #dddddd;
}
.menu:not(:hover) > .menu_title:after {
  border-bottom-color: #dddddd;
}
.menu_dropdown > * {
  overflow: hidden;
  padding: 0;
  background: #fff;
  white-space: nowrap;
  transition:
    0.5s height cubic-bezier(.73,.32,.34,1.5),
    0.5s padding cubic-bezier(.73,.32,.34,1.5),
    0.5s margin cubic-bezier(.73,.32,.34,1.5),
    0.5s 0.2s color,
    0.2s background-color;
}
.menu_dropdown a {
  padding: 5px 0 5px 15px;
  display: block;
  font-size: 14px;
  position: relative;
  margin: 5px 20px;
  line-height: 1;
}
.menu_dropdown a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #03a864;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.menu_dropdown a:hover {
  color: #03a864;
}
.menu:not(:hover) > .menu_dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25,25,25,0);
  transition:
    0.5s 0.1s height,
    0.5s 0.1s padding,
    0.5s 0.1s margin,
    0.3s color,
    0.6s visibility;
  z-index: 99;
}

/*
  フッター
--------------------------*/
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: 45px 0 0;
  overflow: hidden;
  text-align: center;
}
.footer_in .info {
  width: 348px;
  float: left;
  text-align: center;
  margin: 0 10% 0 0;
  min-height: 260px;
  background: url(../../image/common/tricare.png) left bottom 3px no-repeat;
  background-size: 65px;
}
.footer_in .info .login_btn {
  color: #fff;
  line-height: 70px;
  width: 220px;
  display: inline-block;
  border-radius: 10px;
  background: #a6be29 url(../../image/common/login_footer.png) left 30px center no-repeat;
  background-size: 29px;
  border-bottom: solid 4px #636d18;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0 20px;
  letter-spacing: 1px;
  position: relative;
  margin: 0 0 0 30px;
}
.footer_in .info .login_btn:before {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 14px;
  height: 12px;
  background: url(../../image/common/link_w.png) center no-repeat;
  background-size: 14px;
}
.footer_in .info .cmn-footer-info {
  margin: 15px 0px 5px 85px;
  text-align: left;
  line-height: 1.8;
}
.footer_in .logo {
  overflow: hidden;
  display: inline-block;
  margin: 0 0 15px;
}
.footer_in .logo img {
  width: 348px;
  height: 57px;
}
.footer_in .links {
  display: inline-block;
  overflow: hidden;
  width: calc(90% - 350px);
  text-align: left;
  letter-spacing: -.4em;
  min-height: 330px;
}
.footer_in .links ul {
  display: inline-block;
  overflow: hidden;
  width: 210px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.5px;
  margin: 0 10% 0 0;
}
.footer_in .links ul:last-child {
  margin: 0;
}
.footer_in .links li {
  margin: 0 0 18px;
  position: relative;
  padding: 0 0 0 30px;
}
.footer_in .links li:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background: #03a864;
  top: 8px;
  left: 0;
}
.footer_in .tool_banner_outer {
  position: relative;
  border-top: solid 1px #cacaca;
  padding: 40px 0;
  clear: both;
}
.footer_in .confidence {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  right: 0;
  top: -70px;
}
.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;
  -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;
}
.footer_in .confidence input:hover {
  opacity: 0.8;
}
.footer_in .confidence li {
  height: 60px;
  float: left;
  margin: 0 0 0 10px;
}
.footer_in .tool_banner {
  overflow: hidden;
}
.footer_in .tool_banner li {
  width: 32%;
  margin: 0 2% 0 0;
  float: left;
}
.footer_in .tool_banner li:last-child {
  margin: 0;
}
.footer_in .tool_banner li a {
  display: block;
}
#footer .small {
  background: #03a864;
}
#footer .small div {
  max-width: 1100px;
  margin: 0 auto;
  width: 94%;
  padding: 16px 0;
}
#footer .small ul {
  width: 480px;
  float: right;
  letter-spacing: -.4em;
  text-align: right;
}
#footer .small li {
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 0 15px;
  border-right: solid 1px #fff;
}
#footer .small li:last-child {
  padding: 0 0 0 15px;
  border-right: none;
}
#footer .small a {
  color: #fff;
}
#footer .small small {
  color: #fff;
}
#footer a:hover {
  opacity: 0.8;
}
.content {
  width: 94%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  padding: 60px 0 100px;
}
.footer_in dl{
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  gap: 20px 20px;
  border-top:  solid 1px #cacaca;
  text-align: left;
}
.footer_in dt{
  width: 100%;
  color: #03a864;
  font-size: 18px;
  font-weight: bold;
}
.footer_in dd{
  position: relative;
  width: calc(25% - 15px);
  padding: 0 0 0 20px;
}
.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;
}

/*
  ページネーション
--------------------------*/
.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,
.paging a:hover {
  background: #03a864;
  color: #fff;
}
/* プレビュー、ネクストボタン消してる */
.paging .prev,
.paging .next {
  display: none;
}
/* .paging .prev,
.paging .next {
  background: none!important;
  color: #03a864!important;
  border: none;
}
.paging .prev:hover,
.paging .next:hover {
  opacity: 0.6;
} */

/*
  見出し
--------------------------*/
.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;
}
.link:hover {
  text-decoration: none;
}
.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;
}

/*
  ページトップボタン
--------------------------*/
.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;
}
.pagetop:hover {
  opacity: 0.8;
}

/*
  ここから記載してください
--------------------------*/



/*
  ここまで
--------------------------*/

/*---------------------------------

  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:hover{
    opacity: 0.8;
  }
  .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: 423px;
    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% - 345px);
    right: -100px;
    display: block;
    width: 690px;
    height: 690px;
    background: url(../../image/common/fcta_img1.png) no-repeat center center;
    background-size: 490px;
    background-color: #fff;
    border-radius: 50%;
  }
  .footer_cta .ttl{
    position: relative;
    margin: 0 0 60px;
    color: #03A864;
    font-size: 40px;
    font-weight: 600;
    z-index: 1;
  }
}