@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #434343;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
}

li { list-style: none; }

a {
  text-decoration: none;
}

.inner {
  width: 100%;
  max-width: 960px;
  padding: 50px 20px;
  margin: 0 auto;
}

h2.title {
  padding-bottom: 30px;
}

.sp {
  display: none;
}

header {
  width: 100%;
  max-width: 100%;
}

header img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.about {
  background: url(../img/about_bg.jpg) no-repeat right 35% center;
  text-align: center;
}

.about p {
  display: inline-block;
  text-align: left;
  line-height: 2;
}

.policy {
  background-color: #f1f1f1;
  text-align: center;
}

.policy_items {
  display: flex;
  justify-content: space-between;
}

.policy_item {
  width: 45%;
  padding: 0 0 30px;
}

.policy .policy_item h3 {
  display: inline-block;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
  padding: 20px 0;
}

.policy_item p {
  padding-top: 30px;
  text-align: left;
}

.benefit {
  text-align: center;
}

.benefit h2.title {
  padding-bottom: 0;
}

.benefit .benefit_items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.benefit .benefit_item {
  width: 30%;
  padding: 20px;
  margin: 30px 30px 0 0px;
  width:calc(33.333333% - 30px);
  text-align: left;
}

.benefit .benefit_item:nth-child(3n){
  margin-right:0;
}

.benefit .benefit_item:nth-of-type(odd) {
  background-color: #eee;
}

.benefit .benefit_item h3 {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.benefit .benefit_item h3 .num {
  font-size: 3em;
  color: #4c6478;
  margin-right: 5px;
}

.profile {
  background-color: #4c4c4c;
  color: white;
}

.profile .profile_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile .profile_box .info i{
  color: white;
  margin-left: 10px;
}

.profile .profile_box .info i:hover{
  opacity: 0.7;
}

.profile a.tel {
  color: white;
}

.profile .contact_btn a {
  position: relative;
  color: white;
  border: 1px solid;
  border-radius: 20px;
  padding: 5px 20px;
}

.profile .contact_btn a:hover {
  background: white;
  color: #444;
}

.profile .contact_btn a:active {
  top: 2px;
}

footer {
  background-color: #dcdddf;
  padding: 10px 0;
  font-size: .8em;
  text-align: center;
}

@media screen and (max-width:767px) {
  .inner {
    padding: 50px 40px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .policy .policy_items {
    flex-direction: column;
  }

  .policy .policy_item {
    width: 100%;
  }

  .benefit .benefit_items {
    flex-direction: column;
  }
  
  .benefit .benefit_item {
    width: 100%;
  }

  .profile .profile_box {
    flex-direction: column;
  }

  .profile .profile_box > div {
   width: 100%;
  }

  .profile .contact_btn {
    text-align: center;
    margin-top: 20px;
  }
}





.contact_btn p {
    display: flex;
    flex-wrap: wrap;
}

.profile .contact_btn a {
    flex-basis: calc(50% - 10px);
    margin: 5px;
}

.profile_box .info {
    width: 400px;
}

@media(max-width:500px){
   .contact_btn p {
    display:block;
} 

.profile .contact_btn a {
    display:block;
}    
}






.block75__content {
  width: 1120px;
  padding: 75px 0;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .block75__content {
    width: auto;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .block75__content {
    padding: 35px 0;
  }
}
.block75__headerHeadline {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .block75__headerHeadline {
    margin-bottom: 25px;
  }
}
.block75__headerHeadline h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .block75__headerHeadline h2 {
    font-size: 24px;
  }
}
.block75__headerHeadline h2 span {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  color: #4c4c4c;
}
.block75__bodyList ul {
  display: flex;
}
@media (max-width: 768px) {
  .block75__bodyList ul {
    flex-wrap: wrap;
  }
  .block75__bodyList ul:first-child li:first-child {
    padding-top: 0;
  }
}
.block75__bodyList ul li {
  padding: 30px 0;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  line-height: 2;
}
@media (max-width: 768px) {
  .block75__bodyList ul li {
    font-size: 16px;
  }
}
.block75__bodyList ul li:first-child {
  font-weight: bold;
  width: 250px;
  border-bottom: 1px solid #4c4c4c;
}
@media (max-width: 768px) {
  .block75__bodyList ul li:first-child {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px;
    position: relative;
  }
  .block75__bodyList ul li:first-child:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #4c4c4c;
    display: block;
    position: absolute;
    bottom: 10px;
  }
}
.block75__bodyList ul li:last-child {
  width: calc(100% - 250px);
}
@media (max-width: 768px) {
  .block75__bodyList ul li:last-child {
    padding-top: 0px;
    width: 100%;
  }
}
















.block431 {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .block431 {
    font-size: 14px;
  }
}
.block431__content {
  width: 1120px;
  margin: 0 auto;
  padding: 4.5em 0;
}
@media (max-width: 1120px) {
  .block431__content {
    width: auto;
    margin: 0 10px;
  }
}
.block431__bodyList li {
  margin-bottom: 2em;
}
.block431__bodyList li:last-child {
  margin-bottom: 0;
}
.block431__bodyHeadline {
  margin-bottom: 1em;
}
.block431__bodyHeadline h2 {
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid;
  padding: 5px 0;
  color: #000;
  position: relative;
}
.block431__bodyHeadline h2:after {
  content: "";
  width: 250px;
  height: 5px;
  background-color: #000;
  display: block;
  position: absolute;
}
.block431__bodyText p {
  margin-bottom: 20px;
}
.block431__bodyText p:last-child {
  mamrgin-bottom: 0;
}







.block75__content {
  width: 1120px;
  padding: 75px 0;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  .block75__content {
    width: auto;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .block75__content {
    padding: 35px 0;
  }
}
.block75__headerHeadline {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .block75__headerHeadline {
    margin-bottom: 25px;
  }
}
.block75__headerHeadline h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  .block75__headerHeadline h2 {
    font-size: 24px;
  }
}
.block75__headerHeadline h2 span {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  color: #4c4c4c;
}
.block75__bodyList ul {
  display: flex;
}
@media (max-width: 768px) {
  .block75__bodyList ul {
    flex-wrap: wrap;
  }
  .block75__bodyList ul:first-child li:first-child {
    padding-top: 0;
  }
}
.block75__bodyList ul li {
  padding: 30px 0;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  line-height: 2;
}
@media (max-width: 768px) {
  .block75__bodyList ul li {
    font-size: 16px;
  }
}
.block75__bodyList ul li:first-child {
  font-weight: bold;
  width: 250px;
  border-bottom: 1px solid #4c4c4c;
}
@media (max-width: 768px) {
  .block75__bodyList ul li:first-child {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px;
    position: relative;
  }
  .block75__bodyList ul li:first-child:before {
    content: "";
    width: 50px;
    height: 1px;
    background-color: #4c4c4c;
    display: block;
    position: absolute;
    bottom: 10px;
  }
}
.block75__bodyList ul li:last-child {
  width: calc(100% - 250px);
}
@media (max-width: 768px) {
  .block75__bodyList ul li:last-child {
    padding-top: 0px;
    width: 100%;
  }
}














.block412__content {
  width: 1120px;
  margin: 0 auto;
  padding: 75px 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1120px) {
  .block412__content {
    width: auto;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .block412__content {
    padding: 35px 0;
    font-size: 14px;
  }
}
.block412__header {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .block412__header {
    margin-bottom: 25px;
  }
}
.block412__headerHeadline {
  text-align: center;
}
.block412__headerHeadline h2 {
  font-size: 2.5em;
  font-weight: bold;
}
.block412__headerHeadline p {
  margin-top: 30px;
  font-size: 1em;
}
@media (max-width: 768px) {
  .block412__headerHeadline p {
    margin-top: 15px;
  }
}
.block412__bodyCaram {
  display: flex;
  margin: 0 -10px;
}
@media (max-width: 768px) {
  .block412__bodyCaram {
    margin: 0;
    display: block;
  }
}
.block412__bodyItem {
  box-sizing: border-box;
  padding: 0 10px;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .block412__bodyItem {
    padding: 0;
  }
  .block412__bodyItem:first-child {
    display: none;
  }
}
.block412__bodyImage img {
  width: 100%;
  border-radius: 30px;
}




.block412__headerHeadline h2 {
    font-size: 21px;
}

.block412__bodyImage img {
    border-radius: 0px;
}

.block412__bodyItem:first-child {
    display: block;
}




.block75__bodyList span {
    text-decoration: underline;
}

.block75__bodyList h3 {
    background-color: #434343;
    color: #fff;
    padding: 0 10px;
}