@charset "UTF-8";

/* セクション1 */
.sec01 .flex_inn {
  align-items: center;
  justify-content: space-between;
}
.sec01 .pict,
.sec01 .inn {
  width: 48%;
  box-sizing: border-box;
}
.sec01 .title {
  font-size: 25px;
  margin-bottom: 20px;
}
.sec01 .txt {
  line-height: 1.75;
}
.sec01 .box {
  border-radius: 10px;
  background-color: var(--color6);
  padding: 40px;
  margin-top: 40px;
}
.sec01 .boxtitle {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
.sec01 .childbox {
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
  margin-top: 40px;
}
.sec01 .childbox .sub {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
.sec01 .childtxt {
  line-height: 1.75;
  text-align: justify;
}
.sec01 .listbox {
  margin-top: 60px;
}
.sec01 .listtitle {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
.sec01 .listinn {
  justify-content: space-between;
}
.sec01 .listpict {
  width: 30%;
  box-sizing: border-box;
}
.sec01 .listbox .list {
  width: 65%;
  flex-wrap: wrap;
  gap: 40px;
  box-sizing: border-box;
}
.sec01 .listbox .item {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.sec01 .listbox .item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 15px solid var(--color2);
  border-bottom: 0;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.sec01 .listbox .item:last-child::after {
  content: none;
}
.sec01 .listbox .itemtitle {
  color: var(--color2);
  margin-bottom: 5px;
}
.sec01 .listbox .itemtxt {
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
}
@media screen and (max-width:768px) {
  .sec01 .flex_inn {
    flex-wrap: wrap;
    gap: 30px;
  }
  .sec01 .pict,
  .sec01 .inn {
    width: 100%;
  }
  .sec01 .title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
  .sec01 .txt,
  .sec01 .childtxt {
    font-size: 14px;
  }
  .sec01 .box,
  .sec01 .childbox {
    padding: 30px 20px;
  }
  .sec01 .boxtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec01 .childbox .sub,
  .sec01 .listtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec01 .listinn {
    flex-wrap: wrap;
    gap: 20px;
  }
  .sec01 .listbox {
    margin-top: 40px;
  }
  .sec01 .listbox .list,
  .sec01 .listpict {
    width: 100%;
  }
  .sec01 .listbox .item::after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .sec01 .listbox .itemtitle {
    text-align: center;
  }
}

/* セクション2 */
.sec02 .section {
  padding-top: 0;
}
.sec02 .box {
  width: calc(((100vw - 1200px)/2) + 1200px);
  margin-left: auto;
  box-sizing: border-box;
  position: relative;
}
.sec02 .pict {
  width: 70%;
  box-sizing: border-box;
  margin-left: auto;
}
.sec02 .childbox {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .25));
  background-color: #fff;
}
.sec02 .childbox .title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.sec02 .childbox .txt {
  line-height: 1.75;
  text-align: justify;
}
.sec02 .bottomarea {
  margin-top: 60px;
}
.sec02 .bottombox {
  border-radius: 10px;
  background-color: var(--color6);
  padding: 40px;
}
.sec02 .bottomsub {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
.sec02 .bottompict {
  padding: 0 10%;
}
.sec02 .bottomtxt {
  line-height: 1.75;
  text-align: justify;
  margin-top: 30px;
}
@media screen and (max-width:1350px) {
  .sec02 .box {
    width: 94.5%;
  }
}
@media screen and (max-width:960px) {
  .sec02 .box {
    width: 100%;
    flex-wrap: wrap;
  }
  .sec02 .pict {
    width: 100%;
  }
  .sec02 .childbox {
    width: 90%;
    padding: 30px 20px;
    margin: -40px auto 0;
    position: relative;
  }
}
@media screen and (max-width:768px) {
  .sec02 .childbox .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec02 .childbox .txt,
  .sec02 .bottomtxt {
    font-size: 14px;
  }
  .sec02 .bottomarea {
    margin-top: 40px;
  }
  .sec02 .bottombox {
    padding: 30px 20px;
  }
  .sec02 .bottomsub {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec02 .bottompict {
    padding: 0;
  }
}
@media screen and (min-width:961px) {
  .sec02 .childbox {
    max-width: 45%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 3%;
    box-sizing: border-box;
  }
}

/* セクション3 */
.sec03 {
  background-color: var(--color6);
}
.sec03 .title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
.sec03 .txt {
  line-height: 1.75;
}
.sec03 .list {
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 40px;
}
.sec03 .item {
  width: calc((100% - 90px)/4);
  box-sizing: border-box;
}
.sec03 .comment {
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .sec03 .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec03 .txt {
    font-size: 14px;
    text-align: justify;
  }
  .sec03 .list {
    gap: 30px 20px;
  }
  .sec03 .item {
    width: calc((100% - 20px)/2);
  }
  .sec03 .comment {
    margin-top: 5px;
  }
}

/* セクション4 */
.sec04 {
  background-image: url(../img/ccu/img_ccu07.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.sec04::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
}
.sec04 .inn {
  position: relative;
  z-index: 1;
}
.sec04 .title {
  font-size: 25px;
  color: #fff;
}
.sec04 .title::after {
  content: "";
  width: 50px;
  border-bottom: dotted 2px #fff;
  margin: 15px auto 25px;
  display: block;
}
.sec04 .txt {
  line-height: 2;
  color: #fff;
}
@media screen and (max-width:768px) {
  .sec04 .title {
    font-size: 20px;
  }
  .sec04 .txt {
    font-size: 14px;
    text-align: justify;
  }
}
@media screen and (min-width:769px) {
  .sec04 {
    background-attachment: fixed;
  }
}

/* セクション5 */
.sec05 {
  background-color: var(--color6);
}
.sec05 .title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
.sec05 .txt {
  line-height: 1.75;
}
@media screen and (max-width:768px) {
  .sec05 .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec05 .txt {
    font-size: 14px;
    text-align: justify;
  }
}

/* セクション6 */
.sec06 .title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 30px;
}
.sec06 .list {
  flex-wrap: wrap;
  gap: 30px;
}
.sec06 .item {
  width: calc((100% - 30px)/2);
  border-radius: 10px;
  background-color: var(--color6);
  padding: 30px;
  box-sizing: border-box;
}
.sec06 .item .sub {
  font-size: 18px;
  color: var(--color2);
}
.sec06 .item .sub::after {
  content: "";
  width: 30px;
  border-bottom: dotted 2px var(--color2);
  margin: 15px auto 20px;
  display: block;
}
.sec06 .item .txt {
  text-align: justify;
  line-height: 1.75;
}
.sec06 .bottomarea {
  margin-top: 60px;
}
.sec06 .bottomarea .flex_inn {
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
.sec06 .bottomarea .box,
.sec06 .bottomarea .childpict {
  width: calc((100% - 30px)/2);
  box-sizing: border-box;
}
.sec06 .bottomarea .childbox {
  margin-bottom: 30px;
}
.sec06 .bottomarea .childbox:last-child {
  margin-bottom: 0;
}
.sec06 .bottomarea .childboxB {
  border: solid 1px var(--color1);
  padding: 20px;
}
.sec06 .bottomarea .childtitle {
  font-size: 18px;
  text-align: justify;
  margin-bottom: 5px;
}
.sec06 .bottomarea .childtxt {
  font-size: 14px;
  text-align: justify;
  line-height: 1.75;
}
.sec06 .bottomarea .num {
  font-size: 20px;
}
.sec06 .bottomarea .num span {
  font-size: 30px;
  margin-right: 3px;
}
.sec06 .bottomarea .childlist {
  margin-top: 10px;
}
.sec06 .bottomarea .childitem {
  font-size: 14px;
  text-align: justify;
  padding-left:1em;
  text-indent:-1em;
  margin-bottom: 5px;
}
.sec06 .bottomarea .childitem:last-child {
  margin-bottom: 0;
}
.sec06 .bottomarea .childitem::before {
  content: "●";
}
@media screen and (max-width:768px) {
  .sec06 .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .sec06 .list {
    gap: 20px;
  }
  .sec06 .item {
    width: 100%;
    padding: 20px;
  }
  .sec06 .item .txt {
    font-size: 14px;
  }
  .sec06 .bottomarea .box,
  .sec06 .bottomarea .childpict {
    width: 100%;
  }
  .sec06 .bottomarea .childtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
  }
  .sec06 .bottomarea .childboxB .childtitle {
    margin-bottom: 5px;
  }
  .sec06 .bottomarea .num {
    text-align: center;
  }
}