@charset "UTF-8";
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');*/
/* ****************************************************

 SCSS用
 
**************************************************** */
/* flexbox */
/* メディアクエリ */
/* ****************************************************

 Telリンク制御　※レスポンシブ
 
**************************************************** */
@media (min-width: 896px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/* ****************************************************

 404
 
**************************************************** */
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    font-size: 16px;
    color: #333;
    padding: 30px 0; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/* ****************************************************

 検索
 
**************************************************** */
/* 検索窓 */
.serch_box {
  width: 300px;
  position: relative;
  margin: 20px 40px; }
  .serch_box::before {
    font-family: 'Font Awesome 5 free';
    content: '\f002';
    padding-right: 5px;
    font-weight: 900;
    color: #333;
    position: absolute;
    top: 10px;
    left: 20px; }
  .serch_box #s {
    border-radius: 30px;
    padding: 10px 10px 10px 60px;
    border: 1px solid #ccc; }
  .serch_box #searchsubmit {
    position: absolute;
    top: 5px;
    left: 27px;
    margin: 0;
    width: 30px;
    background: none;
    border: none; }

/* 検索ページ */
.search_wrap {
  width: 100%;
  padding: 80px 0; }
  .search_wrap ul {
    margin: 40px 26px; }
    .search_wrap ul li {
      margin-bottom: 16px;
      border-bottom: 1px dotted #4d4d4d;
      padding: 4px 4px 8px; }
      .search_wrap ul li p {
        margin-bottom: 8px; }
      .search_wrap ul li a {
        text-decoration: none;
        font-size: 16px;
        color: #4098e5;
        font-weight: bold; }
        .search_wrap ul li a::before {
          display: inline-block;
          font-family: 'Font Awesome 5 free';
          content: '\f105';
          font-weight: 900;
          color: #4098e5;
          margin-right: 8px; }
        .search_wrap ul li a:hover {
          text-decoration: underline; }

@media screen and (max-width: 767.98px) {
  .serch_box {
    width: 90%;
    margin: 20px auto !important; } }
/* ****************************************************

 リセット
 
**************************************************** */
fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

q:before, q:after {
  content: ''; }

main, article, aside, figure, footer, header, hgroup, nav, section, main {
  display: block;
  margin: 0;
  padding: 0; }

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: none;
  outline: none; }

a:focus, *:focus {
  outline: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img, a, figure {
  margin: 0;
  padding: 0; }

/* フォームのリセット */
html {
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%; }

/* フロートクリア */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Hides from IE-mac \ */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ****************************************************

 Common - Layout
 
**************************************************** */
html {
  scroll-behavior: smooth; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #fff;
  z-index: 0;
  font-size: 17px;
  color: #333333;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 1px;
  overflow-x: hidden; }

.inner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  /*
  	text-align: justify;
  */ }

/*
	.sp_menu  {
		position: absolute;
		top: 20px;
		right: 20px;
		i  {
			font-size: 36px;
			color: #FFF;
		}}
*/
.sp_nav {
  visibility: hidden; }

h1:not(#top_h1) {
  font-size: 58px;
  color: #fff;
  font-weight: bold; }

h2 {
  padding-left: 40px;
  border-left: 6px solid #fa9d00;
  font-size: 41px;
  color: #1b1b1b;
  font-weight: bold;
  margin-bottom: 60px; }

h3 {
  position: relative;
  font-size: 32px;
  line-height: 40px;
  color: #2f509f;
  font-weight: bold;
  margin-bottom: 40px; }
  h3::before {
    content: '';
    display: inline-block;
    width: 58px;
    height: 4px;
    background: #2f509f;
    margin-right: 10px;
    vertical-align: middle; }

h4 {
  font-size: 21px;
  color: #fa9d00;
  font-weight: bold;
  margin-bottom: 20px; }

section {
  padding: 80px 0; }
  section:last-of-type {
    padding: 80px 0 120px; }
  section:nth-of-type(even) {
    background: #F7F7F7; }

img {
  width: 100%;
  height: auto;
  max-width: 100%; }

.ofcimage {
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

.txt_indent {
  padding-left: 16px;
  text-indent: -16px; }

* {
  box-sizing: border-box; }

.link_btn {
  display: block;
  width: 364px;
  margin: 40px auto;
  border: 1px solid #fa9d00;
  background: #fa9d00;
  padding: 14px;
  font-size: 21px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  border-radius: 60px; }
  .link_btn::after {
    position: absolute;
    top: 15px;
    right: 25px;
    content: "\f0da";
    font-family: 'Font Awesome 5 free';
    color: #fff;
    font-size: 21px;
    font-weight: 900; }
  .link_btn:hover {
    background: #fff;
    transition: .3s;
    color: #fa9d00; }
    .link_btn:hover::after {
      color: #fa9d00;
      transition: .3s; }

/* リロード直後一瞬mmenuの中身が表示されるのを非表示 */
.sp_nav {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease; }

/* 初期化後に表示 */
.sp_nav.mm-menu {
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; } }
@media screen and (max-width: 767.98px) {
  h1:not(#top_h1) {
    font-size: 28px; }

  h2 {
    font-size: 28px;
    margin-bottom: 40px;
    padding-left: 16px; }

  h3 {
    font-size: 24px;
    margin-bottom: 16px; }
    h3::before {
      width: 28px; }

  h4 {
    font-size: 19px; }

  section {
    padding: 60px 0; }
    section:last-of-type {
      padding: 60px 0 100px; }

  .sp_none {
    display: none !important; }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0; }

  .sp_menu {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #004397;
    padding: 7px 10px 4px;
    border-radius: 3px; }
    .sp_menu i {
      font-size: 24px;
      color: #fff; }

  .sp_nav {
    visibility: visible; }

  .link_btn {
    width: 100%; }

  .mm-listitem > a, .mm-listitem > span {
    font-weight: bold;
    padding: 20px 10px 20px 20px !important;
    color: #333 !important; }

  #mm-1 > ul > li:nth-child(7) {
    margin-top: 20px; }
    #mm-1 > ul > li:nth-child(7) > a {
      background: #383435;
      color: #FFF !important;
      width: 80%;
      margin: 0 auto; }
      #mm-1 > ul > li:nth-child(7) > a i {
        margin-right: 16px; }
    #mm-1 > ul > li:nth-child(7)::after {
      border: none; }

  #mm-1 > ul > li:nth-child(8) > a {
    background: #d34471;
    color: #FFF !important;
    width: 80%;
    margin: 10px auto 0; }
    #mm-1 > ul > li:nth-child(8) > a i {
      margin-right: 16px; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
/* ****************************************************

 Animation
 
**************************************************** */
.fadein {
  opacity: 0;
  transition: opacity .8s; }

.scrollin {
  opacity: 1; }

/* ****************************************************

 Header
 
**************************************************** */
.global_header {
  width: 100%;
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 1%;
  margin: 0 auto;
  min-width: 1440px; }
  .global_header .logo_container {
    width: 22%;
    max-width: 398px;
    height: auto; }
    .global_header .logo_container img {
      vertical-align: -20%; }
  .global_header nav {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 40px;
    height: 100%; }
    .global_header nav a {
      font-size: max(1.2vw, 18px);
      font-weight: 700;
      color: #004397;
      transition: .2s;
      text-decoration: none;
      margin-left: 40px;
      white-space: nowrap;
      transition: .2s;
      padding-bottom: 5px;
      position: relative; }
      .global_header nav a::before {
        background: #FA9D00;
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        transform-origin: right top;
        transform: scale(0, 1);
        transition: transform .3s; }
      .global_header nav a:hover::before {
        transform-origin: left top;
        transform: scale(1, 1); }
      .global_header nav a:first-of-type {
        margin-left: 0; }
      .global_header nav a:nth-last-of-type(2) {
        background: #db382c;
        height: 100%;
        line-height: 100px;
        padding: 0 20px;
        font-family: 'Noto Serif JP', serif;
        color: #fff;
        font-weight: bold;
        font-size: 1.4vw; }
        .global_header nav a:nth-last-of-type(2) i {
          margin-right: 8px; }
      .global_header nav a:last-of-type {
        margin-left: 0;
        background: #004397;
        width: 100px;
        height: 100%;
        line-height: 100px;
        padding: 0 20px;
        color: #fff;
        font-size: 30px;
        text-align: center; }
        .global_header nav a:last-of-type::before {
          display: none; }
      .global_header nav a:hover {
        color: #FA9D00; }
        .global_header nav a:hover:last-of-type {
          background: #fff;
          color: #007fff;
          transition: .2s; }

@media screen and (max-width: 767.98px) {
  .global_header {
    height: 60px;
    min-width: 100%;
    padding: 0 2%; }

  .global_header .logo_container {
    width: 54%;
    max-width: 350px; }

  .global_header .logo_container img {
    vertical-align: -5%; }

  .nav_sp_contact {
    position: absolute;
    right: 60px;
    color: #fff;
    background: #db382c;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 21px; } }
@media (max-width: 767.98px) and (orientation: landscape) {
  .global_header .logo_container {
    width: 34%; } }
/* ****************************************************

 Footer
 
**************************************************** */
.global_footer {
  width: 100%;
  background: #004397;
  padding: 80px 0 0; }

.fotter_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 4%;
  margin: 0 auto;
  gap: 10px 1%; }
  .fotter_container figure {
    width: 321px; }
  .fotter_container address {
    font-size: 21px;
    color: #fff; }
    .fotter_container address a {
      text-decoration: none;
      color: #fff; }
  .fotter_container > div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    .fotter_container > div p {
      color: #fff; }
      .fotter_container > div p a {
        text-decoration: none;
        color: #ffd500; }
        .fotter_container > div p a i {
          margin: 0 4px; }
    .fotter_container > div span {
      width: 50px;
      height: 50px;
      background: linear-gradient(130deg, #3f36c1, #ff5d5d, #ffa526);
      border-radius: 4px;
      padding: 8px;
      text-align: center;
      margin-left: 10px; }
      .fotter_container > div span a {
        text-decoration: none;
        color: #fff; }
        .fotter_container > div span a i {
          font-size: 34px; }

.page-top {
  /*
  	position: fixed;
  	bottom: 20px;
  	right: 20px;
  */
  /*
  	p  {
  		text-align: center;
  		display: block;
  		border-radius: 50%;
  		height: 60px;
  		width: 60px;
  		background: #fa9d00;
  		color: #FFF;
  		opacity: 0.5;
  		transition: all  0.5s ease;
  	}
  */ }
  .page-top a {
    text-decoration: none;
    background: #004397;
    color: #FFF;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    opacity: 0.5; }
    .page-top a:hover {
      opacity: 1;
      transition: all  0.5s ease; }
    .page-top a i {
      margin-top: 15px;
      font-size: 28px; }

.copyright_container {
  width: 100%;
  text-align: right;
  background: #004397;
  font-size: 16px;
  color: #FFF;
  padding: 10px 4%; }

@media screen and (max-width: 767.98px) {
  .fotter_container address {
    font-size: 18px; }

  .fotter_container {
    padding: 0 4% 0; }

  .fotter_container > div {
    border: 1px solid #fff;
    padding: 8px; }

  .fotter_container > div p {
    width: 78%; } }
/* ****************************************************

 アーカイブページ
 
**************************************************** */
/* ページャー
---------------------------------------------------- */
.pager {
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center; }
  .pager .page-numbers {
    display: inline-block;
    margin: 12px 0 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    font-size: 16px;
    border: 2px #fa9d00 solid;
    color: #fa9d00;
    background: #fff;
    transition: .3s; }
    .pager .page-numbers:hover {
      background: #FFF;
      border: 2px #fa9d00 solid;
      color: #fa9d00;
      opacity: 1;
      transition: .3s; }
  .pager a {
    text-decoration: none; }
  .pager .current {
    background: #fa9d00;
    border: 2px #fa9d00 solid;
    color: #FFF; }

/* ****************************************************

 シングルページ
 
**************************************************** */
/* エディター内装飾
---------------------------------------------------- */
.editor_area {
  width: 100%;
  margin: 20px 0; }
  .editor_area img {
    max-width: 100%;
    margin: 20px 0;
    border: none !important;
    width: auto;
    height: auto;
    /*
    	min-width: 50%;
    */ }
  .editor_area .size-thumbnail {
    width: 32% !important;
    margin-right: 16px !important; }
    .editor_area .size-thumbnail:nth-of-type(3n) {
      margin-right: 0 !important; }
  .editor_area .size-medium {
    width: 49% !important;
    margin-right: 15px !important; }
    .editor_area .size-medium:nth-of-type(2n) {
      margin-right: 0 !important; }
  .editor_area .size-large {
    width: 100% !important; }
  .editor_area p {
    margin-top: 16px;
    word-break: break-all;
    font-weight: 400; }
  .editor_area strong {
    font-weight: 700; }
  .editor_area em {
    font-style: italic; }
  .editor_area ul {
    margin-top: 24px;
    list-style: disc;
    padding-left: 4.2rem; }
    .editor_area ul li {
      margin-top: 8px; }
      .editor_area ul li:first-child {
        margin-top: 0; }
  .editor_area ol {
    margin-top: 24px;
    list-style: decimal;
    padding-left: 4.2rem; }
    .editor_area ol li {
      margin-top: 8px; }
      .editor_area ol li:first-child {
        margin-top: 0; }
  .editor_area hr {
    border-top: 1px #cccccc dotted;
    margin-top: 32px;
    margin-bottom: 32px; }
  .editor_area h4 {
    margin-top: 30px; }
  .editor_area h3 + p, .editor_area h3 + ul, .editor_area h3 + ol {
    margin-top: 10px; }
  .editor_area h4 + p, .editor_area h4 + ul, .editor_area h4 + ol {
    margin-top: 10px; }
  .editor_area a {
    /*
    	text-decoration: none;
    */
    color: #DE0515;
    margin: 10px 0; }
  .editor_area blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
    width: 80%;
    margin: 30px auto; }
    .editor_area blockquote:before {
      display: inline-block;
      position: absolute;
      top: 13px;
      left: 15px;
      content: "\f10d";
      font-family: FontAwesome;
      color: #cfcfcf;
      font-size: 28px;
      line-height: 1;
      font-weight: 900; }
    .editor_area blockquote p {
      padding: 0;
      margin: 10px 0;
      line-height: 1.7; }
    .editor_area blockquote cite {
      display: block;
      text-align: right;
      color: #888888;
      font-size: 0.9em; }
  .editor_area table {
    border: 1px solid #333;
    max-width: 100%;
    padding: 4px;
    box-sizing: border-box;
    border-collapse: collapse; }
    .editor_area table tr {
      border-bottom: 1px solid #333; }
    .editor_area table td {
      border-right: 1px solid #333;
      padding: 6px;
      box-sizing: border-box;
      /*
      	&: last-of-type  {
      		border: none;
      	}
      */ }

@media screen and (max-width: 767.98px) {
  .editor_area .size-thumbnail {
    width: 30% !important; }

  .editor_area .size-medium {
    width: 47.78% !important;
    margin: 0 0 10px !important; }

  .editor_area {
    padding-bottom: 40px; } }
/* ****************************************************

 フォーム
 
**************************************************** */
.contactform_container {
  width: 90%;
  margin: 0 auto; }
  .contactform_container table {
    width: 100%;
    margin-top: 50px;
    table-layout: fixed; }
    .contactform_container table tr:last-child th {
      border-bottom: none;
      vertical-align: top; }
    .contactform_container table tr:last-child td {
      border-bottom: none; }
    .contactform_container table th {
      width: 30%;
      border-bottom: 1px solid #2ca6e0;
      font-size: 16px;
      padding: 26px; }
      .contactform_container table th span {
        font-size: 14px;
        color: #fff;
        background: #d63317;
        padding: 0 10px;
        float: right;
        border-radius: 2px; }
    .contactform_container table td {
      /*
      	width: 70%;
      */
      border-bottom: 1px solid #eee;
      font-size: 16px;
      padding: 20px 40px;
      font-weight: normal; }
    .contactform_container table .optionalicon {
      font-size: 14px;
      color: #2D4675;
      text-align: center;
      padding: 2px 15px;
      background: #ABD8FF;
      border-radius: 12px;
      margin-right: 30px; }

.agreementicon {
  font-size: 14px;
  color: #fff;
  background: #d63317;
  padding: 0 10px;
  margin-right: 20px; }

.policy_title {
  font-size: 18px;
  padding: 10px 0 0;
  text-align: center; }

.privacypolicy {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 300px;
  margin: 24px auto;
  padding: 24px;
  border: 1px #CCCCCC solid;
  background: #efefef;
  overflow-y: scroll;
  text-align: left !important; }
  .privacypolicy p {
    text-align: left !important; }
    .privacypolicy p:first-of-type {
      font-size: 18px;
      color: #333;
      font-weight: bold; }
  .privacypolicy h4 {
    margin: 20px 0 5px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    color: #666; }

.privacypolicy_checkbox_container {
  text-align: center; }

.privacypolicy::-webkit-scrollbar {
  width: 8px; }

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc; }

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999; }

/* Google recaptcha */
.grecaptcha-badge {
  visibility: hidden; }

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #888 !important; }

.recaptcha_policy a {
  font-size: 11px !important;
  color: #666 !important; }

/* Thanksページ */
.thanks_container {
  text-align: center; }
  .thanks_container .link_btn {
    margin: 40px auto 0; }
  .thanks_container h3::before {
    display: none; }

@media screen and (max-width: 767.98px) {
  .contactform_container {
    width: 100%;
    margin: 0 auto; }

  .contact_phone_container span {
    font-size: 24px; }

  .contactform_container table th {
    width: 100%;
    display: block; }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 20px 0;
    border-bottom: 0; }

  .privacypolicy {
    width: 100%; }

  .thanks_container .link_btn {
    margin: 40px auto 0;
    width: 80%; } }
/* フォーム装飾
---------------------------------------------------- */
input[type="text"], input[type="tel"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  padding: 15px;
  background: #FFF;
  border-radius: 3px;
  transition: all .3s;
  border: 1px solid #ccc; }
  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%; }
  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%; }
  input[type="text"].w30, input[type="tel"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%; }

/*
	input[type="checkbox"] {
		padding: 10px 12px;
		background: #efefef;
		transition: all .3s;
		width: 25px;
		height: 25px;
		vertical-align: bottom;
	}
*/
input[type='checkbox'] {
  appearance: none;
  outline: none;
  display: inline-block;
  position: relative;
  text-align: center;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  vertical-align: middle; }
  input[type='checkbox']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #add8d5;
    margin-top: -2px; }
  input[type='checkbox']:checked::before {
    background-color: #26A69A; }
  input[type='checkbox']::after {
    display: block;
    content: '';
    position: absolute;
    left: 8px;
    top: 2px;
    width: 4px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0; }
  input[type='checkbox']:checked::after {
    opacity: 1; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*
	input[type="text"]: focus , input[type="tel"]: focus , input[type="email"]: focus , textarea: focus  {
		box-shadow: 0 0 4px #86BBCD;
		border: 1px solid #86BBCD;
	}
*/
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

textarea {
  height: 160px;
  margin-bottom: 20px; }

/* プレースホルダー */
::-webkit-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

input[type="submit"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  border: 1px solid #fa9d00;
  background: #fa9d00;
  padding: 14px;
  box-sizing: border-box;
  font-size: 17px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
  border-radius: 30px; }
  input[type="submit"]:hover {
    background: #fff;
    color: #99b7c2;
    transition: .3s; }

input[type="button"] {
  display: block;
  width: 320px;
  margin: 40px auto;
  border: 1px solid #a4a4a5;
  background: #a4a4a5;
  padding: 14px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer; }

@media screen and (max-width: 767.98px) {
  input[type="button"] {
    width: 80%;
    margin: -10px auto 0; }

  input[type="submit"] {
    width: 80%; }

  input[type="text"], input[type="tel"], input[type="email"], textarea, select {
    background: #fff; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0; }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0; }

  textarea {
    margin-left: 0; } }
/* ****************************************************

 Home
 
**************************************************** */
.main_cover {
  width: 100%;
  height: 693px;
  background: url("../images/home/cover_bk.jpg") center/cover no-repeat;
  position: relative; }
  .main_cover .cover_txt {
    width: 100%;
    position: relative;
    padding: 100px 0 80px;
    z-index: 0; }
    .main_cover .cover_txt::after {
      content: '';
      width: 558px;
      height: 693px;
      background: url("../images/home/cover_yuzuki.png") center/cover no-repeat;
      position: absolute;
      top: 0;
      right: 0; }
    .main_cover .cover_txt > div {
      z-index: 1;
      width: 58%;
      margin: 0 auto 0 0;
      position: relative; }
    .main_cover .cover_txt > div p {
      font-size: 26px;
      font-weight: 500;
      color: #fff;
      text-align: center; }
      .main_cover .cover_txt > div p:first-of-type {
        font-size: 25px;
        position: relative;
        margin-bottom: 30px; }
        .main_cover .cover_txt > div p:first-of-type::before, .main_cover .cover_txt > div p:first-of-type::after {
          content: '';
          display: inline-block;
          width: 29px;
          height: 50px;
          vertical-align: -20px; }
        .main_cover .cover_txt > div p:first-of-type::before {
          background: url("../images/home/covertxt_l.png") center/cover no-repeat;
          margin-right: 16px; }
        .main_cover .cover_txt > div p:first-of-type::after {
          background: url("../images/home/covertxt_r.png") center/cover no-repeat;
          margin-left: 16px; }
      .main_cover .cover_txt > div p:nth-of-type(2) {
        font-size: 36px;
        font-weight: bold;
        line-height: 65px;
        margin-bottom: 60px;
        letter-spacing: 0; }
        .main_cover .cover_txt > div p:nth-of-type(2) span {
          font-size: 50px;
          color: #ffd500; }

@media screen and (max-width: 767.98px) {
  .main_cover {
    /*height:calc(100vh + 50px);*/
    height: auto;
    background: url("../images/home/cover_bk_sp.png") center/cover no-repeat; }

  .main_cover .inner {
    position: static; }

  .main_cover .cover_txt {
    padding: 40px 0 0;
    position: static; }

  .main_cover .cover_txt > div {
    width: 100%; }

  .main_cover .cover_txt > div p:first-of-type {
    font-size: 18px;
    margin-bottom: 10px; }

  .main_cover .cover_txt > div p:first-of-type::before, .main_cover .cover_txt > div p:first-of-type::after {
    width: 20px;
    height: 40px; }

  .main_cover .cover_txt > div p:nth-of-type(2) {
    font-size: 31px;
    line-height: 50px;
    margin-bottom: 30px; }
    .main_cover .cover_txt > div p:nth-of-type(2) span {
      font-size: 38px;
      display: block; }

  .main_cover .cover_txt > div p {
    font-size: 19px; }

  .main_cover .cover_txt::after {
    /*width:240px;height:280px;*/
    width: 70%;
    height: 300px;
    top: auto;
    bottom: 0;
    background-size: contain;
    position: static;
    display: block;
    margin: 10px 0 0 auto; } }
@media (max-width: 767.98px) and (orientation: landscape) {
  .main_cover {
    background: url(../images/home/cover_bk.jpg) center/cover no-repeat; }

  .main_cover .cover_txt {
    padding: 40px 0; }

  .main_cover .cover_txt::after {
    /*width:40%;*/
    display: none; }

  .main_cover .cover_txt > div p:nth-of-type(2) {
    line-height: 33px;
    font-size: 26px; }

  .main_cover .cover_txt > div p:nth-of-type(2) span {
    font-size: 28px; } }
@media (min-width: 361px) and (max-width: 375.98px) {
  .main_cover .cover_txt::after {
    width: 50%;
    height: 200px; } }
/* 例外2 Small phone（～360px） */
@media (max-width: 360px) {
  .main_cover .cover_txt::after {
    width: 45%;
    height: 150px; }

  .main_cover .cover_txt > div p:first-of-type {
    font-size: 14px; }

  .main_cover .cover_txt > div p:nth-of-type(2) {
    font-size: 23px;
    line-height: 40px; }
    .main_cover .cover_txt > div p:nth-of-type(2) span {
      font-size: 28px; }

  .main_cover .cover_txt > div p {
    font-size: 16px; } }
.top_block01_wrap, .top_block02_wrap {
  width: 100%;
  padding: 80px 0; }
  .top_block01_wrap h2, .top_block02_wrap h2 {
    text-align: center;
    padding-left: 0;
    border-left: none; }
    .top_block01_wrap h2 span, .top_block02_wrap h2 span {
      display: block;
      font-size: 21px;
      color: #fa9d00; }

.top_block01_wrap {
  background: url("../images/home/greeting_bk.jpg") center bottom no-repeat; }
  .top_block01_wrap h2 {
    font-size: 17px; }
  .top_block01_wrap .top_greeting_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }
    .top_block01_wrap .top_greeting_container figure {
      width: 270px; }
    .top_block01_wrap .top_greeting_container p {
      width: 70%; }
  .top_block01_wrap .stuckout_txt {
    width: 82%;
    margin: 0 auto 20px; }
  .top_block01_wrap .top_block01_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .top_block01_wrap .top_block01_container p {
      color: #464646;
      line-height: 34px; }
    .top_block01_wrap .top_block01_container p:first-of-type {
      font-size: 51px;
      line-height: 78px;
      font-weight: 500;
      color: #000; }
      .top_block01_wrap .top_block01_container p:first-of-type span {
        display: block;
        color: #fa9d00; }
    .top_block01_wrap .top_block01_container p:last-of-type {
      width: 70%; }
      .top_block01_wrap .top_block01_container p:last-of-type span {
        display: block;
        font-size: 26px;
        color: #464646;
        font-weight: bold;
        margin-bottom: 30px;
        letter-spacing: 0; }

@media screen and (max-width: 767.98px) {
  .top_block01_wrap .top_greeting_container p {
    width: 100%; }

  .top_block01_wrap .stuckout_txt {
    width: 100%;
    text-align: left; }

  .top_block01_wrap .top_greeting_container figure {
    width: 60%;
    margin: 0 auto;
    height: 260px;
    background: url("../images/home/greeting_ph.png") top center/cover no-repeat; }

  .top_block01_wrap .top_greeting_container figure img {
    display: none; }

  .top_block01_wrap, .top_block02_wrap {
    padding: 40px 0; }

  .top_block01_wrap {
    background: url("../images/home/greeting_bk.jpg") 75% bottom no-repeat; }

  .top_block01_wrap h2 span, .top_block02_wrap h2 span {
    font-size: 19px; }

  .top_block01_wrap .top_block01_container p {
    line-height: 30px; }

  .top_block01_wrap .top_block01_container p:first-of-type {
    font-size: 41px;
    line-height: 58px;
    width: 88%;
    text-align: center;
    margin: 0 auto;
    padding: 40px 0;
    color: #fff;
    background: #014397; }

  .top_block01_wrap .top_block01_container p:last-of-type {
    width: 100%;
    margin-top: 40px; }

  .top_block01_wrap .top_block01_container p:last-of-type span {
    font-size: 22px; } }
.top_block02_wrap {
  background: #fafafa; }
  .top_block02_wrap .top_block02_container_noflex {
    border: 3px solid #fa9d00;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4);
    padding: 30px 40px 20px;
    position: relative; }
    .top_block02_wrap .top_block02_container_noflex li {
      color: #555;
      font-weight: bold;
      margin-bottom: 24px; }
      .top_block02_wrap .top_block02_container_noflex li span {
        color: #014397;
        font-size: 25px; }
      .top_block02_wrap .top_block02_container_noflex li::before {
        content: '';
        display: inline-block;
        width: 28px;
        height: 38px;
        background: url("../images/common/exclam.png") center/cover no-repeat;
        vertical-align: -8px;
        margin-right: 8px; }
      .top_block02_wrap .top_block02_container_noflex li:nth-of-type(n + 2) {
        width: 70%; }
    .top_block02_wrap .top_block02_container_noflex::after {
      content: '';
      width: 280px;
      height: 307px;
      background: url("../images/common/yuzuki_meikaku_ph.png") center/cover no-repeat;
      position: absolute;
      bottom: 0;
      right: 10px; }
  .top_block02_wrap .top_block02_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border: 3px solid #fa9d00;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4);
    padding: 30px 40px 20px; }
    .top_block02_wrap .top_block02_container li {
      color: #464646;
      font-weight: bold;
      margin-bottom: 16px; }
      .top_block02_wrap .top_block02_container li::before {
        content: '';
        display: inline-block;
        width: 28px;
        height: 38px;
        background: url("../images/common/exclam.png") center/cover no-repeat;
        vertical-align: -8px;
        margin-right: 8px; }
      .top_block02_wrap .top_block02_container li:nth-of-type(odd) {
        width: 60%; }
      .top_block02_wrap .top_block02_container li:nth-of-type(even) {
        width: 40%; }

@media screen and (max-width: 767.98px) {
  .top_block02_wrap h2 {
    font-size: 25px; }

  .top_block02_wrap .top_block02_container {
    padding: 20px; }

  .top_block02_wrap .top_block02_container li:nth-of-type(odd), .top_block02_wrap .top_block02_container li:nth-of-type(even) {
    width: 100%;
    padding-left: 36px;
    text-indent: -36px; }

  .top_block02_wrap .top_block02_container_noflex {
    padding: 20px; }

  .top_block02_wrap .top_block02_container_noflex li:nth-of-type(n + 2) {
    width: 100%; }

  .top_block02_wrap .top_block02_container_noflex::after {
    display: none; } }
.top_block03_wrap {
  width: 100%;
  padding: 100px 0 80px;
  background: #014397;
  position: relative; }
  .top_block03_wrap::before {
    content: '';
    width: 380px;
    height: 70px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #fafafa;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    margin: 0 auto; }
  .top_block03_wrap h2 {
    text-align: center;
    color: #fff;
    border-left: none;
    padding-left: 0; }
    .top_block03_wrap h2 span {
      color: #ffd500; }
    .top_block03_wrap h2 + p {
      color: #fff;
      text-align: center; }
  .top_block03_wrap .link_btn {
    margin: 40px auto 0; }
  .top_block03_wrap .onestep_ttl {
    margin: 60px 0; }
    .top_block03_wrap .onestep_ttl p {
      font-size: 24px;
      color: #fff;
      font-weight: bold;
      text-align: center; }
      .top_block03_wrap .onestep_ttl p span {
        color: #ffd500; }
    .top_block03_wrap .onestep_ttl figure {
      width: 48.21%;
      max-width: 540px;
      margin: 0 auto; }
  .top_block03_wrap .onestop_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap; }
    .top_block03_wrap .onestop_container .whats_about_onestep {
      width: 46.21%; }
      .top_block03_wrap .onestop_container .whats_about_onestep p {
        color: #fff;
        font-weight: 400; }
    .top_block03_wrap .onestop_container figure {
      width: 40%;
      max-width: 540px; }
      .top_block03_wrap .onestop_container figure:first-of-type {
        width: 57.21%;
        max-width: 640px; }
      .top_block03_wrap .onestop_container figure:last-of-type {
        margin-bottom: 50px; }

@media screen and (max-width: 767.98px) {
  .top_block03_wrap {
    padding: 60px 0 40px; }

  .top_block03_wrap::before {
    width: 70%;
    height: 50px; }

  .top_block03_wrap h2 + p {
    text-align: left; }

  .top_block03_wrap .onestop_container .whats_about_onestep {
    width: 100%;
    margin-top: 20px; }

  .top_block03_wrap .onestop_container figure, .top_block03_wrap .onestop_container figure:first-of-type {
    width: 100%;
    margin: 0 auto; }

  .top_block03_wrap .onestop_container figure:last-of-type {
    margin-bottom: 0;
    margin-top: 40px; }

  .top_block03_wrap .onestep_ttl {
    margin: 40px 0; }

  .top_block03_wrap .onestep_ttl p:first-of-type {
    font-size: 21px;
    margin-bottom: 16px; }

  .top_block03_wrap .onestep_ttl figure {
    width: 90%; } }
.four_reasons_wrap {
  width: 100%;
  padding: 80px 0; }
  .four_reasons_wrap h2 {
    text-align: center;
    border-left: none;
    padding-left: 0;
    line-height: 60px; }
    .four_reasons_wrap h2 span {
      background: linear-gradient(transparent 60%, #fff6d2 60%); }
      .four_reasons_wrap h2 span span {
        display: inline-block;
        margin: 0 8px;
        font-size: 74px;
        font-weight: bold;
        color: #f07e0f; }
  .four_reasons_wrap .four_reasons_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1440px;
    padding: 0 1%;
    margin: 0 auto; }
    .four_reasons_wrap .four_reasons_container .four_reasons_item {
      width: 23%; }
      .four_reasons_wrap .four_reasons_container .four_reasons_item span {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #f07e0f;
        border-radius: 30px;
        color: #fff;
        font-size: 21px;
        font-weight: bold;
        position: relative;
        margin: 0 auto 30px; }
        .four_reasons_wrap .four_reasons_container .four_reasons_item span::after {
          content: '';
          width: 12px;
          height: 15px;
          clip-path: polygon(0 0, 100% 0, 50% 100%);
          background: #f07e0f;
          position: absolute;
          bottom: -14px;
          right: 0;
          left: 0;
          margin: 0 auto; }
      .four_reasons_wrap .four_reasons_container .four_reasons_item figure {
        width: 100%;
        max-width: 320px; }
      .four_reasons_wrap .four_reasons_container .four_reasons_item p {
        color: #464646;
        font-weight: 400; }
        .four_reasons_wrap .four_reasons_container .four_reasons_item p:first-of-type {
          font-size: 21px;
          font-weight: bold;
          color: #f07e0f;
          margin-bottom: 8px; }

@media screen and (max-width: 767.98px) {
  .four_reasons_wrap {
    padding: 40px 0; }

  .four_reasons_wrap h2 {
    font-size: 26px;
    line-height: 40px; }

  .four_reasons_wrap h2 span span {
    font-size: 54px; }

  .four_reasons_wrap .four_reasons_container {
    padding: 0 4%;
    gap: 40px 0; }

  .four_reasons_wrap .four_reasons_container .four_reasons_item {
    width: 48%; }

  .four_reasons_wrap .four_reasons_container .four_reasons_item span {
    margin: 0 auto 20px; }

  .four_reasons_wrap .four_reasons_container .four_reasons_item p:first-of-type {
    font-size: 18px; } }
.top_flow_wrap {
  width: 100%;
  padding: 80px 0;
  background: #fafafa; }
  .top_flow_wrap h2 {
    text-align: center;
    border-left: none;
    padding-left: 0; }
  .top_flow_wrap h3 {
    text-align: center; }
    .top_flow_wrap h3::before {
      display: none; }
  .top_flow_wrap h3 + p {
    text-align: center; }

.top_flow_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1120px;
  margin: 80px auto 0; }
  .top_flow_container .top_flow_item {
    width: 18%; }
    .top_flow_container .top_flow_item div {
      width: 100%; }
      .top_flow_container .top_flow_item div figure img {
        width: 90%; }
  .top_flow_container .top_todo_item {
    width: 78%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 24px; }
    .top_flow_container .top_todo_item div {
      width: 20%; }
  .top_flow_container .top_flow_item div, .top_flow_container .top_todo_item div {
    min-width: 200px;
    background: #004397;
    padding: 60px 0 30px;
    text-align: center;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .top_flow_container .top_flow_item div a, .top_flow_container .top_todo_item div a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .top_flow_container .top_flow_item div:hover, .top_flow_container .top_todo_item div:hover {
      opacity: .7; }
    .top_flow_container .top_flow_item div figure, .top_flow_container .top_todo_item div figure {
      width: 68px;
      height: 68px;
      background: #f0a60f;
      position: absolute;
      border-radius: 50%;
      padding: 18px;
      top: -40px;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .top_flow_container .top_flow_item div p, .top_flow_container .top_todo_item div p {
      font-size: 19px;
      color: #fff; }
    .top_flow_container .top_flow_item div span, .top_flow_container .top_todo_item div span {
      display: block;
      width: 80%;
      margin: 20px auto 0;
      padding: 4px 0;
      text-align: center;
      background: #f0a60f;
      border-radius: 20px;
      color: #fff;
      font-size: 16px; }
    .top_flow_container .top_flow_item div + p, .top_flow_container .top_todo_item div + p {
      width: 100%;
      color: #4d4d4d;
      margin-top: 8px; }

@media screen and (max-width: 767.98px) {
  .top_flow_wrap {
    padding: 40px 0; }

  .top_flow_container .top_flow_item, .top_flow_container .top_todo_item {
    width: 100%; }

  .top_flow_container .top_flow_item div, .top_flow_container .top_todo_item div {
    padding: 40px 0 30px;
    min-width: auto; }

  .top_flow_container .top_todo_item {
    gap: 60px 4%;
    margin-top: 40px; }

  .top_flow_container .top_todo_item div {
    width: 48%; }

  .top_flow_container .top_todo_item div + p {
    margin-top: -40px; } }
.top_seminar_wrap {
  width: 100%;
  background: url("../images/home/top_seminar_bk.jpg") center/cover no-repeat;
  padding: 100px 0 80px;
  position: relative; }
  .top_seminar_wrap::before {
    content: '';
    width: 380px;
    height: 70px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #fafafa;
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    margin: 0 auto; }
  .top_seminar_wrap h2 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    border-left: none;
    padding-left: 0; }
    .top_seminar_wrap h2 span {
      font-size: 21px;
      color: #ffd500;
      display: block; }
  .top_seminar_wrap .link_btn {
    margin: 40px auto 0; }
  .top_seminar_wrap .top_seminar_container {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px; }
    .top_seminar_wrap .top_seminar_container .top_seminar_item {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      position: relative;
      z-index: 0;
      transition: .2s;
      margin-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid #243d70; }
      .top_seminar_wrap .top_seminar_container .top_seminar_item a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .top_seminar_wrap .top_seminar_container .top_seminar_item:hover {
        opacity: .7; }
      .top_seminar_wrap .top_seminar_container .top_seminar_item:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      .top_seminar_wrap .top_seminar_container .top_seminar_item > p:first-of-type {
        width: 120px;
        height: 40px;
        background: #fa9d00;
        border-radius: 20px;
        text-align: center;
        line-height: 40px;
        font-size: 21px;
        color: #fff;
        font-weight: bold; }
      .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(2) {
        width: 25%;
        text-align: center; }
        .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(2) span {
          font-family: 'Zen Old Mincho', serif;
          font-size: 20px;
          color: #333;
          font-weight: 500;
          letter-spacing: 0; }
          .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(2) span:nth-of-type(2) {
            font-size: 46px;
            color: #fa9d00;
            font-weight: bold; }
      .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(3) {
        width: 10%;
        background: #ffd500;
        padding: 12px;
        font-size: 18px;
        color: #fff;
        text-align: center; }
      .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(4) {
        width: 48%; }
        .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(4) span {
          font-size: 18px;
          font-weight: 400;
          color: #333; }
          .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(4) span:first-of-type {
            display: block;
            margin-bottom: 10px;
            font-family: "Zen Maru Gothic", serif;
            font-size: 22px;
            color: #2f509f;
            font-weight: bold; }
          .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(4) span:nth-of-type(2) {
            font-weight: bold;
            margin-right: 10px; }
    .top_seminar_wrap .top_seminar_container + p {
      text-align: center;
      color: #fff;
      font-weight: 400;
      margin-top: 40px; }

@media screen and (max-width: 767.98px) {
  .top_seminar_wrap {
    padding: 60px 0 40px; }

  .top_seminar_wrap::before {
    width: 70%;
    height: 50px; }

  .top_seminar_wrap .top_seminar_container {
    padding: 20px; }

  .top_seminar_wrap .top_seminar_container .top_seminar_item > p:first-of-type {
    width: auto;
    height: auto;
    writing-mode: vertical-rl;
    padding: 10px 0;
    font-size: 16px;
    font-weight: normal; }

  .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(2) {
    width: 50%;
    text-align: left; }

  .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(2) span {
    font-size: 18px; }
    .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(2) span:first-of-type {
      display: block; }
    .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(2) span:nth-of-type(2) {
      display: inline-block;
      font-size: 34px;
      line-height: 34px; }

  .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(3) {
    width: auto;
    padding: 9px;
    line-height: 22px; }

  .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(4) {
    width: 100%; }

  .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(4) span {
    font-size: 17px; }

  .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(4) span:first-of-type {
    margin-top: 10px;
    font-size: 18px;
    text-align: left; } }
@media (max-width: 767.98px) and (orientation: landscape) {
  .top_seminar_wrap .top_seminar_container .top_seminar_item > p:nth-of-type(2) {
    width: 70%; } }
.voice_faq_wrap {
  width: 100%;
  background: #004397; }
  .voice_faq_wrap .voice_faq_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    .voice_faq_wrap .voice_faq_container > div {
      width: 50%;
      padding: 60px 0;
      text-align: center;
      background: #004397;
      position: relative;
      z-index: 0;
      transition: .2s;
      border-right: 1px solid #fff; }
      .voice_faq_wrap .voice_faq_container > div:last-of-type {
        border-right: none; }
      .voice_faq_wrap .voice_faq_container > div a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .voice_faq_wrap .voice_faq_container > div:hover {
        background: #065bc5; }
      .voice_faq_wrap .voice_faq_container > div figure {
        width: auto;
        height: 50px; }
        .voice_faq_wrap .voice_faq_container > div figure img {
          width: auto;
          max-height: 50px; }
      .voice_faq_wrap .voice_faq_container > div p {
        font-size: 28px;
        font-weight: 500;
        color: #fff; }

@media screen and (max-width: 767.98px) {
  .voice_faq_wrap .voice_faq_container > div {
    width: 100%;
    padding: 30px 0;
    border-right: none; }

  .voice_faq_wrap .voice_faq_container > div:first-of-type {
    border-bottom: 1px solid #577aa7; }

  .voice_faq_wrap .inner {
    width: 100%; } }
.top_news_wrap {
  width: 100%;
  padding: 80px 0; }
  .top_news_wrap h2 {
    text-align: center;
    border-left: none;
    padding-left: 0; }

@media screen and (max-width: 767.98px) {
  .top_news_wrap {
    padding: 40px 0; } }
.footer_contact_wrap {
  width: 100%;
  padding: 80px 0 0;
  background: #004397; }
  .footer_contact_wrap h2 {
    text-align: center;
    border-left: none;
    padding-left: 0;
    color: #fff; }
  .footer_contact_wrap .footer_contact_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
    padding: 48px;
    gap: 40px 3%; }
    .footer_contact_wrap .footer_contact_container div {
      width: 30%;
      position: relative;
      z-index: 0;
      transition: .2s; }
      .footer_contact_wrap .footer_contact_container div a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .footer_contact_wrap .footer_contact_container div:hover {
        opacity: .7; }
      .footer_contact_wrap .footer_contact_container div span {
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        line-height: 100px;
        text-align: center;
        margin: 0 auto 10px; }
        .footer_contact_wrap .footer_contact_container div span i {
          font-size: 48px;
          color: #fff;
          line-height: 100px; }
      .footer_contact_wrap .footer_contact_container div p {
        font-size: 21px;
        font-weight: 600;
        color: #243d70;
        text-align: center; }
      .footer_contact_wrap .footer_contact_container div:first-of-type span {
        background: #db382c; }
      .footer_contact_wrap .footer_contact_container div:first-of-type p {
        font-family: 'Zen Old Mincho', serif;
        font-size: 28px;
        font-weight: bold; }
      .footer_contact_wrap .footer_contact_container div:nth-of-type(2) span {
        background: #004397; }
      .footer_contact_wrap .footer_contact_container div:last-of-type span {
        background: #00b900; }
    .footer_contact_wrap .footer_contact_container > p {
      text-align: center; }

@media (max-width: 767.98px) {
  .footer_contact_wrap {
    padding: 40px 0; }

  .footer_contact_wrap .footer_contact_container {
    padding: 40px 20px; }

  .footer_contact_wrap .footer_contact_container div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }

  .footer_contact_wrap .footer_contact_container div p {
    width: 70%; }

  .footer_contact_wrap .footer_contact_container div span {
    width: 80px;
    height: 80px; }

  .footer_contact_wrap .footer_contact_container div span i {
    line-height: 80px; }

  .footer_contact_wrap .footer_contact_container div span i {
    font-size: 38px; }

  .footer_contact_wrap .footer_contact_container > p {
    text-align: center;
    font-size: 16px; } }
@media (max-width: 360px) {
  .footer_contact_wrap .footer_contact_container div p {
    width: 100%; } }
/* ****************************************************

 下層ページ共通
 
**************************************************** */
.lv1_cover {
  width: 100%;
  height: 300px;
  background: url("../images/common/lv1_cover_bk.png") center/cover no-repeat;
  padding: 100px 0;
  text-align: center;
  color: #fff; }

.lv1_v_f_ptn {
  border-bottom: 1px solid #fff; }

.lv1_wrap .top_block03_wrap::before {
  display: none; }

.news_wrap {
  width: 100%;
  padding: 80px 0; }

.basic_news_container, .withph_news_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 0;
  margin-bottom: 60px; }
  .basic_news_container article, .withph_news_container article {
    width: 48.21%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 0;
    transition: .2s; }
    @media screen and (max-width: 767.98px) {
      .basic_news_container article, .withph_news_container article {
        width: 100%; } }
    .basic_news_container article a, .withph_news_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .basic_news_container article:hover, .withph_news_container article:hover {
      opacity: .7; }
    .basic_news_container article figure, .withph_news_container article figure {
      width: 30%;
      max-width: 140px; }
    .basic_news_container article > div, .withph_news_container article > div {
      width: 66%; }
      .basic_news_container article > div span:first-of-type, .withph_news_container article > div span:first-of-type {
        font-size: 14px;
        color: #2f509f;
        margin-right: 20px; }
      .basic_news_container article > div span:nth-of-type(2), .withph_news_container article > div span:nth-of-type(2) {
        display: inline-block;
        width: 100px;
        text-align: center;
        color: #fff;
        font-size: 14px; }
        .basic_news_container article > div span:nth-of-type(2).news, .withph_news_container article > div span:nth-of-type(2).news {
          background: #ffd500; }
        .basic_news_container article > div span:nth-of-type(2).seminar, .withph_news_container article > div span:nth-of-type(2).seminar {
          background: #178f01; }
        .basic_news_container article > div span:nth-of-type(2).letter, .withph_news_container article > div span:nth-of-type(2).letter {
          background: #004397; }
        .basic_news_container article > div span:nth-of-type(2).voice, .withph_news_container article > div span:nth-of-type(2).voice {
          background: #ce68cc; }
        .basic_news_container article > div span:nth-of-type(2).event, .withph_news_container article > div span:nth-of-type(2).event {
          background: #75018f; }
        .basic_news_container article > div span:nth-of-type(2).column, .withph_news_container article > div span:nth-of-type(2).column {
          background: #fcb831; }
      .basic_news_container article > div p, .withph_news_container article > div p {
        font-size: 16px;
        color: #464646;
        margin-top: 10px; }

.basic_news_container figure {
  height: 100px; }
  .basic_news_container figure img {
    height: 100%;
    object-fit: cover;
    object-position: top; }

.withph_news_container figure {
  height: 195px; }
  .withph_news_container figure img {
    height: 100%;
    object-fit: cover;
    object-position: top; }

.seminar_wrap {
  width: 100%;
  padding: 100px 0 80px;
  position: relative; }

@media screen and (max-width: 767.98px) {
  .lv1_cover {
    padding: 56px 0;
    height: 160px;
    background-position: 20%; }

  .basic_news_container, .withph_news_container {
    gap: 30px 0; }

  .basic_news_container article {
    padding-bottom: 30px;
    border-bottom: 1px solid #f2efef; } }
/* ****************************************************

 Flow
 
**************************************************** */
.flow_label_wrap {
  width: 100%;
  background: #e5d8ca;
  padding: 40px 30px; }
  .flow_label_wrap .flow_label_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .flow_label_wrap .flow_label_container:last-of-type {
      margin-bottom: 0; }
    .flow_label_wrap .flow_label_container figure {
      width: 166px;
      position: relative;
      z-index: 0;
      transition: .2s; }
      .flow_label_wrap .flow_label_container figure a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      .flow_label_wrap .flow_label_container figure:hover {
        opacity: .7; }
    .flow_label_wrap .flow_label_container .flow_label_list {
      width: 880px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 16px 1%; }
      .flow_label_wrap .flow_label_container .flow_label_list .flow_label_item {
        position: relative;
        padding: 10px 0;
        z-index: 0;
        transition: .2s; }
        .flow_label_wrap .flow_label_container .flow_label_list .flow_label_item a {
          text-decoration: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
        .flow_label_wrap .flow_label_container .flow_label_list .flow_label_item:hover {
          opacity: .7; }
        .flow_label_wrap .flow_label_container .flow_label_list .flow_label_item > div {
          width: 45px;
          height: 55px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          top: 0;
          left: 0; }
          .flow_label_wrap .flow_label_container .flow_label_list .flow_label_item > div img {
            width: auto; }
        .flow_label_wrap .flow_label_container .flow_label_list .flow_label_item p {
          padding: 0 8px 0 60px;
          color: #464646;
          letter-spacing: 0; }
      .flow_label_wrap .flow_label_container .flow_label_list .box_red_s {
        width: 284px;
        height: 55px;
        background: url("../images/flow/box_red_s.png") center/cover no-repeat; }
      .flow_label_wrap .flow_label_container .flow_label_list .box_red_l {
        width: 434px;
        height: 55px;
        background: url("../images/flow/box_red_l.png") center/cover no-repeat; }
      .flow_label_wrap .flow_label_container .flow_label_list .box_red_sl {
        width: 606px;
        height: 55px;
        background: url("../images/flow/box_red_sl.png") center/cover no-repeat; }
      .flow_label_wrap .flow_label_container .flow_label_list .box_org_s {
        width: 284px;
        height: 55px;
        background: url("../images/flow/box_org_s.png") center/cover no-repeat; }
      .flow_label_wrap .flow_label_container .flow_label_list .box_org_l {
        width: 434px;
        height: 55px;
        background: url("../images/flow/box_org_l.png") center/cover no-repeat; }
      .flow_label_wrap .flow_label_container .flow_label_list .box_org_sl {
        width: 606px;
        height: 55px;
        background: url("../images/flow/box_org_sl.png") center/cover no-repeat; }
      .flow_label_wrap .flow_label_container .flow_label_list .box_ylw_s {
        width: 284px;
        height: 55px;
        background: url("../images/flow/box_ylw_s.png") center/cover no-repeat; }
      .flow_label_wrap .flow_label_container .flow_label_list .box_ylw_l {
        width: 434px;
        height: 55px;
        background: url("../images/flow/box_ylw_l.png") center/cover no-repeat; }
      .flow_label_wrap .flow_label_container .flow_label_list .box_ylw_sl {
        width: 606px;
        height: 55px;
        background: url("../images/flow/box_ylw_sl.png") center/cover no-repeat; }
      .flow_label_wrap .flow_label_container .flow_label_list .box_grn_s {
        width: 284px;
        height: 55px;
        background: url("../images/flow/box_grn_s.png") center/cover no-repeat; }
      .flow_label_wrap .flow_label_container .flow_label_list .box_grn_l {
        width: 434px;
        height: 55px;
        background: url("../images/flow/box_grn_l.png") center/cover no-repeat; }
      .flow_label_wrap .flow_label_container .flow_label_list .box_grn_sl {
        width: 606px;
        height: 55px;
        background: url("../images/flow/box_grn_sl.png") center/cover no-repeat; }

.flow_content_wrap {
  width: 80%;
  margin: 0 auto; }
  .flow_content_wrap .spacer {
    padding-top: 30px;
    margin-top: -30px;
    display: block; }
  .flow_content_wrap + .link_container {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 1%;
    margin: 0 auto; }
    .flow_content_wrap + .link_container .link_btn {
      width: 48%;
      color: #fff;
      transition: .2s; }
      .flow_content_wrap + .link_container .link_btn::after {
        color: #fff; }
      .flow_content_wrap + .link_container .link_btn:first-of-type {
        background: #db382c;
        border: 1px solid #db382c; }
      .flow_content_wrap + .link_container .link_btn:last-of-type {
        background: #004397;
        border: 1px solid #004397; }
      .flow_content_wrap + .link_container .link_btn:hover {
        background: #fff; }
        .flow_content_wrap + .link_container .link_btn:hover:first-of-type {
          color: #db382c; }
          .flow_content_wrap + .link_container .link_btn:hover:first-of-type::after {
            color: #db382c; }
        .flow_content_wrap + .link_container .link_btn:hover:last-of-type {
          color: #004397; }
          .flow_content_wrap + .link_container .link_btn:hover:last-of-type::after {
            color: #004397; }

.accordion-container {
  margin-bottom: 30px; }
  .accordion-container .accordion-title {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin: 0;
    padding: 12px 20px;
    background: #fff;
    cursor: pointer;
    transition: .3s;
    border-radius: 10px;
    border: 2px solid #fa9d00; }
    .accordion-container .accordion-title p {
      font-size: 26px;
      color: #464646; }
      .accordion-container .accordion-title p::before {
        content: '';
        display: inline-block;
        width: 28px;
        height: 38px;
        background: url("../images/common/exclam.png") center/cover no-repeat;
        vertical-align: -8px;
        margin-right: 8px; }
    .accordion-container .accordion-title::before {
      content: "";
      position: absolute;
      bottom: 50%;
      right: 25px;
      width: 20px;
      height: 2px;
      transform: rotate(90deg);
      background: #464646;
      transition: all .3s ease-in-out; }
    .accordion-container .accordion-title::after {
      content: "";
      position: absolute;
      bottom: 50%;
      right: 25px;
      width: 20px;
      height: 2px;
      background: #464646;
      transition: all .2s ease-in-out; }
  .accordion-container .accordion-content {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 20px 20px;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 2px solid #fa9d00; }
    .accordion-container .accordion-content p {
      line-height: 28px; }
      .accordion-container .accordion-content p a {
        text-decoration: underline;
        color: #a82415; }
    .accordion-container .accordion-content.with_image {
      justify-content: space-between;
      gap: 20px 1%; }
      .accordion-container .accordion-content.with_image p {
        width: 68%; }
      .accordion-container .accordion-content.with_image figure {
        width: 250px;
        height: 210px;
        position: relative; }
        .accordion-container .accordion-content.with_image figure img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .accordion-container .accordion-content.with_image figure::after {
          font-family: 'Font Awesome 6 free';
          content: '\f00e';
          font-weight: 900;
          color: #FFF;
          position: absolute;
          bottom: 1px;
          right: 20px;
          font-size: 21px; }
  .accordion-container .accordion-title:hover, .accordion-container .accordion-title:active, .accordion-container .accordion-title.open {
    /*
    	background-color: #a8bfd6;
    	border-bottom: 1px solid #D3D3D3;
    	color: #FFF;
    	box-sizing: border-box;
    	transition: .3s;
    */ }
  .accordion-container .accordion-title.open {
    background: #fa9d00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
    .accordion-container .accordion-title.open p {
      color: #fff; }
    .accordion-container .accordion-title.open::before {
      transform: rotate(180deg);
      background: #fff; }
    .accordion-container .accordion-title.open::after {
      opacity: 0; }

.modaal-image .modaal-container {
  max-width: 70% !important; }

@media screen and (max-width: 767.98px) {
  .flow_label_wrap {
    padding: 40px 28px; }

  .flow_label_wrap .flow_label_container figure {
    margin: 0 auto 20px; }

  .flow_label_wrap .flow_label_container .flow_label_list {
    width: 100%; }

  .flow_label_wrap .flow_label_container .flow_label_list .box_red_s {
    width: 100%;
    height: 54px;
    background: url("../images/flow/box_sp_red_s.png") center/cover no-repeat; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_red_l {
    width: 100%;
    height: 85px;
    background: url("../images/flow/box_sp_red_l.png") center/cover no-repeat; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_red_sl {
    width: 100%;
    height: 110px;
    background: url("../images/flow/box_sp_red_sl.png") center/cover no-repeat; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_org_s {
    width: 100%;
    height: 54px;
    background: url("../images/flow/box_sp_org_s.png") center/cover no-repeat; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_org_l {
    width: 100%;
    height: 85px;
    background: url("../images/flow/box_sp_org_l.png") center/cover no-repeat; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_org_sl {
    width: 100%;
    height: 110px;
    background: url("../images/flow/box_sp_org_sl.png") center/cover no-repeat; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_ylw_s {
    width: 100%;
    height: 54px;
    background: url("../images/flow/box_sp_ylw_s.png") center/cover no-repeat; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_ylw_l {
    width: 100%;
    height: 85px;
    background: url("../images/flow/box_sp_ylw_l.png") center/cover no-repeat; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_ylw_sl {
    width: 100%;
    height: 110px;
    background: url("../images/flow/box_sp_ylw_sl.png") center/cover no-repeat; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_grn_s {
    width: 100%;
    height: 54px;
    background: url("../images/flow/box_sp_grn_s.png") center/cover no-repeat; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_grn_l {
    width: 100%;
    height: 85px;
    background: url("../images/flow/box_sp_grn_l.png") center/cover no-repeat; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_grn_sl {
    width: 100%;
    height: 110px;
    background: url("../images/flow/box_sp_grn_sl.png") center/cover no-repeat; }

  .accordion-container .accordion-title p {
    word-break: break-all;
    padding: 0 30px 0 0;
    padding-left: 40px;
    text-indent: -40px;
    font-size: 20px; }

  .accordion-container .accordion-content p {
    word-break: break-all; }

  .accordion-container .accordion-content.with_image {
    flex-wrap: wrap;
    flex-direction: column-reverse; }

  .accordion-container .accordion-content.with_image figure, .accordion-container .accordion-content.with_image p {
    width: 100%; }

  .flow_label_wrap .flow_label_container .flow_label_list .flow_label_item p {
    word-break: break-all;
    padding: 0 16px 0 60px; }

  .flow_content_wrap {
    width: 100%; }

  .flow_content_wrap + .link_container {
    width: 100%; }

  .flow_content_wrap + .link_container .link_btn {
    width: 100%;
    margin: 0;
    font-size: 18px; }

  .flow_content_wrap + .link_container .link_btn::after {
    display: none; } }
@media (max-width: 767.98px) and (orientation: landscape) {
  .flow_label_wrap .flow_label_container .flow_label_list .box_red_s {
    width: 100%;
    height: 54px;
    background: #fff; }
    .flow_label_wrap .flow_label_container .flow_label_list .box_red_s > div {
      background: #DB382C;
      height: 100%; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_red_l {
    width: 100%;
    height: 55px;
    background: #fff; }
    .flow_label_wrap .flow_label_container .flow_label_list .box_red_l > div {
      background: #DB382C;
      height: 100%; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_red_sl {
    width: 100%;
    height: 85px;
    background: #fff; }
    .flow_label_wrap .flow_label_container .flow_label_list .box_red_sl > div {
      background: #DB382C;
      height: 100%; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_org_s {
    width: 100%;
    height: 54px;
    background: #fff; }
    .flow_label_wrap .flow_label_container .flow_label_list .box_org_s > div {
      background: #FA6900;
      height: 100%; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_org_l {
    width: 100%;
    height: 55px;
    background: #fff; }
    .flow_label_wrap .flow_label_container .flow_label_list .box_org_l > div {
      background: #FA6900;
      height: 100%; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_org_sl {
    width: 100%;
    height: 85px;
    background: #fff; }
    .flow_label_wrap .flow_label_container .flow_label_list .box_org_sl > div {
      background: #FA6900;
      height: 100%; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_ylw_s {
    width: 100%;
    height: 54px;
    background: #fff; }
    .flow_label_wrap .flow_label_container .flow_label_list .box_ylw_s > div {
      background: #FA9D00;
      height: 100%; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_ylw_l {
    width: 100%;
    height: 55px;
    background: #fff; }
    .flow_label_wrap .flow_label_container .flow_label_list .box_ylw_l > div {
      background: #FA9D00;
      height: 100%; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_ylw_sl {
    width: 100%;
    height: 85px;
    background: #fff; }
    .flow_label_wrap .flow_label_container .flow_label_list .box_ylw_sl > div {
      background: #FA9D00;
      height: 100%; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_grn_s {
    width: 100%;
    height: 54px;
    background: #fff; }
    .flow_label_wrap .flow_label_container .flow_label_list .box_grn_s > div {
      background: #178F01;
      height: 100%; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_grn_l {
    width: 100%;
    height: 55px;
    background: #fff; }
    .flow_label_wrap .flow_label_container .flow_label_list .box_grn_l > div {
      background: #178F01;
      height: 100%; }
  .flow_label_wrap .flow_label_container .flow_label_list .box_grn_sl {
    width: 100%;
    height: 85px;
    background: #fff; }
    .flow_label_wrap .flow_label_container .flow_label_list .box_grn_sl > div {
      background: #178F01;
      height: 100%; } }
/* ****************************************************

 Service
 
**************************************************** */
.service_ptn_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 1%; }
  .service_ptn_container ul {
    width: 65%; }
    .service_ptn_container ul li {
      font-size: 24px;
      color: #464646;
      font-weight: bold;
      margin-bottom: 16px; }
      .service_ptn_container ul li:last-of-type {
        margin-bottom: 0; }
      .service_ptn_container ul li::before {
        content: '';
        display: inline-block;
        background: url("../images/common/exclam.png") center/cover no-repeat;
        width: 28px;
        height: 38px;
        margin-right: 12px;
        vertical-align: -20%; }
      .service_ptn_container ul li span {
        background: linear-gradient(transparent 65%, #ffd500 65%); }
  .service_ptn_container figure {
    width: 348px; }

.step_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 100px 1%;
  margin-top: 50px; }
  .step_container .step_item {
    width: 28%;
    position: relative; }
    .step_container .step_item::after {
      content: '';
      width: 275px;
      height: 1px;
      background: #004397;
      position: absolute;
      top: 60px;
      left: 220px; }
    .step_container .step_item:last-of-type::after {
      display: none; }
    .step_container .step_item figure {
      width: 112px;
      margin: 0 auto; }
    .step_container .step_item p {
      text-align: center;
      line-height: 34px; }
      .step_container .step_item p span {
        display: block;
        font-size: 26px;
        font-weight: bold;
        color: #fa9d00; }

@media screen and (max-width: 767.98px) {
  .service_ptn_container ul {
    width: 100%;
    margin: 40px 0 0; }

  .service_ptn_container ul li {
    font-size: 18px;
    padding-left: 40px;
    text-indent: -40px; }

  .step_container .step_item::after {
    width: 1px;
    height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: -70px; }

  .step_container .step_item {
    width: 100%; } }
/* ****************************************************

 Faq
 
**************************************************** */
.faq_wrap {
  width: 90%;
  margin: 60px auto 0; }
  .faq_wrap .faq_container {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4);
    padding: 30px;
    background: #fff;
    margin-bottom: 60px; }
    .faq_wrap .faq_container:last-of-type {
      margin-bottom: 0; }
    .faq_wrap .faq_container > div {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 0 1%; }
      .faq_wrap .faq_container > div span {
        width: 56px;
        text-align: center;
        font-family: 'Josefin Sans', sans-serif;
        font-size: 28px;
        font-weight: 600;
        padding-top: 10px; }
      .faq_wrap .faq_container > div p {
        width: 92%;
        color: #464646; }
      .faq_wrap .faq_container > div:first-of-type {
        border-bottom: 1px solid #004397;
        margin-bottom: 24px;
        padding-bottom: 24px; }
        .faq_wrap .faq_container > div:first-of-type span {
          color: #004397; }
        .faq_wrap .faq_container > div:first-of-type p {
          font-weight: bold;
          font-size: 20px;
          color: #000; }
      .faq_wrap .faq_container > div:last-of-type span {
        color: #db382c; }

@media screen and (max-width: 767.98px) {
  .faq_wrap {
    width: 100%; }

  .faq_wrap .faq_container {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px; }

  .faq_wrap .faq_container > div {
    margin-bottom: 16px;
    padding-bottom: 16px; }

  .faq_wrap .faq_container > div span {
    text-align: left;
    padding-top: 0; }

  .faq_wrap .faq_container > div p {
    width: 100%; }

  .faq_wrap .faq_container > div:first-of-type p {
    font-size: 18px; } }
/* ****************************************************

 Voice
 
**************************************************** */
.voice_interview_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px 3%;
  margin: 40px 0 80px; }
  .voice_interview_container article {
    width: 31.25%;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .voice_interview_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .voice_interview_container article:hover {
      opacity: .7; }
    .voice_interview_container article figure {
      width: 100%; }
    .voice_interview_container article h4 {
      padding-bottom: 20px;
      border-bottom: 1px solid #004397; }
    .voice_interview_container article p {
      text-align: right;
      font-size: 16px;
      color: #464646; }

.voices_container {
  width: 90%;
  margin: 60px auto 0; }
  .voices_container article {
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4);
    padding: 30px;
    background: #fff;
    margin-bottom: 60px; }
    .voices_container article:last-of-type {
      margin-bottom: 0; }
    .voices_container article > div {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
      gap: 20px 1%;
      border-bottom: 1px solid #004397;
      margin-bottom: 24px;
      padding-bottom: 24px; }
      .voices_container article > div figure {
        width: 100px;
        height: 100px; }
        .voices_container article > div figure img {
          border-radius: 50%; }
        .voices_container article > div figure + .old_man {
          background: url("../images/voice/illust_old_man.png"); }
        .voices_container article > div figure + .old_woman {
          background: url("../images/voice/illust_old_woman.png"); }
        .voices_container article > div figure + .man {
          background: url("../images/voice/illust_man.png"); }
        .voices_container article > div figure + .woman {
          background: url("../images/voice/illust_woman.png"); }
      .voices_container article > div > div {
        width: 86%; }
        .voices_container article > div > div h4 {
          font-size: 24px;
          display: block; }
        .voices_container article > div > div p {
          width: 100%;
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          flex-wrap: wrap;
          gap: 8px 0; }
          .voices_container article > div > div p span {
            margin-right: 16px;
            padding-right: 16px;
            border-right: 2px solid #004397;
            font-size: 16px;
            font-weight: 600;
            color: #004397; }
            .voices_container article > div > div p span:last-of-type {
              border-right: none;
              padding-right: 0;
              margin-right: 0; }

@media screen and (max-width: 767.98px) {
  .voice_interview_container article {
    width: 100%; }

  .voices_container {
    width: 100%; }

  .voices_container article {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px; }

  .voices_container article > div figure {
    margin: 0 auto; }

  .voices_container article > div > div {
    width: 100%; }

  .voices_container article > div > div h4 {
    font-size: 20px; } }
/* ****************************************************

 Seminar
 
**************************************************** */
/* Archive */
.seminar_container {
  margin: 60px 0 0; }
  .seminar_container article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px 1%;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(109, 109, 109, 0.4);
    padding: 18px 30px 30px;
    background: #fff;
    margin-bottom: 60px;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .seminar_container article a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .seminar_container article:hover {
      opacity: .7; }
    .seminar_container article > div {
      width: 48.21%; }
      .seminar_container article > div > div {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px 1%; }
        .seminar_container article > div > div > p:first-of-type {
          width: 120px;
          height: 40px;
          background: #fa9d00;
          border-radius: 20px;
          text-align: center;
          line-height: 40px;
          font-size: 21px;
          color: #fff;
          font-weight: bold; }
          .seminar_container article > div > div > p:first-of-type.closed {
            background: #ccc; }
        .seminar_container article > div > div > p:nth-of-type(2) {
          width: 50%;
          text-align: center; }
          .seminar_container article > div > div > p:nth-of-type(2) span {
            font-family: 'Zen Old Mincho', serif;
            font-size: 20px;
            color: #333;
            font-weight: 500;
            letter-spacing: 0; }
            .seminar_container article > div > div > p:nth-of-type(2) span:nth-of-type(2) {
              font-size: 46px;
              color: #fa9d00;
              font-weight: bold; }
        .seminar_container article > div > div > p:nth-of-type(3) {
          width: 20%;
          background: #ffd500;
          padding: 12px;
          font-size: 18px;
          color: #fff;
          text-align: center; }
      .seminar_container article > div > h3 {
        margin-bottom: 0; }
        .seminar_container article > div > h3:before {
          display: none; }
      .seminar_container article > div dl {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 8px 0;
        margin-bottom: 20px; }
        .seminar_container article > div dl dt, .seminar_container article > div dl dd {
          font-size: 18px;
          letter-spacing: 0; }
        .seminar_container article > div dl dt {
          width: 12%;
          font-weight: bold; }
        .seminar_container article > div dl dd {
          width: 88%; }
      .seminar_container article > div:last-of-type {
        padding-top: 20px; }
  .seminar_container + p {
    text-align: center; }

.seminar_news_section {
  background: #f9f9f9; }

/* Single */
.seminar_single_wrap figure {
  width: auto; }
  .seminar_single_wrap figure img {
    width: auto; }

.basic_info_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 1%;
  margin-bottom: 20px; }
  .basic_info_container span {
    font-size: 18px; }
    .basic_info_container span:nth-of-type(odd) {
      font-weight: bold;
      color: #2f509f; }
    .basic_info_container span:nth-of-type(even) {
      margin-right: 20px; }
      .basic_info_container span:nth-of-type(even):last-of-type {
        margin-right: 0; }

.detail_info_container {
  width: 100%;
  margin-top: 40px; }
  .detail_info_container table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .detail_info_container table tr {
      border-bottom: 1px solid #e7e7e7; }
    .detail_info_container table th, .detail_info_container table td {
      font-size: 18px;
      padding: 30px 20px; }
    .detail_info_container table th {
      width: 18%;
      font-weight: bold;
      color: #2f509f;
      vertical-align: top; }
    .detail_info_container table td {
      width: 82%; }

.seminar_btn_container {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px 1%;
  margin: 0 auto; }
  .seminar_btn_container .link_btn:first-of-type {
    background: #cf2c2c;
    border: 1px solid #cf2c2c;
    color: #fff; }
    .seminar_btn_container .link_btn:first-of-type:hover {
      background: #fff;
      color: #cf2c2c; }
      .seminar_btn_container .link_btn:first-of-type:hover::after {
        color: #cf2c2c; }
  .seminar_btn_container .link_btn:last-of-type::after {
    content: '\f2ea'; }

.uketsuke_txt {
  width: 70%;
  text-align: center;
  margin: 40px auto 0;
  color: #a50f0f;
  font-size: 18px;
  border: 1px solid #ccc;
  padding: 20px; }

@media screen and (max-width: 767.98px) {
  .seminar_container article {
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 40px; }

  .seminar_container article > div {
    width: 100%; }

  .seminar_container article > div > div > p:first-of-type {
    width: auto;
    height: auto;
    writing-mode: vertical-rl;
    padding: 10px 0;
    font-size: 16px;
    font-weight: normal; }

  .seminar_container article > div > div > p:nth-of-type(2) {
    width: 50%;
    text-align: left; }

  .seminar_container article > div > div > p:nth-of-type(2) span {
    font-size: 18px; }
    .seminar_container article > div > div > p:nth-of-type(2) span:first-of-type {
      display: block; }
    .seminar_container article > div > div > p:nth-of-type(2) span:nth-of-type(2) {
      display: inline-block;
      font-size: 34px;
      line-height: 34px; }

  .seminar_container article > div > div > p:nth-of-type(3) {
    width: auto;
    padding: 9px;
    line-height: 22px; }

  .seminar_container article > div {
    width: 100%; }

  .seminar_container article > div > h3 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px; }

  .seminar_container article > div dl dt {
    width: 20%; }

  .seminar_container article > div dl dd {
    width: 78%; }

  .basic_info_container {
    margin-botom: 20px; }

  .basic_info_container span {
    width: 100%; }

  .detail_info_container table th, .detail_info_container table td {
    width: 100%;
    display: block; }

  .detail_info_container table th {
    padding: 20px 0 0; }

  .detail_info_container table td {
    padding: 10px 0 20px; }

  .seminar_btn_container .link_btn {
    margin: 20px auto 0; }

  .seminar_btn_container .link_btn:last-of-type {
    margin: 0 auto; } }
@media (max-width: 767.98px) and (orientation: landscape) {
  .seminar_container article > div > div > p:first-of-type {
    writing-mode: horizontal-tb;
    padding: 10px 30px;
    border-radius: 10px; }

  .seminar_container article > div > div > p:nth-of-type(2) {
    width: 60%; } }
/* ****************************************************

 News
 
**************************************************** */
/* Archive */
.withph_news_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 3.5%;
  margin-bottom: 100px; }
  .withph_news_container article {
    width: 31%;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .withph_news_container article figure {
      width: 100%;
      max-width: 100%; }
      .withph_news_container article figure img {
        border-radius: 10px; }
    .withph_news_container article > div {
      width: 100%; }

/* Single */
.news_single_wrap .inner {
  width: 1080px;
  margin: 0 auto; }

@media screen and (max-width: 767.98px) {
  .news_single_wrap .inner {
    width: 90%; }

  .withph_news_container article {
    width: 100%; } }
/* ****************************************************

 Contact
 
**************************************************** */
.contact_wrap .inner > ul.contact_notice {
  margin: 0 auto; }
  .contact_wrap .inner > ul.contact_notice li {
    list-style: disc;
    font-size: 16px;
    color: #333;
    margin: 6px 0 6px 20px; }
.contact_wrap h2 + p span {
  display: block;
  font-weight: bold; }

.contact_parts_container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 1%;
  margin-top: 40px; }
  .contact_parts_container div {
    width: 30%;
    position: relative;
    z-index: 0;
    transition: .2s; }
    .contact_parts_container div a {
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .contact_parts_container div:hover {
      opacity: .7; }
    .contact_parts_container div span {
      display: inline-block;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      text-align: center;
      margin: 0 20px 0 0; }
      .contact_parts_container div span i {
        font-size: 24px;
        color: #fff;
        line-height: 60px; }
    .contact_parts_container div p {
      display: inline-block;
      font-size: 21px;
      font-weight: 600;
      color: #243d70;
      text-align: center; }
    .contact_parts_container div:first-of-type span {
      background: #db382c; }
    .contact_parts_container div:first-of-type p {
      font-family: 'Zen Old Mincho', serif;
      font-size: 28px;
      font-weight: bold; }
    .contact_parts_container div:last-of-type span {
      background: #00b900; }

.content_nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin: 40px auto; }
  .content_nav li {
    width: 25%;
    background: #fff;
    color: #fa9d00;
    padding: 8px;
    text-align: center;
    border: 1px solid #fa9d00;
    transition: .2s;
    border-radius: 30px;
    cursor: pointer; }
    .content_nav li.select {
      background: #fa9d00;
      color: #fff; }

.content {
  /*
  	.hide  {
  	display: none}
  */ }
  .content li {
    list-style: none; }

.form_flexbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 2%;
  /*
  	select[name="age"],	select[name="sex"]  {
  		color: #999;
  	}
  */ }
  .form_flexbox span {
    width: 39%; }
  .form_flexbox select.gray-placeholder {
    color: #ccc; }

@media screen and (max-width: 767.98px) {
  .contact_parts_container div {
    width: 100%; }

  .content_nav li {
    width: 100%; }

  .form_flexbox span {
    width: 100%; } }
/* ****************************************************

 Page
 
**************************************************** */
/* section_name
---------------------------------------------------- */
