/* breakpoint
-------------------------------------------*/
/*------------------------------------------------------------
v221-2
------------------------------------------------------------*/

.c-mainVisual2 {
  margin-bottom: 51px;
}

.c-title2 h3 {
  color: #464646;
  letter-spacing: 4px;
  margin-bottom: 22px;
}

.c-text001,
.c-text001-1,
.c-text001-2{
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.16em;
}

.c-text001-1 {
  line-height: 39px;
  margin-bottom: 54px;
}

.c-text001-2 {
  line-height: 31px;
}

.c-text001-2 .des{
  font-size: 1.1rem;
  line-height: 1;
}

.c-text002 {
  font-size: 1.4rem;
  line-height: 21px;
  font-weight: 400;
}

.c-content01 .c-text001-2{
  margin-bottom: 11px;
}

.p-v221__box1{
  margin-bottom: 50px;
}

.p-v221__box1 .c-img01{
  padding-left: 20px;
  margin-bottom: 17px;
}

.p-v221__box2{
  margin-bottom: 50px;
}

.p-v221__box2 .c-img02{
  margin-bottom: 17px;
}

.p-v221__box2 .c-content01 .c-text001-2{
  margin-bottom: 11px;
}

.c-box001{
  display: flex;
}

.c-box001_img{
  width: 35%;
  max-width: 312px;
}

.c-box001_content{
  width: calc(100% - 35%);
  padding: 10px 0 0 32px;
}

.c-box001_content .c-content01:not(:last-child){
  margin-bottom: 55px;
}

.c-box001_content .c-content01 .c-text001-2{
  margin-bottom: 11px;
}

.p-v221__box3{
  margin-bottom: 50px;
}

.p-v221__box3 .c-box001{
  margin-bottom: 18px;
}

.c-list001{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}

.c-list001_item{
  width: 50%;
  padding: 0 12.5px;
  margin-bottom: 50px;
}

.c-list001_item:nth-last-child(1),
.c-list001_item:nth-last-child(2){
  margin-bottom: 0;
}

.c-list001 .c-content01{
  margin-top: 17px;
}

.c-list001 .c-content01 .c-text001-2{
  margin-bottom: 11px;
}

.footer_link {
  width: 170px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0px;
  font-size: 11px;
  margin-right: 6px; }
.footer_link ul li {
  font-size: 12px;
  line-height: 22px;
  display: block;
  padding-right: 10px;
  margin-bottom: 1px; }
.footer_link ul li a {
  font-size: 12px;
  color: #3e3a39;
  text-decoration: none;
  position: relative;
  padding-left: 14px;
  display: inline-block; }
  .footer_link ul li a:before {
    content: '';
    width: 4px;
    height: 4px;
    border-top: 1px solid #afafb0;
    border-right: 1px solid #afafb0;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .footer_link ul li a.footer-newwin {
    padding: 0 15px 0 14px; }
    .footer_link ul li a.footer-newwin:before {
      content: none; }
    .footer_link ul li a.footer-newwin:after {
      content: '';
      background: url("/image/common/open-window-icon.svg") no-repeat center;
      background-size: cover;
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: -2px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: 1px; }
.footer_link ul li a:hover {
  color: #ACACAD;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out; }


  @media screen and (min-width:768px) {
    .drawer-hamburger1{
      display: none;
    }
  
    .c-navi2{
      display: block !important;
    }
  }

@media screen and (max-width:767px) {

  .drawer-hamburger1 {
		position: absolute;
		display: block;
		top: 49%;
		right: 0;
		transform: translateY(-50%);
		display: block;
		-webkit-box-sizing: content-box;
				box-sizing: content-box;
		width: 20px;
		padding: 0;
		padding: 0px 14px;
		-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		border: 0;
		outline: 0;
		background-color: transparent; }
	  
	  .drawer-hamburger1:hover {
		cursor: pointer;
		background-color: transparent; }
	  
	  .drawer-hamburger1-icon {
		position: relative;
		display: block;
	}
	  
	  .drawer-hamburger1-icon, .drawer-hamburger1-icon:after, .drawer-hamburger1-icon:before {
		width: 100%;
		height: 2px;
		-webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
		transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
		background-color: #222; }
	  
	  .drawer-hamburger1-icon:after, .drawer-hamburger1-icon:before {
		position: absolute;
		top: -6px;
		left: 0;
		content: " "; }
	  
	  .drawer-hamburger1-icon:after {
		top: 6px; }
	  
		.c-titleBlock1 .c-title4.is-open .drawer-hamburger1-icon {
		background-color: transparent; }
	  
		.c-titleBlock1 .c-title4.is-open .drawer-hamburger1-icon:after, .c-titleBlock1 .c-title4.is-open .drawer-hamburger1-icon:before {
		top: 0; }
	  
		.c-titleBlock1 .c-title4.is-open .drawer-hamburger1-icon:before {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg); }
	  
			.c-titleBlock1 .c-title4.is-open .drawer-hamburger1-icon:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg); }

      .c-titleBlock1 .c-title4 h2 {
        margin-top: 2px;
          font-size: 1.1rem !important;
      }
      .c-titleBlock1 .c-title4 span {
          font-size: 0.8rem !important;
      }
      .c-titleBlock1 .c-title4 {
          padding: 14px 24px;
        background: none !important;
        position: relative;
      }

  .c-mainVisual2{
    margin-bottom: 25px;
  }

  .l-contents{
    margin-top: 0;
  }

  .c-title2 h3{
    line-height: 18px;
    margin-bottom: 18px;
    padding-bottom: 13px;
  }
  
  .l-wrapper{
    padding: 0 20px;
  }

  .c-text001-1{
    font-size: 1.4rem;
    line-height: normal;
    margin-bottom: 21px;
  }

  .c-text001-2{
    font-size: 1.506rem;
    line-height: normal;
  }

  .c-text002{
    font-size: 1.1rem;
    line-height: 21px;
  }

  .c-content01 .c-text001-2{
    margin-bottom: 5px;
  }

  .p-v221__box1{
    margin-bottom: 25px;
  }

  .p-v221__box1 .c-img01{
    padding-left: 0;
    margin-bottom: 10px;
  }

  .p-v221__box2{
    margin-bottom: 25px;
  }

  .p-v221__box2 .c-img02{
    margin-bottom: 10px;
  }

  .p-v221__box2 .c-content01 .c-text001-2{
    margin-bottom: 5px;
  }

  .c-box001{

  }

  .c-box001_img{
    width: 50%;
    max-width: 176px;
  }

  .c-box001_content{
    width: 55%;
    padding: 0 0 0 12px;
    position: relative;
    top: -2px;
  }

  .c-box001_content .c-content01 .c-text001-2{
    margin-bottom: 5px;
  }

  .c-box001_content .c-content01:not(:last-child){
    margin-bottom: 20px;
  }

  .p-v221__box3 .c-box001{
    margin-bottom: 25px;
  }

  .p-v221__box3{
    margin-bottom: 24px;
  }

  .c-list001{
    display: block;
    margin: 0;
  }

  .c-list001_item{
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }

  .c-list001 .c-content01{
    margin-top: 10px;
  }

  .c-list001 .c-content01 .c-text001-2{
    font-size: 1.506rem;
    margin-bottom: 5px;
  }

  .c-list001_item:nth-last-child(2){
    margin-bottom: 25px;
  }

}