@charset "utf-8";

/*** ----------------------------------------------------------------------------- 
reset
-----------------------------------------------------------------------------  ***/
*{
  margin: 0;
  padding: 0;
}
.clearfix:after {
  content:".";
  display:block;
  visibility:hidden; 
  clear:both;
  height:0.1px;
  font-size:0.1em;
  line-height:0;
}
.clearfix {
  display:inline-table;
  zoom:1;
}
/*Hides from IE-mac \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* End hide from IE-mac */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin:0px;
  padding:0px;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset, img { border:0;}
address, caption, cite, code, dfn, em, th, var {
  font-style:normal;
  font-weight:normal;
}
ul { list-style:none;}
li{ list-style:none;}
caption, th { text-align:left;}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
q:before, q:after { content:'';}
abbr, acronym {
  border:0;
  font-variant:normal;
}
sup { vertical-align:top;}
sub { vertical-align:text-bottom;}
input, textarea, select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
input, textarea, select { *font-size:100%;}
img { vertical-align:bottom;}
table caption {
  font-weight: bold;
  margin:0 0 5px;
}

/*** ------------------------------------------------------------------------------ 
HTML5
-----------------------------------------------------------------------------  ***/
header, footer, nav, section, article, figure, aside { display:block;}
/*** ------------------------------------------------------------------------------ 
common
-----------------------------------------------------------------------------  ***/
html, body{
  font-size: 62.5%;
  line-height:1.9;
  font-family:'Noto Sans JP',"游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  color:#000;
  background-color: #fff;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
html{
  -webkit-font-smoothing: antialiased;
}
body{
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
}
main{
  position: relative;
  z-index: 50;
}

/*** ------------------------------------------------------------------------------ 
リンク
-----------------------------------------------------------------------------  ***/
/* 基本 */
a{
  outline:none;
  -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  opacity: 1;
  cursor: pointer;
}
a:active {
  color: #F2A10E;
}
a img{
  transition:.3s;
}
a img:hover{
  opacity:.9;
}
button:hover {
  cursor: pointer;
}

.pc{ display: block;}
.sp{ display: none;}
@media screen and (max-width:768px){
  .pc{ display: none;}
  .sp{ display: block;}
}

/*** ------------------------------------------------------------------------------ 
base
-----------------------------------------------------------------------------  ***/
.mgb10{ margin-bottom: 10px;}
.mgb20{ margin-bottom: 20px;}
.mgb30{ margin-bottom: 30px;}
.mgb40{ margin-bottom: 40px;}
.mgb50{ margin-bottom: 50px;}
.mgb60{ margin-bottom: 60px;}

.pt60{ padding-top:60px;}
.pt80{ padding-top:80px;}
.pt100{ padding-top:100px;}
*, *:before, *:after {
  box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
}

/*** ------------------------------------------------------------------------------ 
共通
-----------------------------------------------------------------------------  ***/

/* h3 */
h3 {
  color: #1C4388;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 50px 0;
}

h3 strong {
  font-size: 50px;
}

h3 small {
  font-size: 40px;
}

h3 span {
  display: block;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin: 10px 0 0 0;
}

/* .txt */
.txt {
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  list-style:none
}

/* .txt_r */
.txt_r {
  color: #E63838;
}

/* bt_n */
.bt_n {
  border-top: none !important;
}

/* .btn */
.btn .contact_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 75px;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: 700;
  font-size: 20px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn .contact_link::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn .contact_link::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 25px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* .btn.w_bg */
.btn.w_bg .contact_link {
  background-color: #fff;
  border: 2px solid #E63838;
  color: #E63838;
}

.btn.w_bg .contact_link::before {
  background-image: url("../image/email_r.svg");
}

.btn.w_bg .contact_link::after {
  background-image: url("../image/arrow_circle_right_r.svg");
}

.btn.w_bg .contact_link:hover {
  background-color: #E63838;
  color: #fff;
}

@media (min-width:769px){
  .btn.w_bg .contact_link:hover::before {
    background-image: url("../image/email_w.svg");
  }

  .btn.w_bg .contact_link:hover::after {
    background-image: url("../image/arrow_circle_right_w.svg");
  }
}

/* .btn.r_bg */
.btn.r_bg .contact_link {
  background-color: #E63838;
  border: 2px solid #E63838;
  color: #fff;
}

.btn.r_bg .contact_link::before {
  background-image: url("../image/email_w.svg");
}

.btn.r_bg .contact_link::after {
  background-image: url("../image/arrow_circle_right_w.svg");
}

.btn.r_bg .contact_link:hover {
  background-color: #fff;
  color: #E63838;
}

.btn.r_bg .contact_link:hover::before {
  background-image: url("../image/email_r.svg");
}

.btn.r_bg .contact_link:hover::after {
  background-image: url("../image/arrow_circle_right_r.svg");
}

/* .btn.bl_bg */
.btn.bl_bg .contact_link {
  background-color: #1C4388;
  border: 2px solid #1C4388;
  color: #fff;
}

.btn.bl_bg .contact_link::before {
  display: none;
}

.btn.bl_bg .contact_link::after {
  background-image: url("../image/arrow_circle_right_w.svg");
}

.btn.bl_bg .contact_link:hover {
  background-color: #fff;
  color: #1C4388;
}

.btn.bl_bg .contact_link:hover::before {
  display: none;
}

.btn.bl_bg .contact_link:hover::after {
  background-image: url("../image/arrow_circle_right_bl.svg");
}

/* .contact_box */
.contact_box {
  margin: 80px 0 0 0;
}

.contact_box .contact_area {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  border: 4px solid #1C4388;
  border-top: none;
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
}

.contact_box .contact_area .contact_txt {
  position: relative;
  background-color: #1C4388;
  color: #fff;
  font-size: 33px;
  line-height: 1;
  font-weight: 700;
  padding: 24px;
}

.contact_box .contact_area .contact_txt::after {
  content: "";
  background-image: url("../image/inquiry.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 161px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact_box .contact_area .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  height: 150px;
}

.contact_box .contact_area .btn_area .phone_number {
  text-align: center;
  color: #1C4388;
  margin: 0 auto 0 20px;
}

.contact_box .contact_area .btn_area .phone_number a {
  color: #1C4388;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  pointer-events: none;
}

.contact_box .contact_area .btn_area .phone_number a:hover {
  opacity: .6;
}

.contact_box .contact_area .btn_area .phone_number a::before {
  content: "";
  background-image: url("../image/call_bl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  margin: -8px 5px 0 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.contact_box .contact_area .btn_area .btn {
  margin: 0 30px 0 auto;
}

.contact_box .contact_area .btn_area .btn .contact_link {
  font-size: 25px;
  width: 480px;
  height: 90px;
}

.contact_box .contact_area .btn_area .btn .contact_link::before {
  width: 37px;
  height: 30px;
  margin: 2px 10px 0 0;
}

.contact_box .contact_area .btn_area .btn .contact_link::after {
  display: none;
}

/* フェードインアニメーション */

.fade {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.run {
    animation-name: run;
    animation-duration: .8s;
    animation-fill-mode: forwards;
}
@keyframes run {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
    opacity: 1;
    transform: translateY(0);
    }
}

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

  h3 {
    font-size: 30px;
  }

  h3 small {
    font-size: 26px;
  }

  h3 strong {
    font-size: 34px;
  }
  
  h3 span {
    font-size: 18px;
    margin: 5px 0 0 0;
  }

  .txt {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }

  .btn .contact_link {
    font-size: 16px;
    width: 280px;
    height: 55px;
  }

  .btn .contact_link::before {
    width: 18px;
    height: 16px;
  }

  .btn .contact_link::after {
    width: 12px;
    height: 12px;
    margin: 0 0 0 20px;
  }

  .contact_box {
    margin: 90px auto 0 auto;
    width: 90%;
  }

  .contact_box .contact_area {
    max-width: 700px;
  }

  .contact_box .contact_area .contact_txt {
    font-size: 20px;
    padding: 20px;
  }

  .contact_box .contact_area .btn_area {
    height: 110px;
  }

  .contact_box .contact_area .btn_area .phone_number {
    margin: 0 auto 0 15px;
  }

  .contact_box .contact_area .btn_area .phone_number a {
    font-size: 42px;
  }

  .contact_box .contact_area .btn_area .phone_number a::before {
    width: 32px;
    height: 32px;
  }

  .contact_box .contact_area .btn_area .btn .contact_link {
    font-size: 14px;
    width: 280px;
    height: 55px;
  }

  .contact_box .contact_area .btn_area .btn .contact_link::before {
    width: 20px;
    height: 16px;
    margin: 0 5px 0 0;
  }

}

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

  h3 {
    font-size: 26px;
    margin: 0 0 20px 0;
  }

  h3 span {
    font-size: 16px;
  }

  h3 strong {
    font-size: 30px;
  }

  .btn .contact_link {
    font-size: 12px;
    width: 220px;
    height: 45px;
  }

  .btn .contact_link::before {
    width: 15px;
    height: 13px;
  }

  .btn .contact_link::after {
    width: 10px;
    height: 10px;
    margin: 0 0 0 15px;
  }

  .contact_box {
    margin: 50px auto 0 auto;
  }

  .contact_box .contact_area .contact_txt {
    font-size: 16px;
    line-height: 1.6;
    padding: 15px 50px 15px 10px;
  }

  .contact_box .contact_area .contact_txt::after {
    width: 110px;
    height: 80px;
    right: -4px;
  }

  .contact_box .contact_area .btn_area {
    height: auto;
    flex-flow: column;
  }

  .contact_box .contact_area .btn_area .phone_number {
    margin: 15px;
  }

  .contact_box .contact_area .btn_area .phone_number a {
    font-size: 30px;
    pointer-events: auto;
  }

  .contact_box .contact_area .btn_area .phone_number a::before {
    width: 24px;
    height: 24px;
  }

  .contact_box .contact_area .btn_area .phone_number .txt {
    font-size: 11px;
    margin: 5px 0 0 0;
  }

  .contact_box .contact_area .btn_area .btn {
    margin: 0 auto 15px;
  }

  .contact_box .contact_area .btn_area .btn .contact_link {
    font-size: 13px;
    width: 250px;
    height: 50px;
  }

  .contact_box .contact_area .btn_area .btn .contact_link::before {
    width: 15px;
    height: 13px;
  }

}

/*** ------------------------------------------------------------------------------ 
header
-----------------------------------------------------------------------------  ***/
header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  top: 0;
  position: fixed;
  margin: 0 auto;
  z-index: 100;
}

header #header_box {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  width: 95%;
  height: 134px;
}

header #header_box.non_contact {
  justify-content: start;
}

header #header_box h1 {
  margin: 0 20px 0 0;
}

header #header_box .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

header #header_box .logo > div {
  margin: 0 10px 0 0;
}

header #header_box .logo > div:last-child {
  margin: 0;
}

header #header_box .logo .jmro img {
  height: 100px;
  display: block;
  margin: 0 auto;
}

header #header_box .logo .iso img {
  height: 100px;
  display: block;
  margin: 0 auto;
}

header #header_box .logo .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border: 1px solid #EEEEEE;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}

header #header_box .logo .link img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 3px;
  box-sizing: border-box;
}

header #header_box .contact {
  display: flex;
  justify-content:flex-end;
  align-content: center;
  align-items:center;
  margin-left: auto;
}

header #header_box .contact .tel_btn {
  text-align: center;
  color: #1C4388;
  margin: 0 auto 0 20px;
}

header #header_box .contact .tel_btn p {
  line-height:1;
}
header #header_box .contact .tel_btn a {
  color: #1C4388;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  pointer-events: none;
}
header #header_box .contact .tel_btn a .info{
  display:block;
  width:100%;
  line-height:1.4;
  font-size:13px;
  font-weight:400;
  color:#000;
  margin-top:5px;
}
header #header_box .contact .tel_btn a .sp-txt {
  display:none;
}
header #header_box .contact .tel_btn a::before {
  content: "";
  background-image: url("../image/call_bl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin: -8px 2px 0 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

header #header_box .contact .btn.w_bg .contact_link {
  width: 200px;
  height: 60px;
  margin-left:10px;
}

header #header_box .contact .btn.w_bg .contact_link::after,
header #header_box .contact .btn.w_bg .contact_link:hover::after {
  display: none;
}

/* スクロールした時 */
@media (min-width: 769px){
  header.scroll-nav {
    height: auto;
    overflow: hidden;
    background-color: #fff;
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.1));
  }

  header.scroll-nav #header_box {
    height: 65px;
  }

  header.scroll-nav #header_box h1 img {
    width: auto;
    height: 40px;
  }

  header.scroll-nav #header_box .logo {
    opacity: 0;
  }

  header.scroll-nav #header_box .contact .btn.w_bg .contact_link {
    width: 180px;
    height: 45px;
    font-size: 16px;
  }
}

header,
header #header_box,
header #header_box h1,
header #header_box .logo,
header #header_box .contact .btn.w_bg .contact_link {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (max-width:1350px) and (min-width:1081px){
  header #header_box .logo > div {
    width:60px;
  }
  header #header_box .logo .link{
    width:60px;
  }
  header #header_box .logo .jmro img {
    height:auto;
  }
}

@media (max-width:1200px){
  header #header_box h1{
    max-width:250px;
  }
  header #header_box .contact .tel_btn a {
    font-size:25px;
  }
  header #header_box .contact .tel_btn a .info{
    font-size:11px;
  }
}

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

  header #header_box {
    height: 104px;
    width: 95%;
  }

  header #header_box h1 {
    margin: 0 20px 0 0;
    width: 280px;
  }

  header #header_box .logo {
    display: none;
  }

  header #header_box .contact .btn.w_bg .contact_link {
    width: 170px;
    height: 55px;
  }

}

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

  header,
  header.scroll-nav #header_box {
    height: 52px;
  }

  header #header_box {
    width: 100%;
    height: 52px;
    padding-left:2%;
    box-sizing:border-box;
  }

  header #header_box h1 {
    width: 150px;
  }

  header.scroll-nav #header_box h1 img {
    height: auto;
  }

  header #header_box .contact{
    height:100%;
  }
  header #header_box .contact > div,
  header #header_box .contact > div p{
    width:80px;
    height:100%;
  }
  header #header_box .contact a,
  header #header_box .contact .btn.w_bg .contact_link {
      display:flex;
      justify-content:center;
      align-content:center;
      align-items: center;
      flex-wrap:wrap;
      width:100%;
      height:100%;
      border-radius:0;
      text-align:center;
      line-height:1;
      margin:0;
  }

  header #header_box .contact a .sp-txt,
  header #header_box .contact .btn.w_bg .contact_link span{
    display:block;
    width:100%;
    line-height:1;
    font-weight:400;
  }
  header #header_box .contact a:before,
  header #header_box .contact .tel_btn a::before{
    width:24px;
    height:24px;
    background-color:#fff;
    border-radius:50px;
    background-size:15px;
    background-position:center center;
    margin:0 auto 4px;
  }

  header #header_box .contact .btn.w_bg .contact_link{
    background-color:#E63838;
    color:#fff;
  }


  header #header_box .contact .tel_btn a {
    background-color: #003380;
    border: 2px solid #003380;
    color: #fff;
    pointer-events: inherit;
  }

  header #header_box .contact .tel_btn a .pc-txt {
    display:none;
  }
  header #header_box .contact .tel_btn a .sp-txt {
    display:block;
    font-size:12px;
  }

}


/*** ------------------------------------------------------------------------------ 
#mv
-----------------------------------------------------------------------------  ***/

#mv .inner {
  position: relative;
  height: 600px;
  margin: 170px auto 0 auto;
}

#mv .inner .mv_left {
  position: relative;
  background-color: #1C4388;
  width: 53.5%;
  height: 100%;
  display: flex;
  justify-content: end;
  color: #fff;
}

#mv .inner .mv_left::before {
  content: "";
  background-color: #1C4388;
  height: 100%;
  width: 60vw;
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  overflow-x: hidden;
  z-index: -1;
}

#mv .inner .mv_left .box {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 10% 19% 10% 5%;
  z-index: 300;
}

#mv .inner .mv_left .box h2 {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 0.06em;
  filter: drop-shadow(0px 3px 10px rgba(28,67,136,1));
  margin: 0 0 30px 0;
}

#mv .inner .mv_left .box h2 strong {
  font-size: 55px;
}

#mv .inner .mv_left .box .txt {
  font-size: 18px;
  letter-spacing: 0.01em;
  filter: drop-shadow(0px 3px 6px rgba(28,67,136,1));
  margin: 0 0 50px 0;
  
}

#mv .inner .mv_right {
  position: absolute;
  top: -35px;
  right: 0;
  width: 53.5%;
  height: 100%;
  filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.16));
  z-index: 200;
}

#mv .inner .mv_right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

  #mv .inner {
    margin: 170px auto 0 auto;
  }

  #mv .inner .mv_left .box h2 {
    font-size: 42px;
  }

  #mv .inner .mv_left .box h2 strong {
    font-size: 52px;
  }


  #mv .inner .mv_left .box .txt {
    font-size: 16px;
  }

}

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

  #mv .inner .mv_left .box {
    padding: 15% 20% 15% 5%;;
  }

  #mv .inner .mv_left .box h2 {
    font-size: 36px;
  }

  #mv .inner .mv_left .box h2 strong {
    font-size: 48px;
  }

  #mv .inner .mv_left .box .txt {
    font-size: 15px;
  }

}

@media screen and (max-width: 1230px) {
  
  #mv .inner .mv_left .box h2 {
    font-size: 33px;
  }

  #mv .inner .mv_left .box h2 strong {
    font-size: 42px;
  }

  #mv .inner .mv_left .box .txt {
    font-size: 15px;
  }
}

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

  #mv .inner {
    height: 500px;
    margin: 140px auto 0 auto;
  }

  #mv .inner .mv_left .box {
    padding: 15% 14% 15% 5%;
  }

  #mv .inner .mv_left .box h2 {
    font-size: 28px;
  }

  #mv .inner .mv_left .box h2 strong {
    font-size: 32px;
  }

  #mv .inner .mv_left .box .txt {
    font-size: 14px;
  }

}
#achievement .inner .achievement_left{
  float:left;
}

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

  #mv .inner {
    height: auto;
    margin: 228px auto 0 auto;
  }

  #mv .inner .mv_left {
    width: 95%;
    max-height: 330px;
    justify-content: center;
  }

  #mv .inner .mv_left .box {
    padding: 18% 5% 12%;
  }

  #mv .inner .mv_left .box h2 {
    font-size: 22px;
    line-height: 1.7;
    margin: 0 0 10px 0;
  }

  #mv .inner .mv_left .box h2 strong {
    font-size: 26px;
  }

  #mv .inner .mv_left .box .txt {
    font-size: 12px;
    margin: 0 0 20px 0;
  }

  #mv .inner .mv_right {
    display: flex;
    justify-content: end;
    width: auto;
    height: auto;
    max-height: 330px;
    top: -175px;
  }

  #mv .inner .mv_right img {
    width: 95vw;
    height: 24vh;
    min-height: 220px;
    object-fit: cover;
  }

}
/*** ------------------------------------------------------------------------------ 
#achievement
-----------------------------------------------------------------------------  ***/
#achievement {
  position: relative;
  margin:60px auto;
}

#achievement::before,
#achievement::after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

#achievement::before {
  background-image: url("../image/information_bg_01.svg");
  background-position: left 0 top 0;
  top: 0;
}

#achievement::after {
  background-image: url("../image/information_bg_02.svg");
  background-position: right 0 bottom 0;
  bottom: 0;
  z-index: -2;
}

#achievement .inner {
  display: block;
  max-width:1030px;
  margin:auto;
}

#achievement .inner .achievement_left {
  margin: 0 50px 50px 0;
}

#achievement .inner .achievement_right {
  margin: auto;
  display: block;
  padding: 0 0 0 450px;
}

#achievement .inner .achievement_right h3 {
  font-size: 30px;
  text-align: left;
  margin: 0 0 10px 0;
}
#achievement .inner .achievement_right h3 strong {
  font-size: 22px;
}
#achievement .inner .achievement_right .txt {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 25px 0;
}
#achievement .txt_small {
    font-size: 8px;
}
@media screen and (max-width: 768px) {
  #achievement .inner {
    display: block;
    justify-content: center;
    align-items: center;
  }
  #achievement .inner .achievement_right h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  #achievement .inner .achievement_right h3 strong {
    font-size: 26px;
  }
  #achievement .inner .achievement_right .txt {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 25px 0;
  }
  #achievement .inner .achievement_right {
    margin: 0 auto;
    padding: 15px;
  }
  #achievement .inner .achievement_left{
    margin: 20px 0 10px;
  }
  #achievement .inner .achievement_left img {
    display: block;
    margin: auto;
    width: 500;
    height: 400;
    float:none;
  }
  #achievement .inner .achievement_left{
    float:none;
  }
}
/*** ------------------------------------------------------------------------------ 
#information
-----------------------------------------------------------------------------  ***/
#information {
  position: relative;
}

#information::before,
#information::after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

#information::before {
  background-image: url("../image/information_bg_01.svg");
  background-position: left 0 top 0;
  top: 0;
}

#information::after {
  background-image: url("../image/information_bg_02.svg");
  background-position: right 0 bottom 0;
  bottom: 0;
  z-index: -2;
}

#information .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 570px;
}

#information .inner .information_left {
  margin: 0 40px 0 0;
}

#information .inner .information_right {
  width: 510px;
}

#information .inner .information_right h3 {
  font-size: 40px;
  text-align: left;
  margin: 0 0 30px 0;
}

#information .inner .information_right .txt {
  font-size: 17px;
  margin: 0 0 25px 0;
}

#information .inner .information_right .txt span {
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(transparent 50%, #FFF45E 50%);
}

#information .inner .information_right .btn_area {
  text-align: right;
}

#information .inner .information_right .btn_area .btn.bl_bg {
  display: inline-block;
}

#information .inner .information_right .btn_area .btn.bl_bg .contact_link {
  width: 180px;
  height: 50px;
  font-size: 18px;
}

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

  #information .inner {
    flex-flow: column;
    width: 90%;
    height: auto;
    padding: 40px 0;
    margin: 0 auto;
  }

  #information .inner .information_left {
    margin: 0 0 15px 0;
  }
  
  #information .inner .information_right {
    width: 100%;
  }

  #information .inner .information_right h3 {
    margin: 0 0 20px 0;
  }

  #information .inner .information_right .txt {
    font-size: 14px;
  }

  #information .inner .information_right .txt span {
    font-size: 16px;
  }

  #information .inner .information_right .btn_area .btn.bl_bg .contact_link {
    width: 160px;
    height: 45px;
    font-size: 16px;
  }

  #information::before,
  #information::after {
    background-size: 60vw;
  }

}

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

  #information .inner .information_right h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
  }

}


/*** ----------------------------------------------------------------------------- 
#task
-----------------------------------------------------------------------------  ***/
#task {
  background-color: #1C4388;
  padding: 20px;
}

#task .inner,#theme .inner {
  text-align: center;
  padding: 0 0 0 0;
}

#task .inner .task_title {
  font-weight: 700;
  color: #ffffff;
  margin:0;
}


#task .inner .task_comment {
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  margin:auto;
}

#task .inner .task_list,#theme .inner .task_list {
  margin: 20px auto -40px auto;
  max-width: 980px;
  font-size: 0;
}

#task .inner .task_list li,#theme .inner .task_list li {
  display: inline-block;
  max-width: 360px;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 65px 40px 65px;
}

#task .inner .task_list li img {
  display: block;
  margin: 0 0 20px 0;
}

#task .inner .task_list li .txt_r {
  font-size: 18px;
  font-weight: 700;
}

#theme {
  background-color: #e2e7ed;
  padding:50px;
}

#theme .inner .theme_list_title div{
  display: inline-block;
  margin: 0;
}

#theme .inner .theme_list {
  margin: 20px auto -40px auto;
  max-width: 980px;
  font-size: 0;
}

#theme .inner .theme_list li {
  display: inline-block;
  max-width: 360px;
  letter-spacing: 0.02em;
  text-align: left;
  margin: 0 65px 40px 65px;
}
#theme .inner .theme_list img{
  border-radius: 50%;
  width: 300px;
  height: 300px;
  object-fit: cover;
  display: block;
  margin:20px;
}

.fixed_btn a{
  color:#FFF;
}

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

  #task .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  #task .inner .task_title p {
    font-size: 17px;
    margin: auto;
  }

  #task .inner .task_title span {
    font-size: 26px;
  }
  #task .inner .task_comment{
    font-size:2rem;
  }


  #task .inner .task_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    text-align: center;
  }

  #task .inner .task_list li {
    margin: 0 auto 40px auto;
    width: 80%;
  }

  #task .inner .task_list li img {
    width: 55%;
    margin: 0 auto 10px auto;
  }

  #task .inner .task_list li .txt_r {
    font-size: 16px;
  }

  #theme .inner .theme_list li {
    /* margin: 0 0px 40px 0px; */
    display: block;
    margin: 0 auto 20px;
  }
  #theme .inner .theme_list li div {
    display: block;
    margin: 0 auto ;
    font-size: 1.5rem;
  }
  #theme .inner .theme_list img{
    margin:0 auto 20px;
  }
  
}

/*** ----------------------------------------------------------------------------- 
#selected
-----------------------------------------------------------------------------  ***/

#selected .inner {
  text-align: left;
}

#selected .inner .selected_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E63838;
}

#selected .inner .selected_title p {
  position: relative;
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

#selected .inner .selected_list {
  display: flex;
  justify-content: center;
}

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

  #selected .inner .selected_title p {
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding:20px;
  }
  #achievement{
    margin: 30px auto;
  }
}

/*** ----------------------------------------------------------------------------- 
#resolution
-----------------------------------------------------------------------------  ***/
#resolution .inner {
  text-align: center;
}

#resolution .inner .resolution_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFDF40;
  height: 160px;
}

#resolution .inner .resolution_title p {
  position: relative;
  color: #1C4388;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

#resolution .inner .resolution_title p strong {
  font-size: 68px;
}

#resolution .inner .resolution_title p::before {
  content: "";
  background-image: url("../image/resolution_title_01.svg");
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: contain;
  width: 90px;
  height: 98px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px 10px 0;
}

#resolution .inner .resolution_title p::after {
  content: "";
  background-image: url("../image/resolution_title_02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 134px;
  height: 330px;
  position: absolute;
  right: -170px;
  bottom: -258px;
}

#resolution .inner .resolution_list {
  position: relative;
  padding: 80px 0;
}

#resolution .inner .resolution_list::before,
#resolution .inner .resolution_list::after,
#resolution .inner .resolution_list .resolution_box:nth-child(2)::after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

#resolution .inner .resolution_list::before {
  background-image: url("../image/resolution_bg_01.svg");
  background-position: left 0 top 0;
  top: 0;
}

#resolution .inner .resolution_list::after {
  background-image: url("../image/resolution_bg_02.svg");
  background-position: right 0 bottom 0;
  bottom: 0;
  z-index: -2;
}


#resolution .inner .resolution_list .resolution_box {
  position: relative;
  max-width: 1100px;
  width: 100%;
}

#resolution .inner .resolution_list .resolution_box:nth-child(1),
#resolution .inner .resolution_list .resolution_box:nth-child(3) {
  margin: 0 auto 90px auto;
}

#resolution .inner .resolution_list .resolution_box:nth-child(2),
#resolution .inner .resolution_list .resolution_box:nth-child(4) {
  margin: 0 auto 125px auto;
}

#resolution .inner .resolution_list .resolution_box .resolution_txt_title {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #1C4388;
  max-width: 650px;
  width: 100%;
  margin: 0 0 25px 0;
}

#resolution .inner .resolution_list .resolution_box:nth-child(even) .resolution_txt_title {
  margin: 0 0 20px auto;
  justify-content: end;
}

#resolution .inner .resolution_list .resolution_box .resolution_txt_title .title_number {
  font-size: 86px;
  line-height: 1;
  margin: 0 20px 0 0;
}

#resolution .inner .resolution_list .resolution_box .resolution_txt {
  position: relative;
  display: flex;
  text-align: left;
}

#resolution .inner .resolution_list .resolution_box .resolution_txt::before {
  content: "";
  background-color: #F4F8FC;
  width: 1000px;
  height: 274px;
  position: absolute;
  z-index: -1;
}

#resolution .inner .resolution_list .resolution_box:nth-child(even) .resolution_txt {
  flex-flow: row-reverse;
}

#resolution .inner .resolution_list .resolution_box .resolution_txt .txt {
  max-width: 580px;
  margin-top: 30px;
  margin-left: 30px;
font-weight: 700
}

#resolution .inner .resolution_list .resolution_box:nth-child(even) .txt {
  margin: 30px 30px 0 auto;
}

#resolution .inner .resolution_list .resolution_box:nth-child(odd) .resolution_img {
  margin: 0 0 0 auto;
}

#resolution .inner .resolution_list .resolution_box .resolution_img {
  position: relative;
}

#resolution .inner .resolution_list .resolution_box:nth-child(1) .resolution_img {
  top: 28px;
}

#resolution .inner .resolution_list .resolution_box:nth-child(2) .resolution_img {
  top: 25px;
}

#resolution .inner .resolution_list .resolution_box:nth-child(3) .resolution_img {
  top: -13px;
}

#resolution .inner .resolution_list .resolution_box:nth-child(4) .resolution_img {
  top: 25px;
}

#resolution .inner .btn .contact_link {
  margin: 0 auto;
}

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

  #resolution .inner .resolution_title {
    height: 110px;
  }

  #resolution .inner .resolution_title p {
    font-size: 35px;
  }

  #resolution .inner .resolution_title p strong {
    font-size: 42px;
  }

  #resolution .inner .resolution_title p::before {
    width: 55px;
    height: 60px;
    margin: 0 10px 10px 0;
  }

  #resolution .inner .resolution_title p::after {
    width: 85px;
    height: 206px;
    right: -100px;
    bottom: -166px;
  }

  #resolution .inner .resolution_list .resolution_box {
    width: 90%;
  }

  #resolution .inner .resolution_list .resolution_box .resolution_txt_title {
    font-size: 21px;
    margin: 0 0 10px 0;
  }

  #resolution .inner .resolution_list .resolution_box .resolution_txt_title .title_number {
    font-size: 64px;
    margin: -10px 10px 0 0;
  }

  #resolution .inner .resolution_list .resolution_box .resolution_txt::before {
    width: 90%;
    height: 110%;
  }

  #resolution .inner .resolution_list .resolution_box .resolution_txt .txt {
    width: 85%;
    margin-top: 25px;
    margin-left: 25px;
  }

  #resolution .inner .resolution_list::before,
  #resolution .inner .resolution_list::after,
  #resolution .inner .resolution_list .resolution_box:nth-child(2)::after {
    background-size: 40vw;
  }

}

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

  #resolution .inner .resolution_title {
    height: 100px;
  }

  #resolution .inner .resolution_title p {
    font-size: 24px;
    line-height: 1.4;
  }

  #resolution .inner .resolution_title p strong {
    font-size: 26px;
  }

  #resolution .inner .resolution_title p::before {
    position: absolute;
    top: 5px;
    left: -55px;
    width: 40px;
    height: 44px;
    margin: 0;
  }

  #resolution .inner .resolution_title p::after {
    width: 45px;
    height: 111px;
    right: -43px;
    bottom: -97px;
  }

  #resolution .inner .resolution_list {
    padding: 85px 0 40px;
  }

  #resolution .inner .resolution_list::before,
  #resolution .inner .resolution_list::after,
  #resolution .inner .resolution_list .resolution_box:nth-child(2)::after {
    background-size: 65vw;
  }

  #resolution .inner .resolution_list .resolution_box:nth-child(1),
  #resolution .inner .resolution_list .resolution_box:nth-child(2),
  #resolution .inner .resolution_list .resolution_box:nth-child(3),
  #resolution .inner .resolution_list .resolution_box:nth-child(4) {
    margin: 0 auto 40px auto;
  }

  #resolution .inner .resolution_list .resolution_box .resolution_txt_title .title_number {
    font-size: 44px;
    letter-spacing: -0.03em;
    margin: -6px 8px 0 0;
  }

  #resolution .inner .resolution_list .resolution_box:nth-child(even) .resolution_txt_title {
    margin: 0 0 20px 0;
    justify-content: flex-start;
  }

  #resolution .inner .resolution_list .resolution_box .resolution_txt {
    flex-flow: column-reverse;
    background-color: #F4F8FC;
    padding: 15px;
  }

  #resolution .inner .resolution_list .resolution_box:nth-child(even) .resolution_txt {
    flex-flow: column-reverse;
  }

  #resolution .inner .resolution_list .resolution_box .resolution_txt::before {
    display: none;
  }

  #resolution .inner .resolution_list .resolution_box .resolution_txt .txt {
    max-width: 1000px;
    width: 100%;
    margin: 0;
  }

  #resolution .inner .resolution_list .resolution_box:nth-child(1) .resolution_img,
  #resolution .inner .resolution_list .resolution_box:nth-child(2) .resolution_img,
  #resolution .inner .resolution_list .resolution_box:nth-child(3) .resolution_img,
  #resolution .inner .resolution_list .resolution_box:nth-child(4) .resolution_img {
    text-align: center;
    top: 0;
    margin: 0 0 15px 0;
  }


}

/*** ------------------------------------------------------------------------------ 
#facility
-----------------------------------------------------------------------------  ***/
#facility .inner {
  padding: 0 0 80px 0;
}

#facility .inner .facility_title {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #1C4388;
  padding: 80px 0 0 0;
}

#facility .inner .facility_title::after {
  content: "";
  background-color: #1C4388;
  display: block;
  width: 100%;
  height: 173%;
  position: absolute;
  top: 0;
  z-index: -1;
}

#facility .inner .facility_title h3 {
  color: #fff;
  margin: 0 0 40px 0;
}

#facility .inner .facility_title .txt {
  font-size: 27px;
}

#facility .inner .facility_title .txt strong {
  font-size: 34px;
  font-weight: 400;
}

#facility .inner .facility_title .txt span {
  display: block;
  font-size: 19px;
  margin: 10px 0 0 0;
}

#facility .inner .center {
  margin: 0 0 40px 0;
}

#facility .inner .center .box {
  position: relative;
  color: #1C4388;
  margin: 0 0 50px 0;
}

#facility .inner .center .box:last-child {
  margin: 0;
  height: 185px;
}

#facility .inner .center .box.bl_bg {
  color: #fff;
}

#facility .inner .center .box .box_item {
  display: flex;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

#facility .inner .center .box.bl_bg .box_item {
  padding: 90px 0 0 0;
  flex-direction: row-reverse;
}

#facility .inner .center .box .box_item .txt {
  max-width: 1000px;
  width: calc(100% - 419px);
  margin: 0 auto;
  position: relative;
}

#facility .inner .center .box .box_item .txt .date {
  font-size: 35px;
  font-weight: 700;
  border-bottom: 2px solid #1C4388;
  margin: 0 0 10px 0;
  padding: 0 0 10px 40px;
}

#facility .inner .center .box.bl_bg .box_item .txt .date{
  border-color: #fff;
}

#facility .inner .center .box .box_item .txt .name {
  display: inline-block;
  font-size: 32px;
  color: #1C4388;
  margin: 0 0 0 40px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#facility .inner .center .box.bl_bg .box_item .txt .name {
  color: #fff;
}

#facility .inner .center .box .box_item .txt .name:hover {
  opacity: .6;
}

#facility .inner .center .box .box_item .txt .name::after {
  content: "";
  background-image: url("../image/arrow_circle_right_bl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 30px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#facility .inner .center .box.bl_bg .box_item .txt .name::after {
  background-image: url("../image/arrow_circle_right_w.svg");
}

#facility .inner .center .box .box_item .txt .name span {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin: 0 0 0 15px;
}

#facility .inner .center .box .box_item img {
  position: relative;
  top: -250px;
  width: 419px;
}

#facility .inner .center .box.bl_bg .box_item img {
  top: -36px;
}

#facility .inner .license {
  max-width: 1000px;
  width: 100%;
  background-color: #F4F8FC;
  color: #1C4388;
  text-align: center;
  margin: 0 auto 60px;
  padding: 40px;
  box-sizing: border-box;
}

#facility .inner .license .txt {
  font-size: 17px;
  font-weight: 700;
}

#facility .inner .license .license_title {
  max-width: 800px;
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0 auto;
}

#facility .inner .license .license_title::after {
  content: "";
  display: block;
  border-bottom: 1px solid #1C4388;
  margin: 10px 0 20px 0;
}

#facility .inner .license .license_list {
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin: 0 auto;
}

#facility .inner .license .license_list li {
  display: inline-block;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
  width: 33.3%;
}

#facility .inner .license .license_list li::before {
  content: "・";
}

#facility .inner .point .point_list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

#facility .inner .point dl {
  display: flex;
  flex-direction: column;
  max-width: 520px;
  width: 50%;
  margin-bottom: 50px;
}

#facility .inner .point dl dt {
  display: flex;
  align-items: center;
  color: #1C4388;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

#facility .inner .point dl dt .number {
  display: inline-block;
  vertical-align: middle;
  width: 82px;
  height: 95px;
  background-color: #1C4388;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  color: #fff;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 25px 10px;
  margin: 0 15px 0 0;
}

#facility .inner .point dl dt .number span {
  display: block;
  font-size: 29px;
  margin: 3px 0 0 0;
}

#facility .inner .point dl dt .title {
  display: inline-block;
}

#facility .inner .point dl:nth-child(even) {
  margin: 0 0 50px auto;
}

#facility .inner .point dl dd.image {
  margin: 0 0 20px 0;
}

#facility .inner .point dl dd.image img {
  display: block;
  height: 240px;
  margin: 0 auto;
}

#facility .inner .point dl dd.txt {
  background-color: #F4F8FC;
  padding: 30px;
  box-sizing: border-box;
  flex-grow: 1;
}

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

  #facility .inner .facility_title .txt {
    font-size: 20px;
  }

  #facility .inner .facility_title .txt strong {
    font-size: 26px;
  }

  #facility .inner .facility_title .txt span {
    font-size: 14px;
    margin: 5px 0 0 0;
  }

  #facility .inner .center .box.bl_bg .box_item {
    padding: 60px 0 0 0;
  }

  #facility .inner .center .box .box_item {
    width: 90%;
  }

  #facility .inner .center .box .box_item .txt .date {
    font-size: 30px;
    padding: 0 0 10px 25px;
  }

  #facility .inner .center .box .box_item .txt .name {
    font-size: 24px;
    margin: 0 0 0 25px;
  }

  #facility .inner .center .box .box_item img {
    width: 35%;
    top: -120px;
  }

  #facility .inner .center .box .box_item .txt {
    width: calc(100% - 35%);
  }

  #facility .inner .center .box.bl_bg .box_item img {
    top: 0;
  }

  #facility .inner .license {
    width: 90%;
  }

  #facility .inner .license .license_list li {
    font-size: 14px;
  }

  #facility .inner .point .point_list {
    width: 90%;
  }

  #facility .inner .point dl {
    width: 48.5%;
  }

  #facility .inner .point dl:nth-child(odd) {
    margin: 0 10px 40px 0;
  }

  #facility .inner .point dl:nth-child(even) {
    margin: 0 0 40px 10px;
  }

  #facility .inner .point dl dt {
    font-size: 20px;
    margin: 0 0 10px 0;
  }

  #facility .inner .point dl dt .number {
    width: 62px;
    height: 72px;
    font-size: 12px;
    padding: 22px 9px;
    margin: 0 10px 0 0;
  }

  #facility .inner .point dl dt .number span {
    font-size: 20px;
  }

  #facility .inner .point dl dd.image img {
    height: auto;
  }

}

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

  #facility .inner {
    padding: 0 0 40px 0;
  }

  #facility .inner .facility_title {
    padding: 40px 0;
  }

  #facility .inner .facility_title::after {
    height: 145%;
  }

  #facility .inner .facility_title .txt {
    font-size: 16px;
  }

  #facility .inner .facility_title .txt strong {
    font-size: 20px;
  }

  #facility .inner .facility_title .txt span {
    font-size: 12px;
  }

  #facility .inner .center .box {
    margin: 0 0 40px 0;
  }

  #facility .inner .center .box.bl_bg,
  #facility .inner .center .box.bl_bg .box_item .txt .name {
    color: #1C4388;
  }

  #facility .inner .center .box.bl_bg .box_item .txt .date {
    border-color: #1C4388;
  }

  #facility .inner .center .box.bl_bg .box_item .txt .name::after {
    background-image: url(../image/arrow_circle_right_bl.svg);
  }

  #facility .inner .center .box:last-child {
    height: auto;
  }

  #facility .inner .center .box .box_item {
    flex-flow: column-reverse;
    align-items: center;
  }

  #facility .inner .center .box.bl_bg .box_item {
    flex-direction: column-reverse;
    padding: 0;
  }

  #facility .inner .center .box .box_item img {
    max-width: 250px;
    width: 60%;
    top: 0;
  }

  #facility .inner .center .box .box_item .txt {
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
  }

  #facility .inner .center .box .box_item .txt .date {
    font-size: 24px;
    padding: 0 0 5px 0;
  }

  #facility .inner .center .box .box_item .txt .name {
    font-size: 16px;
    margin: 0;
  }

  #facility .inner .center .box .box_item .txt .name::after {
    width: 16px;
    height: 16px;
    margin: 0 0 0 15px;
  }
  
  #facility .inner .center .box .box_item .txt .name span {
    font-size: 10px;
    margin: 0 0 0 10px;
  }

  #facility .inner .license {
    padding: 15px;
  }

  #facility .inner .license .license_title {
    font-size: 18px;
  }

  #facility .inner .license .license_title::after {
    margin: 5px 0 10px 0;
  }

  #facility .inner .license .license_list li {
    font-size: 10px;
    width: 50%;
  }

  #facility .inner .point .point_list {
    justify-content: center;
  }

  #facility .inner .point dl:nth-child(odd),
  #facility .inner .point dl:nth-child(even) {
    width: 100%;
    margin: 0 0 30px 0;
  }

  #facility .inner .point dl:last-child {
    margin: 0;
  }

  #facility .inner .point dl dt .number {
    width: 52px;
    height: 60px;
    font-size: 10px;
    padding: 18px 7px;
  }

  #facility .inner .point dl dt .number span {
    font-size: 18px;
  }

  #facility .inner .point dl dd.image {
    margin: 0 0 10px 0;
  }

  #facility .inner .point dl dd.txt {
    padding: 15px;
  }

}

/*** ------------------------------------------------------------------------------ 
#service
-----------------------------------------------------------------------------  ***/
#service {
  position: relative;
  background-color: #F4F8FC;
  z-index: 1;
}

#service::after {
  content: "";
  background-image: url("../image/service_bg.svg");
  background-repeat: no-repeat;
  background-position: right 0 bottom 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

#service .inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0;
}

#service .inner h3 {
  margin: 0 auto 40px;
}

#service .inner .image {
  margin: 0 auto 50px;
}

#service .inner .image .txt {
  text-align: center;
  font-size: 18px;
  padding-left: 1em;
  text-indent: -1em;
  margin: 10px 0 0 0;
}

#service .inner .service_list {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 50px 5% 15px;
  margin: 0 0 50px;
}

#service .inner .service_list .list_item {
  width: 28.3%;
  display: flex;
  flex-direction: column;
  margin: 0 2.5% 35px 2.5%;
}

#service .inner .service_list .list_item img {
  margin: 0 auto 15px;
}

#service .inner .service_list .list_item dl {
  background-color: #F8F8F8;
  color: #1C4388;
  padding: 18px;
  flex-grow: 1;
}

#service .inner .service_list .list_item dl dt {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #1C4388;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}

#service .inner .service_list .list_item dl dd {
  letter-spacing: 0.01em;
}

#service .inner .contact .btn .contact_link {
  margin: 0 auto;
}

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

  #service .inner {
    width: 90%;
  }

  #service .inner .service_list {
    justify-content: space-around;
  }

  #service .inner .service_list .list_item {
    max-width: 276px;
    width: 100%;
  }

}

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

  #service .inner {
    padding: 40px 0;
  }

  #service .inner .image {
    margin: 0 auto 30px;
  }

  #service .inner .image .txt {
    text-align: left;
    font-size: 10px;
    margin: 5px 0 0 0;
  }

  #service .inner .service_list {
    padding: 20px 5%;
    margin: 0 0 40px;
  }

  #service .inner .service_list .list_item {
    margin: 0 2% 35px 2%;
  }

  #service .inner .service_list .list_item:last-child {
    margin: 0 2%;
  }

  #service .inner .service_list .list_item img {
    margin: 0 auto 10px;
  }

  #service .inner .service_list .list_item dl dt {
    font-size: 18px;
    padding: 0 0 0 0;
    margin: 0 0 5px 0;
  }

}


/*** ------------------------------------------------------------------------------ 
#example
-----------------------------------------------------------------------------  ***/
#example .inner {
  padding: 80px 0;
}

#example .inner .review {
  max-width: 1000px;
  width: 100%;
  display: flex;
  margin: 50px auto;
}

#example .inner .review .review_img {
  text-align: center;
}

.review_img img{
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #1c4388;
}

/* #example .inner .review .review_img p {
  font-size: 17px;
  font-weight: 700;
  color: #1C4388;
  margin: 10px 0 0 0;
} */

#example .inner .review .review_txt {
  width: calc(100% - 275px);
  z-index: -1;
}

#example .inner .review .review_txt dt {
  color: #1C4388;
  font-size: 35px;
  font-weight: 700;
  padding: 0 0 0 25px;
}

/* #example .inner .review .review_txt dt span {
  font-size: 27px;
} */

#example .inner .review .review_txt dt::after {
  content: "";
  border-bottom: 2px solid #1C4388;
  display: block;
  margin: 10px 0 25px -40px;
}

#example .inner .review .review_txt dd {
  letter-spacing: 0;
  padding: 0 0 0 25px;
  margin: 0 0 20px 0;
}

#example .inner .review_2 {
  max-width: 1000px;
  width: 100%;
  display: flex;
  margin: auto;
}

#example .inner .review_2 .review_img {
  width: 275px;
  text-align: center;
}

#example .inner .review_2 .review_txt {
  width: calc(100% - 275px);
  z-index: -1;
  display: inline-block;
}

#example .inner .review_2 .review_txt dt {
  color: #1C4388;
  font-size: 35px;
  font-weight: 700;
  padding: 0 0 0 50px;
}

#example .inner .review_2 .review_txt dd {
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}

#example .inner .review_2 .review_txt dt::after {
  content: "";
  border-bottom: 2px solid #1C4388;
  display: block;
  margin: 10px -50px 25px -20px;
}

/* #example .inner .review .review_txt dd:last-child {
  margin: 0;
} */

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

  #example .inner .review {
    width: 90%;
  }

}

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

  #example .inner {
    padding: 40px 0;
  }

  #example .inner .review {
    flex-flow: column;
    align-items: center;
    width: auto;
    margin: auto;
  }

  #example .inner .review_2 {
    position: relative;
    flex-flow: column;
    align-items: center;
    width: auto;
    margin: auto;
  }

  #example .inner .review .review_img,#example .inner .review_2 .review_img {
    width: 100%;
    margin: 0 0 15px 0;
  }


  #example .inner .review .review_img p ,#example .inner .review_2 .review_img p{
    font-size: 12px;
    margin: 5px 0 0 0;
  }
 
  #example .inner .review .review_txt,#example .inner .review_2 .review_txt {
    width: 100%;
    padding: 20px 30px;
  }

  #example .inner .review .review_txt dt,#example .inner .review_2 .review_txt dt {
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
  }

  #example .inner .review .review_txt dt span ,#example .inner .review_2 .review_txt dt span{
    font-size: 18px;
  }

  #example .inner .review .review_txt dt::after ,#example .inner .review_2 .review_txt dt::after  {
    margin: 5px 0 15px 0;
  }

  #example .inner .review .review_txt dd , #example .inner .review_2 .review_txt dd{
    padding: 0;
    margin: 0 0 15px 0;
  }
  #example .inner .review_2 .review_img {
    position: absolute;
    top:20px;
  }
  #example .inner .review_2 .review_txt {
    padding: 290px 30px 40px;
  }

}

/*** ------------------------------------------------------------------------------ 
#manual
-----------------------------------------------------------------------------  ***/
#manual {
  position: relative;
  background-color: #F4F8FC;
}

#manual::before {
  content: "";
  background-image: url("../image/manual_bg.svg");
  background-repeat: no-repeat;
  background-position: right 0 top 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

#manual .inner {
  padding: 70px 0;
}

#manual .inner .contact_box {
  margin: 20px 0 0 0;
}

#manual .inner .contact_box .contact_area {
  position: relative;
  top: -17px;
}

#manual .inner .download {
  position: relative;
  display: flex;

  max-width: 1000px;
  width: 100%;
  height: 245px;
  filter: drop-shadow(0px 3px 12px rgba(0,0,0,0.30));
  background-color: #fff;
  margin: auto;
}

#manual .inner .download::before,
#manual .inner .download::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}

#manual .inner .download::before {
  background-image: url("../image/manyuaru_download_bg_01.png");
  background-position: left 0 top 0;
}

#manual .inner .download::after {
  background-image: url("../image/manyuaru_download_bg_02.png");
  background-position: right 0 top 0;
}

#manual .inner .download .download_txt {
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Sans" , sans-serif;
  color: #1C4388;
  font-weight: 700;
  text-align: center;
  padding: 30px 0 30px 30px;
}

#manual .inner .download .download_txt .txt_01 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 15px 0;
}

#manual .inner .download .download_txt .txt_01 span {
  font-size: 25px;
}

#manual .inner .download .download_txt .txt_01 span.bl_bg {
  font-size: 28px;
  color: #fff;
  background-color: #1C4388;
  border-radius: 5px;
  padding: 7px 15px;
  margin: 0 4px 0 0;
}

#manual .inner .download .download_txt .txt_02 {
  font-size: 55px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 10px 0;
}

#manual .inner .download .download_txt .txt_02 span.txt_r {
  font-size: 64px;
  letter-spacing: 0.04em;
}

#manual .inner .download .download_txt .txt_03 {
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.19em;
}

#manual .inner .download .download_txt .txt_03::before,
#manual .inner .download .download_txt .txt_03::after {
  content: "";
  border-top: 2px solid #1C4388;
  display: block;
  position: absolute;
  top: 50%;
  width: 120px;
}

#manual .inner .download .download_txt .txt_03::before {
  left: -140px;
}

#manual .inner .download .download_txt .txt_03::after {
  right: -140px;
}

#manual .inner .download .btn_area {
  padding: 30px 30px 20px 0;
  margin: auto 0 0 auto;
}

#manual .inner .download .btn_area .btn {
  position: relative;
}

#manual .inner .download .btn_area .btn::before {
  content: "";
  background-image: url("../image/manyuaru.png");
  background-position: left 0 top 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 230px;
  height: 294px;
  position: absolute;
  top: -175px;
  left: 40px;
  transform: rotate(12deg);
  z-index: -1;
}

#manual .inner .download .btn_area .btn .contact_link {
  width: 300px;
  height: 65px;
  font-size: 22px;
}

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

  #manual .inner .contact_box {
    margin: 20px auto 0 auto;
  }

  #manual .inner .download {
    max-width: 700px;
    width: 90%;
    height: 200px;
    align-items: center;
  }

  #manual .inner .download .download_txt {
    margin: 0 auto;
    padding: 20px 0 20px 20px;
  }

  #manual .inner .download .download_txt .txt_01 {
    font-size: 18px;
  }

  #manual .inner .download .download_txt .txt_01 span.bl_bg {
    font-size: 18px;
  }

  #manual .inner .download .download_txt .txt_01 span {
    font-size: 18px;
  }

  #manual .inner .download .download_txt .txt_02 {
    font-size: 35px;
    margin: 0 0 10px 0;
  }

  #manual .inner .download .download_txt .txt_02 span.txt_r {
    font-size: 42px;
  }

  #manual .inner .download .download_txt .txt_03 {
    font-size: 18px;
  }

  #manual .inner .download .download_txt .txt_03::before,
  #manual .inner .download .download_txt .txt_03::after {
    width: 100px;
  }

  #manual .inner .download .download_txt .txt_03::before {
    left: -110px;
  }

  #manual .inner .download .download_txt .txt_03::after {
    right: -110px;
  }

  #manual .inner .download .btn_area {
    margin: auto auto 0;
    padding: 20px 20px 40px 0;
  }

  #manual .inner .download .btn_area .btn .contact_link {
    width: 240px;
    height: 55px;
    font-size: 14px;
  }

  #manual .inner .download .btn_area .btn::before {
    width: 180px;
    height: 230px;
    top: -125px;
    left: 35px;
  }

}

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

  #manual .inner .download {
    width: 288px;
    height: auto;
    flex-flow: column;
    margin: 40px auto 0;
  }

  #manual .inner .download::before {
    background-image: url(../image/manyuaru_download_bg_03.png);
    background-position: left 0 top 0;
    background-size: cover;
  }

  #manual .inner .download::after {
    display: none;
  }

  #manual .inner .download .download_txt {
    padding: 15px 15px 0 15px;
  }

  #manual .inner .download .download_txt .txt_01 {
    font-size: 16px;
    margin: 0 0 5px 0;
  }

  #manual .inner .download .download_txt .txt_01 span.bl_bg {
    font-size: 14px;
    padding: 6px 10px;
  }

  #manual .inner .download .download_txt .txt_01 span {
    font-size: 14px;
  }

  #manual .inner .download .download_txt .txt_02 {
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 5px 0;
  }

  #manual .inner .download .download_txt .txt_02 span.txt_r {
    font-size: 36px;
  }

  #manual .inner .download .download_txt .txt_03 {
    font-size: 16px;
  }

  #manual .inner .download .download_txt .txt_03::before,
  #manual .inner .download .download_txt .txt_03::after {
    width: 50px;
  }

  #manual .inner .download .download_txt .txt_03::before {
    left: -60px;
  }

  #manual .inner .download .download_txt .txt_03::after {
    right: -60px;
  }

  #manual .inner .download .btn_area {
    margin: 140px auto 0;
    padding: 0 0 40px 0;
  }

  #manual .inner .download .btn_area .btn::before {
    width: 165px;
    height: 215px;
    top: -125px;
    left: 35px;
  }



}



/*** ------------------------------------------------------------------------------ 
#flow
-----------------------------------------------------------------------------  ***/
#flow .inner {
  padding: 25px 0 0 0;
}

#flow .inner .step .step_list {
  max-width: 1100px;
  width: 100%;
  margin: -14px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#flow .inner .step dl {
  display: flex;
  flex-direction: column;
  max-width: 340px;
  width: 50%;
  margin-bottom: 21px;
}

#flow .inner .step dl dt {
  position: relative;
  top: 14px;
  display: flex;
  align-items: center;
  z-index: 1;
}

#flow .inner .step dl dt .number {
  display: inline-block;
  vertical-align: middle;
  width: 82px;
  height: 95px;
  background-color: #1C4388;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 25px 10px;
  margin: 0 10px 0 0;
}

#flow .inner .step dl dt .number span {
  display: block;
  font-size: 29px;
  margin: 3px 0 0 0;
}

#flow .inner .step dl dt .title {
  display: inline-block;
  color: #1C4388;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

#flow .inner .step dl dd.image {
  position: relative;
  margin: 0 0 10px 0;
}

#flow .inner .step dl dd.image::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 24px solid #1c4380;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: -33px;
  margin: -25px 0 0 0;
}

#flow .inner .step dl:nth-child(3) dd.image::after,
#flow .inner .step dl:last-child dd.image::after {
  display: none;
}

#flow .inner .step dl dd.image img {
  display: block;
  height: 180px;
  margin: 0 auto;
}

#flow .inner .step dl dd.txt {
  box-sizing: border-box;
  flex-grow: 1;
}

#flow .inner .step dl dd.txt small {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  margin: 5px 0 0 0;
}

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

  #flow .inner {
    padding: 80px 0 0 0;
  }

  #flow .inner .step .step_list {
    width: 90%;
  }

  #flow .inner .step dl {
    width: 30.4%;
    margin: 0 10px 21px 10px;
  }

  #flow .inner .step dl dd.image::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #1c4380;
    right: -7.5%;
    margin: -20px 0 0 0;
  }

  #flow .inner .step dl dd.image img {
    height: auto;
  }

  #flow .inner .step dl dt .number {
    width: 52px;
    height: 60px;
    font-size: 12px;
    padding: 15px 8px;
    margin: 0 5px 0 0;
  }

  #flow .inner .step dl dt .number span {
    font-size: 20px;
  }

  #flow .inner .step dl dt .title {
    font-size: 16px;
  }

}

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

  #flow .inner {
    padding: 40px 0 0 0;
  }

  #flow .inner .step dl {
    width: 100%;
  }

  #flow .inner .step dl:last-child {
    margin: 0 10px;
  }

  #flow .inner .step dl dt .number {
    margin: 0 10px 0 0;
  }

  #flow .inner .step dl dd.image::after {
    display: none;
  }

  #flow .inner .step dl dd.txt {
    position: relative;
  }

  #flow .inner .step dl dd.txt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 15px solid #1c4380;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -30px;
    margin: 0 auto 0 auto;
    text-align: center;
  }

  #flow .inner .step dl:last-child dd.txt::after {
    display: none;
  }


}

/*** ------------------------------------------------------------------------------ 
#contact
-----------------------------------------------------------------------------  ***/
#contact .inner {
  max-width: 1100px;
  width: 100%;
  padding: 70px 0 0 0;
  margin: 0 auto 100px;
}

#contact .inner label {
  font-size: 18px;
}

#contact .inner label .mfp_err {
  text-align: center;
}

#contact .inner .contact_box {
  background-color: #F4F8FC;
  padding: 50px 90px;
  margin: 0 auto 40px;
}

#contact .inner .contact_box .txt_r {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.8;
}

#contact .inner .contact_box .txt {
  font-size: 16px;
  line-height: 1.45;
}

#contact .inner .contact_box .contact_title {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #1C4388;
  margin: 15px 0 15px 0;
}

#contact .inner .contact_box .contact_title::after {
  content: "";
  background-image: url("../image/inquiry.png");
  background-position: right 0 top 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 292px;
  height: 212px;
  position: absolute;
  top: -212px;
  right: 0;
}

#contact .inner form .contact_box .mailform {
  margin: 50px auto 0;
}

#contact .inner form .contact_box .mailform .mailform_item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 30px 0;
}

#contact .inner form .contact_box .mailform .mailform_item:last-child {
  margin: 0;
}

#contact .inner form .contact_box .mailform .mailform_item dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 218px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #1C4388;
  margin: 0 30px 0 0;
}

#contact .inner form .contact_box .mailform .mailform_item dt .must {
  font-size: 16px;
  color: #fff;
  background-color: #C20407;
  height: 33px;
  padding: 0 5px;
}

#contact .inner form .contact_box .mailform .mailform_item dd {
  width: calc(100% - 248px);
}

#contact .inner form .contact_box .mailform .mailform_item dd input,
#contact .inner form .contact_box .mailform .mailform_item dd textarea {
  font-size: 16px;
  border: 1px solid #787878;
  background-color: #fff;
  width: 100%;
  
}

#contact .inner form .contact_box .mailform .mailform_item dd input:focus-visible,
#contact .inner form .contact_box .mailform .mailform_item dd textarea:focus-visible {
  outline: none;
  /* outline-offset: 0; */
}

#contact .inner form .contact_box .mailform .mailform_item dd input {
  height: 34px;
  padding: 0 10px;
}

#contact .inner form .contact_box .mailform .mailform_item dd textarea {
  resize: vertical;
  width: 100% !important;
  height: 200px;
  padding: 5px 10px;
}

#contact .inner form .contact_box .mailform .mailform_item dd label:hover,
#contact .inner form .confirmation_area .confirmation_checkbox label:hover,
#contact .inner form .contact_box .mailform .mailform_item dd label input[type="checkbox"],
#contact .inner form .confirmation_area .confirmation_checkbox label input[type="checkbox"] {
  cursor: pointer;
}

#contact .inner form .contact_box .mailform .mailform_item dd label input[type="checkbox"],
#contact .inner form .confirmation_area .confirmation_checkbox label input[type="checkbox"] {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  margin: 0 15px 0 0;
  vertical-align: middle;
}

#contact .inner form .confirmation_area {
  text-align: center;
}

#contact .inner form .confirmation_area .confirmation_checkbox {
  margin: 0 0 40px 0;
}

#contact .inner form .confirmation_area .confirmation_checkbox .txt {
  font-size: 18px;
  margin: 0 0 15px 0;
}

#contact .inner form .confirmation_area .confirmation_checkbox .txt a {
  color: #1C4388;
  text-decoration: underline;
}

#contact .inner form .confirmation_area .btn .contact_link {
  margin: 0 auto;
}

#contact .inner form .confirmation_area .btn .contact_link::before {
  display: none;
}

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

  #contact .inner .contact_box {
    padding: 50px 50px;
    margin: 0 auto 40px;
  }

  #contact .inner .contact_box .txt_r {
    font-size: 26px;
  }

  #contact .inner .contact_box .txt {
    font-size: 12px;
    width: 70%;
  }

  #contact .inner .contact_box .contact_title {
    font-size: 26px;
  }

  #contact .inner .contact_box .contact_title::after {
    width: 240px;
    height: 175px;
    top: -175px;
    right: -8px;
  }

  #contact .inner form .contact_box .mailform {
    margin: 40px auto 0;
  }

  #contact .inner form .contact_box .mailform .mailform_item dt {
    font-size: 16px;
  }

  #contact .inner form .contact_box .mailform .mailform_item dt .must {
    font-size: 14px;
    padding: 3px 5px;
  }

}

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

  #contact .inner {
    padding: 50px 0 0 0;
    margin: 0 auto 100px;
  }

  #flow .inner .step .step_list {
    justify-content: center;
  }

  #contact .inner .contact_box {
    padding: 15px 15px 20px 15px;
    margin: 0 auto 20px;
  }

  #contact .inner .contact_box .txt_r {
    font-size: 20px;
  }

  #contact .inner .contact_box .txt {
    font-size: 11px;
    width: 75%;
  }

  #contact .inner .contact_box .contact_title {
    font-size: 18px;
    margin: 20px 0 0 0;
  }

  #contact .inner .contact_box .contact_title::after {
    width: 120px;
    height: 88px;
    top: -88px;
    right: -3px;
  }

  #contact .inner form .contact_box .mailform .mailform_item {
    flex-flow: column;
    margin: 0 0 20px 0;
  }

  #contact .inner form .contact_box .mailform .mailform_item dt {
    justify-content: flex-start;
    font-size: 14px;
    width: 100%;
    margin: 0 0 5px 0;
  }

  #contact .inner form .contact_box .mailform .mailform_item dt .must {
    font-size: 12px;
    height: 25px;
    padding: 0 5px;
    margin: 0 0 0 10px;
  }

  #contact .inner form .contact_box .mailform .mailform_item dd {
    width: 100%;
  }

  #contact .inner label {
    font-size: 14px;
  }

  #contact .inner form .confirmation_area .confirmation_checkbox .txt {
    font-size: 12px;
    margin: 0 auto 15px auto;
    width: 90%;
  }

  #contact .inner form .contact_box .mailform .mailform_item dd label input[type="checkbox"],
  #contact .inner form .confirmation_area .confirmation_checkbox label input[type="checkbox"] {
    margin: 0 10px 0 0;
  }

}

/* fixed_btn */
.fixed_layer {
  bottom: 0;
  left: 0;
  width:100%!important;
  width: max-content;
  position: fixed;
  z-index: 99998;
  display: flex;
  background-color: rgba(0,0,0,.8);
}

.fixed_btn { 
  padding: 15px 40px;
  font-size: 2rem;
  color: #ffffff;
  background-color: #54bf4b;
  z-index: 99999;
  border-radius: 10px;
  display: block;
  margin: 20px auto;
  line-height: 1.5rem;
}

  .fixed_btn p {
    font-weight: bolder;
  }

/*** ------------------------------------------------------------------------------ 
.pagetop_btn
-----------------------------------------------------------------------------  ***/
.pagetop_btn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 40px;
  bottom: 100px;
  z-index: 50;
  filter: drop-shadow(0px 0px 3px rgba(255,255,255,0.3));
}

.pagetop_btn > div {
  position: relative;
  display: block;
  width: 74px;
  height: 85px;
  background-color: #1C4388;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 35px 10px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.pagetop_btn > div::before {
  content: "";
  background-image: url(../image/arrow_right_w.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(270deg);
  width: 10px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 17px;
  margin: 0 auto;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.pagetop_btn > div:hover {
  cursor: pointer;
  transform: translateY(-7px);
}

.pagetop_btn > div span {
  position: relative;
  bottom: -6px;
}

.pagetop_btn.active{
  opacity: 1;
  visibility: visible;
}

.pagetop_btn.absolute{
  position: absolute;
  top: -90px;
  bottom: auto;
}

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

  .pagetop_btn {
    right: 15px;
    bottom: 100px;
  }

  .pagetop_btn a {
    width: 60px;
    height: 68px;
    font-size: 12px;
    padding: 28px 10px;
  }

  .pagetop_btn a::before {
    width: 8px;
    height: 14px;
    top: 16px;
  }

  .absolute {
    top: -75px;
  }

}

/*** ------------------------------------------------------------------------------ 
footer
-----------------------------------------------------------------------------  ***/
footer {
  background-color: #1C4388;
  position: relative;
}
footer #footer_box {
  max-width: 1000px;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  padding: 80px 0;
}

footer #footer_box .info_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 50px 0;
}

footer #footer_box .info_box .logo_img {
  width: 347px;
}

footer #footer_box .info_box .logo_img img {
  margin: 0 0 15px 0;
}

footer #footer_box .info_box .logo_img .txt {
  font-size: 14px;
  line-height: 1.7;
}

footer #footer_box .info_box .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer #footer_box .info_box .logo > div {
  margin: 0 15px 0 0;
}

footer #footer_box .info_box .logo > div:last-child {
  margin: 0;
}

footer #footer_box .info_box .logo .jmro img,
footer #footer_box .info_box .logo .iso img {
  height: 100px;
  display: block;
  margin: 0 auto;
}

footer #footer_box .info_box .logo .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97px;
  height: 100px;
  border: 1px solid #EEEEEE;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
}

footer #footer_box .info_box .logo .link img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2px auto;
  padding: 3px;
  box-sizing: border-box;
}

footer #footer_box .link_box {
  display: flex;
}

footer #footer_box .link_box .links {
  font-size: 18px;
}

footer #footer_box .link_box .links:first-child {
  margin: 0 100px 0 0;
}

footer #footer_box .link_box .links:nth-child(2) {
  margin: 0 150px 0 0;
}

footer #footer_box .link_box .links .txt {
  line-height: 1.3;
  margin: 30px 0 10px 0;
}

footer #footer_box .link_box .links:last-child .txt {
  margin: 0 0 10px 0;
}

footer #footer_box .link_box .links .link_list a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #fff;
  margin: 0 0 10px 0;
  padding-left: 0.8em;
  text-indent: -0.8em;
}

footer #footer_box .link_box .links .link_list a::before {
  content: "";
  background-image: url("../image/arrow_right_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 5px 0 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

footer #footer_box .link_box .links .link_list a:hover {
  opacity: .6;
}

footer #footer_box .link_box .links .link_list a .sub_list {
  display: inline-block;
  position: relative;
  margin: 0 0 10px 20px;
  padding-left: 0;
    text-indent: 0;
}

footer #footer_box .link_box .links .link_list a .sub_list::before {
  content: "";
  border-top: 2px solid #fff;
  width: 10px;
  position: absolute;
  top: 50%;
  left: -16px;
}

footer #footer_box .link_box .links .link_list a .sub_list:nth-child(2) {
  margin: 10px 0 10px 20px;
}

footer .copy_right {
  background-color: #fff;
  color: #E63838;
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
}

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

  footer #footer_box {
    width: 90%;
  }

  footer #footer_box .info_box .logo_img {
    width: 39%;
  }

  footer #footer_box .info_box .logo_img .txt {
    font-size: 12px;
  }

  footer #footer_box .info_box .logo > div {
    margin: 0 10px 0 0;
  }

  footer #footer_box .link_box {
    justify-content: space-between
  }

  footer #footer_box .link_box .links:first-child,
  footer #footer_box .link_box .links:nth-child(2) {
    margin: 0;
  }

  footer #footer_box .link_box .links .link_list a {
    font-size: 14px;
  }

}

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

  footer #footer_box {
    padding: 40px 0;
  }

  footer #footer_box .info_box {
    margin: 0 0 40px 0;
    flex-flow: column;
  }

  footer #footer_box .info_box .logo_img {
    width: 100%;
    margin: 0 0 20px 0;
  }

  footer #footer_box .info_box .logo_img .txt {
    font-size: 11px;
  }

  footer #footer_box .info_box .logo .txt.title {
    transform: scale(0.6);
    margin: 0 0 0 0;
  }

  footer #footer_box .info_box .logo .jmro img,
  footer #footer_box .info_box .logo .iso img {
    height: 84px;
  }

  footer #footer_box .info_box .logo .link {
    width: 62px;
    height: 84px;
  }

  footer #footer_box .info_box .logo > div {
    margin: 0 8px 0 0;
  }

  footer #footer_box .link_box {
    flex-flow: column;
  }

  footer #footer_box .link_box .links .txt,
  footer #footer_box .link_box .links:last-child .txt {
    margin: 30px 0 20px 0;
  }

  footer #footer_box .link_box .links .link_list li {
    border-bottom: 1px solid #fff;
  }

  footer #footer_box .link_box .links .link_list li:first-child {
    border-top: 1px solid #fff;
  }

  footer #footer_box .link_box .links .link_list a {
    display: block;
    text-indent: 0;
    padding: 15px 0;
    margin: 0;
  }

  footer #footer_box .link_box .links .link_list a::before {
    display: none;
  }

  footer #footer_box .link_box .links .link_list a .sub_list:last-child {
    margin-bottom: 0;
  }

  footer .copy_right {
    font-size: 12px;
  }

}

/*** ------------------------------------------------------------------------------ 
thanks
-----------------------------------------------------------------------------  ***/
#thanks .inner {
  text-align: center;
  margin: 180px auto 220px;
}

#thanks .inner .thanks_box {
  background-color: #F4F8FC;
  width: 90%;
  max-width: 700px;       
  padding: 50px;
  margin: 0 auto 40px auto;
}

#thanks .inner .thanks_box h2 {
  color: #1C4388;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 40px 0;
}

#thanks .inner .thanks_box #mfp_thanks {
  font-size: 16px;
  margin: 0 0 5px 0;
}

#thanks .inner .thanks_box #mfp_thanks strong {
  color: #000;
  pointer-events: none;
}

#thanks .inner .thanks_box .txt_01 {
  font-size: 16px;
  margin: 0 0 40px 0;
}

#thanks .inner .thanks_box .txt_02 {
  font-size: 14px;
  margin: 0 0 10px 0;
}

#thanks .inner .thanks_box .btn_area {
  background-color: #fff;
  padding: 30px;
}

#thanks .inner .thanks_box .btn_area .phone_number {
  text-align: center;
  color: #1C4388;
}

#thanks .inner .thanks_box .btn_area .phone_number a {
  color: #1C4388;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  pointer-events: none;
}

#thanks .inner .thanks_box .btn_area .phone_number a:hover {
  opacity: .6;
}

#thanks .inner .thanks_box .btn_area .phone_number a::before {
  content: "";
  background-image: url("../image/call_bl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  margin: -8px 5px 0 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

#thanks .inner .thanks_box .btn_area .phone_number .txt {
  font-size: 16px;
  margin: 10px 0 0 0;
}

#thanks .inner .btn .contact_link {
  margin: 0 auto;
}

#thanks .inner .btn .contact_link::before {
  display: none;
}


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

  #thanks .inner {
    margin: 80px auto 160px auto;
  }

  #thanks .inner .thanks_box {
    padding: 20px;
    margin: 0 auto 20px auto;
  }

  #thanks .inner .thanks_box h2 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  #thanks .inner .thanks_box #mfp_thanks {
    font-size: 14px;
  }

  #thanks .inner .thanks_box .txt_01 {
    font-size: 14px;
    margin: 0 0 30px 0;
  }

  #thanks .inner .thanks_box .btn_area {
    padding: 20px;
  }

  #thanks .inner .thanks_box .btn_area .phone_number a {
    font-size: 24px;
    pointer-events: auto;
  }

  #thanks .inner .thanks_box .btn_area .phone_number a::before {
    width: 18px;
    height: 18px;
    margin: -5px 3px 0 0;
  }

  #thanks .inner .thanks_box .btn_area .phone_number .txt {
    font-size: 12px;
  }


}

li.selected_image{
  max-width: 300px;
  margin: 20px;
} 
@media screen and (max-width: 768px) {
  #selected .inner .selected_list{
    display: block;
  }
  li.selected_image{
    display: block;
    margin: 20px auto;
  } 
}