@charset "UTF-8";

img {
  width: 100%;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  max-width: 2000px;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d7f2ff;
  z-index: -9;
}

* {
  box-sizing: border-box;
}

header {
  display: flex;
  background: #fff;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.fixed{
  height: 77px;
}
@media screen and (max-width:768px) {
  .fixed{
    height: 70px;
  }
}
h1 {
  padding-left: 5px;
}

.head_flex {
  display: flex;
}

.head_01 {
  width: fit-content;
  font-weight: bold;
  margin: 0;
  padding-right: 20px;
}

.head_01 p {
  font-size: 16px;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.tel_intro{
  font-size: 12px !important;
  text-align: right;
  display: block !important;
}
@media screen and (max-width:1080px) {
  .tel_intro{
    display: block !important;
    font-size: 8px !important;
  }
}
.head_01 .tel {
  color: #000;
  font-size: 20px;
  transition-duration: .3s;
}

.head_01 .tel:hover {
  opacity: .7;
  transition-duration: .3s;
}

.head_01 .tel span {
  color: #fff;
  background: #176aff;
  font-size: 14px;
  /* padding: 4px 10px 2px; */
  margin-right: 10px;
}

.head_01 .rec {
  display: flex;
  align-items: center;
}

.head_01 .rec span {
  width: 64px;
  height: 24px;
  padding-top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head_01 .fax {
  color: #000;
  font-size: 20px;
}

.head_01 .fax span {
  color: #fff;
  background: #ff931e;
  font-size: 14px;
  padding: 4px 10px 2px;
  margin-right: 10px;
}

.head_02 {
  width: 370px;
  font-size: 16px;
}

.head_02 a {
  background: #176aff;
  color: #fff;
  display: block;
  text-align: center;
  padding: 12% 10%;
  transition-duration: .3s;
}
@media screen and (max-width:1080px) {
  .head_02 a {
    padding: 13% 10%;
  }
}

.head_02 a:hover {
  transition-duration: .3s;
  opacity: .7;
}

.block01 {
  overflow: hidden;
}

.mv {
  width: 100%;
}

.mv {
  position: relative;
  height: 716px;
}

.mv::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  background: #d7f2ff;
  border-bottom-left-radius: 1000px 200px;
  border-bottom-right-radius: 1000px 200px;
  height: 640px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  z-index: -1;
}

.mv::after {
  background: repeating-linear-gradient(90deg, rgba(215, 242, 255, 1), rgba(215, 242, 255, 1) 40px, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 80px);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 900px;
  z-index: -2;
}

.mv_inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 14%;
}

.mv .h1 {
  width: 50%;
}

.mv .catch {
  font-size: min(2.8vw, 43px);
  font-family: 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  color: #092f60;
  letter-spacing: .3em;
}

.mv .catch .big_font {
  font-size: min(5vw, 66px);
  /* text-decoration: underline #ffff00 18px;
  text-underline-offset: -5px; */
  letter-spacing: .15em;
  position: relative;
}

.mv .catch .middle_font {
  font-size: min(3.5vw, 50px);
  color: #176aff;
}

.mv .catch .catch_attention {
  font-size: min(1.5vw, 22px);
  color: #176aff;
}

.FadeConts .underline_anime {
  padding-bottom: 0.05em;
  background: linear-gradient(#ffff00, #ffff00) 0 100%/0 2px no-repeat;
  transition: background .4s;
  text-decoration: none;
}

.FadeConts.show .underline_anime {
  background-size: 100% .5em;
  transition-delay: .3s;
}

.mv .catch .big_font2 {
  display: inline-block;
  margin-left: -.3em;
}

.mv .catch .small_font {
  font-size: min(2.4vw, 32px);
}

.mv .img_wrap {
  width: 50%;
  margin-top: 60px;
}

.mv .mv_point {
  position: absolute;
  position: absolute;
  width: 500px;
  top: 330px;
  left: 40px;
}

.main_btn {
  width: 428px;
  height: 86px;
  margin: 0 auto;
  border-radius: 43px;
  color: #fff;
  filter: drop-shadow(5px 8px 5px rgba(38, 50, 96, .5));
  position: relative;
  transition-duration: .3s;
  transform: translateZ(0);
}

.main_btn p {
  font-size: 14px;
}

.mv+.main_btn01 {
  margin-top: -3%;
}

.main_btn01:hover::after {
  right: 6px;
  transition-duration: .3s;
}

.main_btn01::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  background: url(images/posting/btn_arrow_orange.png) center/contain no-repeat;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  transition-duration: .3s;
}

.main_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-right: 20px;
}

.main_btn01 {
  background: #ff931e;
}

.main_btn02 {
  background: #d7f2ff;
}

.main_btn02 a {
  position: relative;
  color: #176aff;
  font-size: 32px;
  left: 14px;
}

.main_btn02 a span {
  position: relative;
}

.main_btn02 a span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  background: url(images/posting/tel_icon.png) center/contain no-repeat;
  transition-duration: .3s;
}

.main_btn02:hover a span::before {
  transform: translateY(-85%);
  transition-duration: .3s;
}

.anker_Area {
  position: relative;
}

.anker_Area:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  background: #d7f2ff center/cover no-repeat;
  z-index: -1;
}

.anker_Area_inner {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: 42px auto 0;
}

.anker_Area_inner div {
  width: 240px;
  position: relative;
}

.anker_Area_inner div:hover .anchor_arrow {
  bottom: 0;
  transition-duration: .3s;
}

.anker_Area_inner div .anchor_arrow {
  position: absolute;
  width: 63px;
  height: 63px;
  left: 26px;
  bottom: 10px;
  transition-duration: .3s;
}

.block02 {
  background: #3a81ff;
  padding: 130px 0 100px;
}

.block02_under_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 15px solid #fff;
}

.block02_under_main {
  display: flex;
  justify-content: space-between;
  padding: 28px;
  border: solid 3px #000;
  position: relative;
}

.block02_under_main::after {
  position: absolute;
  bottom: -3px;
  right: -3px;
  content: url(images/posting/mark.jpg);
}

.block02 .under_main_txt {
  max-width: 555px;
}

.block02 .under_main_txt div {
  font-size: 32px;
  color: #092f60;
  font-weight: bold;
  margin: 10px 0 34px;
}

.block02 .under_main_txt p {
  font-size: 18px;
  width: 90%;
}

.block02 .under_main_image {
  width: 340px;
}

.block03 {
  padding: 50px 0;
}

.block03_title {
  font-size: 28px;
  color: #092f60;
  font-weight: bold;
  text-align: center;
}

.block03_title .underline_anime {
  display: inline;
}

.block03_title .dots {
  text-emphasis: circle;
  -webkit-text-emphasis: circle;
  text-emphasis-color: #ffff66;
}

.block03_title .small {
  font-size: 18px;
}

.block03_main {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  background: #fff;
  padding: 50px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.block03_main_title {
  font-size: 32px;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto 32px;
  font-weight: bold;
  color: #092f60;
}

.block03_main_title::before {
  position: absolute;
  top: -3px;
  left: -54px;
  content: url(images/posting/icon01.png);
}

.block03_main_list {
  font-size: 20px;
  position: relative;
  margin-bottom: 16px;
  padding-left: 88px;
}

.block03_main_list::before {
  position: absolute;
  top: -5px;
  left: 41px;
  content: url(images/posting/icon02.png);
}

.block04 {
  background: #3a81ff;
  padding: 70px 0;
}

.block04_title {
  text-align: center;
  font-size: 32px;
  color: #fff;
  margin-bottom: 65px;
  font-weight: bold;
}

.block04_main_wrrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.block04_main {
  background: #fff;
  padding: 22px 50px 50px;
  margin: 0 auto 40px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.block04 .mini_text{
	color: #FFFFFF;
	text-align: right;
}

.block04_main table {
  border-collapse: collapse;
  border-bottom: 2px solid #3a81ff;
  font-weight: bold;
}

.block04_main th {
  font-size: 22px;
  color: #3a81ff;
  height: 90px;
  min-width: 104px;
}

.block04_main td {
  font-size: 18px;
  width: 249px;
  text-align: center;
}

.block04_main td img {
  width: 90px;
}

.block04_main tr {
  border-bottom: 2px solid #d7f2ff;
}

.border_first {
  border-bottom: 2px solid #3a81ff !important;
}

.border_none {
  border: none !important;
}

.font_adjust {
  font-size: 16px;
}

.block04 .sub {
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  margin-left: 1%;
}

.normal_text {
  font-size: 18px;
}

.block04 .sub .text_underline {
  text-decoration: underline solid #ff931e;
}

.block04 .sub img {
  width: 70px;
  position: relative;
  top: 6px;
}

.block04 .sub.mb {
  margin-bottom: 14px;
}

.block05 {
  padding: 85px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #092f60;
}

.block05_main {
  width: 95%;
  max-width: 695px;
  margin: 0 auto;
}

.block05_main a {
  filter: drop-shadow(5px 8px 5px rgba(38, 50, 96, .5));
  transition-duration: .3s;
}

.block05_main a:hover {
  opacity: .7;
  transition-duration: .3s;
}

.block05 p {
  margin-bottom: 0;
}

.block09_main a {
  filter: drop-shadow(5px 8px 5px rgba(38, 50, 96, .5));
  transition-duration: .3s;
}

.block09_main a:hover {
  opacity: .7;
  transition-duration: .3s;
}

.block06 {
  background: #3a81ff;
  color: #fff;
  padding: 85px 0;
}

.block06_main {
  width: 90%;
  max-width: 917px;
  margin: 0 auto;
  font-size: 42px;
  color: #fff;
  text-align: center;
}

.block06_main p {
  margin-top: 0;
  margin-block-end: 20px;
}

.block06_main small {
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
}

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

.block06_flex div {
  width: 95%;
}

.block06_sub {
  font-size: 20px;
}

.block07 {
  padding: 60px 0;
  background: #fff;
  position: relative;
}

.block07_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.underline_deco {
  font-size: 32px;
  text-align: center;
  color: #092f60;
  font-weight: bold;
  margin-bottom: 60px;
}

.deco {
  margin: 0 auto;
}

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

.order_box {
  max-width: 755px;
}

.order_image {
  width: 348px;
  margin-top: 46px;
}

.order_title {
  font-size: 36px;
  color: #176aff;
  margin: 0 0 0 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.order_title .number {
  font-size: 74px;
  position: relative;
  margin-right: 17px;
  font-style: oblique;
  transform: scaleX(.8);
}

.order_flex {
  display: flex;
  margin-left: 80px;
}

.line {
  border-right: 12px solid #d7f2ff;
  height: 213px;
  margin: 14px 0 15px;
}

.order_txt {
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  left: 63px;
  margin-top: 0;
  margin-bottom: 48px;
  max-width: 630px;
}

.order_txt span {
  border-bottom: solid 1px #176aff;
}

.order_txt span a {
  color: #176aff;
}

.line02 {
  width: 1046px;
  border-bottom: 2px solid #3a81ff;
  position: absolute;
  right: 0;
}

.block08 {
  padding: 100px 0;
  background: url(images/posting/bg.jpg);
  background-size: 142px;
}

.block08_top {
  display: flex;
  justify-content: space-between;
  max-width: 971px;
  margin: 0 auto 80px;
}

.block08_top_mini {
  max-width: 372px;
}

.block08_top_mini_image {
  width: 60%;
  margin: 0 auto 64px;
}

.block08_top_mini_txt div {
  font-size: 28px;
  color: #333333;
  text-align: center;
}

.block08_top_mini_txt p {
  font-size: 18px;
  color: #000;
  border-top: solid 2px #000;
  margin-top: 0;
  padding-top: 20px;
}

.block08_top_mini .adjust {
  position: relative;
  top: -63px;
  padding-top: 20px;
}

.block08_under_wrap {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 15px solid #fff;
}
.block08_middle{
  width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border: 15px solid #fff;
    padding: 20px 50px;
    margin-bottom: 50px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.block08_middle_title{
  margin-bottom: 15px;
  position: relative;
}
.block08_middle_intro{
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
}
.check_intro{
  text-align: center;
  background: #ff931e;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.check_wrap{
  
}
.check_flex{
  display: flex;
  justify-content: space-around;
  margin-bottom: 48px;
  
}
.check_minicol{
  background: #d7f2ff;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.check_minicol01::after{
  content: "";
    right: -32px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 102px 0 102px 33px;
    border-color: transparent transparent transparent #d7f2ff;
}
.check_minicol02::after{
  content: "";
    right: -32px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 39px 0 39px 33px;
border-color: transparent transparent transparent #d7f2ff;
}
.block08_under_list{
  font-size: 18px;
}
.block08_under_list span{
  font-weight: bold;
  text-decoration: underline #ff931e;
}


.block08_under_title {
  font-size: 32px;
  text-align: center;
  color: #092f60;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.block08_under_wrap {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border: 15px solid #fff;
}

.block08_under_main {
  display: flex;
  padding: 28px;
  border: solid 3px #000;
  position: relative;
}

.block08_under_main::after {
  position: absolute;
  bottom: -3px;
  right: -3px;
  content: url(images/posting/mark.jpg);
}

.block08 .under_main_txt {
  max-width: 540px;
}

.block08 .under_main_txt div {
  font-size: 32px;
  text-align: center;
  color: #092f60;
  font-weight: bold;
  text-align: left;
  margin: 10px 0 33px;
}

.block08 .under_main_txt p {
  font-size: 18px;
  width: 90%;
}

.under_main_image {
  max-width: 403px;
}

.block09 {
  padding: 86px 0;
  background: #fff;
}

.block09_main {
  width: 80%;
  max-width: 695px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

.block10 {
  padding: 70px 0;
}

.miniblock {
  background: #3a81ff;
  padding: 60px 0 30px;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 100%;
  max-width: 1200px;
}

.block10_maintitle {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-bottom: 50px;
}

.block10_main_wrrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.block10_main {
  background: #fff;
  padding: 50px;
  padding-top: 25px;
  margin: 0 auto 40px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

.block10_main table {
  border-collapse: collapse;
  border-bottom: 2px solid #3a81ff;
  font-weight: bold;
  width: 900px;
}

.block10_main th {
  font-size: 22px;
  color: #3a81ff;
  height: 60px;
}

.block10_main td {
  font-size: 18px;
  width: 137px;
  text-align: center;
  padding: 23px 0;
  line-height: 1.8;
}

.block10_main tr {
  border-bottom: 2px solid #d7f2ff;
}

.block10_main .adjust {
  border-bottom: 2px solid #3a81ff;
}

.line_adjust {
  position: relative;
  top: 35px;
}

.block10 .sub {
  color: #fff;
  font-size: 20px;
  margin: 0 auto;
  margin-left: 1%;
}

.block11 {
  background: #fff;
  padding: 75px 0;
}

.block11_wrap {
  max-width: 1017px;
  margin: 0 auto;
}

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

.block11_mini div {
  font-size: 20px;
  font-weight: bold;
  color: #3a81ff;
  margin-bottom: 45px;
  text-align: center;
}

.block11_mini ul {
  font-size: 16px;
  list-style: none;
  padding: 0;
}

.block11_mini li {
  margin-bottom: 3px;
}

.block11_link {
  margin-top: 80px;
}

.block11_link a {
  color: #092f60;
  font-weight: bold;
  font-size: 20px;
  border-bottom: #ff931e 2px solid;
  transition-delay: .3s;
}

.block11_link a:hover {
  opacity: .7;
  transition-delay: .3s;
}

.block11_link img {
  width: 18px;
  position: relative;
  left: 5px;
  top: 3px;
}

footer {
  background: #092f60;
  color: #fff;
  padding: 50px 0 10px;
}

.ft_wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.ft_bnr_area {
  display: flex;
}

.ft_bnr_area div {
  width: 278px;
  transition-duration: .3s;
}
.ft_bnr_area div:nth-child(2){
  margin-left: 14px;
}

.ft_bnr_area div:hover {
  opacity: .7;
  transition-duration: .3s;
}

.ft_flex {
  display: flex;
  font-size: 18px;
  justify-content: flex-end;
  margin-top: 55px;
  margin-bottom: 60px;
}

.ft_flex a {
  color: #fff;
}

.ft_flex01 {
  margin-right: auto;
}

.ft_flex01 div {
  width: 276px;
  margin: 48px 0 13px;
}

.ft_flex01 p {
  margin: 0;
}

.ft_flex ul {
  list-style: none;
}

.ft_flex li {
  margin-bottom: 20px;
}

.ft_flex02 ul li:hover {
  transition-duration: .3s;
}

.ft_flex02 ul li:hover {
  opacity: .7;
  transition-duration: .3s;
}

.copyright {
  text-align: center;
  font-size: 16px;
  color: #fff
}

.copyright a {
  color: #fff;
}

.copyright a:visited {
  color: inherit;
}

.footer_logo a {
  transition-duration: .3s;
}

.footer_logo a:hover {
  opacity: .7;
  transition-duration: .3s;
}

.deco {
  padding: 0px 2em 20px;
  font-size: 26px;
  background-image: repeating-linear-gradient(-45deg, #3a81ff 0px, #3a81ff 2px, rgba(0 0 0 / 0) 0%, rgba(0 0 0 / 0) 50%);
  background-size: 12px 12px;
  background-repeat: repeat-x;
  background-position: center bottom;
}

.o-table {
  background-color: #fff !important;
}


/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translate3d(0, 30px, 0);
  /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translate3d(0, 0, 0);
  /* 30px上に移動する */
  transition-delay: .3s;
  /* フェード開始を0.5秒遅らせる */
}

.header_logo {
  margin: auto 0;
  padding-left: 20px;
  transition-duration: .3s;
}

.header_logo:hover {
  opacity: .7;
  transition-duration: .3s;
}

.page_top_btn {
  position: fixed;
  right: 1rem;
  bottom: 7%;
  width: 80px;
  z-index: 1000;
  transition: .5s;
  transition-duration: .3s;
}

.page_top_btn:hover {
  opacity: .7;
  transition-duration: .3s;
}

.page_top_btn img {
  width: 100%;
  object-fit: contain;
}






@media screen and (max-width:980px) {
  .head_02 {
    width: 315px;
    font-size: 14px;
  }

  .head_01 p {
    font-size: 14px;
  }

}

@media screen and (max-width:1150px) {
  .underline_deco {
    font-size: min(5.5vw, 22px);
    margin-bottom: 24px;
  }

  .order_title {
    font-size: min(5.5vw, 22px);
    margin-left: 8px;
    margin-top: 10px;
  }

  .order_title .number {
    font-size: 56px;
  }

  .order_area {
    flex-wrap: wrap;
  }

  .order_flex {
    margin: 0;
  }

  .order_txt {
    width: 88%;
    left: 0;
    margin: 0 auto;
  }

  .line {
    display: none;
  }

  .order_image {
    margin: 20px auto 26px;
  }

  .block07 {
    padding-top: 30px;
  }
}


@media screen and (max-width:900px) {

  .block04_main {
    width: 95%;
    overflow-x: scroll;
    padding: 28px;
    padding-top: 0;
  }

  .block04_main th {
    font-size: 18px;
    width: 108px;
  }

  .block04_main td {
    font-size: 16px;
    width: auto;
    min-width: 108px;
  }

  .block04_main td img {
    width: 80px;
  }

  .block04_main table {
    width: 600px;
  }

  .block10_main {
    overflow-x: scroll;
    padding: 28px;
  }

  .block04_main_wrrap {
    width: 95%;
  }

  .ft_bnr_area div {
    width: calc(100% / 4);
  }

  .block02_under_main {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .block02 .under_main_image {
    width: 80%;
    margin: 0 auto 10px;
  }

  .block02 .under_main_txt div {
    font-size: min(5.5vw, 22px);
    margin-bottom: 30px;
  }

  .block02_under_main {
    padding: 18px;
  }

  .block02 .under_main_txt p {
    width: 100%;
    font-size: 16px;
    margin-bottom: 50px;
  }

  .block03_title {
    font-size: min(5.5vw, 22px);
  }

  .block03 .underline {
    text-decoration: underline #ffff00 14px;
    text-underline-offset: -7px;
  }

  .block03_main_title {
    font-size: min(5.5vw, 22px);
    width: 76%;
  }

  .block03_main_title::before {
    transform: scale(.7);
    left: -42px;
  }

  .block03_main {
    padding: 18px;
    width: 95%;
    margin-top: 34px;
    margin-bottom: 10px;
  }

  .block03_main_list {
    font-size: 16px;
    padding-left: 34px;
  }

  .block03_main_list::before {
    top: -8px;
    left: -7px;
    transform: scale(.7);
  }

  .block02_under_wrap {
    width: 95%;
  }

  .anker_Area_inner {
    width: 95%;
  }

  .block02 {
    padding: 40px 0 24px;
  }

  .block03 {
    padding: 30px 0;
  }

  .display_pc {
    display: none;
  }

  .block04 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .block04_title {
    font-size: min(5.5vw, 22px);
    margin-bottom: 24px;
  }

  .block04 .sub {
    font-size: 16px;
  }

  .block05 {
    padding-top: 36px;
    padding-bottom: 6px;
  }

  .block05_main {
    font-size: 18px;
    width: 90%;
  }

  .block05_main img {
    width: 100%;
  }

  .block05 p {
    width: 90%;
    margin: 19px auto;
  }

  .block06_main {
    font-size: min(5.5vw, 22px);
  }

  .block06 {
    padding-top: 40px;
    padding-bottom: 26px;
  }


  .block08_top {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .block08_top_mini_txt div {
    font-size: 20px;
  }

  .block08_top_mini_txt p {
    font-size: 18px;
  }
  .block08_middle{
    padding: 20px 0;
  }
  .block08_middle_title::before{
    width: 55px;
    height: 55px;
    left: 10%;
  }
  .check_flex{
    display: block;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .check_flex p{
    margin-left: 5px;
  }
  .first_txt{
    margin-top: 0;
  }
  .block08_under_list{
    padding-left: 15px;
  }
  .block08_under_list li{
    margin-bottom: 10px;
  }
  .block08_under_title {
    font-size: min(5.5vw, 22px);
  }

  .block08_under_main {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding: 18px;
  }

  .block08 .under_main_txt div {
    font-size: min(5.5vw, 22px);
    margin-bottom: 20px;
    text-align: center;
  }

  .under_main_image {
    width: 80%;
    margin: 0 auto 10px;
  }

  .block08 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block08 .under_main_txt {
    width: 100%;
    margin: 0 auto;
  }

  .block08 .under_main_txt p {
    width: 100%;
    margin-bottom: 50px;
  }

  .block08_top_mini {
    width: 80%;
    margin: 20px auto 0;
  }

  .block08_top_mini_image {
    margin-bottom: 22px;
  }

  .block08_top_mini .adjust {
    top: 0;
    padding-top: 0;
  }

  .miniblock {
    padding-top: 30px;
  }

  .block10 {
    padding-bottom: 0;
  }

  .block10_maintitle {
    font-size: min(5.5vw, 22px);
    margin-bottom: 24px;
  }

  .block10_main {
    width: 95%;
    margin-bottom: 20px;
  }

  .block10_main td {
    width: auto;
    min-width: 108px;
  }

  .block10_main table {
    width: 500px;
    margin: 0 auto;
  }

  .block10 .sub {
    font-size: 16px;
    margin: 0 18px;
  }

  .block10_main_wrrap {
    margin-bottom: 30px;
  }

  .block11 {
    padding-top: 35px;
    padding-bottom: 30px;
  }

  .block11_flex {
    width: fit-content;
    margin: 0 auto;
    display: block;
  }

  .block11_mini div {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .block11_mini div {
    font-size: 18px;
  }

  .block11_mini ul {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
  }

  .block11_link a {
    font-size: 16px;
    margin: 0 auto;
    display: block;
    width: fit-content;
  }

  .block11_link {
    margin-top: 40px;
  }

  .mv_inner {
    /* display: block; */
    flex-wrap: wrap;
  }

  .mv .h1 {
    width: fit-content;
    margin: 0 auto;
    margin-top: -14px;
    order: 2;
  }

  .mv .mv_point {
    position: relative;
    width: 75%;
    top: -3px;
    left: 0;
    margin: 0 auto;
    order: 3;
  }

  .mv .img_wrap {
    width: 90%;
    margin: 0 auto;
    margin-top: 17px;
    order: 1;
  }

  .mv .catch {
    font-size: 5.8vw;
  }

  .mv .catch .big_font {
    font-size: 10vw;
  }

  .mv .catch .small_font {
    font-size: 5vw;
  }

  .main_btn {
    width: 80vw;
    height: 16vw;
    margin-bottom: 1em;
  }

  .main_btn a {
    font-size: 4.5vw;
  }

  .main_btn01::after {
    width: 10vw;
    height: 10vw;
    right: 3.5vw;
  }

  .mv {
    height: 180vw;
  }

  .mv::before {
    height: 157vw;
  }

  .mv::after {
    width: 100%;
    transform: translateX(-20px);
  }

  .anker_Area_inner {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .anker_Area_inner div {
    width: 44%;
  }

  .anker_Area_inner div .anchor_arrow {
    width: 44px;
    height: 44px;
    bottom: 5px;
  }

  header {
    height: 70px;
  }

  .header_logo {
    width: 33vw;
    padding-left: 8px;
    padding-right: 8px;
  }

  /* .head_flex {
    width: 67vw;
  } */

  .head_01 {
    /* width: 55vw; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-right: 8px;
  }

  .head_01 p {
    font-size: max(3vw, 12px);
    display: none;
  }

  .head_01 .tel {
    font-size: max(2vw, 12px);
  }

  .head_01 .tel span {
    font-size: 14px;
  }

  .head_01 .fax {
    font-size: max(2vw, 12px);
  }

  .head_01 .fax span {
    font-size: 14px;
  }

  .head_02 {
    width: 15vw;
  }

  .head_02 a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }

  .head_02 a img {
    width: 80%;
    object-fit: contain;
  }

  .mv .catch {
    letter-spacing: .2em;
  }

  .mv .catch .big_font {
    letter-spacing: .1em;
  }

  .ft_flex {
    flex-wrap: wrap;
    font-size: 14px;
    justify-content: space-evenly;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .ft_flex01 {
    order: 3;
    margin: 0 auto;
  }

  .ft_flex02 ul {
    padding-left: 10px;
  }

  .ft_flex02-1 {
    order: 1;
  }

  ft_flex02-2 {
    order: 2;
  }

  .ft_flex01 div {
    margin-top: 10px;
  }

  .ft_bnr_area {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .ft_bnr_area div:nth-child(2){
    margin-left: 0;
  }
  .ft_bnr_area div {
    width: 48%;
    margin-bottom: 2%;
  }

  .copyright {
    font-size: 12px;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 108px;
  }

  .block06_flex {
    flex-wrap: wrap;
  }

  .block06_flex div {
    width: 100%;
  }

  .block06_sub {
    font-size: 17px;
    margin-bottom: 2px;
  }

  .main_btn02 a {
    font-size: 6vw;
  }

  .main_btn02 a span::before {
    width: 23px;
    left: -32px;
    height: 25px;
  }

  .block09 {
    padding: 30px 0 40px;
    background: #fff;
  }

  .header {
    height: 60px;
  }

  .head_01 .rec span {
    width: 55px;
    height: 21px;
    padding-top: 2px;
    margin-left: 5px;
  }

  header {
    top: 0;
    z-index: 9999;
  }

  .mv_inner {
    top: 80px;
  }
}

@media screen and (min-width:900px) {
  .display_sp {
    display: none;
  }

  .fixed .header_logo {
    width: 200px !important;
    margin-top: 12px !important;
  }

  .fixed p {
    display: none;
  }

  .fixed .head_01 .tel {
    font-size: 17px;
    margin-top: 0px;
  }

  .fixed .head_01 .rec span {
    height: 19px;
  }

  .fixed .head_01 .tel span {
    font-size: 10px;
  }

  .fixed .head_01 .fax span {
    font-size: 10px;
  }

  .fixed .head_01 .fax {
    font-size: 17px;
  }

  .fixed .head_02 a {
    padding: 7% 10%;
  }
}

@media screen and (min-width:768px) {
.sp_floating_menu{
  display: none;
}
}
@media screen and (max-width:768px) {
  .sp_floating_menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 50px;
    display: flex;
    background: #fff;
    justify-content: space-evenly;
    z-index: 9999;
    margin-bottom: 0;
    padding-left: 0;
  }

  .sp_float_btn {
    display: block;
    background-color: #ff931e;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0 6px 0 rgb(195 105 1);
    box-shadow: 0 6px 0 rgb(195 105 1);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    font-style: italic;
    width: 41vw;
    margin: 1% 0 2%;
  }

  .sp_float_btn a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: min(3.6vw, 14px);
    padding-top: 4px;
  }

  .sp_float_btn.btn_tel {
    width: 14vw;
    background-color: #176aff;
    -webkit-box-shadow: 0 6px 0 rgb(6, 0, 173);
    box-shadow: 0 6px 0 rgb(6, 0, 173);
  }

  .sp_float_btn.btn_tel img {
    width: 27%;
  }

  .block04 .sub img {
    width: 60px;
  }

  .mv .catch .catch_attention {
    font-size: min(3.8vw, 22px);
  }

  .mv .catch .middle_font {
    font-size: 9vw;
  }

  .normal_text {
    font-size: 16px;
  }

  .block10_main th {
    font-size: 18px;
  }

  .block10_main td {
    font-size: 16px;
  }

  .block06_main small {
    font-size: 16px;
  }

  .block09_main {
    width: 90%;
  }

  .block09_main a {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width:450px) {
  .sp_float_btn.btn_tel img {
    width: 50%;
}
}