@charset "UTF-8";
/*==================================================
                 tenplate
==================================================*/
*,
*::before,
*::after {
	width: 100%;
  box-sizing: border-box
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: 0px !important;
  font-feature-settings: "palt";
  color: #1a1311;
scroll-behavior: smooth;
}
img {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 1.5;
}

h1,
.h1 {
  font-size: 2.5rem
}

h2,
.h2 {
  font-size: 2rem;
	color: #005AB4;
	margin-bottom: 30px;
}

h3,
.h3 {
  font-size: 1.75rem
}

h4,
.h4 {
  font-size: 1.5rem
}

h5,
.h5 {
  font-size: 1.25rem
}

h6,
.h6 {
  font-size: 1rem
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width:768px) {
  .container {
    max-width: 740px
  }
}

@media(min-width:992px) {
  .container {
    max-width: 960px
  }
}

@media(min-width:1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media(min-width:769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

}

@media(min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

}

.text-center {
  text-align: center;
}

.benefits_contents p span {
  font-size: 10px;
}

/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a{
	text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}

p {
  line-height: 1.8;
  font-size: 16px;
}

li {
  line-height: 1.8;
}
.ttl_p{
	text-align: center;
	margin-bottom: 30px;
}
/*==================================================
                   共通
==================================================*/
.n_768 {
  display: block;
}

.b_768 {
  display: none!important;
}

.n_480 {
  display: block;
}

.b_480 {
  display: none!important;
}

.n_992 {
  display: block;
}
.n_1200 {
  display: block;
}

.b_992 {
  display: none!important;
}

.text_center {
  text-align: center;
}

.bg_blue {
  background: #181935;
}

section {
  margin-top: -1px;
  position: relative;
}
h2 {
  font-weight: 700 !important;
  text-align: center;
}
.section {
  padding: 100px 0;
}
.annotation {
  font-size: 12px;
  margin-bottom: 20px;
	font-weight: 500;
}
.btn {
    display: inline-block;
    padding: 10px 15px;
    max-width: 350px;
    width: 100%;
    border-radius: 50px;
    margin: 0 10px;
    position: relative;
    z-index: 99;
    transition: 0.5s;
    border: none;
}
.btn a {
	font-weight: 700;
}
.section_title{
	text-align: center;
}
.section_title h2{
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.section_title p{
	color: #009EE5;
	margin-bottom: 30px;
	font-weight: 700;
}
.bg_white{
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px;
}
.underline_blue{
	background: url(../img/underline_b.webp) no-repeat;
    background-size: contain;
    background-position-y: 40px;
    padding-bottom: 20px;
}
.underline_white{
	background: url(../img/underline_w.webp) no-repeat;
    background-size: contain;
    background-position-y: 40px;
    padding-bottom: 20px;
}
.p_s_20{
	font-size: 28px;
}
/*==================================================
                  header
==================================================*/
header img{
	width: 200px;
}
header{
	text-align: center;
	width: 100%;
}
.header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header__inner {
display: flex;
	align-items: center;
justify-content: space-between;
}
.fixed_header .header__inner{
	background: #fff;
	padding: 15px 20px;
}
.fixed_header .header__nav {
    padding: 0px 0px;
}
.header__title img {
  display: block;
  width: auto;
  height: 40px;
}
/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(100%);
  transition: ease .4s;
}
.nav-items__item a.btn-gradient_o{
	width: fit-content;
	margin-right: 12px;
}
.nav-items__item a.btn-gradient_b {
    margin-right: 12px;
}
.fixed_header .header__inner .nav-items__item a {
    color: #092D40;
}
.fixed_header .header__title {
    padding: 0px 0px 0px 0px;
    border-radius:0 0 0 0;
    box-shadow: none;
}
.fixed_header .hamburger span {
  background-color: #515151;
}

.menu_btn {
  display: inline-block;
  padding: 8px 20px 10px 20px;
  max-width: 300px;
  width: 100%;
  border-radius: 45px;
  border: none;
  position: relative;
  z-index: 99;
  transition: 0.5s;
}
header .btn_blue {
    background: linear-gradient(0deg, #034EAD, #034EAD, #4EADE6, #4EADE6);
}
.menu_btn:hover {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.menu ul li .menu_btn a {
  color: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .header__nav {
    position: static;
    transform: initial;
    height: inherit;
    display: flex;
    justify-content: end;
   width: fit-content;
  }
}
@media screen and (min-width: 992px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}
.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}
.nav-items li{
	list-style: none;
	display: flex;
}
@media screen and (min-width: 992px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);

  }
}
/* ナビのリンク */
.nav-items__item a {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 0px;
}
.nav-items__item:last-child a {
  margin-bottom: 0;
}
.nav-items_link{
	padding: 0 20px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}
.nav_hover a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 3px;
background: #97C5EC;
bottom: -8px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;   /*変形の時間*/
}
.nav_hover a:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.nav_hover a {
position: relative; /*アンダーラインの位置を決めるための基準 */
}
@media screen and (min-width: 992px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}
/* ハンバーガーメニュー */
.header__hamburger {
  width: 30px;
  height: 100%;
}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
@media screen and (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 992px) {
.nav_hover a::after {
position: relative;
background: none;
}
    .nav-items__item a:hover {
        color:#7090a1;
    }
.nav-items li {
    border-bottom: 1px solid #CDCDCD;
    padding: 35px 0px;
}
.nav-items li:last-child {
    border-bottom: none;
}
.nav-items {
    width: 90%;
    max-width: 550px;
}
.btn_menu {
    max-width: 400px!important;
	}
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0;
background: #000;
}
.hamburger span:nth-child(2) {
  margin: 10px 0;
background: #000;
}
.hamburger span:nth-child(3) {
  top: 0;
background: #000;
}
/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
  top: 12px;
  transform: rotate(45deg);
	    background: #092D40;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
    background: #092D40;
}
.fix_menu {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 999;
    transition: background .5s;
}
.header__inner {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 5px 20px;
}
.fixedmenu .header__inner {
    box-shadow: none;
    border-radius: 0px;
}
.fixedmenu {
    padding: 0px;
	background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.header__inner .logo img{
	width: 250px;
}
.header__inner .logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 60px;
    padding: 0 1em;
    width: auto;
}
nav{
text-align: center;
    background-color: rgba(255, 255, 255, 1);
    transition: .5s ease;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}
.menu ul .li_btn {
        padding: 0 0 0 10px;
    }
.menu ul li a {
display: block;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    width: fit-content;
    font-size: 16px;
}
.menu ul li a:hover{
	color: rgba(51,51,51,0.8);
}
    .menu ul li {
        padding: 0 16px;
        border-bottom: none;
        width: fit-content;
    }
/*==================================================
                  fv
==================================================*/
.fv{
padding: 70px 20px 60px 20px;
}
.fv .row{
	align-items: center;
    flex-flow: row;
	background: url("../img/fv_img.webp")no-repeat right;
	background-size: contain;
}
.fv .container{
padding: 0px 0px 0px 0px;
    background-size: cover;
    position: relative;
    background: linear-gradient(to bottom right, #0E2896, #005AB4, #1089D1, #6EBEF0);
    border-radius: 20px;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.fv_w_p{
	color: #fff;
	font-weight: 600;
	font-size: 1.8rem;
       margin-bottom: 40px;
    margin-left: 50px;
	margin-top: 20px;
}
.fv_txt{
	padding: 50px 0px;
}
.fv_txt p{
    font-size: 1.9rem;
    letter-spacing: 1px;
    font-weight: 700;
    color: #0466BC;
    background: #fff;
    width: fit-content;
    border-radius: 0 50px 50px 0;
    padding: 0px 30px 0 50px;
    margin-bottom: 20px;
}
.fv_txt h1{
    font-size: 4.6rem;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 40px;
    margin-left: 50px;
	margin-top: 30px;
}
.fv_img figure{
	padding: 0 30px;
}
.fv_medal_list{
	display: flex;
    margin-left: 50px;
}
.fv_medal_list figure{
    margin-right: 20px;
}
.fv_txt figure{
	margin-bottom: 40px;
}
.fv_btn {
  display: inline-block;
  padding: 13px 15px;
  max-width: 240px;
  width: 100%;
  border-radius: 50px;
  border: none;
  position: relative;
	margin-right: 15px;
  z-index: 99;
  transition: 0.5s;
}
.fv .btn_red{
	margin-right: 0px;
}
.btn_white{
  transition: 0.5s;
  background: linear-gradient(0deg,#DCDCDC,#DCDCDC,#fff,#fff);
}
.btn_white:hover{
  background: linear-gradient(0deg,#fff,#DCDCDC);
}
.btn_blue{
  transition: 0.5s;
  background: linear-gradient(0deg, #034EAD, #034EAD, #4EADE6, #4EADE6);
}
.btn_blue:hover{
  background: linear-gradient(0deg, #4EADE6, #034EAD);
}
.btn_red{
  transition: 0.5s;
  background: linear-gradient(0deg,#EA5A46,#EA5A46,#FFA479,#FFA479);
}
.btn_red:hover{
  background: linear-gradient(0deg,#ff9460,#EA5A46);
}
.menu ul li .btn_white a {
    color: #009EE5;
}
.fv_btn:hover {
  background-position: 0 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.btn_blue a {
	color: #fff!important;
}
.btn_white a {
	color: #005AB4!important;
}
.btn_red a {
	color: #fff;
}
.fv_btn a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}
.fv_btn a div{
	display: flex;
	justify-content: center;
}
.btn_box {
    margin-left: 50px;
  text-align: center;
	display: flex;
	flex-flow: row;
	align-items: center;
}
.fv_img{
	text-align: center;
	padding: 0px;
}
.fv_img img{
	width: 100%;
}
.fv_img p{
	font-weight: 800;
	color: #fff;
}
/*============================================
              about
============================================*/
.about{
	padding: 20px 0 100px 0;
}
.about p{
	text-align: center;
}
.about_contents{
	background: linear-gradient(to bottom right, #F0F8FD, #E7E9F4);
    border-radius: 20px;
	padding: 50px 30px;
	margin-top: 40px;
}
.about .annotation{
	margin-top: 20px;
}
.about .row{
	display: flex;
	flex-flow: row;
}
.about_items{
	width: 20%;
	padding: 0px;
	text-align: center;
}
.about_items img{
	max-width: 130px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.about_items p{
	font-size: 12px;
}
.about_arrow{
	display: none;
}
.about_items p {
    font-size: 12px;
}
/*==================================================
               table
==================================================*/
#table{
	padding-top: 80px;
}
.table{
	background: linear-gradient(#E6EFF8, #fff);
	border-radius: 50px 50px 0 0;
	padding: 80px 0;
	text-align: center;
}
.table .bg_white{
	margin-top: 20px;
}
.table table {
    border-collapse:  collapse;
	margin-top: 30px;
}
.table th {
  border: solid 1px #E0E0E0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}
.table td {
  border: solid 1px #E0E0E0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90px;
}
.table tr th{
	font-size: 1.2rem;
}
.table .tr_line1 p{
	font-size: 1.5rem!important;
	font-weight: 600;
    color: #515151;
}
.table .tr_line2 p{
	font-size: 1.5rem!important;
	font-weight: 600;
    color: #515151;
}
.table .tr_line1 p span{
	font-size: 1rem;
	font-weight: 500;
}
.table tr{
	display: flex;
}
.table .th1{
	background: #163C68;
  color: #fff;
	border-radius: 20px 0 0 0;
}
.table .th2{
	background: #D1D1D2;
  color: #515151;
}
.table .th3{
	background: #EA5A46;
  color: #fff;
	border-radius: 0 20px 0 0;
}
.table .td_h{
	background: #1089D1;
	color: #fff;
	font-weight: 600;
	font-size: 22px;
}
.table .td_g{
background: #F4F5F8;	
	font-size: 1.5rem;
	font-weight: 600;
	color: #515151;
}
.table .td_o{
background: #FFF3EE;	
	font-size: 1.5rem;
	font-weight: 600;
	color: #9B2C29;
}
.table .td_r{
background: #FFDDCE;	
font-size: 1.5rem;
	font-weight: 600;
	color: #9B2C29;
}
.table .td_r p{
	font-size: 1rem;	
	font-weight: 500;
}
.table .last .td_g{
	font-size: 1rem;
}
.table .last .td_o{
	font-size: 1rem;
}
.table .tr_line3 td p{
	font-size: 1rem;	
	font-weight: 500;	
}
.table .tr_line3 .td_h{
	border-radius:0 0 0 20px;
}
.table .tr_line3 .td_o{
	border-radius:0 0 20px 0;
}
.table .table h2{
	font-size: 1.6rem;
}
/*============================================
                 reason
============================================*/
.reason {
    background: linear-gradient(to bottom right, #F0F8FD, #E7E9F4);
    padding: 50px 20px;
}
.reason p{
	text-align: center;
	font-size: 20px;
}
.reason h3{
    font-size: 1.2rem;
    font-weight: 700;
    color: #005AB4;
    background: #fff;
    border-radius: 50px;
    border: 2px #005AB4 solid;
    padding: 3px 40px;
    width: fit-content;
    margin: 0 auto 30px auto;
}
.renason_contents{
	background: linear-gradient(#0088C5, #194091);
	border-radius: 20px;
	padding: 30px 20px;
	margin-top: 30px;
}
.renason_contents .th2 .inner{
	background: #9FA0A0;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 22px;
    letter-spacing: 2px;
}
.renason_contents .th3 .inner{
	background: #EA5A46;
	color: #fff;
	border-radius: 5px;
	font-weight: 600;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    font-size: 22px;
    letter-spacing: 2px;
}
.renason_contents tr th{
	height: 60px;
}
.renason_contents td{
	height: auto;
}
.renason_contents tr{
	display: flex;
}
.renason_contents .sticky{
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60%;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 2px;
}
.renason_contents .sticky p{
	    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 2px;
}

.renason_contents .sticky span{
	color: #FFFFFF;
	font-weight: 400;
	font-size: 18px;
}
.renason_contents th,td{
	padding: 5px;
}
.renason_contents .bg_g{
	background: #F2F2F3;
	border-radius: 10px;
	padding-top: 10px;
	text-align: center;
	height: auto;
}
.renason_contents .bg_b{
	background: #FFF3EE;
	border-radius: 10px;
	padding-top: 10px;
	text-align: center;
	height: auto;
}
.renason_contents .bg_n{
	text-align: center;
	height: auto;
}
.tr_line5{
	padding: 0 0 0 150px;
	height: auto;
}
.tr_line5 td{
	height: auto;
}
.tr_line5 .bg_r{
	background: #FFE1D3;
	border-radius: 10px;
	padding: 10px 20px;
	text-align: center;
	color: #9B2C29;
	font-weight: 600;
}
.renason_contents figure img{
    height: auto;
    width: 100%;
}
.renason_contents .tr_line4 img{
	margin-bottom: 15px;
}
.renason_contents img{
	height: 100px;
	width: auto;
}
.renason_contents .bg_b p{
	color: #9B2C29;
	font-weight: 600;
	font-size: 20px;
	height: 90px;
	line-height: 1.6;
}
.renason_contents .bg_g p{
	color: #737373;
	font-weight: 600;
}
.renason_contents .tr_line4 .bg_g p{
	font-size: 20px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
}
.renason_contents .tr_line4 .inner{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding-top: 0px;
}
.renason_contents .tr_line1 .inner{
	padding-top: 20px;
	padding-bottom: 20px;
}
.renason_contents .tr_line1 .inner p{
	font-weight: 700;
	line-height: 1.5;
	font-size: 20px;
}
.renason_contents .tr_line1 img{
	max-width: 200px;
	width: 100%;
	margin-bottom: 10px;
}
.renason_contents .tr_line1 .inner p span{
    font-size: 14px;
	line-height: 0;
}
.renason_contents .tr_line2 .inner{
padding: 20px 20px 0 20px;
}
.renason_contents .tr_line4 .inner{
padding: 20px;
}
.reason .annotation{
	font-size: 18px;
	margin-bottom: 20px;
}
/*============================================
             image
============================================*/
.image{
	padding: 80px 0;
}
.image .image_contents{
	margin-bottom: 50px;
}
.image h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #005AB4;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.image_list{
	background: #fff;
	border-radius: 20px;
	padding: 30px;
  box-shadow: 0px 0px 10px 5px rgba(0,90,180,.1);
}
.image_list h4{
	color: #005AB4;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 0px;
}
.image_list ul li{
	display: flex;
	flex-flow: row;
	align-items: center;
	border-bottom: 1px dashed #9FA0A0;
	padding: 15px 0 5px 0;
	font-size: 14px;
}
.image_list ul li img{
	width: 20px;
	margin-right: 10px;
}
.contents02{
	padding-bottom: 30px!important;
}

/*============================================
              faq
============================================*/
.faq {
    background: linear-gradient(#E6EFF8, #fff);
    border-radius: 50px 50px 0 0;
    padding: 80px 0;
    text-align: center;
}
.faq_contents{
	background: #fff;
	border-radius: 20px;
	padding: 50px 30px 30px 30px;
  box-shadow: 0px 0px 10px 5px rgba(0,90,180,.1);
    max-width: 900px;
    margin: 50px auto 50px auto;
}
.faq_item {
	border-bottom: 1px solid #D0D0D0;
	margin-bottom: 20px;
}
.faq_item h3{
	display: flex;
	flex-flow: row;
	align-items: center;
	color: #005AB4;
	font-size: 1rem;
	margin-bottom: 15px;
	font-weight: 700;
	text-align: left;
}
.faq_item h3 img{
	width: 40px;
	margin-right: 10px;
}
.faq_item p{
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.8;
	padding-left: 50px;
	margin-bottom: 30px;
}
.cv_contents{
    background: linear-gradient(#0088C5, #194091);
    border-radius: 20px;
    padding: 50px 20px;
    max-width: 900px;
    margin: 0px auto 0px auto;
}
.cv_contents h3{
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 20px;
}
.cv_contents .btn_box{
	margin: 0 auto!important;
	max-width: 700px;
	width: 100%;
}
/*============================================
              company
============================================*/
.company p{
	text-align: center;
	margin-bottom: 20px;
}
.company{
    background-color: #F2F9FF;
    padding: 60px 0;
}
.compan .row{
	flex-flow: row;
}
.company_contents{
	padding: 15px;
	width: 50%;
}
.company_contents .inner{
	width:100%;
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px 0px 20px;
    box-shadow: 0px 0px 10px 5px rgba(0, 90, 180, .1);
    margin-bottom: 50px;
	height: 100%;
}
.company_contents .inner img{
	height: 60px;
	width: auto;
	margin: 0 auto 15px auto;
}
.seminar_table {
	list-style: none;
max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.seminar_table li{
    display: flex;
    flex-flow: row;
    border-bottom: #bbbbbb solid 1px;
}
.seminar_table li p{
	text-align: left;
	margin-bottom: 0px;
}
.seminar_table li .table_title{
    width: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #03100E;
    flex-shrink: 0;
}
.seminar_outline_ul li .table_title{
	background: #f6fdff;
}
.seminar_schedule{
	padding-bottom: 80px;
}
.seminar_schedule_ul li .table_title{
	background: #F5F5F5;
}
.seminar_table li p{
	margin-bottom: 0px;
    color: #03100E;
	align-items: center;
    padding: 20px 10px 20px 10px;
    line-height: 1.6;
	font-size: 12px;
	display: flex;
	flex-flow: wrap;
}
.seminar_table li p span{
	font-size: 10px;
}
.seminar_table ul{
	padding: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.seminar_table ul li{
	font-size: 12px;
	border-bottom: 0px;
list-style-type: disc;
}
.seminar_table li:first-child {
    border-top: #bbbbbb solid 1px;
}
.seminar_table li ul li:first-child {
    border-top: none;
}
.seminar_outline_ul .h_75{
	height: 75px;
}
.seminar_outline_ul .h_752{
	height: 75px;
}
.seminar_outline_ul .h_85{
	height: 85px;
}
/* ==================================================
               footer
 ================================================== */
footer{
	padding: 30px 0;
	margin-bottom: 60px;
}
footer .container{
	text-align: center;
}
footer .container .footer_logo{
	max-width: 400px;
	width: 100%;
	margin: 0 auto 30px auto;
}
footer .container .footer_logolist{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 20px auto;
}
footer .container .inc{
	font-size: 12px;
}
/*==================================================
               scoll_btn
==================================================*/
.scoll_btn {
  text-decoration: none;
background: rgba(0,0,0,.6);
	position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 10px 10px 10px 10px;
  transition: 1s;
  opacity: 0;
  z-index:999!important;
	width: 100%;
	text-align: center;
	border: none;
}
.scoll_btn_box{
	display: flex;
	flex-flow: row;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
}
.scoll {
  display: inline-block;
  padding: 5px 15px;
  max-width: 350px;
  width: 100%;
  border-radius: 50px;
  margin: 0 10px;
  position: relative;
  z-index: 99;
  transition: 0.5s;
	border: none;
}
.scoll:hover {
  background-position: 0 100%;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.scoll a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}
.scoll a div{
	display: flex;
	justify-content: flex-end;
}
.scoll_btn_box p{font-size: 20px;
	left: 2px;
}
@media screen and (max-width:1500px) {
.fv_txt p {
    font-size: 2vw;
}
.fv_txt h1 {
    font-size: 5vw;
}
}
@media screen and (max-width:1400px) {
    .fv_txt p {
        font-size: 1.9vw;
    }
    .fv_txt h1 {
        font-size: 4.6vw;
    }
.fv_txt figure {
    width: 90%;
}
}
@media screen and (max-width:1280px) {
.fv_txt p {
    font-size: 1.4rem;
}
.fv_txt h1 {
    font-size: 3.5rem;
	margin-top: 20px;
}
.menu ul li a {
    font-size: 14px;
}
    .menu ul li {
        padding: 0 10px;
    }
}
@media screen and (max-width:1200px) {
.p_s_20 {
    font-size: 2vw;
}
.header__inner .logo img {
    width: 200px;
}
  .n_1200 {
    display: none !important;
  }
.menu ul li {
    padding: 0 8px;
}
.menu ul li a {
    font-size: 12px;
}
.menu_btn {
    padding: 5px 20px 8px 20px;
}
.menu ul li .menu_btn a {
    font-size: 14px;
}
.fv_txt p {
    font-size: 1.9vw;
	padding: 0px 30px 0 30px;
}
.fv_txt h1 {
    font-size: 4.6vw;
    margin-left: 30px;
    width: calc(100% - 30px);
}
.fv_w_p {
    font-size: 1.6rem;
	    margin-left: 30px;
    margin-bottom: 20px;
	}
.fv_txt h1 {
    margin-bottom: 20px;
}
.fv_txt p {
    margin-bottom: 15px;
}
.fv_txt figure {
    margin-bottom: 30px;
    width: 100%;
}
.fv_medal_list {
margin-left: 30px;
        width: calc(100% - 30px);
}
.btn_box {
margin-left: 30px;
        width: calc(100% - 30px);
}
.fv_btn {
  max-width: 220px;
    width: 100%;
}
.fv .container {
    padding: 0px 0px 0px 0px;
	}
.fv .row {
    background: url(../img/fv_img.webp) no-repeat right top;
    background-size: 55%;
}
.fv_txt {
    padding: 20px 0px 50px 0px;
}
}
@media screen and (max-width:992px) {
.header__inner .logo img {
    width: 250px;
}
.renason_contents .sticky {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
}
.renason_contents .sticky p {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
}
.renason_contents .bg_b p {
    font-size: 14px;
    height: 80px;
}
.renason_contents .tr_line1 .inner p {
    font-size: 18px;
}
.renason_contents .th3 .inner {
    font-size: 20px;
    letter-spacing: 1px;
}
.renason_contents .th2 .inner {
    font-size: 20px;
    letter-spacing: 1px;
}
.renason_contents .tr_line4 .bg_g p {
    height:80px;
}
.renason_contents img {
    height: 80px;
	}
.p_s_20 {
    font-size: 20px;
}
.seminar_outline_ul .h_75{
	height: 90px;
}
.seminar_table li .table_title {
    font-size: 12px;
	    width: 70px;
	padding: 10px 0;
}
.company_contents {
    padding: 10px;
    width: 50%;
}
.seminar_table li p {
    font-size: 12px;
}
.company_contents .inner {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 30px 15px 0px 15px;
}
    .image .image_contents .contents01{
           background: linear-gradient(to bottom right, #F0F8FD, #E7E9F4);
		border-radius: 20px;
	        padding: 30px 20px;
		text-align: center;
		position: relative;
	        max-width: 500px;
        margin: 0 auto;
    }
	.image .image_contents .ma_l_50{
		margin-right: 100px!important;
	}
	.image .image_contents .img_people{
		position: absolute;
		width: 180px!important;
		bottom: 0px;
		left: 0px;
	}
	.image_arrow {
		text-align: center;
		width: 100%;
		margin-top: -30px;
		margin-bottom: 10px;
	}
	.image_arrow img{
		width: 100px;
	}
    .image .image_contents .contents02{
           background: linear-gradient(to bottom right, #F0F8FD, #E7E9F4);
		border-radius: 20px;
	        padding: 30px 20px;
		text-align: center;
	        max-width: 500px;
        margin: 0 auto;
    }
	.image .image_contents .contents01 img{
		width: 80%;
	}
	.txt_bg{
		background: #fff;
		padding: 10px 20px;
		max-width: 250px;
		width: 100%;
		text-align: center;
		margin: 0 auto 40px auto;
		border-radius: 10px;
	    box-shadow: 0px 0px 10px 5px rgba(0, 90, 180, .1);
	}
.fv_btn {
        max-width: 350px;
        width: 100%;
    }
.fv .row {
    background:none;
}
    .btn_box {
        margin-left: 0px;
	        justify-content: center;
    }
	.fv img figure{
		white-space: 100%;
		text-align: center;
	}
    .fv_txt figure {
		text-align: center;
	        margin-bottom: 0px;
    }
.fv_medal_list figure {
    margin-right: 0px;
	text-align: center;
}
.fv img {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
	}
    .fv_medal_list {
        margin-left: 0px;
         width: 100%;;
    }
.company_contents .inner img {
    height: 50px;
}
.menu ul li {
    padding: 0 10px;
}
.fv_txt p {
        font-size: 3.9vw;
    }
    .fv_txt h1 {
        font-size: 8.8vw;
	    margin-bottom: 30px;
		text-align: center;
    }
.fv_img figure {
    padding: 0 0px;
}
.image_list ul li img {
    margin-right: 5px;
}
.image_list {
    padding: 30px 20px;
}
  .b_992 {
    display: block!important;
  }
  .n_992 {
    display: none !important;
  }
    .menu ul li {
        width: 100%;
	    padding: 15px 10px;
    }
.menu ul .li_btn {
    padding: 0;
	margin-top: 10px;
}
.menu ul li a {
    width: 100%;
}
.menu_btn {
    padding: 12px 20px;
    margin: 0 auto 10px auto;
}
.table .tr_line3 td p {
    font-size: 14px;
}
.table tr th {
    font-size: 16px;
}
.table td {
    height: 80px;
}
.table .td_g {
    font-size:22px;
}
.table .td_o {
    font-size:22px;
}
.table .tr_line1 p {
    font-size:22px!important;
}
.table .tr_line1 p span {
    font-size:14px!important;
}
.about_items img {
    max-width: 90px;
}
.about_items p {
    font-size: 10px;
	letter-spacing: 0px;
}
.about_contents {
	padding: 20px 10px;
    margin-top: 30px;
}
.table .tr_line3 td p {
        font-size: 13px;
    }
.table .td_h {
    font-size: 18px;
}
    .menu ul li .menu_btn a {
        font-size: 16px;
    }
.fv_btn a div {
    display: flex;
    justify-content: center;
 font-size: 20px;
	letter-spacing: 2px;
}
    .menu ul li a {
        font-size: 14px;
    }
.fv_w_p {
	text-align: center;
        margin-left: 0px;
    }
	.company .container{
		max-width: 100%;
	}
}
@media screen and (max-width:768px) {
.reason .annotation {
    font-size: 16px;
}
.seminar_outline_ul .h_75{
	height: auto;
}
.seminar_outline_ul .h_752{
	height: auto;
}
.seminar_outline_ul .h_85{
	height: auto;
}
.image h3 {
    font-size: 18px;
}
.company .row {
   flex-flow: column;
}
.company_contents {
max-width: 500px;
    width: 100%;
	margin: 0 auto;
}
.company_contents .inner {
    border-radius: 10px;
    padding: 30px 20px 30px 20px;
}
.about_items p {
    font-size: 14px;
}
.about_arrow{
	margin: 0px auto;
	width: 200px!important;
	margin-top: 0px!important;
}
.about_contents{
        display: flex;
        flex-flow: row;
        max-width: 450px;
        width: 100%;
	margin: 0 auto;
	}
	.about_contents	.b_768{
	        max-width: 300px;
        width: 100%;
        margin: 0 auto;
	}
.about_items img {
    max-width: 160px;
}
.about .row {
    display: none;
}
.about_items {
    width: 100%;
    padding: 0px;
	height: 290px;
}
  .b_768 {
    display: block!important;
  }
  .n_768 {
    display: none;
  }
.fv .row {
    align-items: center;
    flex-flow: column;
	padding-bottom: 50px;
}
    .fv_txt p {
        font-size: 3.8vw;
    }
    .fv_txt h1 {
		margin-left: 0px;
        width: 100%;
        text-align: center;
        font-size: 8.2vw;
        letter-spacing: 3px;
    }
.renason_contents img {
    height: 80px;
}
.renason_contents .tr_line4 .inner {
    padding: 20px 10px;
}
.renason_contents .tr_line1 .inner p {
    height: 80px;
	font-size: 18px;
}
.renason_contents .tr_line1 .inner p span {
    font-size: 13px;
    line-height: 0;
}
.renason_contents .tr_line1 img {
    max-width: 150px;
}
.renason_contents .bg_b p {
font-size: 15px;
        height: 70px;
        line-height: 1.5;
}
.renason_contents .tr_line2 .inner {
    padding: 10px 10px 0 10px;
}
.renason_contents .tr_line1 .inner {
    padding-top: 15px;
    padding-bottom: 15px;
}
.renason_contents .tr_line4 .bg_g p {
    font-size: 16px;
    height: 70px;
}
    .fv_medal_list {
        margin-left: 0px;
        width: 100%;
        max-width: 660px;
        margin: 0 auto 0px auto;
    }
    .fv_txt {
        padding: 20px 0px 0px 0px;
    }
    .fv_txt figure {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
			padding: 0 10px;
    }
.fv_img {
    margin-bottom: 30px;
}
    .fv_btn {
        max-width: 300px;
        width: 100%;
    }
    .btn_box {
        margin-left: 0px;
        width: 100%;
		display: flex!important;
		flex-flow: row!important;
		padding: 0 20px;
    }
.fv_btn {
margin: 0 10px;
}
	p{
		font-size: 13px;
	}
.table_box{
  overflow-x: auto;
  width:100%;
  -webkit-overflow-scrolling: touch;
}
.table th, td {
  white-space: nowrap;
}
.table .sticky {
  position: sticky;
  top: 0;
  left: 0;
}
.table .sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.table tr th {
    width: 200px;
}
.table h2{
	font-size: 1.3rem;
}
.reason {
    padding: 50px 0px;
}
.btn {
    margin: 0 10px 20px 10px;
}
	.btn p{
		font-size: 18px;
	}
.cv_contents {
    padding: 40px 20px 20px 20px;
}
.renason_contents .sticky {
           width: 100%;
        max-width: 180px;
}
.renason_contents td {
    height: auto;
    width: 300px;
}
.reason p {
    font-size: 16px;
}
}
@media screen and (max-width:600px) {
    .image .image_contents .ma_l_50 {
        margin-right: 60px !important;
    }
    .fv_txt p {
		padding: 0px 25px 0 15px;
    }
.fv_txt p {
        font-size: 3.8vw;
    }
h2 {
   font-size: 1.4rem;
}
.renason_contents figure img {
    height: auto;
	width: 100%;
}
.image_list h4 {
    font-size: 16px;
}
.company_contents {
    padding: 15px 0;
}
.faq_contents {
    padding: 50px 15px 30px 15px;
}
.faq_item h3 img {
    width: 35px;
    margin-right: 6px;
}
.faq_item h3 {
    font-size: 16px;
	margin-bottom: 15px;
}
.faq_item p {
    padding-left: 35px;
}
.btn_box {
        padding: 0 0;
    }
.company {
    padding: 60px 0 0 0;
}
.fv_txt p {
    letter-spacing: 1px;
    margin-bottom: 12px;
}
.fv_txt h1 {
        margin-top: 30px;
margin-bottom: 20px;
    }
	.fv_medal_list img{
		width: 80%;
	}
.fv_medal_list {
        margin: 0 auto -20px auto;
    }
.fv_img {
        margin-bottom: 20px;
    }
    .fv_txt figure {
        padding: 0 15px;
    }
    .btn_box {
        flex-flow: column!important;
    }
    .fv_btn {
        margin: 0 auto 15px auto;
        max-width: 350px;
        width: 90%;
    }
	.fv .btn_red {
    margin: 0 auto 0px auto;
}
.header__inner .logo img {
    width: auto;
    height: 40px;
}
.header__inner .logo {
    height: 40px;
    padding: 0 0;
}
    .fv {
        padding: 55px 15px 50px 15px;
    }
.header {
    height: 50px;
}
    .about_items img {
        max-width: 120px;
    }
    .about_contents .b_992 {
        width: 50px;
    }
    .about_items {
        height: 220px;
    }
    .about_items p {
        font-size: 12px;
    }
.table tr th {
        font-size: 16px;
        width: 180px;
    }
.renason_contents {
    border-radius: 20px;
padding: 20px 10px;
}
.faq {
    padding: 50px 0;
}
.image {
    padding: 50px 0 20px 0;
}
.image .image_contents {
    padding: 30px 15px 0 15px;
}
.about {
    padding: 20px 0 40px 0;
}
.tr_line5 {
    padding: 0 0 0 130px;
}
.fv_w_p {
        font-size: 5vw;
    }
}
@media screen and (max-width:480px) {
    .renason_contents .sticky {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1px;
        width: 100%;
        max-width: 150px;
    }
    .renason_contents .sticky p {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1px;
    }
.renason_contents .tr_line1 img {
        max-width: 120px;
    }
.bg_white {
    padding: 40px 10px;
}
.scoll_btn_box p {
    font-size: 16px;
}
.scoll {
    padding: 5px 0px;
    margin: 0 5px;
}
.company_contents .inner {
        padding: 25px 15px;
    }
.faq_item p {
    font-size: 13px;
}
    .fv .row {
        padding-top: 10px;
		padding-bottom: 30px;
    }
    .fv_txt p {
        padding: 0px 20px 0 10px;
    }
    .fv_txt figure {
        padding: 0 10px;
    }
    .image .image_contents .ma_l_50 {
        margin-right: auto!important;
		margin-left: 100px!important;
		width: fit-content;
	padding: 10px 30px;
    }
    .image .image_contents .img_people {
        width: 150px !important;
    }
    .image .image_contents {
        padding: 30px 0px 0 0px;
    }
.cv_contents h3 {
    font-size: 1.1rem;
}
    h2 {
        font-size: 1.2rem;
    }
.underline_white {
    background: url(../img/underline_w.webp) no-repeat;
    background-size: contain;
    background-position-y: 25px;
    padding-bottom: 20px;
}
.underline_blue {
    background: url(../img/underline_b.webp) no-repeat;
    background-size: contain;
    background-position-y: 25px;
    padding-bottom: 20px;
}
.table {
    border-radius: 40px 40px 0 0;
    padding: 40px 0;
}
    .p_s_20 {
        font-size: 17px;
    }
}
@media screen and (max-width:400px) {
    .header__inner .logo img {
		height: 35px;
    }
    .fv_txt p {
        padding: 0px 15px 0 5px;
    }
    .fv_txt p {
        font-size: 3.6vw;
    }
    .fv_medal_list img {
        width: 90%;
    }
}