@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@300&family=Oswald:wght@600&display=swap');
.txt_red {
    color: #cf2e2e;
}
.txt_pink {
    color: #f78da7;
}
.txt_white {
    color: #FFFFFF;
}
.txt_black {
    color: #000000;
}
.bg_red {
    background-color: #cf2e2e;
}
.bg_pink {
    background-color: #D09492;
}
.bg_white {
    background-color: #FFFFFF;
}
.bg_gray {
    background-color: #bfbfbf;
}
.txt01 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.txt01l {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.txt02 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
.txt03 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}
body {
    -webkit-font-smoothing: antialiased;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #000000;
}
p, .paragraph {
    color: #000000;
    line-height: 1.8em;
    text-align: justify;
}

.main-title {
    font-size: 90px;
    line-height: 1.3em;
}
.main-title span {
    font-size: 0.7em;
}
.main-catch {
    font-size: 18px;
    text-align: center;
}
.sub-title {
    font-size: 60px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
}
.sub-title:before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 60px;
    height: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #cf2e2e;
    border-radius: 5px;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
}
.sub-title2 {
    font-size: 45px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
}
.sub-title2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #cf2e2e;
  border-radius: 5px;
}
.sub-title3 {
    font-size: 45px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}
.sub-title3:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 5px;
}
.sub-catch {
    font-size: 20px;
    text-align: justify;
    line-height: 2em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.sub-catch2 {
    font-size: 20px;
    text-align: center;
    line-height: 2em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 0 0 5px white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
}
.aim_title {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    font-size: 36px;
}
.aim_icon {
    width: 20%;
    height: auto;
}
.aim-txt {
    font-size: 24px;
    text-align: justify;
    line-height: 1.6em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}
.aim-txt span {
    font-size: 0.8em;
}
.team-member {
    border-radius: 20px;
}
.nagare_title {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 26px;
}
.nagare-txt {
    font-size: 20px;
    text-align: center;
    line-height: 1.6em;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.nagare-txt span {
    font-size: 0.8em;
}
.feature-icon2 {
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 40px;
    color: #fff;
    font-size: 50px;
    line-height: 80px;
    background: #cf2e2e;
    box-shadow: 0px 18px 25px 0px rgba(0, 141, 236, 0.1);
    text-align: center;
    transition: .2s ease;
}
.ptitle01 {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 2em;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: #cf2e2e;
    border-radius: 10px;
}
.rounded {
    border-radius: 1rem !important;
}
.prof-icon {
    display: inline-block;
    height: 170px;
    width: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 50px;
    line-height: 80px;
    background: #cf2e2e;
    box-shadow: 0px 18px 25px 0px rgba(0, 141, 236, 0.1);
    text-align: center;
    transition: .2s ease;
}
.prof-dis {
    font-size: 14px;
    font-weight: bold;
    background-color: #cf2e2e;
    color: #fff;
    padding: 2%;
    text-align: justify;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.prof-com {
    font-size: 16px;
    text-align: justify;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.table-hover tbody tr:hover {
    background-color: rgb(255 75 75 / 8%);
}
.navigation .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.nav-bg .navbar-light .navbar-nav .nav-link {
    color: #000;
}
.headlogo2 {
    display: none;
}
.nav-bg .headlogo {
    display: none;
}
.nav-bg .headlogo2 {
    display: block!important;
}
