/*! Writen  by SCSS */
.sec01 {
  padding: 100px 20px 200px; }
  @media screen and (max-width: 768px) {
    .sec01 {
      padding: 70px 20px 120px; } }
  @media screen and (max-width: 480px) {
    .sec01 {
      padding: 60px 20px; } }

/*
.sp_flex{
	@include mq($br_sp){
		display: flex;
		justify-content:space-between;
		align-items:center;
	}
	
	
	.en_ttl{
		@include mq($br_sp){
			font-size:15px;	
			margin-bottom:0;
			margin-right:20px;
		}
	}
	.read_big{
		@include mq($br_sp){
			font-size:14px;	
			text-align: left;
			width:74%;
			letter-spacing: normal;
		}
	}

}
*/
@media screen and (max-width: 480px) {
  .ttl .anime {
    width: 60%; } }

.sec02 {
  margin-bottom: 150px; }
  @media screen and (max-width: 768px) {
    .sec02 {
      margin-bottom: 100px; } }
  @media screen and (max-width: 480px) {
    .sec02 {
      /*margin-bottom:80px;*/ } }
  .sec02 .inner {
    margin-bottom: 120px; }
    @media screen and (max-width: 768px) {
      .sec02 .inner {
        margin-bottom: 60px; } }
    @media screen and (max-width: 480px) {
      .sec02 .inner {
        margin-bottom: 40px; } }
  .sec02 .shikihai_txt {
    font-size: 16px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sec02 .shikihai_txt {
        font-size: 14px; } }
  .sec02 .shikihai_wrap {
    width: calc(100% - 40px);
    max-width: 1079px;
    margin: 0 auto 30px;
    position: relative; }
    @media screen and (max-width: 480px) {
      .sec02 .shikihai_wrap {
        width: 100%;
        padding-left: 20px; } }
    .sec02 .shikihai_wrap .shikihai {
      position: relative; }
      @media screen and (max-width: 480px) {
        .sec02 .shikihai_wrap .shikihai.sp_slide img.shiki_img {
          max-width: none;
          width: 160%; } }
      .sec02 .shikihai_wrap .shikihai .prot {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
        @media screen and (max-width: 480px) {
          .sec02 .shikihai_wrap .shikihai .prot {
            width: 160%; } }
        .sec02 .shikihai_wrap .shikihai .prot li {
          position: absolute;
          width: 4.542%;
          transition: 0.3s transform ease-in-out 0s; }
          @media screen and (max-width: 480px) {
            .sec02 .shikihai_wrap .shikihai .prot li {
              /*width:5.5%;*/ } }
          body:not(.mobile) .sec02 .shikihai_wrap .shikihai .prot li:hover {
            transform: translateY(-6px); }
          .sec02 .shikihai_wrap .shikihai .prot li.p01 {
            left: 30.7%;
            top: 0%; }
          .sec02 .shikihai_wrap .shikihai .prot li.p02 {
            left: 44.7%;
            top: 0%; }
          .sec02 .shikihai_wrap .shikihai .prot li.p03 {
            left: 23.1%;
            top: 32%; }
          .sec02 .shikihai_wrap .shikihai .prot li.p04 {
            left: 40.5%;
            top: 32%; }
          .sec02 .shikihai_wrap .shikihai .prot li.p05 {
            right: 22.5%;
            top: 3%; }
          .sec02 .shikihai_wrap .shikihai .prot li.p06 {
            right: 3.5%;
            top: 2%; }
          .sec02 .shikihai_wrap .shikihai .prot li.p07 {
            right: 2%;
            top: 33%; }
          .sec02 .shikihai_wrap .shikihai .prot li.p08 {
            right: 14.4%;
            top: 65%; }
      .sec02 .shikihai_wrap .shikihai .read_s {
        margin-bottom: 30px; }
        @media screen and (max-width: 480px) {
          .sec02 .shikihai_wrap .shikihai .read_s {
            margin-bottom: 10px; } }
    @media screen and (max-width: 480px) {
      .sec02 .shikihai_wrap .read_s {
        padding-right: 10px; } }
    .sec02 .shikihai_wrap .hanrei {
      position: absolute;
      left: 4.06%;
      bottom: 20%; }
      @media screen and (max-width: 480px) {
        .sec02 .shikihai_wrap .hanrei {
          bottom: 15%; } }
      .sec02 .shikihai_wrap .hanrei li {
        display: flex;
        align-items: center;
        font-size: 14px; }
        .sec02 .shikihai_wrap .hanrei li:not(first-child) {
          margin-top: 10px; }
        @media screen and (max-width: 900px) {
          .sec02 .shikihai_wrap .hanrei li {
            font-size: 12px; } }
        @media screen and (max-width: 480px) {
          .sec02 .shikihai_wrap .hanrei li {
            font-size: 10px; } }
        .sec02 .shikihai_wrap .hanrei li .iro {
          width: 95px;
          height: 28px;
          margin-right: 20px;
          letter-spacing: normal; }
          @media screen and (max-width: 900px) {
            .sec02 .shikihai_wrap .hanrei li .iro {
              width: 60px;
              height: 20px; } }
          @media screen and (max-width: 480px) {
            .sec02 .shikihai_wrap .hanrei li .iro {
              margin-right: 10px; } }
          .sec02 .shikihai_wrap .hanrei li .iro.iro01 {
            background: #4b5b6f; }
          .sec02 .shikihai_wrap .hanrei li .iro.iro02 {
            background: #ec8c4e; }
  .sec02 .prot_area {
    max-width: 1026px;
    margin: 0 auto;
    width: calc(100% - 40px); }
    .sec02 .prot_area .prot_cont {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 480px) {
        .sec02 .prot_area .prot_cont {
          flex-wrap: wrap; } }
      .sec02 .prot_area .prot_cont > div {
        width: 48.74%; }
        @media screen and (max-width: 480px) {
          .sec02 .prot_area .prot_cont > div {
            width: 100%; } }
      .sec02 .prot_area .prot_cont .box {
        padding: 40px 30px; }
        @media screen and (max-width: 1200px) {
          .sec02 .prot_area .prot_cont .box {
            padding: 30px 20px; } }
        @media screen and (max-width: 768px) {
          .sec02 .prot_area .prot_cont .box {
            padding: 20px; } }
        @media screen and (max-width: 480px) {
          .sec02 .prot_area .prot_cont .box {
            padding: 20px 15px; } }
      @media screen and (max-width: 480px) {
        .sec02 .prot_area .prot_cont .left {
          order: 1; } }
      .sec02 .prot_area .prot_cont .left .midashi {
        background: #4b5b6f; }
      .sec02 .prot_area .prot_cont .left .left_box {
        background: #f1f3f5; }
      .sec02 .prot_area .prot_cont .midashi {
        padding: 10px;
        font-size: 18px;
        color: #FFF;
        text-align: center; }
        @media screen and (max-width: 900px) {
          .sec02 .prot_area .prot_cont .midashi {
            font-size: 16px; } }
        @media screen and (max-width: 480px) {
          .sec02 .prot_area .prot_cont .midashi {
            font-size: 15px; } }
      @media screen and (max-width: 480px) {
        .sec02 .prot_area .prot_cont .right {
          order: 3; } }
      .sec02 .prot_area .prot_cont .right .midashi {
        background: #ec8c4e; }
      .sec02 .prot_area .prot_cont .right .right_box {
        background: #fffbf3; }
      .sec02 .prot_area .prot_cont .read_area {
        width: 100%;
        margin-top: 10px; }
        @media screen and (max-width: 480px) {
          .sec02 .prot_area .prot_cont .read_area {
            order: 2;
            margin-bottom: 30px; } }
        .sec02 .prot_area .prot_cont .read_area p {
          text-indent: -1em;
          padding-left: 1em; }
      .sec02 .prot_area .prot_cont .flex {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 30px; }
        @media screen and (max-width: 900px) {
          .sec02 .prot_area .prot_cont .flex {
            margin-bottom: 15px; } }
        .sec02 .prot_area .prot_cont .flex.last {
          margin-bottom: 0; }
        .sec02 .prot_area .prot_cont .flex .img {
          width: 49px;
          margin-right: 20px; }
          @media screen and (max-width: 768px) {
            .sec02 .prot_area .prot_cont .flex .img {
              margin-right: 10px; } }
        .sec02 .prot_area .prot_cont .flex .txt {
          width: calc(100% - 69px);
          font-size: 14px;
          text-align: center; }
          @media screen and (max-width: 1200px) {
            .sec02 .prot_area .prot_cont .flex .txt {
              font-size: 12px; } }
          @media screen and (max-width: 900px) {
            .sec02 .prot_area .prot_cont .flex .txt {
              font-size: 11px; } }
          @media screen and (max-width: 768px) {
            .sec02 .prot_area .prot_cont .flex .txt {
              letter-spacing: 0.05em; } }
          .sec02 .prot_area .prot_cont .flex .txt .big {
            font-size: 171%;
            display: block;
            line-height: 1; }
          .sec02 .prot_area .prot_cont .flex .txt sup {
            font-size: 12px;
            display: inline-block;
            vertical-align: top; }
            @media screen and (max-width: 480px) {
              .sec02 .prot_area .prot_cont .flex .txt sup {
                font-size: 10px; } }
    .sec02 .prot_area .button_flex {
      max-width: 800px;
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 480px) {
        .sec02 .prot_area .button_flex {
          flex-wrap: wrap;
          order: 4;
          margin-top: 30px; } }
      .sec02 .prot_area .button_flex li {
        width: 48%; }
        @media screen and (max-width: 480px) {
          .sec02 .prot_area .button_flex li {
            width: 100%; } }
        @media screen and (max-width: 480px) {
          .sec02 .prot_area .button_flex li:nth-child(1) {
            margin-bottom: 20px; } }

.sec03 {
  margin-bottom: 200px; }
  @media screen and (max-width: 768px) {
    .sec03 {
      margin-bottom: 120px; } }
  @media screen and (max-width: 480px) {
    .sec03 {
      margin-bottom: 60px; } }
  .sec03 .ttl {
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .sec03 .ttl {
        margin-bottom: 60px; } }
    @media screen and (max-width: 480px) {
      .sec03 .ttl .anime {
        top: -50%; } }
  .sec03 .service {
    max-width: 890px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .sec03 .service li {
      width: 18%;
      text-align: center; }
      @media screen and (max-width: 480px) {
        .sec03 .service li {
          width: 50%;
          margin-bottom: 20px; } }
      .sec03 .service li:nth-child(-n+5) {
        margin-bottom: 30px; }
        @media screen and (max-width: 480px) {
          .sec03 .service li:nth-child(-n+5) {
            margin-bottom: 20px; } }
      .sec03 .service li p {
        margin-top: 10px;
        display: block;
        font-size: 14px;
        line-height: 1.4; }
        @media screen and (max-width: 480px) {
          .sec03 .service li p {
            font-size: 12px;
            letter-spacing: normal; } }

.sec04 {
  padding-bottom: 120px; }
  @media screen and (max-width: 768px) {
    .sec04 {
      padding-bottom: 100px; } }
  @media screen and (max-width: 480px) {
    .sec04 {
      padding-bottom: 60px; } }
  .sec04 .ttl {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      .sec04 .ttl .anime {
        top: -50%; } }
    .sec04 .ttl a {
      display: block;
      width: 100%; }
      .sec04 .ttl a .link_txt {
        display: flex;
        justify-content: center;
        font-size: 16px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #000;
        position: relative;
        transition: 0.3s all ease-in-out 0s;
        text-decoration: underline; }
      body:not(.mobile) .sec04 .ttl a:hover .link_txt {
        text-decoration: none; }

.modal_cont {
  display: none; }

.iziModal {
  max-width: 100% !important;
  box-shadow: none !important;
  background: none !important;
  height: auto !important; }
  .iziModal .close {
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 100; }

.modal_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; }
  .modal_wrap .modal_box {
    border-radius: 0 !important;
    position: relative;
    padding: 0 100px;
    box-sizing: content-box; }
    @media screen and (max-width: 768px) {
      .modal_wrap .modal_box {
        padding: 0 20px; } }
    .modal_wrap .modal_box .modal_in {
      position: relative;
      margin: 0 auto;
      max-width: 1000px !important; }
      .modal_wrap .modal_box .modal_in .m_img img {
        max-width: 100%; }

.iziModal-navigate {
  display: none; }

.iziModal-navigate-next,
.iziModal-navigate-prev {
  display: none; }

.controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  @media screen and (max-width: 768px) {
    .controls {
      position: relative;
      max-width: 180px;
      margin: 20px auto 0;
      display: flex;
      justify-content: space-between; } }
  .controls li {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .controls li {
        position: static;
        width: 40%;
        margin-top: 0; } }
    .controls li.prev {
      left: 10px; }
    .controls li.next {
      right: 10px;
      text-align: right; }

@media screen and (max-height: 800px) {
  .modal_in {
    max-width: 900px !important; } }

/*# sourceMappingURL=service.css.map */
