@charset "shift_jis";

@media screen and (min-width: 769px) {
 .pc_off {
  display: none;
 }

 body {
  margin: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
 }

 header {
 }

    h1 {
        color: #ccc;
        font-size: 10px;
        line-height: 1;
        margin: 5px 0 0 5px;
 }

 h2 {
  text-align: center;
  font-size: 28px;
 }

 ul {
  padding: 0;
  margin: 0;
  list-style: none;
 }

 a{
    text-decoration: none;
 }

 .side_btn {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 1000;
 }

    /* header */
    header {
        display: flex;
        position: relative;
        border-bottom: 1px solid #ccc;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
    }
    .s_t_h_right {
        display: flex;
    }
    .top_navi {
        background-color: #ffffff;
    }
    .sa_global_menu {
        /* メニュー全体のスタイル */
        width: 100%;
        color: #333;
        text-align: center;
        box-sizing: border-box;
    }
    .sa_global_menu_list {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }
    .sa_global_menu_list>li {
        box-sizing: border-box;
        cursor: pointer;
        box-sizing: border-box;
        text-align-last: left;
        background-image: url(/img/h_menu_icon1.png);
        background-repeat: no-repeat;
        background-position: bottom right 45px;
    }
    .sa_global_menu_list>li:first-child {}
    .sa_global_menu_list>li:nth-child(2) {
        background-image: url(/img/h_menu_icon2.png);
    }
    .sa_global_menu_list>li:nth-child(3) {
        background-image: url(/img/h_menu_icon3.png);
    }
    .sa_global_menu_list>li:nth-child(4) {
        background-image: url(/img/h_menu_icon4.png);
        background-position: bottom 15px right 45px;
    }
    .sa_global_menu_list:after {}
    .sa_global_menu .sa_child_menu_span {
        position: relative;
    }
    .sa_global_menu .sa_child_menu_span.arrow {
        position: relative;
    }
    .sa_global_menu .sa_child_menu_span.arrow:after {
        position: absolute;
        content: "";
        right: 13px;
        top: 39%;
        width: 6px;
        height: 6px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    .sa_global_menu .sa_child_menu_span>a {
        display: block;
        padding: 20px 30px 25px 30px;
        text-align: left;
        text-decoration: none;
        position: relative;
        transition: 0.3s;
    }
    .sa_global_menu .sa_child_menu_span>a:after {
        position: absolute;
        content: "";
        width: 0px;
        height: 3px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        background-color: #0e6e98;
        transition: 0.3s;
    }
    .sa_global_menu .sa_child_menu_span>a:hover p {
        color: #0e6e98;
    }
    .sa_global_menu .sa_child_menu_span>a:hover:after {
        width: 30px;
    }
    .sa_global_menu .sa_child_menu_span:after {}
    .sa_global_menu_list li .menu_link {
        display: block;
        padding: 20px 30px;
        font-size: 14px;
        line-height: 20px;
        color: #333;
        text-decoration: none;
        position: relative;
    }
    .sa_global_menu_list li .menu_link:hover {
        background: #fff;
    }
    .s_c_h_tel {
        margin-left: 30px;
    }
    .s_c_h_tel p {
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        margin: 15px 0 -8px;
    }
    .s_c_h_tel span {
        font-size: 10px;
        line-height: 1;
    }
    .s_c_h_inq a {
        display: block;
        width: 140px;
        line-height: 40px;
        color: #fff;
        background-color: #a3d526;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
        margin: 10px 0 0 30px;
        font-size: 14px;
        transition: 0.3s;
    }
    .s_c_h_inq a:hover {
        background-color: #c67a00;
    }
    .sa_child_menu_span span {
        /* 各項目のスタイル */
        display: block;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 10px;
        position: relative;
        text-align: left;
    }
    .sa_child_menu_span p {
        font-size: 14px;
        color: #333;
        font-weight: bold;
        margin: 0;
        text-align: left;
    }
    .sa_global_menu_list li:last-child .menu_link:after {
        content: '';
        /*何も入れない*/
        display: inline-block;
        /*忘れずに！*/
        width: 1px;
        /*画像の幅*/
        height: 60px;
        background: #6e6e6e;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .sa_child_menu_link {
        text-decoration: none;
    }
    .sa_child_menu a {
        text-decoration: none;
        color: #333;
    }
    .menu:hover span {}
    .sa_child_menu>li>span {
        /* 子項目のスタイル */
        font-size: 0.8em;
    }
    .sa_child_menu {
        /* 下層メニューのスタイル */
        width: 100%;
        box-sizing: border-box;
        padding: 30px 0;
        position: absolute;
        top: calc(101%);
        /* 親項目の直下に配置 */
        left: 0;
        color: #333;
        /* 文字色 */
        background: #FFF;
        /* 背景色 */
        visibility: hidden;
        /* 下層メニューを非表示 */
        z-index: 999;
        border-top: 1px solid #ccc;
        box-shadow: 0 6px 6px rgb(0 0 0 / 10%);
    }
    .menu:hover .sa_child_menu {
        /* 下層メニューのスタイル（親項目ホバー時） */
        visibility: visible;
        /* 下層メニューを表示 */
        animation-duration: 0.5s;
        animation-name: fade-in;
    }
    @keyframes fade-in {
        0% {
            visibility: hidden;
            opacity: 0;
            transform: translateY(-10px);
        }
        100% {
            visibility: visible;
            opacity: 1;
            transform: translateY(0px);
        }
    }
    .sa_child_menu_inner {
        width: 1150px;
        margin: 0 auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .sa_child_menu_inner a {
        text-align: left;
        font-weight: bold;
    }
    .sa_child_menu_inner .sa_child_menu_box {
        display: block;
        width: 200px;
        box-sizing: border-box;
        padding: 24px 0 30px 0;
        position: relative;
        border-right: 1px dotted #aaa;
    }
    .sa_child_menu_inner .sa_child_menu_box p {
        margin: 0 auto;
        font-size: 20px;
        line-height: 20px;
        position: relative;
    }
    .sa_child_menu_inner .sa_child_menu_btn {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
    }
    .sa_child_menu_inner .sa_child_menu_btn li {
        width: 150px;
        margin-right: 40px;
        margin: 10px 0;
    }
    .sa_child_menu_inner .sa_child_menu_btn a {
        display: block;
    }
    .sa_child_menu_inner .sa_child_menu_btn a:hover {
        text-decoration: underline;
    }
    .sa_child_menu_inner .sa_child_menu_btn p {
        font-size: 13px;
        line-height: 16px;
        position: relative;
        margin: 0;
    }
    .sa_child_menu_inner .sa_child_menu_btn p:before {
        content: "";
        vertical-align: middle;
        width: 4px;
        height: 4px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 2px;
        bottom: 0;
        right: 7px;
        margin: auto;
        z-index: 1;
    }
    .sa_child_menu_inner .sa_child_menu_btn p:after {
        content: "";
        vertical-align: middle;
        width: 17px;
        height: 17px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        right: 0;
        margin: auto;
        background-color: #f4f0eb;
    }
    .sa_child_menu_btn_01 {
        width: 730px;
        box-sizing: border-box;
        padding: 0 50px;
    }
    .sa_child_menu_btn_01 li:nth-child(3n) {
        margin-right: 0;
    }
    .sa_child_menu_btn_01 li:nth-child(1),
    .sa_child_menu_btn_01 li:nth-child(2),
    .sa_child_menu_btn_01 li:nth-child(3) {
        margin-bottom: 22px;
    }
    .sa_child_menu_btn_02 {
        width: 1010px;
        box-sizing: border-box;
        padding: 0 0 0 50px;
    }
    .sa_child_menu_inner .sa_child_menu_btn_02 li {
        margin-right: 43px;
    }
    .sa_child_menu_btn_02 li:nth-child(5n) {
        margin-right: 0;
    }
    .sa_child_menu_btn_02 li:nth-child {
        margin-bottom: 20px;
    }
    .sa_child_menu_inner .sa_child_menu_list {
        width: 220px;
        display: block;
        box-sizing: border-box;
        padding: 15px 50px 0 15px;
        text-align: left;
        position: relative;
    }
    .sa_child_menu_inner .sa_child_menu_list:before {
        content: '';
        /*何も入れない*/
        display: inline-block;
        /*忘れずに！*/
        width: 1px;
        /*画像の幅*/
        height: 240px;
        background: #6e6e6e;
        position: absolute;
        top: 0;
        left: 0;
    }
    .sa_child_menu_inner .sa_child_menu_list li {
        position: relative;
        padding: 0 0 0 13px;
        margin: 0 0 10px 0;
    }
    .sa_child_menu_inner .sa_child_menu_list li:before {
        content: '';
        /*何も入れない*/
        display: inline-block;
        /*忘れずに！*/
        width: 4px;
        /*画像の幅*/
        height: 4px;
        border-radius: 50%;
        background: #333;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    .sa_child_menu_inner .sa_child_menu_list a {
        display: block;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 1px;
        position: relative;
    }
    .sa_child_menu_inner .sa_child_menu_list a:after {
        content: "";
        vertical-align: middle;
        width: 4px;
        height: 4px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0px;
        margin: auto;
    }

 /*--------------------contact----------------------*/

 .contact_wrap {
  width: 100%;
  height: 280px;
  background: #a3d526;
 }

 .contact_co {
  width: 1100px;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
  color: #fff;
 }

 .con_title {
  font-size: 22px;
  font-weight: bold;
     line-height: 34px;
 }

 .contact_co p {
  margin: 0px auto 40px;
  font-size: 35px;
  font-weight: bold;
     line-height: 45px;
 }

 .contact_btn {
  display: flex;
  justify-content: center;
 }

 .contact_btn a {
  width: 450px;
  height: 70px;
  display: block;
  margin: 0 10px;
  background: #fff;
  line-height: 25px;
  text-decoration: none;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  border-radius: 40px;
  text-indent: 15px;
  position: relative;
  padding: 15px 0;
  box-sizing: border-box;
 }

 .contact_btn a span {
  font-size: 14px;
  display: block;
  font-weight: normal;
 }

 .contact_btn a::before {
  content: "";
  display: inline-block;
  background: url(../img/tel_icon.png);
  background-size: auto;
  width: 28px;
  height: 23px;
  margin-right: 14px;
  margin-bottom: -2px;
  position: absolute;
  top: 35%;
  left: 35px;
 }

 .contact_btn a:nth-child(2):before {
  background: url(../img/mail_icon.png);
  background-repeat: no-repeat;
  background-position: center;
 }

 /*--------------------/contact----------------------*/

 .akiya_con_wrap {
  overflow: hidden;
  color: #000;
 }

 .akiya_con_wrap h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin: 0 0 40px;
 }

 /*--------------------main----------------------*/
 .akiya_main_wrap {
  background: url(../img/main_bg.png);
  background-size: cover;
  background-position: center;
  height: 500px;
  box-sizing: border-box;
  padding-top: 120px;
 }

 .akiya_main_inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
 }

 .akiya_main_inner span {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 1px solid #fff;
  padding: 0 10px 10px;
 }

 .akiya_main_inner p {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: bold;
  margin: 35px 0 30px;
 }

 .akiya_main_inner ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
 }

 .akiya_main_inner ul li {
  width: 215px;
  background: #a3d526;
  color: #fff;
  line-height: 56px;
  border-radius: 10px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
 }

 .akiya_main_inner ul li:first-child {
  margin-right: 10px;
 }

 /*--------------------/main----------------------*/

 /*--------------------nayami----------------------*/
 .akiya_nayami_wrap {
  width: 1100px;
  margin: 80px auto;
 }

 .akiya_nayami_wrap ul {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }

 .akiya_nayami_wrap ul::after {
  content: "";
  display: block;
  background: url(../img/nayami_icon.png);
  width: 290px;
  height: 214px;
  position: absolute;
  bottom: 160px;
  left: 390px;
  z-index: 10;
 }

 .akiya_nayami_wrap ul li {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
 }

 .akiya_nayami_wrap ul li:nth-child(2) {
  margin: 0 30px 30px;
 }

 .akiya_nayami_wrap ul li:nth-child(4) {
  margin: 0 415px 30px 0;
  width: 340px;
  box-sizing: border-box;
 }

 .akiya_nayami_wrap ul li:nth-child(6) {
  margin: 0 360px 30px 0;
  width: 340px;
  box-sizing: border-box;
 }

 .akiya_nayami_wrap ul li:nth-child(9) {
  margin: 0 30px 30px;
 }

 .akiya_nayami_wrap ul li span {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffdbde 60%);
 }

 .akiya_nayami_wrap ul li::before {
  content: "";
  border-left: 16px solid transparent;
  border-top: 16px solid #ccc;
  position: absolute;
  right: 35px;
  bottom: -16px;
  transform: rotate(-90deg);
 }

 .akiya_nayami_wrap ul li::after {
  content: "";
  border-left: 15px solid transparent;
  border-top: 15px solid white;
  position: absolute;
  right: 35px;
  bottom: -14px;
  transform: rotate(-90deg);
 }

 .akiya_nayami_wrap ul li:nth-child(5)::before,
 .akiya_nayami_wrap ul li:nth-child(7)::before {
  top: 36px;
  left: -16px;
  right: auto;
  bottom: auto;
  transform: none;
 }

 .akiya_nayami_wrap ul li:nth-child(5)::after,
 .akiya_nayami_wrap ul li:nth-child(7)::after {
  top: 37px;
  left: -14px;
  right: auto;
  bottom: auto;
  transform: none;
 }

 .akiya_nayami_wrap ul li:nth-child(4)::before,
 .akiya_nayami_wrap ul li:nth-child(6)::before {
  top: 56px;
  right: -16px;
  bottom: auto;
 }

 .akiya_nayami_wrap ul li:nth-child(4)::after,
 .akiya_nayami_wrap ul li:nth-child(6)::after {
  top: 57px;
  right: -14px;
  bottom: auto;
 }

 .akiya_nayami_wrap ul li:nth-child(8)::before,
 .akiya_nayami_wrap ul li:nth-child(9)::before,
 .akiya_nayami_wrap ul li:nth-child(10)::before {
  top: -16px;
  right: 35px;
  bottom: auto;
  transform: rotate(-180deg);
 }

 .akiya_nayami_wrap ul li:nth-child(8)::after,
 .akiya_nayami_wrap ul li:nth-child(9)::after,
 .akiya_nayami_wrap ul li:nth-child(10)::after {
  top: -14px;
  right: 35px;
  bottom: auto;
  transform: rotate(-180deg);
 }


 /*--------------------/nayami----------------------*/

 /*--------------------risk----------------------*/
 .akiya_risk_wrap {
  background: #eeeeee;
  padding: 80px 0;
 }

 .akiya_risk_inner {
  width: 1100px;
  margin: 0 auto;
 }

 .akiya_risk_txt {}

 .akiya_risk_txt p {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.1em;
  color: #00561f;
  font-weight: 500;
  margin: 0 0 50px;
 }

 .akiya_risk_txt p span {
  background: linear-gradient(transparent 60%, #ffdbde 60%);
 }

 .akiya_risk_inner ul li {
  width: 1100px;
  box-sizing: border-box;
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border: 3px solid #a3d526;
  border-radius: 5px;
 }

 .akiya_risk_inner ul li:last-child {
  margin-bottom: 0;
 }

 .akiya_risk_inner ul li h3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #00561f;
  font-size: 27px;
  line-height: 27px;
  letter-spacing: 0.1em;
 }

 .akiya_risk_inner ul li h3 span {
  display: block;
  background: #a3d526;
  width: 90px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 20px;

 }

 .akiya_risk_con {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
 }

 .akiya_risk_con p {
  margin: 0 0 0 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.1em;
 }

 /*--------------------/risk----------------------*/

 /*--------------------point----------------------*/
 .akiya_point_wrap {
  width: 1100px;
  margin: 80px auto;
 }

 .akiya_point_txt {
  text-align: center;
 }

 .akiya_point_txt h2 {
  display: inline-block;
  position: relative;
  background: linear-gradient(transparent 60%, #ffdbde 60%);
 }

 .akiya_point_txt h2::before {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background: #000;
  transform: rotate(-25deg);
  position: absolute;
  bottom: -5px;
  left: -30px;
 }

 .akiya_point_txt h2::after {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background: #000;
  transform: rotate(25deg);
  position: absolute;
  bottom: -5px;
  right: -30px;
 }

 .akiya_point_txt p {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.05em;
  color: #00561f;
  font-weight: 500;
  margin: 0 0 60px;
 }

 .akiya_point_wrap ul li:first-child {
  margin-bottom: 50px;
 }

 .akiya_point_wrap ul li h3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
 }

 .akiya_point_wrap ul li h3 span {
  display: block;
  width: 160px;
  font-size: 25px;
  line-height: 52px;
  background: #ca848a;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin: 0 20px 0 20px;
 }

 .akiya_point_con {
  background: #eeeeee;
  border-radius: 10px;
  padding: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
 }

 .akiya_point_con p {
  margin: 0 0 0 30px;
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
 }

 /*--------------------/point----------------------*/

 /*--------------------qa----------------------*/
 .akiya_qa_wrap {
  background: #f6f6f6;
  padding: 80px 0;
 }

 .akiya_qa_inner {
  width: 1050px;
  margin: 0 auto;
 }

 .akiya_qa_ti h2 {
  margin: 0;
 }

 .akiya_qa_ti span {
  display: block;
  text-align: center;
  color: #a3d526;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
 }

 .akiya_qa_ti span::before {
  content: "";
  display: block;
  background: #dadada;
  width: 25px;
  height: 4px;
  margin: 15px auto;
 }

 .akiya_qa_con {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
 }

 .akiya_qa_con dt {
  background: #fff;
  padding: 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 100px;
  font-weight: bold;
  color: #000;
 }

 .akiya_qa_con dt::before {
  content: "";
  display: block;
  background: url(../img/q_icon.png);
  width: 31px;
  height: 33px;
  margin-right: 20px;
 }

 .akiya_qa_con dd {
  background: #efefef;
  padding: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  color: #000;
  min-height: 140px;
  box-sizing: border-box;
  margin: 0 0 40px;
 }

 .akiya_qa_con dd::before {
  content: "";
  display: block;
  background: url(../img/a_icon.png);
  width: 27px;
  height: 29px;
  margin-right: 20px;
 }


 /*--------------------/qa----------------------*/



 /*--------------------/media screen----------------------*/
}
