@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
/*ect */
body * {
  box-sizing: border-box;
}

html, body, header, figure, ul, h1, h2, h3, h4, h5, h6, h7, p {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: "Raleway", sans-serif;
}

h2 {
  font-size: 2.4rem;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) and (min-width: 581px) and (max-width: 980px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) and (max-width: 580px) {
  h2 {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none;
  color: #0382d1;
  cursor: pointer;
}
a:hover {
  color: #000;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sp_only {
  display: none;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .sp_only {
    display: block;
  }
}

body {
  color: #363833;
}

header {
  box-sizing: border-box;
  width: 100%;
  padding: 17px 0 5px 15px;
  z-index: 9;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 580px) {
  header {
    padding: 8px 0 4px 15px;
  }
}
header.front {
  padding: 10px 12px;
}
header.front h1 {
  font-size: 0.9vw;
  font-weight: normal;
  margin-top: 8px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header.front h1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 580px) {
  header.front h1 {
    position: absolute;
    left: 190px;
    top: 50%;
    font-size: 10px;
    padding-right: 12px;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
header .header_flex_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  header .header_flex_wrapper {
    display: block;
  }
}
header .telandbtn_wrapper {
  display: flex;
}
@media screen and (max-width: 580px) {
  header .telandbtn_wrapper {
    display: none;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header .telandbtn_wrapper {
    display: none;
  }
}
header .telandbtn_wrapper .tel_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .telandbtn_wrapper .tel_wrapper .tel_num {
  width: 200px;
  display: flex;
  align-items: center;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .freedial_wrapper {
  max-width: 20%;
  width: 2.5vw;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .freedial_wrapper img {
  width: 100%;
  height: auto;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number {
  font-size: 20px;
  font-weight: bold;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a {
  color: #000;
}
header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a:hover, header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a:active, header .telandbtn_wrapper .tel_wrapper .tel_num .tel_number a:visited {
  color: #000;
}
header .telandbtn_wrapper .tel_wrapper .tel_text {
  font-size: 1.3rem;
  text-align: center;
}
header .telandbtn_wrapper .btn_wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
header .telandbtn_wrapper .btn_wrapper .line,
header .telandbtn_wrapper .btn_wrapper .mail {
  max-width: 160px;
  width: 9vw;
}
header .telandbtn_wrapper .btn_wrapper .line img,
header .telandbtn_wrapper .btn_wrapper .mail img {
  width: 100%;
  height: auto;
}
header .inner {
  display: flex;
  justify-content: left;
  max-width: 1580px;
  margin: auto;
  box-sizing: border-box;
}
header .inner #logo {
  width: 163px;
  height: auto;
  margin-right: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .inner #logo a img {
  width: 100%;
  height: auto;
}
header .inner nav {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header .inner nav {
    padding-top: 4px;
  }
}
header .inner nav ul {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
  height: 100%;
}
header .inner nav ul li {
  display: inline-block;
  position: relative;
}
header .inner nav ul li:hover a {
  font-weight: bold;
}
header .inner nav ul li a {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1vw;
  color: #363833;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  padding: 8px;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  header .inner nav ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  header .inner nav ul li a {
    font-size: 1.5rem;
  }
}
header .inner nav ul .dropdown__lists {
  opacity: 0; /*デフォルトでは非表示の状態にしておく*/
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60;
  transition: all 0s;
  gap: 0;
  pointer-events: none;
}
header .inner nav ul li:hover .dropdown__lists {
  opacity: 100; /*Gナビメニューにホバーしたら表示*/
  transform: translateY(36px);
  transition: all 0.5s;
  pointer-events: all;
}
header .inner nav ul li:hover .dropdown__lists a {
  font-weight: normal;
}
header .inner nav ul .dropdown__list {
  background-color: #00489a;
  position: relative;
  width: 100%;
}
header .inner nav ul .dropdown__list a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
  width: 100%;
}
header .inner nav ul .dropdown__list:hover {
  background-color: #539fd2;
}
@media screen and (max-width: 580px) {
  header .inner nav {
    display: none;
  }
}

article section#submenu {
  width: 100%;
}

article section#submenu .dw {
  background-color: gainsboro;
}

article section#submenu .dw input[type=checkbox] {
  display: none;
}

.dw label {
  display: block;
  padding: 6px;
  padding-left: 20px;
  font-size: 1.6rem;
  position: relative;
}

.dw label::after {
  content: "▶";
  position: absolute;
  top: 6px;
  left: 150px;
  transform: rotate(90deg);
  transition: all 1.2s ease;
}

article section#submenu .dw input[type=checkbox]:checked + .subfor::after {
  transform: rotate(-90deg) !important;
}

article section#submenu .dw h5 {
  font-size: 1.6rem;
  margin: 10px;
}

article section#submenu .dw .subbox {
  padding: 0 10px 0 10px;
  height: 0;
  transition: all 1s ease;
  opacity: 0;
}

article section#submenu .dw input[type=checkbox]:checked + .subfor + .subbox {
  height: 80px;
  padding-top: 10px;
  z-index: -1;
  opacity: 1;
}

@media screen and (max-width: 580px) {
  article section#submenu .dw input[type=checkbox]:checked + .subfor + .subbox {
    height: 120px;
  }
}
article section#submenu .dw .subbox ul {
  margin: 0 0 5px 0;
  padding-left: 30px;
}

article section#submenu .dw .subbox ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 1.4rem;
  color: #00499a;
}

section#top {
  width: 100%;
  background: #00499a url(https://bousuikouji.info/wp-content/themes/omc/images/mv_bg.webp) 133% no-repeat;
  background-position: 28% -37px;
  margin: auto;
  z-index: 3;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  section#top {
    background-size: 100%;
    background-position: 0 0;
    display: block;
    background: #00499a url(https://bousuikouji.info/wp-content/themes/omc/images/mv_bg_sp.webp) 133% no-repeat;
  }
}
section#top #inner {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  section#top #inner {
    background-image: url(https://bousuikouji.info/wp-content/themes/omc/images/bg_sp.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
  }
}
section#top #inner #left {
  width: 48%;
  max-width: 605px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #left {
    width: 46%;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #left {
    width: 45%;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #left {
    display: none;
  }
}
section#top #inner #left #left-inner {
  width: 94%;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #left #left-inner {
    width: 100%;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #left #left-inner {
    width: 100%;
  }
}
section#top #inner #left #left-inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 580px) {
  section#top #inner #left #left-inner img {
    position: static;
  }
}
section#top #inner #right {
  padding: 15px;
  width: 48%;
  max-width: 655px;
  box-sizing: border-box;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #right {
    width: 51%;
    padding: 0;
    font-size: 222%;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #right {
    width: 51%;
    padding: 0;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right {
    position: relative;
    width: 100%;
    padding-top: 83.8%;
  }
}
section#top #inner #right #right-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner {
    width: 63%;
    position: absolute;
    top: 0;
    left: 36vw;
    box-sizing: border-box;
  }
}
section#top #inner #right #right-inner p#main-cathe-copy {
  margin-top: 60px;
  position: relative;
  font-size: 5.2rem;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-shadow: 3px 3px 0 #002a8c, -3px -3px 0 #002a8c, -3px 3px 0 #002a8c, 3px -3px 0 #002a8c, 0px 3px 0 #002a8c, 0 -3px 0 #002a8c, -3px 0 0 #002a8c, 3px 0 0 #002a8c;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 4rem;
  }
}
@media screen and (min-width: 981px) and (max-width: 1080px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 3.7rem;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 3.4rem;
    margin-top: 12px;
  }
}
@media screen and (min-width: 881px) and (max-width: 980px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 3rem;
    margin-top: 16px;
  }
}
@media screen and (min-width: 781px) and (max-width: 880px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 2.6rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 681px) and (max-width: 780px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 2.2rem;
    margin-top: 24px;
  }
}
@media screen and (min-width: 581px) and (max-width: 680px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 1.8rem;
    margin-top: 37px;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    margin-top: 32%;
    font-size: 4.5vw;
    font-weight: bold;
    text-shadow: none;
    text-shadow: 1.2px 1.2px 0 #002a8c, -1.2px -1.2px 0 #002a8c, -1.2px 1.2px 0 #002a8c, 1.2px -1.2px 0 #002a8c, 0px 1.2px 0 #002a8c, 0 -1.2px 0 #002a8c, -1.2px 0 0 #002a8c, 1.2px 0 0 #002a8c;
  }
}
section#top #inner #right #right-inner p#main-cathe-copy span {
  position: relative;
}
section#top #inner #right #right-inner p#main-cathe-copy span::before {
  content: "|";
  position: absolute;
  left: -7%;
  transform: rotate(-37deg);
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #right #right-inner p#main-cathe-copy span::before {
    left: -10%;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #right #right-inner p#main-cathe-copy span::before {
    left: -10%;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner p#main-cathe-copy span::before {
    left: -7%;
  }
}
section#top #inner #right #right-inner p#main-cathe-copy span::after {
  content: "|";
  position: absolute;
  right: -7%;
  transform: rotate(37deg);
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #right #right-inner p#main-cathe-copy span::after {
    right: -10%;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #right #right-inner p#main-cathe-copy span::after {
    right: -10%;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner p#main-cathe-copy span::after {
    right: -7%;
  }
}
section#top #inner #right #right-inner h2 {
  font-size: 10rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #right #right-inner h2 {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  section#top #inner #right #right-inner h2 {
    font-size: 9.7rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1180px) {
  section#top #inner #right #right-inner h2 {
    font-size: 9.2rem;
  }
}
@media screen and (min-width: 981px) and (max-width: 1080px) {
  section#top #inner #right #right-inner h2 {
    font-size: 8.8rem;
  }
}
@media screen and (min-width: 881px) and (max-width: 980px) {
  section#top #inner #right #right-inner h2 {
    font-size: 8rem;
  }
}
@media screen and (min-width: 781px) and (max-width: 880px) {
  section#top #inner #right #right-inner h2 {
    font-size: 7rem;
  }
}
@media screen and (min-width: 681px) and (max-width: 780px) {
  section#top #inner #right #right-inner h2 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 581px) and (max-width: 680px) {
  section#top #inner #right #right-inner h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner h2 {
    font-size: 9vw;
    margin-top: 5%;
    letter-spacing: 5px;
    text-align: center;
  }
}
section#top #inner #right #right-inner h2 span#large {
  font-size: 145%;
  transform: scale(0.8, 1);
  font-weight: 800;
  padding-left: 20px;
  color: #eb6120;
  text-align: center;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner h2 span#large {
    font-weight: 650;
    padding: 0;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  }
}
section#top #inner #right #right-inner p#sub-catch-copy {
  font-size: 6.7rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 0px;
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1180px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 6rem;
  }
}
@media screen and (min-width: 981px) and (max-width: 1080px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 5.7rem;
  }
}
@media screen and (min-width: 881px) and (max-width: 980px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 5.1rem;
  }
}
@media screen and (min-width: 781px) and (max-width: 880px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 681px) and (max-width: 780px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 3.9rem;
  }
}
@media screen and (min-width: 581px) and (max-width: 680px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 6.5vw;
    margin-top: 5%;
  }
}
section#top #inner #right #right-inner #meinButton {
  position: relative;
  margin-top: 28px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #right #right-inner #meinButton {
    margin-top: 10px;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner #meinButton {
    height: 80px;
  }
}
section#top #inner #right #right-inner #meinButton img {
  display: block;
  margin: auto;
}
section#top #inner #right #right-inner #meinButton img:hover {
  transform: scaleX(10px);
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #right #right-inner #meinButton img {
    width: 84%;
    margin: auto;
  }
}
@media screen and (min-width: 981px) and (max-width: 1080px) {
  section#top #inner #right #right-inner #meinButton img {
    width: 81%;
    height: auto;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #right #right-inner #meinButton img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner #meinButton img {
    position: absolute;
    width: 130%;
    height: auto;
    top: -12px;
    left: -42%;
  }
}
section#top #inner #right #right-inner #meinButton a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner #meinButton a {
    width: 130%;
    height: 63px;
    top: -12px;
    left: -42%;
  }
}
section#top #inner #sp_content_top {
  display: none;
}
@media screen and (max-width: 580px) {
  section#top #inner #sp_content_top {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 38%;
  }
}
section#top #inner #sp_content_top .inner {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
section#top #inner #sp_content_top .inner #selection-propaty {
  position: absolute;
  top: 6vw;
  left: 2vw;
  font-size: 4.5vw;
  line-height: 8vw;
  color: #fff;
  width: 28%;
}
section#top #inner #sp_content_top .inner #reason {
  width: 100%;
  position: absolute;
  top: 6vw;
  left: 0;
}
section#top #inner #sp_content_top .inner #reason p.ul_li_01 {
  margin-top: -1vw;
  box-sizing: border-box;
  color: #024a9c;
  font-size: 4.3vw;
  font-weight: bold;
  padding-left: 36%;
  line-height: 6vw;
}
section#top #inner #sp_content_top .inner #reason p.ul_li_01::before {
  content: "01";
  position: absolute;
  top: 2vw;
  left: 26vw;
  font-size: 6.5vw;
  transform: scale(0.7, 1);
}
section#top #inner #sp_content_top .inner #reason p.ul_li_01 span.wide {
  font-size: 4.5vw;
  transform: scale(0.7, 1);
  color: #eb6120;
}
section#top #inner #sp_content_top .inner #reason p.ul_li_02 {
  margin-top: 2vw;
  box-sizing: border-box;
  color: #024a9c;
  font-size: 4.3vw;
  font-weight: bold;
  padding-left: 20%;
  line-height: 6vw;
}
section#top #inner #sp_content_top .inner #reason p.ul_li_02::before {
  content: "02";
  position: absolute;
  top: 19vw;
  left: 10vw;
  font-size: 6.5vw;
  transform: scale(0.7, 1);
}
section#top #inner #sp_content_top .inner #reason p.ul_li_02 span.wide {
  font-size: 4.5vw;
  transform: scale(0.7, 1);
  color: #eb6120;
}

section#topmemo {
  display: flex;
  justify-content: space-between;
  z-index: 4;
}
@media screen and (max-width: 580px) {
  section#topmemo {
    display: none;
  }
}
section#topmemo #whyChooseUs {
  box-sizing: border-box;
  font-size: 2.4vw;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 28px 0;
  width: 20%;
  background-color: #2f2f2f;
  color: #fff;
  text-align: center;
  line-height: 5.5rem;
}
@media screen and (max-width: 580px) {
  section#topmemo #whyChooseUs {
    background-color: rgba(255, 255, 255, 0);
  }
}
section#topmemo ul#syousai {
  width: 80%;
  color: #00499a;
  padding: 25px 0 20px 100px;
}
@media screen and (max-width: 580px) {
  section#topmemo ul#syousai {
    background-color: rgba(255, 255, 255, 0);
  }
}
section#topmemo ul#syousai li {
  margin-bottom: 13px;
  font-size: 2.4vw;
  font-weight: 700;
}
@media screen and (min-width: 981px) and (max-width: 1080px) {
  section#topmemo ul#syousai li {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#topmemo ul#syousai li {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 580px) {
  section#topmemo ul#syousai li {
    background-color: rgba(255, 255, 255, 0);
  }
}
section#topmemo ul#syousai li span.colorOrenge {
  color: #eb6120;
  font-size: 3.2rem;
  transform: scale(0.75, 1);
  margin: 0 10px;
}
section#topmemo ul#syousai li:nth-child(1) {
  position: relative;
}
section#topmemo ul#syousai li:nth-child(1):before {
  position: absolute;
  content: "01";
  transform: scale(0.75, 1);
  font-size: 4.3rem;
  font-style: italic;
  top: -8px;
  left: -74px;
}
section#topmemo ul#syousai li:nth-child(2) {
  position: relative;
}
section#topmemo ul#syousai li:nth-child(2):before {
  content: "02";
  transform: scale(0.75, 1);
  position: absolute;
  top: -8px;
  left: -74px;
  font-size: 4.3rem;
  font-style: italic;
}

section#telContact {
  background-color: rgb(0, 73, 154);
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 5;
}
section#telContact p.telComment {
  box-sizing: border-box;
  text-align: center;
  font-size: 2.5rem;
  color: #f1f1f1;
  margin-bottom: 1.3em;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#telContact p.telComment {
    font-size: 4.2vw;
    padding: 0 20px;
  }
}
@media screen and (max-width: 580px) {
  section#telContact p.telComment {
    font-size: 4.2vw;
    padding: 0 10px;
  }
}
section#telContact #telButton {
  margin: auto;
  width: 410px;
  height: 96px;
  background-color: #eb6120;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 580px) {
  section#telContact #telButton {
    width: 72%;
    height: 55px;
  }
}
section#telContact #telButton p.telClick {
  text-align: center;
  font-size: 3.5em;
  font-weight: bold;
  padding: 27px 0 27px 40px;
  line-height: 1.2;
  color: #fff;
}
section#telContact #telButton p.telClick a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
section#telContact #telButton p.telClick a:before {
  content: "";
  background: url(https://bousuikouji.info/wp-content/themes/omc/images/telButtonIcon.png);
  position: absolute;
  top: 50%;
  left: -25px;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 580px) {
  section#telContact #telButton p.telClick a:before {
    left: -35px;
  }
}
@media screen and (max-width: 580px) {
  section#telContact #telButton p.telClick {
    padding: 3px;
    padding-left: 45px;
    font-size: 6.8vw;
    transform: scale(0.8, 1);
    line-height: 4.8rem;
  }
}
section#telContact img#imgLinesoudan {
  display: none;
}
@media screen and (max-width: 580px) {
  section#telContact img#imgLinesoudan {
    display: block;
    margin: 10px auto;
    width: 95%;
    height: auto;
  }
}
section#telContact #linetouroku {
  display: none;
}
@media screen and (max-width: 580px) {
  section#telContact #linetouroku {
    display: block;
    text-align: center;
  }
}

.pattern-a {
  overflow-y: hidden;
}
.pattern-a section#top {
  width: 100%;
  background-image: url(../images/kv/a/pc-fv-bg.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top {
    background-image: url(../images/kv/a/sp/sp-fv-bg.webp);
  }
}
.pattern-a section#top .kv-wrapper {
  max-width: 1760px;
  position: relative;
  margin: auto;
  height: 1000px;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper {
    height: 92vw;
  }
}
.pattern-a section#top .kv-wrapper .catch-copy-wrapper {
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 18px rgb(0, 0, 0), 0px 0px 34px rgba(0, 0, 0, 0.5), 0px 0px 28px rgba(0, 0, 0, 0.6);
  margin-left: 40px;
  line-height: 20em;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper {
    margin-left: 10px;
    line-height: 15vw;
    text-shadow: 0px 0px 12px rgb(0, 0, 0), 0px 0px 14px rgba(0, 0, 0, 0.5), 0px 0px 8px rgba(0, 0, 0, 0.6);
  }
}
.pattern-a section#top .kv-wrapper .catch-copy-wrapper .large {
  display: inline-block;
  font-size: 190px;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .large {
    font-size: 14vw;
  }
}
.pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-one {
  display: inline-block;
  font-size: 150px;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-one {
    font-size: 10vw;
  }
}
.pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two {
  display: inline-block;
  font-size: 100px;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two {
    font-size: 7.5vw;
  }
}
.pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two span {
  transform: translateY(-30px);
  display: inline-block;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two span {
    transform: translateY(-13px);
  }
}
.pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three {
  font-size: 168px;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three {
    font-size: 13vw;
  }
}
.pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three span {
  transform: rotate(288deg);
  display: inline-block;
  margin-top: 20px;
}
.pattern-a section#top .kv-wrapper .advisor-img-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19vw;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .advisor-img-wrapper {
    width: 29vw;
  }
}
.pattern-a section#top .kv-wrapper .advisor-img-wrapper img {
  width: 100%;
  height: 100%;
}
.pattern-a section#top .kv-wrapper .checkpoint-wrapper {
  position: absolute;
  bottom: 15%;
  right: 20%;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper {
    bottom: -22vw;
    right: 50%;
    z-index: 10;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper {
    gap: 12px;
  }
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper {
    gap: 8px;
  }
}
.pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents {
  background: #fff;
  border-radius: 50px;
  text-align: center;
  width: 12.5vw;
  height: 14vw;
  padding: 16px 8px;
  box-shadow: 0 0 18px 0px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents {
    border-radius: 32px;
    width: 25vw;
    height: 28vw;
    box-shadow: none;
    padding: 12px 8px;
  }
}
@media screen and (max-width: 480px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents {
    width: 28vw;
  }
}
@media screen and (max-width: 380px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents {
    border-radius: 24px;
    width: 29vw;
    padding: 8px 4px;
  }
}
.pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents .check-img-wrapper {
  width: 3.5vw;
  margin: auto;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents .check-img-wrapper {
    width: 6.5vw;
  }
}
.pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents .check-img-wrapper img {
  width: 100%;
  height: 100%;
}
.pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p {
  font-size: 1.5vw;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 6px;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p {
    font-size: 3vw;
  }
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p {
    margin-top: 2px;
  }
}
.pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact {
  font-size: 1.7vw;
  font-weight: bold;
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 480px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact {
    font-size: 3.8vw;
    margin-top: 2px;
  }
}
.pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact::after {
  content: "";
  background: #ef814e;
  width: 100%;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 6px;
  left: auto;
  z-index: -1;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact::after {
    bottom: 4px;
  }
}
@media screen and (max-width: 380px) {
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact::after {
    height: 4px;
  }
}
.pattern-a section#top .kv-wrapper .diagonal-text {
  position: absolute;
  bottom: 1.2vw;
  right: 22vw;
  font-size: 2vw;
  color: #fff;
  transform: translate(0px, 0px) skew(0deg, -7deg);
  line-height: 1.3em;
  font-weight: bold;
  text-align: right;
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .diagonal-text {
    bottom: 9.5vw;
    right: 21vw;
    font-size: 3.6vw;
    transform: translate(0px, 0px) skew(10deg, -12deg);
  }
}
@media screen and (max-width: 580px) {
  .pattern-a section#top .kv-wrapper .sp-blue-back {
    background-color: #a3d0e3;
    height: 40vw;
    transform: translateY(9vw) skewY(3deg);
  }
}
.pattern-a .contact-area {
  background: #fff;
  width: 100%;
  padding: 20px 0;
  max-width: 1110px;
  margin: auto;
}
@media screen and (max-width: 580px) {
  .pattern-a .contact-area {
    z-index: 9;
    position: relative;
    margin-top: 26vw;
  }
}
.pattern-a .contact-area .contact-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  max-width: 1340px;
  margin: auto;
}
@media screen and (max-width: 580px) {
  .pattern-a .contact-area .contact-list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    gap: 0;
  }
}
.pattern-a .contact-area .contact-list .contact-item.tel {
  width: 50%;
  color: #ea4e04;
}
@media screen and (max-width: 580px) {
  .pattern-a .contact-area .contact-list .contact-item.tel {
    order: 3;
    width: 100%;
  }
}
.pattern-a .contact-area .contact-list .contact-item.line {
  width: 25%;
  color: #008e28;
}
@media screen and (max-width: 580px) {
  .pattern-a .contact-area .contact-list .contact-item.line {
    width: 49%;
    margin-bottom: 8px;
  }
}
.pattern-a .contact-area .contact-list .contact-item.mail {
  width: 25%;
  color: #fd3267;
}
@media screen and (max-width: 580px) {
  .pattern-a .contact-area .contact-list .contact-item.mail {
    width: 49%;
    margin-bottom: 8px;
  }
}
.pattern-a .contact-area .contact-list .contact-item .contact-message {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 8px;
  line-height: 1.3em;
}
@media screen and (max-width: 580px) {
  .pattern-a .contact-area .contact-list .contact-item .contact-message {
    font-size: 2.6vw;
    align-items: center;
  }
}
.pattern-a .contact-area .contact-list .contact-item .contact-message::before, .pattern-a .contact-area .contact-list .contact-item .contact-message::after {
  content: "";
  width: 3px;
  height: 32px;
}
@media screen and (max-width: 580px) {
  .pattern-a .contact-area .contact-list .contact-item .contact-message::before, .pattern-a .contact-area .contact-list .contact-item .contact-message::after {
    height: 20px;
  }
}
.pattern-a .contact-area .contact-list .contact-item .contact-message::before {
  margin-right: 20px;
  transform: rotate(-35deg);
}
.pattern-a .contact-area .contact-list .contact-item .contact-message::after {
  margin-left: 20px;
  transform: rotate(35deg);
}
@media screen and (max-width: 580px) {
  .pattern-a .contact-area .contact-list .contact-item .contact-message.tel {
    display: none;
  }
}
.pattern-a .contact-area .contact-list .contact-item .contact-message.tel::before, .pattern-a .contact-area .contact-list .contact-item .contact-message.tel::after {
  background: #ea4e04;
}
.pattern-a .contact-area .contact-list .contact-item .contact-message.line::before, .pattern-a .contact-area .contact-list .contact-item .contact-message.line::after {
  background: #008e28;
}
@media screen and (max-width: 580px) {
  .pattern-a .contact-area .contact-list .contact-item .contact-message.line::before {
    margin-left: 8px;
  }
}
@media screen and (max-width: 580px) {
  .pattern-a .contact-area .contact-list .contact-item .contact-message.line::after {
    margin-right: 8px;
  }
}
.pattern-a .contact-area .contact-list .contact-item .contact-message.mail {
  align-items: center;
}
.pattern-a .contact-area .contact-list .contact-item .contact-message.mail::before, .pattern-a .contact-area .contact-list .contact-item .contact-message.mail::after {
  background: #fd3267;
}
.pattern-a .contact-area .contact-list .contact-item .contact-img-wrapper {
  width: 100%;
}
.pattern-a .contact-area .contact-list .contact-item .contact-img-wrapper img {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 581px) and (max-width: 1650px) {
  .pattern-a section#top .kv-wrapper {
    height: 940px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper {
    line-height: 17em;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .large {
    font-size: 180px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-one {
    font-size: 140px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two {
    font-size: 90px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three {
    font-size: 158px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper {
    bottom: 14%;
  }
  .pattern-a section#top .kv-wrapper .diagonal-text {
    right: 24vw;
  }
}
@media screen and (min-width: 581px) and (max-width: 1450px) {
  .pattern-a section#top .kv-wrapper {
    height: 900px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper {
    line-height: 16em;
    margin-left: 20px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .large {
    font-size: 170px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-one {
    font-size: 130px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three {
    font-size: 148px;
  }
}
@media screen and (min-width: 581px) and (max-width: 1330px) {
  .pattern-a section#top .kv-wrapper {
    height: 800px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper {
    line-height: 14.5em;
    margin-left: 20px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .large {
    font-size: 150px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-one {
    font-size: 110px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two {
    font-size: 80px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three {
    font-size: 133px;
  }
}
@media screen and (min-width: 581px) and (max-width: 1230px) {
  .pattern-a section#top .kv-wrapper {
    height: 700px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper {
    line-height: 13em;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .large {
    font-size: 130px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-one {
    font-size: 90px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two {
    font-size: 70px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three {
    font-size: 116px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper {
    bottom: 16%;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents {
    border-radius: 32px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact {
    margin-top: 4px;
  }
}
@media screen and (min-width: 581px) and (max-width: 1130px) {
  .pattern-a section#top .kv-wrapper {
    height: 600px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper {
    line-height: 11.5em;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .large {
    font-size: 110px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-one {
    font-size: 80px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two {
    font-size: 60px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three {
    font-size: 99px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents .check-img-wrapper {
    width: 3vw;
  }
}
@media screen and (min-width: 581px) and (max-width: 1040px) {
  .pattern-a .contact-area .contact-list .contact-item .contact-message {
    font-size: 18px;
  }
}
@media screen and (min-width: 581px) and (max-width: 1000px) {
  .pattern-a section#top .kv-wrapper {
    height: 550px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper {
    line-height: 10em;
    text-shadow: 0px 0px 13px rgb(0, 0, 0), 0px 0px 24px rgba(0, 0, 0, 0.5), 0px 0px 18px rgba(0, 0, 0, 0.7);
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .large {
    font-size: 100px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-one {
    font-size: 70px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two {
    font-size: 55px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three {
    font-size: 89px;
  }
  .pattern-a .contact-area .contact-list .contact-item .contact-message {
    font-size: 16px;
  }
}
@media screen and (min-width: 581px) and (max-width: 900px) {
  .pattern-a section#top .kv-wrapper {
    height: 480px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper {
    line-height: 8.5em;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .large {
    font-size: 90px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-one {
    font-size: 70px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two {
    font-size: 48px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three {
    font-size: 78px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact::after {
    bottom: 4px;
  }
  .pattern-a .contact-area .contact-list .contact-item .contact-message {
    font-size: 14px;
  }
  .pattern-a .contact-area .contact-list .contact-item .contact-message::before, .pattern-a .contact-area .contact-list .contact-item .contact-message::after {
    height: 24px;
  }
}
@media screen and (min-width: 581px) and (max-width: 800px) {
  .pattern-a section#top .kv-wrapper {
    height: 420px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper {
    line-height: 7.5em;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .large {
    font-size: 80px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-one {
    font-size: 60px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two {
    font-size: 42px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two span {
    transform: translateY(-15px);
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three {
    font-size: 68px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents {
    border-radius: 22px;
    padding: 10px 7px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact::after {
    bottom: 4px;
  }
  .pattern-a .contact-area .contact-list .contact-item .contact-message {
    font-size: 12px;
  }
  .pattern-a .contact-area .contact-list .contact-item .contact-message::before {
    margin-right: 10px;
  }
  .pattern-a .contact-area .contact-list .contact-item .contact-message::after {
    margin-left: 10px;
  }
}
@media screen and (min-width: 581px) and (max-width: 720px) {
  .pattern-a section#top .kv-wrapper {
    height: 380px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper {
    line-height: 6.7em;
    margin-left: 10px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .large {
    font-size: 70px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-one {
    font-size: 50px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two {
    font-size: 38px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three {
    font-size: 60px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper {
    gap: 12px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents {
    border-radius: 18px;
    padding: 8px 4px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact::after {
    height: 6px;
  }
  .pattern-a .contact-area .contact-list .contact-item .contact-message {
    font-size: 11px;
  }
}
@media screen and (min-width: 581px) and (max-width: 630px) {
  .pattern-a section#top .kv-wrapper {
    height: 350px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper {
    line-height: 6em;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .large {
    font-size: 65px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-one {
    font-size: 50px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-two {
    font-size: 35px;
  }
  .pattern-a section#top .kv-wrapper .catch-copy-wrapper .line-three {
    font-size: 56px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper {
    gap: 8px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents {
    width: 13.5vw;
    border-radius: 14px;
    padding: 6px 4px;
  }
  .pattern-a section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact::after {
    height: 4px;
  }
  .pattern-a .contact-area .contact-list .contact-item .contact-message {
    font-size: 10px;
  }
}
.pattern-b {
  overflow-y: hidden;
}
.pattern-b section#top {
  width: 100%;
}
.pattern-b section#top .kv-wrapper {
  max-width: 1760px;
  position: relative;
  margin: auto;
  background: linear-gradient(180deg, rgb(203, 222, 252) 0%, rgb(255, 255, 255) 23%);
  height: 53vw;
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper {
    height: 83vw;
  }
}
.pattern-b section#top .kv-wrapper .kv-flex-pc {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 1600px;
  margin: auto;
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left {
  width: 50%;
  position: relative;
  height: 53vw;
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left {
    height: 83vw;
  }
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper {
  font-size: 3vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper {
    font-size: 6vw;
    position: absolute;
    right: 0;
    transform: translateX(50%);
    width: 80vw;
  }
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper .copy-one {
  top: 2vw;
  position: relative;
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper .copy-one span {
  color: #ea4e04;
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper .copy-two {
    transform: translateY(-3vw);
  }
}
@media screen and (max-width: 480px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper .copy-two {
    transform: translateY(-5.5vw);
  }
}
@media screen and (max-width: 380px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper .copy-two {
    transform: translateY(-8vw);
  }
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper .copy-two::before, .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper .copy-two::after {
  content: "";
  width: 3px;
  height: 48px;
  background: #000;
  display: inline-block;
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper .copy-two::before {
  margin-right: 40px;
  transform: rotate(-28deg) translateY(10px);
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper .copy-two::after {
  margin-left: 40px;
  transform: rotate(28deg) translateY(10px);
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-line {
  font-size: 4vw;
  font-weight: bold;
  color: #2cb801;
  text-align: center;
  line-height: 0.9;
  transform: translateY(-0.8vw);
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-line {
    transform: translateY(20vw);
  }
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-line span {
  font-size: 11vw;
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-line span {
    font-size: 13vw;
  }
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .advisor-img-wrapper {
  width: 40vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .advisor-img-wrapper img {
  width: 100%;
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-right {
  width: 50%;
  position: relative;
  height: 53vw;
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-right {
    padding-top: 19vw;
    height: 83vw;
  }
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-right .send-line-message-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5vw;
  margin-top: 3vw;
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-right .send-line-message-wrapper .camera-icon-wrapper {
  width: 5vw;
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-right .send-line-message-wrapper .camera-icon-wrapper {
    width: 8vw;
  }
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-right .send-line-message-wrapper .camera-icon-wrapper img {
  width: 100%;
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-right .send-line-message-wrapper .send-line-message {
  font-size: 2vw;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-right .send-line-message-wrapper .send-line-message {
    font-size: 3vw;
  }
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-right .sp-img-wrapper {
  width: 80%;
  margin: auto;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-right .sp-img-wrapper {
    width: 38vw;
  }
}
.pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-right .sp-img-wrapper img {
  width: 100%;
}
.pattern-b section#top .kv-wrapper .checkpoint-wrapper {
  position: absolute;
  bottom: 2vw;
  right: 25%;
  display: flex;
  gap: 16px;
  transform: translateX(45%);
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .checkpoint-wrapper {
    left: 0;
    transform: none;
    background: linear-gradient(90deg, rgb(67, 132, 232) 0%, rgb(3, 72, 175) 100%);
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 3vw 2vw;
    bottom: -30vw;
  }
}
.pattern-b section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents {
  background: #c8eaf6;
  color: #0043b0;
  border-radius: 100%;
  text-align: center;
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.7);
  padding: 20px;
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents {
    height: 26vw;
    width: 26vw;
    background: #fff;
    padding: 16px 10px;
  }
}
@media screen and (max-width: 480px) {
  .pattern-b section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents {
    padding: 16px 6px;
  }
}
.pattern-b section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents .check-img-wrapper {
  width: 3vw;
  margin: auto;
  transform: translateY(-6px);
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents .check-img-wrapper {
    width: 6vw;
  }
}
@media screen and (max-width: 480px) {
  .pattern-b section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents .check-img-wrapper {
    width: 5vw;
  }
}
.pattern-b section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents .check-img-wrapper img {
  width: 100%;
}
.pattern-b section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p {
  font-size: 1.5vw;
  line-height: 1.4em;
  font-weight: bold;
  transform: translateY(-6px);
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p {
    font-size: 3vw;
  }
}
.pattern-b section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact {
  font-size: 1.7vw;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .checkpoint-wrapper .checkpoint-contents p.impact {
    font-size: 3.3vw;
  }
}
.pattern-b section#top .kv-wrapper .diagonal-text {
  position: absolute;
  top: 34vw;
  left: 0;
  font-size: 2vw;
  color: #fff;
  transform: translate(0px, 0px) skew(0deg, -7deg);
  line-height: 1.3em;
  font-weight: bold;
  background: #ea4e04;
  padding: 14px;
}
@media screen and (max-width: 580px) {
  .pattern-b section#top .kv-wrapper .diagonal-text {
    bottom: 0;
    top: auto;
    z-index: 10;
    font-size: 3vw;
    padding: 8px 12px;
  }
}
.pattern-b .contact-area {
  background: linear-gradient(90deg, rgb(67, 132, 232) 0%, rgb(3, 72, 175) 100%);
  width: 100%;
  padding: 20px 2vw;
  margin: auto;
  color: #fff;
  transform: translateY(-0.5vw);
}
@media screen and (max-width: 580px) {
  .pattern-b .contact-area {
    background: #fff;
    z-index: 9;
    position: relative;
    margin-top: 32vw;
    padding: 12px 2vw;
  }
}
.pattern-b .contact-area .contact-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 580px) {
  .pattern-b .contact-area .contact-list {
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    gap: 0;
  }
}
.pattern-b .contact-area .contact-list .contact-item.line {
  width: 50%;
  color: #fff;
}
@media screen and (max-width: 580px) {
  .pattern-b .contact-area .contact-list .contact-item.line {
    color: #008e28;
    width: 100%;
    margin-bottom: 16px;
  }
}
.pattern-b .contact-area .contact-list .contact-item.mail {
  width: 25%;
  color: #fff;
}
@media screen and (max-width: 580px) {
  .pattern-b .contact-area .contact-list .contact-item.mail {
    color: #fd3267;
    width: 49%;
    margin-bottom: 8px;
  }
}
.pattern-b .contact-area .contact-list .contact-item.tel {
  width: 25%;
  color: #fff;
}
@media screen and (max-width: 580px) {
  .pattern-b .contact-area .contact-list .contact-item.tel {
    color: #ea4e04;
    width: 49%;
    margin-bottom: 8px;
  }
}
.pattern-b .contact-area .contact-list .contact-item .contact-message {
  font-size: 2.3vw;
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  line-height: 1.3em;
}
@media screen and (max-width: 580px) {
  .pattern-b .contact-area .contact-list .contact-item .contact-message {
    font-size: 3vw;
    align-items: center;
    margin-bottom: 4px;
  }
}
.pattern-b .contact-area .contact-list .contact-item .contact-message::before {
  margin-right: 20px;
  transform: rotate(-35deg);
}
.pattern-b .contact-area .contact-list .contact-item .contact-message::after {
  margin-left: 20px;
  transform: rotate(35deg);
}
.pattern-b .contact-area .contact-list .contact-item .contact-message.tel {
  font-size: 1.3vw;
  line-height: 1.3;
}
.pattern-b .contact-area .contact-list .contact-item .contact-message.line::before, .pattern-b .contact-area .contact-list .contact-item .contact-message.line::after {
  content: "";
  width: 3px;
  height: 32px;
  background: #fff;
}
@media screen and (max-width: 580px) {
  .pattern-b .contact-area .contact-list .contact-item .contact-message.line::before, .pattern-b .contact-area .contact-list .contact-item .contact-message.line::after {
    background: #008e28;
    height: 20px;
  }
}
@media screen and (max-width: 580px) {
  .pattern-b .contact-area .contact-list .contact-item .contact-message.line::before {
    margin-left: 8px;
  }
}
@media screen and (max-width: 580px) {
  .pattern-b .contact-area .contact-list .contact-item .contact-message.line::after {
    margin-right: 8px;
  }
}
.pattern-b .contact-area .contact-list .contact-item .contact-message.mail::before, .pattern-b .contact-area .contact-list .contact-item .contact-message.mail::after {
  content: "";
  width: 3px;
  height: 32px;
  background: #fff;
}
@media screen and (max-width: 580px) {
  .pattern-b .contact-area .contact-list .contact-item .contact-message.mail::before, .pattern-b .contact-area .contact-list .contact-item .contact-message.mail::after {
    background: #fd3267;
    height: 20px;
  }
}
.pattern-b .contact-area .contact-list .contact-item .contact-message.tel::before, .pattern-b .contact-area .contact-list .contact-item .contact-message.tel::after {
  display: none;
}
@media screen and (max-width: 580px) {
  .pattern-b .contact-area .contact-list .contact-item .contact-message.tel::before, .pattern-b .contact-area .contact-list .contact-item .contact-message.tel::after {
    display: block;
    content: "";
    width: 3px;
    height: 32px;
    background: #ea4e04;
    height: 20px;
  }
}
@media screen and (max-width: 380px) {
  .pattern-b .contact-area .contact-list .contact-item .contact-message.tel::before, .pattern-b .contact-area .contact-list .contact-item .contact-message.tel::after {
    display: none;
  }
}
.pattern-b .contact-area .contact-list .contact-item .contact-message.tel::before {
  margin-right: 10px;
}
.pattern-b .contact-area .contact-list .contact-item .contact-message.tel::after {
  margin-left: 10px;
}
.pattern-b .contact-area .contact-list .contact-item .contact-img-wrapper {
  width: 100%;
}
.pattern-b .contact-area .contact-list .contact-item .contact-img-wrapper img {
  width: 100%;
}

@media screen and (min-width: 581px) and (max-width: 1130px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper .copy-one {
    top: 2.7vw;
  }
}
@media screen and (min-width: 581px) and (max-width: 950px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper {
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 581px) and (max-width: 880px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper {
    line-height: 1.3;
  }
}
@media screen and (min-width: 581px) and (max-width: 880px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper {
    line-height: 1;
  }
}
@media screen and (min-width: 581px) and (max-width: 700px) {
  .pattern-b section#top .kv-wrapper .kv-flex-pc .kv-flex-pc-left .catch-copy-wrapper {
    line-height: 0.6;
    margin-bottom: 20px;
  }
}
.menu-checkbox {
  display: none;
}

.drawer-menu {
  display: none;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  .drawer-menu {
    display: none;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .drawer-menu {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .drawer-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    transform: translateX(0);
    transition: all 0.5s ease-in-out;
    background-color: #00499a;
    z-index: 20;
    overflow: scroll;
    padding-bottom: 40px;
  }
}

.drawer-menu-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.drawer-menu-item-link {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 20px;
  margin-top: 20px;
}

.drawer-menu-item-link:hover,
.drawer-menu-item .Label:hover {
  color: #5b9fd3;
}

.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(100%);
}

.drawer-icon {
  display: none;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .drawer-icon {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 25px;
    right: 60px;
    justify-content: center;
    align-items: center;
    z-index: 130;
    background-color: #fff;
  }
}

.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
  content: "";
  display: block;
  height: 6px;
  width: 40px;
  border-radius: 3px;
  /*check*/
  background-color: #eb6120;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
}

.drawer-icon span::before {
  bottom: 12px;
  background-color: #00499a;
}

.drawer-icon span::after {
  top: 12px;
  background-color: #00499a;
}

.menu-checkbox:checked ~ .drawer-icon {
  background-color: #00499a;
}

.menu-checkbox:checked ~ .drawer-icon span {
  background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.menu-background {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.menu-checkbox:checked ~ .menu-background {
  display: block;
  opacity: 0.3;
}

/*ベース*/
.drawer-menu-item .toggle {
  display: none;
}

.drawer-menu-item .Label {
  /*タイトル*/
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 20px;
  margin-top: 20px;
}

.drawer-menu-item .Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: rotate(135deg);
}

.drawer-menu-item .Label,
.drawer-menu-item .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.drawer-menu-item .content {
  /*本文*/
  height: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.drawer-menu-item .toggle:checked + .Label + .content {
  /*開閉時*/
  height: auto;
  padding: 20px 8px 0px 20px;
  transition: all 0.3s;
  margin-top: 0;
}

.drawer-menu-item .toggle:checked + .Label + .content li {
  display: block;
  font-size: 1.5rem;
  padding-left: 1em;
  margin-bottom: 20px;
}

.drawer-menu-item .toggle:checked + .Label + .content li:last-of-type {
  margin-bottom: 0;
}

.drawer-menu-item .toggle:checked + .Label + .content li a {
  color: #fff;
}

.drawer-menu-item .toggle:checked + .Label + .content li a:hover {
  color: #5b9fd3;
}

.drawer-menu-item .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
  top: calc(50% - 3px);
}

.drawer-line {
  width: 80%;
  margin: 20px 0 0 0;
  padding-left: 20px;
}
.drawer-line img {
  width: 100%;
  height: auto;
}

section#achievement {
  width: 100%;
  padding: 50px 0;
}
section#achievement .inner {
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  section#achievement .inner {
    max-width: 99%;
    padding: 10px;
  }
}
section#achievement .inner h2 {
  text-align: center;
  font-size: 3.3rem;
  border-top: 0.5px solid #2e7db9;
  border-bottom: 0.5px solid #2e7db9;
  color: #2e7db9;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#achievement .inner h2 {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  section#achievement .inner h2 {
    padding: 10px 20px;
    font-size: 2.4rem;
  }
}
section#achievement .inner h3 {
  text-align: center;
  color: #536280;
  margin-top: 50px;
  font-size: 2.3rem;
}
section#achievement .inner .arcivebox {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
@media screen and (max-width: 580px) {
  section#achievement .inner .arcivebox {
    display: block;
  }
}
section#achievement .inner .arcivebox .a-01 {
  width: 33%;
  height: auto;
  background: #f0f8ff;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#achievement .inner .arcivebox .a-01 {
    padding: 10px;
  }
}
@media screen and (max-width: 580px) {
  section#achievement .inner .arcivebox .a-01 {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
}
section#achievement .inner .arcivebox .a-01 .backImage {
  width: 140px;
  height: 140px;
  margin: auto;
  border-radius: 50%;
  margin-bottom: 30px;
  background-size: 95%;
}
section#achievement .inner .arcivebox .a-01 .f-01 {
  background-image: url("https://bousuikouji.info/wp-content/themes/omc/images/p0089_05-1.webp");
}
section#achievement .inner .arcivebox .a-01 .f-02 {
  background-image: url("https://bousuikouji.info/wp-content/themes/omc/images/p0088_03.webp");
  background-size: 139%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
section#achievement .inner .arcivebox .a-01 .f-03 {
  background-image: url("https://bousuikouji.info/wp-content/themes/omc/images/p0093_08-1.webp");
}
section#achievement .inner .arcivebox .a-01 .star {
  color: orange;
  letter-spacing: 3px;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
}
section#achievement .inner .arcivebox .a-01 .comment {
  padding: 6px;
  font-size: 1.7rem;
  line-height: 2.7rem;
}

section.maching {
  background: rgb(40, 40, 40);
  color: #f1f1f1;
  width: 100%;
  padding: 50px 0;
}
section.maching .inner {
  margin: 0 auto;
  max-width: 1110px;
}
@media screen and (max-width: 580px) {
  section.maching .inner {
    max-width: 99%;
    padding: 10px;
  }
}
section.maching .inner h2 {
  text-align: center;
  font-size: 3.3rem;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section.maching .inner h2 {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  section.maching .inner h2 {
    font-size: 2.4rem;
  }
}
section.maching .inner h3 {
  text-align: center;
  margin-top: 35px;
  font-size: 1.8vw;
}
@media screen and (max-width: 580px) {
  section.maching .inner h3 {
    font-size: 2rem;
    padding: 0 20px;
  }
}
section.maching .inner .matching_picture {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  section.maching .inner .matching_picture {
    display: block;
  }
}
section.maching .inner .matching_picture figure {
  width: 250px;
  margin: 0;
}
@media screen and (max-width: 580px) {
  section.maching .inner .matching_picture figure {
    width: 100%;
  }
}
section.maching .inner .matching_picture figure img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.maching .inner .matching_picture figure figcaption {
  margin: 10px auto;
  font-weight: bold;
  text-align: center;
  font-size: 2.1rem;
}
@media screen and (max-width: 580px) {
  section.maching .inner .matching_picture figure figcaption {
    font-size: 1.6rem;
  }
}

section.detail {
  width: 100%;
  padding: 50px 0;
}
section.detail .inner {
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section.detail .inner {
    padding: 15px;
  }
}
@media screen and (max-width: 580px) {
  section.detail .inner {
    max-width: 99%;
    padding: 10px;
  }
}
section.detail .inner figure.img_right {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #808080;
  display: flex;
  justify-content: center;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  section.detail .inner figure.img_right {
    display: block;
    padding: 10px;
  }
}
section.detail .inner figure.img_right .img_inner {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 580px) {
  section.detail .inner figure.img_right .img_inner {
    width: 100%;
    padding: 10px;
  }
}
section.detail .inner figure.img_right .img_inner img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
section.detail .inner figure.img_right .img_inner .caption {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 4px;
}
section.detail .inner figure.img_right figcaption {
  padding: 0 0 0 30px;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  section.detail .inner figure.img_right figcaption {
    width: 100%;
    padding: 0 10px;
  }
}
section.detail .inner figure.img_right figcaption h3 {
  font-size: min(2.4vw, 3.2rem);
  margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
  section.detail .inner figure.img_right figcaption h3 {
    font-size: 2rem;
    text-align: center;
  }
}
section.detail .inner figure.img_right figcaption p {
  font-size: 1.8rem;
}
section.detail .inner figure.img_right figcaption p:nth-of-type(1) {
  margin-bottom: 15px;
}
section.detail .inner figure.img_right figcaption p:nth-of-type(2) {
  margin-bottom: 10px;
}
section.detail .inner figure.img_right figcaption p:nth-of-type(3) {
  scroll-margin-top: 10px;
}
section.detail .inner figure.img_right figcaption ul {
  padding: 10px 30px 18px;
}
section.detail .inner figure.img_right figcaption ul li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  font-size: 1.8rem;
}
section.detail .inner figure.img_right figcaption ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #2e7db9;
  top: 4px;
  left: -25px;
}
section.detail .inner figure.img_right figcaption ul li .check {
  position: absolute;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #2e7db9;
  border-left: 2px solid #2e7db9;
  transform: rotate(-45deg);
  top: 1px;
  left: -24px;
}
section.detail .inner figure.img_right figcaption button {
  background: #eb6120;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 10px 20px;
  border-radius: 99px;
  transition: all 1s ease;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin: 20px auto;
  border: none;
  letter-spacing: 4px;
}
@media screen and (max-width: 580px) {
  section.detail .inner figure.img_right figcaption button {
    font-size: 1.6rem;
  }
}
section.detail .inner figure.img_right figcaption button:hover {
  opacity: 0.6;
}
section.detail .inner figure.img_right figcaption button a {
  position: absolute;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.detail .inner figure.img_left {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #808080;
  display: flex;
  justify-content: center;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  section.detail .inner figure.img_left {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
section.detail .inner figure.img_left .img_inner {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  order: 2;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 580px) {
  section.detail .inner figure.img_left .img_inner {
    width: 100%;
    padding: 10px;
  }
}
section.detail .inner figure.img_left .img_inner img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  section.detail .inner figure.img_left .img_inner img {
    width: 100%;
  }
}
section.detail .inner figure.img_left .img_inner .caption {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 4px;
}
section.detail .inner figure.img_left figcaption {
  padding: 0 30px 0 0;
  width: 50%;
  box-sizing: border-box;
  order: 1;
}
@media screen and (max-width: 580px) {
  section.detail .inner figure.img_left figcaption {
    width: 100%;
    padding: 0 10px;
  }
}
section.detail .inner figure.img_left figcaption h3 {
  font-size: min(2.4vw, 3.2rem);
  margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
  section.detail .inner figure.img_left figcaption h3 {
    font-size: 2rem;
    text-align: center;
  }
}
section.detail .inner figure.img_left figcaption p {
  font-size: 1.8rem;
}
section.detail .inner figure.img_left figcaption p:nth-of-type(1) {
  margin-bottom: 15px;
}
section.detail .inner figure.img_left figcaption p:nth-of-type(2) {
  margin-bottom: 10px;
}
section.detail .inner figure.img_left figcaption p:nth-of-type(3) {
  scroll-margin-top: 10px;
}
section.detail .inner figure.img_left figcaption ul {
  padding: 10px 30px 18px;
}
section.detail .inner figure.img_left figcaption ul li {
  list-style-type: none;
  margin-bottom: 5px;
  color: #2e7db9;
  position: relative;
}
section.detail .inner figure.img_left figcaption ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #2e7db9;
  top: 4px;
  left: -25px;
}
section.detail .inner figure.img_left figcaption ul li .check {
  position: absolute;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #2e7db9;
  border-left: 2px solid #2e7db9;
  transform: rotate(-45deg);
  top: 1px;
  left: -24px;
}
section.detail .inner figure:last-child {
  border-bottom: none;
}

section#media {
  width: 100%;
  padding: 50px 0;
}
section#media .inner {
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  section#media .inner {
    max-width: 99%;
    padding: 10px;
  }
}
section#media .inner h2 {
  text-align: center;
  font-size: 3.3rem;
  border-top: 0.5px solid #2e7db9;
  border-bottom: 0.5px solid #2e7db9;
  color: #2e7db9;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#media .inner h2 {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  section#media .inner h2 {
    font-size: 2.4rem;
  }
}
section#media .inner #mediaup {
  display: flex;
  justify-content: space-around;
  padding: 100px 0 50px;
}
@media screen and (max-width: 580px) {
  section#media .inner #mediaup {
    display: block;
    padding: 50px 0 0 0;
  }
}
section#media .inner #mediaup img {
  width: 33%;
  max-width: 280px;
  box-sizing: border-box;
  height: 70px;
}
@media screen and (max-width: 580px) {
  section#media .inner #mediaup img {
    width: 280px;
    display: block;
    margin: 5px auto 20px;
  }
}

section#experiences {
  width: 100%;
  padding: 50px 0;
}
@media screen and (max-width: 580px) {
  section#experiences {
    padding: 0;
  }
}
section#experiences .inner {
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  section#experiences .inner {
    max-width: 99%;
    padding: 10px;
  }
}
section#experiences .inner h2 {
  text-align: center;
  font-size: 3.3rem;
  border-top: 0.5px solid #2e7db9;
  border-bottom: 0.5px solid #2e7db9;
  color: #2e7db9;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#experiences .inner h2 {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  section#experiences .inner h2 {
    font-size: 2.4rem;
  }
}
section#experiences .inner figure {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #808080;
}
@media screen and (max-width: 580px) {
  section#experiences .inner figure {
    display: block;
    width: 100%;
    padding: 30px 0;
  }
}
section#experiences .inner figure .imagebox {
  width: 50%;
  max-width: 50%;
  padding: 15px;
  box-sizing: border-box;
  order: 2;
}
@media screen and (max-width: 580px) {
  section#experiences .inner figure .imagebox {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
section#experiences .inner figure .imagebox img {
  width: 100%;
  height: auto;
}
section#experiences .inner figure figcaption {
  width: 50%;
  max-width: 50%;
  height: auto;
  padding: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  section#experiences .inner figure figcaption {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }
}
section#experiences .inner figure figcaption h3 {
  font-size: 2.6rem;
  color: #536280;
}
section#experiences .inner figure figcaption p.sub {
  font-size: 2.2rem;
  margin-top: 14px;
}
section#experiences .inner figure figcaption p.sub a {
  text-decoration: none;
  display: block;
  margin-top: 50px;
  color: #0382d1;
}
section#experiences .inner figure figcaption p.sub a::hover {
  color: #fff;
}
section#experiences .inner figure:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

section#youtube {
  width: 100%;
  padding: 50px 0;
}
section#youtube .inner {
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  section#youtube .inner {
    max-width: 99%;
    padding: 10px;
  }
}
section#youtube .inner h2 {
  text-align: center;
  font-size: 3.3rem;
  border-top: 0.5px solid #2e7db9;
  border-bottom: 0.5px solid #2e7db9;
  color: #2e7db9;
}
@media screen and (max-width: 580px) {
  section#youtube .inner h2 {
    font-size: 2.4rem;
  }
}
section#youtube .inner .mediachannel {
  position: relative;
  margin: 50px auto;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
section#youtube .inner .mediachannel iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#youtube .inner .mediachannel iframe {
    width: 98%;
    height: 98%;
  }
}
@media screen and (max-width: 580px) {
  section#youtube .inner .mediachannel iframe {
    width: 98%;
    height: 98%;
  }
}
section#youtube .inner p.all {
  text-align: center;
  margin: 50px auto;
  padding: 10px 16px;
  max-width: 1080px;
  background-color: #eb6120;
  border-radius: 99px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s ease;
}
section#youtube .inner p.all:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 580px) {
  section#youtube .inner p.all {
    width: 75%;
  }
}
section#youtube .inner p.all a {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 2px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 100%;
  transition: all 3s ease;
}
@media screen and (max-width: 580px) {
  section#youtube .inner p.all a {
    font-size: 1.6rem;
  }
}
section#youtube .inner p.all:hover {
  color: #eb6120;
}

section.article-list {
  width: 100%;
  padding: 50px 0;
}
section.article-list .inner {
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  section.article-list .inner {
    max-width: 99%;
    padding: 10px;
  }
}
section.article-list .inner h2 {
  text-align: center;
  font-size: 3.3rem;
  border-top: 0.5px solid #2e7db9;
  border-bottom: 0.5px solid #2e7db9;
  color: #2e7db9;
}
@media screen and (max-width: 580px) {
  section.article-list .inner h2 {
    font-size: 2.4rem;
  }
}
section.article-list .inner .flex-article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 580px) {
  section.article-list .inner .flex-article {
    display: block;
  }
}
section.article-list .inner .flex-article figure.articleBox {
  width: 32%;
  box-sizing: border-box;
  margin: 20px 0;
  position: relative;
}
@media screen and (max-width: 580px) {
  section.article-list .inner .flex-article figure.articleBox {
    width: 100%;
    padding: 10px;
  }
}
section.article-list .inner .flex-article figure.articleBox img {
  width: 100%;
  height: auto;
  display: block;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  section.article-list .inner .flex-article figure.articleBox img {
    padding: 0;
  }
}
section.article-list .inner .flex-article figure.articleBox figcaption {
  padding: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 580px) {
  section.article-list .inner .flex-article figure.articleBox figcaption {
    padding: 0;
  }
}
section.article-list .inner .flex-article figure.articleBox h3 {
  font-size: 2rem;
  text-align: center;
  color: #536280;
}
section.article-list .inner .flex-article figure.articleBox p.article-memo {
  font-size: 1.8rem;
  margin-top: 10px;
  padding: 10px;
}
@media screen and (max-width: 580px) {
  section.article-list .inner .flex-article figure.articleBox p.article-memo {
    padding: 0;
  }
}
section.article-list .inner .flex-article figure.articleBox a {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.article-list .inner button {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 15px;
  background: #eb6120;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 20px auto;
  border-radius: 99px;
  border: none;
  transition: all 2s ease;
}
@media screen and (max-width: 580px) {
  section.article-list .inner button {
    font-size: 1.6rem;
  }
}
section.article-list .inner button:hover {
  opacity: 0.6;
}
section.article-list .inner button a {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}

section .btn-copy_wrapper {
  margin: 40px auto 0;
}
section .btn-copy_wrapper .btn-copy {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.2em;
  text-align: center;
}
@media screen and (max-width: 580px) {
  section .btn-copy_wrapper .btn-copy {
    font-size: 4vw;
  }
}
section .btn-copy_wrapper .btn-copy:before {
  margin-right: 1rem;
  content: "＼";
}
section .btn-copy_wrapper .btn-copy:after {
  margin-left: 1rem;
  content: "／";
}
section .btn-copy_wrapper .btn {
  display: block;
  background: #eb6120;
  color: #fff;
  max-width: 400px;
  width: 90%;
  margin: auto;
  text-align: center;
  border-radius: 999px;
  padding: 12px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  border-bottom: 5px solid #902e00;
  transition: 0.5s;
}
@media screen and (max-width: 580px) {
  section .btn-copy_wrapper .btn {
    font-size: 4vw;
  }
}
section .btn-copy_wrapper .btn:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: calc(50% - 15rem);
  margin: 0;
  padding: 0;
  content: "\f054";
}
@media screen and (max-width: 580px) {
  section .btn-copy_wrapper .btn:before {
    font-size: 4vw;
    right: calc(50% - 31vw);
  }
}
section .btn-copy_wrapper .btn:hover {
  border-bottom: 2px solid #902e00;
  transform: translateY(3px);
  transition: 0.5s;
}

.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .pagetop {
    right: 15px;
    bottom: 90px;
  }
}

.pagetop__arrow {
  height: 8px;
  width: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

footer {
  width: 100%;
  padding-top: 60px;
  background-color: rgb(0, 72, 154);
}
footer #footerBox {
  width: 100%;
  max-width: 1110px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  footer #footerBox {
    display: block;
    width: 100%;
  }
}
footer #footerBox #contener-01 {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 {
    width: 100%;
    padding: 10px;
  }
}
footer #footerBox #contener-01 p#f-01 {
  box-sizing: border-box;
  text-align: center;
  font-size: 3.8rem;
  color: #f1f1f1;
  font-weight: bolder;
  padding: 0;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 p#f-01 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  footer #footerBox #contener-01 p#f-01 {
    font-size: 2.4rem;
  }
}
footer #footerBox #contener-01 p#f-01 span {
  font-size: 150%;
  color: #eb6120;
  transform: scale(0.8, 1);
  margin-left: 7px;
}
footer #footerBox #contener-01 ul {
  padding: 30px 67px 30px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-01 ul {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 ul {
    padding: 20px 15px;
  }
}
footer #footerBox #contener-01 ul li {
  font-size: 1.7rem;
  color: #fff;
}
footer #footerBox #contener-01 p#f-02 {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
}
footer #footerBox #contener-01 p#f-03 {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  margin-top: 20px;
  padding: 0;
}
footer #footerBox #contener-01 p#f-03 span {
  color: #eb6120;
  transform: scale(0.7, 1);
  font-size: 180%;
  margin: 0 6px;
  font-weight: bold;
}
footer #footerBox #contener-01 p#f-03 img {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
}
footer #footerBox #contener-01 img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
footer #footerBox #contener-01 p {
  text-align: center;
  padding: 10px;
}
footer #footerBox #contener-01 p a {
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
  color: #eb6120;
}
footer #footerBox #contener-01 p a img.linebutton {
  display: inline-block;
  width: 162px;
  height: 50px;
  max-width: 100%;
  vertical-align: middle;
  margin: 1em;
  margin-right: 20px;
}
footer #footerBox #contener-01 p img.qrcode {
  display: inline-block;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 p img.qrcode {
    display: none;
  }
}
footer #footerBox #contener-02 {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 {
    width: 100%;
  }
}
footer #footerBox #contener-02 form input,
footer #footerBox #contener-02 form select,
footer #footerBox #contener-02 form textarea {
  margin-bottom: 0.5em;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: 1.6rem;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  color: #333;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
footer #footerBox #contener-02 form textarea {
  padding-top: 0.7em;
  min-height: 120px;
  color: #333;
}
footer #footerBox #contener-02 form input,
footer #footerBox #contener-02 form button,
footer #footerBox #contener-02 form select,
footer #footerBox #contener-02 form textarea {
  font: inherit;
  font-size: 1.6rem;
  color: #333;
}
footer #footerBox #contener-02 form p.form_style {
  color: #333;
  font-size: 1.6rem;
  padding: 0;
  margin-bottom: 0.5em !important;
  text-align: left !important;
  margin-top: 0.5em !important;
}
footer #footerBox #contener-02 form p.form_buttonstyle {
  margin-bottom: 0.5em !important;
  text-align: center !important;
  margin-top: 1.5em !important;
}
footer #footerBox #contener-02 form p.form_buttonstyle span {
  text-align: center;
  color: #fff;
}
footer #footerBox #contener-02 form p.form_buttonstyle input[type=submit] {
  width: 200px;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 100;
  background-color: #eb6120;
  color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
footer #footerBox #contener-02 form p.form_buttonstyle input[type=submit]:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
  background-color: #fba57d;
}
footer #footerBox #contener-02 form .btn-wrap {
  display: block;
  max-width: 435px;
  margin: 20px auto 20px;
}
footer #footerBox #contener-02 form .btn-wrap .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 999px;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c {
  font-size: 1.8rem;
  display: block;
  overflow: hidden;
  padding: 1rem 2rem 1rem 3rem;
  border-bottom: 5px solid #902e00;
  background: #ea611f;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  right: calc(50% - 15rem);
  margin: 0;
  padding: 0;
  content: "\f30b";
  color: #fff;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
    right: calc(50% - 20vw);
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
    font-size: 5vw;
    top: calc(50% - 2.5vw);
    right: calc(50% - 36vw);
  }
}
footer #footerBox #contener-02 form .btn-wrap .btn-c:hover {
  transform: translateY(3px);
  border-bottom: 2px solid #902e00;
  background: #ea611f;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c input {
  background: none;
  border: none;
  display: block;
  margin: auto;
  font-weight: bold;
  cursor: pointer;
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c input {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c input {
    font-size: 5vw;
  }
}
footer #footer_contents_wrapper {
  display: flex;
  width: 100%;
  max-width: 1110px;
  margin: auto;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 580px) {
  footer #footer_contents_wrapper {
    display: block;
  }
}
footer #footer_contents_wrapper a {
  color: #fff;
}
footer #footer_contents_wrapper a:hover {
  text-decoration: underline;
}
footer #footer_contents_wrapper ul li {
  margin-bottom: 8px;
}
footer #footer_contents_wrapper .footer_menu_wrapper {
  width: 30%;
  padding: 8px 32px 20px;
}
@media screen and (max-width: 580px) {
  footer #footer_contents_wrapper .footer_menu_wrapper {
    width: 100%;
    padding: 8px 20px 20px;
  }
}
footer #footer_contents_wrapper .footer_news_wrapper {
  width: 50%;
  padding: 8px 20px 20px;
}
@media screen and (max-width: 580px) {
  footer #footer_contents_wrapper .footer_news_wrapper {
    width: 100%;
  }
}
footer #footer_contents_wrapper .footer_news_wrapper p {
  margin: auto auto 8px;
  color: #ffffff;
  font-weight: bold;
}
footer #footer_contents_wrapper .footer_news_wrapper .new_article {
  margin-bottom: 32px;
}
footer #footer_contents_wrapper .footer_kisochishiki_wrapper {
  width: 20%;
  padding: 8px 20px 20px;
}
@media screen and (max-width: 580px) {
  footer #footer_contents_wrapper .footer_kisochishiki_wrapper {
    width: 100%;
  }
}
footer #footer_contents_wrapper .footer_kisochishiki_wrapper p {
  margin: auto auto 8px;
  color: #ffffff;
  font-weight: bold;
}
footer .footer_tags_wrapper {
  width: 100%;
  max-width: 1110px;
  margin: auto auto 12px;
  font-size: 14px;
  color: #fff;
}
footer .tags_list {
  padding: 0 20px;
}
footer .tags_list .tag_item {
  display: inline-block;
  background: #f0f7ff;
  border-radius: 6px;
  margin: 0 8px 16px 0;
  font-weight: bold;
  border: 2px solid #78b7ff;
}
footer .tags_list .tag_item:hover {
  background: #78b7ff;
}
@media screen and (max-width: 580px) {
  footer .tags_list .tag_item {
    margin: 0 4px 8px 0;
  }
}
footer .tags_list .tag_item a {
  color: #00489a;
  display: block;
  padding: 4px 8px;
}
footer .tags_list .tag_item a:hover {
  text-decoration: underline;
  color: #fff;
}
footer #copylight {
  background-color: #394356;
  color: #fff;
  padding: 10px 0 15px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  footer #copylight {
    display: block;
    padding: 12px 0 30px;
  }
}
footer #copylight p#copy {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 580px) {
  footer #copylight p#copy {
    margin-top: 30px;
  }
}
footer #copylight ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  footer #copylight ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 20px;
    line-height: 2.5;
  }
}
footer #copylight ul li {
  margin-right: 12px;
}
footer #copylight ul li a {
  color: currentColor;
  touch-action: manipulation;
  font-size: 1.2rem;
}

#footer_sp_button {
  display: none;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  #footer_sp_button {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  #footer_sp_button {
    display: block;
    width: 100%;
    position: fixed;
    bottom: -6px;
    left: 0;
    font-size: 1.35rem;
    text-align: center;
    background: #fff;
    padding: 5px;
    z-index: 18;
  }
}
@media screen and (max-width: 580px) {
  #footer_sp_button #img {
    position: relative;
  }
  #footer_sp_button #img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #footer_sp_button #img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=front-page.css.map */