<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/destyle.css@3.0.2/destyle.css">
body {
  font-family: "M PLUS 2", serif;
background-color: #181619;
}

/* ヘッダー */
header {
    color: #333333;
 }   

header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 1280px;
    padding: 20px 0;
}

header .logo {
    font-size: 24px;
    font-weight: 700;
}

header nav ul {
    display: flex;
}

header nav ul li {
    margin-left: 50px;
}

header nav ul li a {
    transition: .2s;
}

header nav ul li a:hover {
    transition: .2s;
    opacity: 0.6;
}
@media only screen and (max-width: 960px) {
 header ul {
    font-size: 12px;
    margin: 10px 10px;
　}
 header nav ul li {
    margin-left: 15px;
}
}
/* メインビジュアル */

.main_visual {
background-image: url('../images/haikei.jpg');
background-size: cover;
background-position: center center;
position: relative;
}

.main_visual .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
    height: 350px;
    position: relative;
}

.main_visual .title {
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 2;
}

.main_visual h1 {
    font-size: 70px;
    font-weight: 700;
    color: darkblue;
    margin-bottom: 24px;
}

.main_visual p {
    font-size: 24px;
    font-weight: 900;
    color: darkblue
}

.main_visual .purple {
    background-color: dimgray;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
   opacity: 0.1;
}

@media only screen and (max-width: 960px) {
.main_visual h1 {
    font-size: 40px;
}
    .main_visual .container {
    height: 540px;
}
}

/* セクション① */

.section1 {
    color: #333333;
    padding: 80px 0;
    
}

.section1 .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;

}

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

.section1 .col {
    width: 48%;
}

.section1 .sub_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.section1 h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
}

.section1 .text {
    font-size:15px;
    line-height: 2.0;
    padding-top: 80PX;
    padding-bottom: 80px;
}

 .btn {
    font-size: 18px;
    border: solid 1px #333333;
    border-radius: 100px;
    display: inline-block;
    width: 270px;
    line-height: 60px;
    text-align: center;
    transition: .2s;
}

.btn:hover {
    color: #60188f;
    border: solid 1px #60186f;
    transition: .2s;
}

@media only screen and (max-width: 960px) {
  .section1 .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    
.section1 .col {
    width: 100%;
} 
    
.section1 h2 {
    font-size: 24px;
}
    
 .section1 .text {
    font-size:15px;
    line-height: 1.6;
    padding-top: 30PX;
    padding-bottom: 40px;
　}
    
}


/* セクション② */

.section2 {
    color: #333333;
    padding: 80px 0;
    
}

.section2 .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;

}

.section2 .sub_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.section2 h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
}

.section2 .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.section2 .col {
    width: 28%;
    position: relative;
}

.section2 img {
    border-radius: 20px;
}

.section2 h3 {
    background-color: cadetblue;
    display: inline-block;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    border-radius: 10px;
}

.section2 .center {
    text-align: center;
}

@media only screen and (max-width: 960px) {
    .section2 .row {
    margin-bottom: 20px;
    flex-wrap: wrap;
}
    
.section2 .col {
    width: 100%;
    margin-bottom: 20px;
　}
}


/* セクション③ */

.section3 {
    color: #333333;
    padding: 80px 0;
    
}

.section3 .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}

.section3 .sub_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.section3 h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
}

.section3 .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section3 .col{
    width: 40%;
}

.section3 .text {
    line-height: 1.8;
    margin-bottom: 50px;
}

.section3 img{
    border-radius: 20px;
}

@media only screen and (max-width: 960px) {
.section3 .row {
    flex-wrap: wrap;
}
    
.section3 .col{
    width: 100%;
    margin-bottom: 30px;
　}
    
}

/* フッター */

footer {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

footer .container {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    background-color: #333333;
    border-top: solid 1px orenge;
    padding: 50px 0 20px;
}

footer .logo {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}

footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

footer ul li {
    font-size: 15px;
    margin: 0 20px;
}

footer ul li a {
    transition: .2s;
}

footer ul li a:hover {
    transition: .2s;
    opacity: 0.6;
}

@media only screen and (max-width: 960px) {
 footer ul li {
    font-size: 14px;
    margin: 0 10px;
　}   
}


/* 下層ページ共通 */

.page_main_visual {
opacity: 1.0;
background-image: url(../images/haikei.jpg);
background-size: cover;
background-position: center center;
position: relative;
}

.page_main_visual .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
    height: 300px;
    position: relative;
}

.page_main_visual .title {
    position: absolute;
   top: 50%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.page_main_visual h1 {
    font-size: 40px;
    font-weight: 700;
    color: darkblue;
    margin-bottom: 10px;
}

.page_main_visual p {
    font-size: 20px;
    font-weight: 500;
    color: darkblue
}

.page_main_visual .purple {
    background-color: dimgray;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
   opacity: 0.1;
}

/* 協会概要セクション① */

.association_section1 {
    color: #333333;
    padding: 80px 0;
}

.association_section1 .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}

.association_section1 .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.association_section1 .col {
    width: 45%;
}

.association_section1 img {
   opacity: 0.7;
    border-radius: 20px;
}

.association_section1 .text1 {
    padding: 20px 0;
    line-height: 1.8;
}
.association_section1 table {
    width: 100%;
}

.association_section1 table tr {
    padding: 20px 0;
    display: block;
    border-bottom: solid #333333;
    line-height: 1.5;
}

.association_section1 table tr th{
   width: 150px;
}

@media only screen and (max-width: 960px) {
.association_section1 .row {
    flex-wrap: wrap;
}
    
.association_section1 .col {
    width: 100%;
    margin-bottom: 30px;
}
    
.association_section1 table tr th{
   width: 90px;
 }
}


/* 事業内容セクション① */

.servic_section1 {
    color: #333333;
    padding: 80px 0;
    
}

.servic_section1 .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}

.servic_section1 .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.servic_section1 .col {
    margin-left: 20px;
    width: 45%;
}

.servic_section1 img {
    border-radius: 20px;
}

.servic_section1 .text1 {
    padding: 20px 0;
    line-height: 1.7;
}

.servic_section1 .sub_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.servic_section1 h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.servic_section1 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}


.servic_section1 .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.servic_section1 .col{
    width: 70%;
}

.servic_section1 .text {
    line-height: 1.8;
    margin-bottom: 50px;
}

.servic_section1 img{
    border-radius: 20px;
}

@media only screen and (max-width: 960px) {
.servic_section1.row {
    flex-wrap: wrap;
}
    
.servic_section1 .col{
     font-size: 15px;
    width: 100%;
    margin-bottom: 30px;
 }    
       
}

.servic_section1 .pdf{
   display: flex;
    justify-content: space-evenly;
}

.servic_section1 .btn1 {
    display: flex;
    font-size: 18px;
    border: solid 1px #333333;
    border-radius: 100px;
    display: inline-block;
    width: 270px;
    line-height: 60px;
   text-align: center;
    transition: .2s;
}

.servic_section1 .btn1:hover {
    color: #60188f;
    border: solid 1px #60186f;
    transition: .2s;
}
.servic_section1 .text1 {
    display: flex;
    justify-content:center;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: left;
}

/* お問い合わせセクション① */

.contact_section1 {
    color: #333333;
    width: 100%;
    padding: 90px 30px;
}

.contact_section1 .container {
    width: 90%;
    margin: 0 auto;
    max-width: 1280px;
}

.contact_section1 .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_section1 .col {
    width: 45%;
}

.contact_section1 img {
    opacity: 0.7;
    border-radius: 30px;
}

.contact_section1 .text1 {
    padding: 20px 0 20px 70px;
    line-height: 1.7;
}

.contact_section1 .hissu{
    font-size: 13px;
    font-weight: 600;
    color: crimson;
}
 .contact_section1 .body {
  height: 100px;
  display: grid;
  place-content: center;
}

.contact_section1 .contact-form {
  border: 1px solid #333333;
  padding: 70px 50px;
}

.contact_section1 .title1 {
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.contact_section1 .title2 {
  text-align: left;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 700;
line-height: 1.7;
}
}

.contact_section1 .form {
  width: 580px;
  margin: 0 10px;
}

.contact_section1 .item {
  overflow: hidden;
  margin-bottom: 20px;
}

.contact_section1 .label {
  float: left;
  margin-right: 20px;
  width: 160px;
  border-left: solid 7px #0000ff;
  padding-left: 20px;
}

.contact_section1 .inputs {
  float: left;
  width: 300px;
}

.contact_section1 input[type="text"],
input[type="email"] {
  border: solid 1px #aaa;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
}

.contact_section1 textarea {
  border: solid 1px #0000ff;
  border-radius: 5px;
  padding: 10px;
  height: 160px;
  width: 300px;
  font-size: 15px;
}

.contact_section1 .button-area {
  text-align: center;
}

.contact_section1 input[type="submit"] {
  background:#cc9933;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #333333;
  cursor: pointer;
}

.contact_section1 input[type="reset"] {
  background: #837a7a;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #333333;

  .contact_section1 cursor: pointer;
}

@media only screen and (max-width: 960px) {
.contact_section1 .row {
    flex-wrap: wrap;
}
    
.contact_section1 .col {
    width: 100%;
    margin-bottom: 30px;
}
    

}


/* 確認① */

.kakunin_section1 .confi{
 color: #99999;
    font-size: 20px;
  font-weight: 600; 
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
     line-height: 1.8;
}

.kakunin_section1 .button-area {
  text-align: center;
    margin-bottom: 30px;
}

.kakunin_section1 input[type="submit"] {
  background:#cc9933;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #333333;
  cursor: pointer;
}

.kakunin_section1 input[type="button"] {
  background: #837a7a;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 0 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #333333;

  .kakunin_section1 cursor: pointer;
}


/* お礼① */

.accept_section1 .tanks{
 color: #837a7a;
    font-size: 30px;
  font-weight: 600; 
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: center;
     line-height: 1.7;
}

.accept_section1 input[type="button"] {
  background:#cc9933;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
  margin: 30px 50%;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #333333;
  cursor: pointer;

}
.accept_section1 .button-area {
  text-align: center;
    margin-bottom: 30px;
}