body {
  /* font-family: "Sawarabi Mincho", serif; */
  font-family: "Sawarabi Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.container-fuild {
  overflow: hidden;
}

.cb-header {
  position: fixed; /* ヘッダーバーを固定 */
  top: 0; /* 上から0の位置に固定 */
  left: 0; /* 左から0の位置に固定 */
  width: 100%;/* 100%表示 */
  display: none; /* ヘッダーバーを非表示 */
  z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 20px;
  padding: 25px 40px;
}


.bg01 {
  background: #405083;
}


.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

a img:hover {
  opacity: 0.5;
}

.img_wrap {
  width: auto;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img {
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}


.bgCarousel {
  height: 1000px;
  width: 100vw;
}

.bgCarousel__item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.bgCarousel__item:nth-child(1) {
  background-image: url(../img/top02.jpg);
}

.bgCarousel__item:nth-child(2) {
  background-image: url(../img/top03.jpg);
}

.sec01 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 1.8em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #ed4f1d;
  font-size: 22px;
  font-weight: 700;
}

.sec01:before,
.sec01:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #ed4f1d;
}

.sec01:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.sec01:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.sec01 span {
  position: relative;
  display: block;
}


.sec01a {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 1.8em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #46b6f3;
  font-size: 22px;
  font-weight: 700;
}

.sec01a:before,
.sec01a:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #46b6f3;
}

.sec01a:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.sec01a:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.sec01a span {
  position: relative;
  display: block;
}


.sec02 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.sec03 {
  letter-spacing: 1.5px;
  line-height: 2;
  font-size: 20px;
}

.sec03m {
  letter-spacing: 1.5px;
  line-height: 1.8;
  font-size: 20px;
  text-align: left;
}

.sec04 {
  font-size: 22px;
  line-height: 1.8;
}

.sec05 {
  overflow: auto;
  height: 200px;
}

.sec06 {
  font-weight: 700;
  letter-spacing: 2px;
}

.sec07 {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
}

.sec08 {
  height: 332px;
  overflow: auto;
  border: 2px solid #000;
}

.sec09 {
  font-size: 14px;
  text-align: right;
  letter-spacing: 2px;
}

.sec10 a {
  font-size: 26px;
  color: #fff;
}

.sec10 span {
  font-size: 38px;
  font-weight: 700;
}

.sec10 a:hover {
  opacity: 0.7;
}

.sec11 {
  padding-top: 10px;
  margin-bottom: 5px;
  font-size: 18px;
}

.sec12 {
  font-size: 24px;
  border-bottom: 2px solid #000;
}

.sec13 {
  font-size: 20px;
}


.sec14 {
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 1.0em 50px 1em;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #ed4f1d;
  font-size: 22px;
  font-weight: 700;
}

.sec14:before,
.sec14:after {
  position: absolute;
  top: 0;
  display: block;
  height: 48px;
  content: '';
  border: 30px solid #ed4f1d;
}

.sec14:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.sec14:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

.sec14 span {
  position: relative;
  display: block;
}





label {
  padding-bottom: 40px;
}

p {
  margin-bottom: 8px;
}


.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 20.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}








/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 12px;
    color: #85d9f2;
    padding: 0 0 0 35px;
    border-top: solid 1px;
    letter-spacing: 1.2px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/
