/*
Theme Name: koudaishika
theme URI: http://www.koudaishika.jp/
Author: manabito Corp.
Author URI: https://manabito.biz/
Description: こうだい歯科オフィシャルサイトのテーマ
Version: 1.0.0
Tested up to: 5.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/**
 * Accessibility
 */
/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/**
 * Content Width images
 */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/**
 * Captions
 */
.wp-caption,
.gallery-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption .wp-caption-text {

}

/**
 * align
 */
.alignright {
    float: right;
    margin: 5px 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 5px 10px 10px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

/**
 * By Post Author
 */
.bypostauthor {
    background: #efefef;
}

/**
 * Sticky
 */
.sticky {

}

/*
Base style
*/

* {
    box-sizing: border-box;
}

body {
    font-family: YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

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

ul,
ol {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

h2,
h3 {
    margin: 0;
}

figure {
    margin: 0;
}

input,
textarea,
select {
    max-width: 100%;
}

.page-wrap {
    margin: 0 auto;
    width: 100%;
}

.page-top-btn {
    display: block;
    position: fixed;
    right: 12px;
    bottom: 10px;
}

.page-top-btn img {
    width: 40px;
}

.base-content-title {
    border-radius: 50px;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 12px 0;
    text-align: center;
}

.base-course-title-anchor {
    border-radius: 50px;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 8px 0;
    text-align: center;
}

.content-title-bg-yl {
    background: #fdd200;
}

.content-title-bg-bl {
    background: #004bb1;
}

.content-title-font-yl {
    color: #fdd200;
}

.content-title-font-bl {
    color: #004bb1;
}

.title-bg-change-bl-yl {
    background: #004bb1;
}

.title-bg-change-yl-bl {
    background: #fdd200;
}

.title-font-change-yl-bl {
    color: #fdd200;
}

.title-font-change-bl-yl {
    color: #004bb1;
}

.text-font {
    color: #004bb1;
    font-size: 14px;
    margin: 0;
    line-height: 2;
}

.rounded-font-normal {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 400;
}

.rounded-font-bold,
.article-contents h1,
.article-contents h2,
.article-contents h3,
.article-contents h4,
.article-contents h5,
.article-contents h6,
.side-nav h2,
.wp-block-search__label,
.wp-block-search__button {
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-weight: 700;
}

.section-title {
    color: #004bb1;
    font-size: 28px;
    line-height: 1.6;
    margin: 10px 0 14px;
}

.section-title-footer {
    color: #004bb1;
    font-size: 20px;
    margin: 0 0 14px;
}

.news-list-text {
    color: #004bb1;
    font-size: 11px;
}

.career-title {
    color: #004bb1;
    font-size: 14px;
    font-weight: normal;
}

.anchor-font {
    color: #004bb1;
    font-size: 14px;
    letter-spacing: 2px;
}

.anchor-tel-font {
    color: #004bb1;
    font-size: 14px;
}

.career-data {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.career-data dt,
.career-data dd {
    color: #004bb1;
    font-size: 14px;
    line-height: 1.8;
}

.career-data dt {
    width: 20%;
}

.career-data dd {
    margin: 0;
    width: 80%;
}

.footer-schedule th,
.footer-schedule td {
    color: #004bb1;
    font-size: 14px;
    font-weight: normal;
}

.copy-rights {
    color: #004bb1;
    margin: 40px 0 0;
    text-align: center;
}

.copy-rights small {
    font-size: 14px;
}

.text-img {
    margin: 8px 0 0;
    width: auto;
}

/*
Header
*/
.header {
    background: url("./image/header-bg-img.png") no-repeat center bottom/cover;
    height: 188px;
    left: 0;
    max-width: 768px;
    position: absolute;
    top: 0;
    width: 100%;
}

.header-logo {
    margin: 100px auto 0;
    width: 260px;
}

.header-nav {
    width: 100%;
}

.sp-menu-btn {
    background: #fff;
    border: none;
    padding: 0;
    text-align: center;
    width: 17%;
    -webkit-appearance: none;
}

.sp-menu-btn span {
    border-radius: 4px;
    display: block;
    height: 3px;
    margin: 0 auto;
    position: relative;
    transition: all .4s;
    width: 40px;
}

.sp-menu-btn span:nth-child(1),
.sp-menu-btn span:nth-child(3) {
    background: #fdd200;
}

.sp-menu-btn span:nth-child(2) {
    background: #0054a1;
    top: 0;
}

.sp-menu-btn span:nth-child(1) {
    top: -6px;
}

.sp-menu-btn span:nth-child(3) {
    top: 6px;
}

.sp-menu-btn.open span:nth-child(2) {
    opacity: 0;
}

.sp-menu-btn.open span:nth-child(1) {
    transform: translateY(6px) rotate(-45deg);
}

.sp-menu-btn.open span:nth-child(3) {
    top: 0;
    transform: translateY(-6px) rotate(45deg);
}

.sp-menu-btn img {
    display: block;
    height: 6px;
    margin: 0 auto;
    position: relative;
    top: 14px;
}

.reserve-nav {
    display: flex;
    height: 76px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.reserve-nav > ul {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    width: 83%;
}

.reserve-nav-tel {
    background: #0054a1;
    width: 68%;
}

.reserve-nav-tel a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 14px 0 10px;
    text-align: center;
}

.reserve-nav-tel img {
    display: block;
    height: 28px;
    margin: 4px auto 0;
    width: 162px;
}

.reserve-nav-menu {
    width: 32%;
}

.reserve-nav-menu ul {
    padding: 0;
}

.reserve-nav-menu a {
    display: block;
    height: 38px;
    padding: 10px 0 0;
    text-align: center;
    white-space: nowrap;
}

.reserve-nav-menu-first {
    background: #fdd200;
}

.reserve-nav-menu-re {
    background: #0054c8;
}

.reserve-nav-menu-re a {
    color: #fdd200;
}

.global-nav {
    background: url("./image/humb-bg-img.png") no-repeat center bottom/cover;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    opacity: 0;
    padding: 0 0 6%;
    position: fixed;
    top: 76px;
    width: 100%;
    z-index: 50;
}

#js-drawer-nav {
    transition: all .5s ease;
    z-index: -1;
}

#js-drawer-nav.active {
    opacity: 1;
    top: 76px;
    z-index: 1;
}

.global-nav ul {
    margin: 30px 0 0;
    padding: 0;
    text-align: center;
}

.global-nav .text-img {
    display: block;
    margin: 14px auto 22px;
}

.menu-up-icon {
    background: none;
    border: none;
    margin: 0 auto;
    padding: 6px 0 34px;
    width: 30px;
    -webkit-appearance: none;
}

.contents-title-wrap,
.info-title-wrap {
    background: #fdd200;
    height: 80px;
    padding: 20px 0 0;
    text-align: center;
    width: 100%;
}

.contents-title-wrap {
    margin: 0 0 36px;
}

.contents-title {
    font-size: 15px;
}

.article-post-contents-title {
    font-size: 21px;
}

.contents-title,
.article-post-contents-title {
    color: #004bb1;
    letter-spacing: 3px;
    word-break: break-word;
}

.contents-title {
    margin: 0;
}

.article-post-contents-title {
    margin: 0 0 10px;
}

.contents-sub-title-img {
    color: #fff;
    height: 8px;
    letter-spacing: 2px;
    text-transform:uppercase;
}

/*
Main contents
*/
.main {
    padding: 145px 0 0;
}

.mv-slider {
    aspect-ratio: 12 / 5;
    overflow: hidden;
}

.mv-slider img,
.content-mv img {
    vertical-align:top;
    width: 100%;
}

.slider {
    margin: 0;
    padding: 0;
}

.bx-viewport {
    z-index: -1;
}

.news-list {
    background: #fdd200;
    padding: 20px 0;
    width: 100%;
}

.news-list-title {
    margin: 26px auto 16px;
    text-align: center;
}

.news-content {
    background: #fff;
    border-radius: 16px;
    margin: 0 20px;
    min-width: 70%;
    padding: 14px 10%;
}

.news-list-text {
    display: flex;
    line-height: 2.2;
}

.news-list-text time {
    margin: 0 16px 0 0;
}

.news-list-text a,
.news-request {
    color: #004bb1;
}

.more-link {
    margin: 14px 0 0;
    text-align: center;
}

.more-link .text-img {
    height: 10px;
}

.news-list-title-img {
    width: 64px;
}

.news-request {
    background: #fff;
    border-radius: 16px;
    font-size: 12px;
    margin: 0 20px;
    min-width: 70%;
    padding: 20px;
}

.news-request .base-course-title-anchor {
    font-size: 12px;
    margin: 0 auto;
    padding-inline: 20px;
    width: fit-content;
}

.news-request p {
    line-height: 1.8;
    margin: 15px 0 0;
}

.contents-text {
    line-height: 1.8;
    margin: 40px 0 48px;
    position: relative;
    text-align: justify;
    width: 90%;
}

.greeting,
.message {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}

.greeting-img,
.message-img,
.about-img {
    margin: 0;
    width: 100%;
}

.greeting-img img,
.message-img img,
.about-img img {
    width: 100%;
}

.about {
    padding: 0 0 72px;
}

.about-photo img {
    margin: 0 auto;
    width: 100%;
}

.about p {
    line-height: 2;
    max-width: 630px;
    margin: 42px auto 50px;
    text-align: justify;
    width: 90%;
}

.about-career {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
}

.about-career01,
.about-career02 {
    position: relative;
}

.about-career01 {
    margin: 0 0 60px;
}

.career-title {
    margin: 0 0 14px;
}

.career-name,
.about-hobbies-title {
    color: #004bb1;
    font-size: 20px;
    font-weight: 600;
    line-height: 2.4;
    margin: 0 0 14px;
}

.career-name {
    border-bottom: 1px solid #0054a1;
}

.about-hobbies-title {
    border-top: 1px solid #fdd200;
    margin: 0;
}

.about-hobbies {
    position: relative;
}

.about-hobbies .text-font {
    margin: 0;
    width: 100%;
}

.profile-icon-03,
.profile-icon-05,
.profile-icon-06 {
    display: none;
}

.profile-icon-yl {
    display: block;
    position: absolute;
    right: 52px;
    top: -8%;
    width: 48px;
}

.profile-icon-br {
    display: block;
    position: absolute;
    right: 0;
    top: -2%;
    width: 48px;
}

.profile-icon-yl02 {
    position: absolute;
    right: 0;
    top: -14px;
    width: 122px;
}

.profile-icon-br02 {
    position: absolute;
    right: 86px;
    top: -16%;
    width: 122px;
}

.profile-icon-07,
.profile-icon-08 {
    display: block;
    height: 68px;
    position: absolute;
    right: 0;
    top: -36px;
    width: 50px;
}

.profile-icon-09,
.profile-icon-10 {
    display: none;
}

.point-icon-10 {
    left: 0;
    height: 138px;
    position: absolute;
    width: 60px;
}

/*
 News
*/
.news-article-wrap {
    display: block;
    margin: 0 auto 60px;
    padding: 20px 5% 0;
}

/*
About
*/
.about-section-wrap .section-title,
.intro-section-wrap .section-title {
    text-align: center;
}

.about-section-wrap {
    margin: 0 0 52px;
}

.about-main-policy-text,
.about-policy-text {
    margin: 0 auto 50px;
    width: 90%;
}

.about-main-policy-text,
.intro-main-policy-text {
    text-align: center;
}

.intro-main-policy-text {
    margin: 0 0 30px;
}

.about-section-wrap h2.section-title {
    font-size: 25px;
}

.about-policy-text-wrap {
    margin: 0 auto;
}

.about-policy-img-wrap {
    display: block;
    padding: 0 5%;
}

.about-flow-list-img::before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    height: 60px;
    left: 0;
    margin: auto 6% auto 0;
    width: 60px;
}

.about-flow-list-wrap li:nth-child(1) .about-flow-list-img::before {
    background-image: url(./image/sp-about-step-num01.png);
}
.about-flow-list-wrap li:nth-child(2) .about-flow-list-img::before {
    background-image: url(./image/sp-about-step-num02.png);
}
.about-flow-list-wrap li:nth-child(3) .about-flow-list-img::before {
    background-image: url(./image/sp-about-step-num03.png);
}
.about-flow-list-wrap li:nth-child(4) .about-flow-list-img::before {
    background-image: url(./image/sp-about-step-num04.png);
}
.about-flow-list-wrap li:nth-child(5) .about-flow-list-img::before {
    background-image: url(./image/sp-about-step-num05.png);
}

.about-flow {
    background: #fff9d9;
    margin: 0 auto;
    padding: 30px 5% 8px;
    width: 100%;
}

.category-title {
    color: #004bb1;
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0 0 10px;
}

.flow-title {
    color: #004bb1;
    background: #fff;
    border-radius: 50px;
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 2px;
    margin: 0 auto 30px;
    padding: 4px 0;
    text-align: center;
    width: 240px;
}

.about-flow-list {
    display: block;
    margin: 0 0 40px 0;
}

.about-flow-list-img {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.about-flow-list-text {
    margin: 0 0 0 5%;
    text-align: justify;
    width: 260px;
}

.about-flow-list-wrap {
    padding: 0;
    width: 100%;
    counter-reset: about;
}

.about-flow-list {
    display: flex;
    justify-content: center;
}

.about-flow-list-img img {
    width: 100%;
}

.about-flow-list-img picture {
    width: 80%;
}

.content-line-dashed::after {
    background: url("./image/line-dashed.png") repeat-x left;
    content: "";
    display: block;
    height: 1px;
    margin: 0 auto;
    width: 100%;
}

.content-line-dashed:last-child::after {
    display: none;
}

/*
Introduction
*/
.intro-section-wrap {
    margin: 0 0 58px;
    padding: 0 5%;
}

.intro-section-wrap .section-title {
    font-size: 25px;
}

.content-ly,
.content-ly-re {
    display: block;
}

.intro-contents-wrap h3{
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
}

.intro-contents-wrap picture {
    display: block;
    margin: 0 0 20px;
}

.intro-contents-wrap picture img {
    width: 100%;
}

.intro-contents-wrap h3::after {
    display: none;
}

.intro-content-text-bg {
    background: url('./image/intro-text-bg.png') no-repeat left 15px top 15px / 10px, url('./image/intro-text-bg.png') no-repeat right 15px top 15px / 10px, #0054a1;
    border-radius: 26px;
    height: min-content;
    padding: 20px 7% 26px;
}

.intro-content-item-s,
.intro-content-item-m {
    margin: 0 0 20px;
    width: 100%;
}

.intro-content-text-area {
    color: #fff;
    line-height: 1.7;
    text-align: justify;
    margin: 16px auto 0;
}

/*
information
*/
.info-page-wrap {
    margin: 0 0 50px;
}

.info-title-wrap,
.info-course-title-wrap {
    margin: 0 0 20px;
}

.info-section-wrap {
    padding: 0 5%;
}

.info-course-menu a {
    display: inline-block;
    padding: 7% 0;
    width: 100%;
}

.info-course-menu.base-course-title-anchor {
    padding: 0;
}

.info-course-title-wrap h2,
.info-course-title-wrap img {
    width: 100%;
}

.info-course-title-wrap h2 {
    margin: 0 0 20px;
}

.info-course-text-wrap {
    margin: 0 0 20px;
}

.info-course-text-wrap .category-title {
    letter-spacing: 0;
    margin: 24px 0;
}

.scroll-margin {
    padding: 20px 0 0;
}

.info-course-wrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 20px;
    padding: 0;
    width: 100%;
}

.info-course-table-caption {
    color: #004bb1;
    font-size: 10px;
    font-weight: normal;
    margin: 20px 0 0;
    text-align: left;
}

.info-course-table,
.article-contents table {
    background: #fff;
    border-collapse: collapse;
    border: 1px solid #0054a1;
    line-height: 1.7;
    margin: 0 0 20px;
    text-align: left;
    width: 100%;
}

.info-course-table caption {
    font-weight: bold;
    margin: 0 0 5px;
    text-align: left;
}

.info-course-table tbody th {
    font-weight: normal;
}

.info-course-table th,
.info-course-table td,
.article-contents th,
.article-contents td {
    border-bottom: solid 1px #0054a1;
    border-left: solid 1px #0054a1;
    padding: 10px 5px 6px 10px;
}

.info-course-table th.sp-break-table-td,
.info-course-table td.sp-break-table-td {
    border-bottom: solid 1px #0054a1;
    border-left: none;
    display: block;
}

.info-course-table th.sp-break-table-td {
    border-bottom: none;
    background: url("./image/line-dashed.png") repeat-x left bottom;
}

.info-course-table .table-line-dashed th,
.info-course-table .table-line-dashed td,
.info-course-table td.sp-line-none {
    border-bottom: none;
}

.break-device-middle,
.sp-cell-none {
    display: none;
}

.table-line-dashed {
    background: url("./image/line-dashed.png") repeat-x left bottom;
}

/*
 404
*/
.not-found-page-wrap {
    background: #fdd200;
    margin: 0 0 30px;
    padding: 25% 0;
    text-align: center;
}

.not-found-page-wrap .text-font {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 0 20px;
}

.not-found-img {
    margin: 0 auto 20px;
    width: 150px;
}

.back-home-btn {
    margin: 0 auto;
    padding: 0;
    width: 200px;
}

.back-home-btn a {
    display: inline-block;
    padding: 4% 34%;
}

.not-found-page-title {
    color: #004bb1;
    font-size: 30px;
    margin: 0 0 20px;
}

/*
 Footer
*/
.footer {
    background: url("./image/footer-bg-img.png") no-repeat top center/cover;
    height: 186px;
    margin: 0 auto;
    padding: 66px 0 0;
    width: 100%;
}

.footer-bg {
    background: #fdd200;
    padding: 0 5% 36px;
}

.footer-contents {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 768px;
    width: 100%;
}

.footer-schedule {
    background: #fff;
    border-collapse: collapse;
    border-top: 1px solid #0054a1;
    line-height: 2.4;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
}

.footer-schedule td,
.footer-schedule th {
    border-bottom: 1px solid #0054a1;
}

.footer-schedule th {
    padding: 2px 6px;
}

.footer-schedule td:last-child,
.footer-schedule th:last-child {
    padding: 2px 6px 2px 0;
}

.footer-schedule-time {
    padding: 4px 0;
    white-space: nowrap;
}

.footer-content-wrap,
.footer-map {
    width: 80%;
}

.footer-content-wrap {
    margin: 0 0 32px;
}

.footer-nav-wrap {
    border-right: 2px solid #004bb1;
    border-left: 2px solid #004bb1;
    margin: 40px auto 50px;
    padding: 0 50px;
    width: 230px;
}

.footer-nav-title {
    color: #004bb1;
    font-size: 14px;
    margin: 0 0 4px;
    text-align: left;
}

.footer-nav {
    margin: 0 auto;
    width: 100%;
}

.footer-nav .menu {
    display: block;
    justify-content: center;
    line-height: 1.8;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.footer-nav .menu-item a {
    color: #004bb1;
    font-size: 14px;
    line-height: 1.8;
    text-decoration: underline;
}

.gmap-wrap {
    height: 0;
    margin: 4px 0 0;
    overflow: hidden;
    padding-bottom: 80%;
    position: relative;
}

.gmap-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.annotation {
    margin: 0;
}

/*
archives
*/
.news-container-list {
    margin: 0 0 50px;
    padding: 0;
}

.news-container-list-item {
    background: url("./image/line-dashed.png") repeat-x left top;
    padding: 32px 0;
}

.news-container-list-item:last-child {
    background: url("./image/line-dashed.png") repeat-x left bottom, url("./image/line-dashed.png") repeat-x left top;
}

.article-header {
    background: url("./image/line-dashed.png") repeat-x left bottom, url("./image/line-dashed.png") repeat-x left top;
    margin: 0 0 40px;
    padding: 32px 0;
}

.article-header .contents-title {
    word-wrap: break-word;
}

.article-wrap .post-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.article-wrap .post-categories li {
    margin: 0 10px 0 0;
}

.article-post-data-wrap .post-categories a,
.article-post-data-wrap .post-categories a::before {
    text-decoration: none;
}

.post-categories a::before,
.wp-block-categories a::before {
    content: '#';
    display: inline-block;
    text-decoration: underline;
}

.article-post-data-wrap {
    align-items: baseline;
    display: flex;
}

.article-footer {
    background: url("./image/line-dashed.png") repeat-x left top;
    padding: 30px 0 0;
}

.article-footer-nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 62px;
    padding: 0;
}

.previous-post-link {
    margin: 0 0 0 auto;
}

.side-nav h2,
.wp-block-search__label {
    background: #004bb1;
    border-radius: 50px;
    color: #fdd200;
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 25px;
    padding: 3% 0;
    text-align: center;
    width: 100%;
}

.side-nav .side-nav-title-2,
.wp-block-search__label {
    background: #fdd200;
    color: #004bb1;
}

.side-new-posts-time,
.article-footer-nav a,
.wp-block-categories {
    text-decoration: underline;
}

.article-wrap a,
.side-new-posts-time {
    color: #004bb1;
    font-size: 14px;
    letter-spacing: 2px;
}

.side-new-posts-time {
    display: block;
}

.side-new-archives-list .side-new-posts-time {
    font-weight: 600;
}

.widget_posted_display_widget ul,
.wp-block-search__inside-wrapper {
    margin: 0;
    padding: 0 16px;
}

.article-wrap p,
.article-wrap figure {
    margin: 0 0 24px;
}

.article-wrap figure {
    width: 100%;
}

.article-wrap figcaption {
    padding: 8px 0 0;
}

.article-wrap img {
    display: block;
    width: 100%;
}

.article-wrap cite {
    word-break: break-word;
}

.wp-block-group__inner-container > .wp-block-categories {
    margin: 0 0 40px;
    padding: 0 20px;
}

.side-nav a {
    color: #004bb1;
    font-size: 15px;
    line-height: 2;
}

.widget_categories,
.widget_posted_display_widget,
.wp-block-search__inside-wrapper {
    margin: 25px 0 40px;
}

.side-nav .widget_posted_display_widget li:not(:last-child) {
    margin: 0 0 20px;
}

.wp-block-search__inside-wrapper {
    display: flex;
    justify-content: space-between;
}

.wp-block-search__input {
    border: 1px solid #ccc;
    border-radius: 50px;
    width: 70%;
}

.wp-block-search__button {
    background: #004bb1;
    border: none;
    border-radius: 50px;
    color: #fdd200;
    width: 28%;
}

.post-time-text-margin,
.side-new-posts-time {
    margin: 0 34px 0 0;
}

.article-contents {
    overflow: hidden;
    position: relative;
}

.article-contents a {
    text-decoration: underline;
}

.article-contents ul > li {
    list-style: inside;
}

.article-contents ol > li {
    list-style: reversed;
}

.article-contents pre {
    overflow-y: auto;
}

.article-contents th {
    max-width: 500px;
}

.article-contents th,
.article-contents td {
    padding: 6px;
}

.article-contents th {
    white-space: nowrap;
}

.article-contents h1 {
    margin: 0 0 20px;
}

.article-contents h2,
.article-contents h3,
.article-contents h4,
.article-contents h5,
.article-contents h6 {
    margin: 0 0 18px;
}

.article-contents iframe[src^="https://www.youtube.com"] {
    aspect-ratio:16 / 9;
    height:100%;
    width:100%;
}

.article-contents .ytp-cued-thumbnail-overlay-image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*
pagination
*/
.pagination {
    margin: 0 auto 50px;
}

.nav-links {
    align-items: center;
    display: flex;
    justify-content: center;
}

a.page-numbers,
span.page-numbers {
    border: 1px solid #004bb1;
    border-radius: 8px;
    color: #004bb1;
    display: inline-block;
    font-size: 14px;
    margin: 0 8px 0 0;
    padding: 8px 0;
    text-align: center;
    min-width: 30px;
}

.page-numbers:last-child {
    margin: 0;
}

.nav-links .current {
    background: #004bb1;
    color: #fff;
}

.nav-links img {
    height: 12px;
    margin: 2px auto;
    width: 6px;
}

.contents-title-wrap.search-page {
    height: 120px;
    padding: 70px 0 0;
}


@media screen and (min-width: 769px) {
    @font-face {
        font-family:"Yu Gothic";
        src: local("Yu Gothic Medium");
        font-weight: 400
    }

    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: 400;
    }

    .page-wrap {
        margin: 0 auto;
        max-width: 1200px;
        position: relative;
    }

    .news-list-text {
        display: block;
        font-size: 14px;
    }

    .page-top-btn {
        bottom: 24px;
        right: 20px;
    }

    .page-top-btn img {
        width: 60px;
    }

    .main a:hover,
    .footer-nav a:hover,
    .info-course-wrap .info-course-menu a:hover {
        opacity: .75;
    }

    .pc-break {
        display: block;
    }

    .contents-title {
        font-size: 21px;
    }

    /*
    Header
    */
    .header {
        max-width: 1200px;
        padding: 0 30px;
        z-index: 100;
    }

    .header-logo {
        margin: 0;
        padding: 30px 0 0;
        position: relative;
        width: 450px;
        z-index: 200;
    }

    .sp-menu-btn {
        display: none;
    }

    .reserve-nav {
        justify-content: flex-end;
        margin: 0 auto;
        padding: 0;
        right: 0;
        width: 300px;
    }

    .reserve-nav-tel {
        margin: 0;
        width: 200px;
    }

    .reserve-nav > ul {
        width: 100%;
    }

    .reserve-nav-menu {
        width: 100px;
    }

    .global-nav {
        background: none;
        display: block;
        max-width: 870px;
        opacity: 1;
        position: static;
        top: auto;
        width: 100%;
    }

    .global-nav ul {
        align-items: center;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 32px 0 0;
    }

    .global-nav li:last-child {
        margin: 0;
    }

    .global-nav a {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .global-nav .text-img {
        display: block;
        margin: 8px auto 22px;
    }

    .menu-up-icon {
        display: none;
    }

    .global-nav .current-page {
        position: relative;
    }

    .current-page::before,
    .anchor-font:hover::before {
        content: '';
        background: #004bb1;
        border-radius: 50%;
        display: block;
        height: 6px;
        position: absolute;
        width: 6px;
        bottom: 58px;
        right: 50%;
    }

    .anchor-font {
        position: relative;
    }

    .mv-slider {
        margin: 0;
    }

    .mv-slider {
        max-height: 500px;
        overflow: hidden;
    }

    .slider {
        display: block;
        z-index: -10;
    }

    .contents-sub-title-img {
        height: 11px;
    }

    .sp-mv-wrap {
        display: none;
    }

    /*
    Main contents
    */
    .main {
        padding: 160px 0 0;
    }

    .news-list-title {
        grid-column: 1 / 2;
        grid-row: 1 / 3;
        margin: auto;
        /* width: 26%; */
    }

    .news-list-title-img {
        display: block;
        margin: auto;
        width: 186px;
    }

    .news-list-wrap {
        align-items: flex-end;
        display: flex;
        background: #fff;
        border-radius: 16px;
        grid-column: 2 / 3;
        grid-row: 2 / 3;
        margin: 30px 40px 30px 0;
        min-width: 70%;
        padding: 20px 26px 20px 42px;
        /* width: 74%; */
    }

    .news-list {
        display: grid;
        grid-template-columns: 26% 74%;
        grid-template-rows: auto auto;
        width: 100%;
    }

    .news-content {
        margin: 0;
        padding: 0;
        width: 90%;
    }

    .more-link {
        margin: 0 0 0 2%;
        width: 8%;
    }

    .more-link .text-img {
        height: auto;
    }

    .news-request {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        margin: 0 40px 0 0;
        display: flex;
        align-items: center;
    }

    .news-request p {
        margin: 0;
    }

    .news-request .base-course-title-anchor {
        margin: 0 30px 0 0;
        min-width: 180px;
    }

    .contents-text {
        margin: 0;
        position: relative;
        width: 48%;
    }

    .contents-text h2 {
        font-weight: 600;
        line-height: 1.8;
        margin: 12px 0;
    }

    .greeting {
        flex-direction: row;
        padding: 30px 3%;
        width: 100%;
    }

    .greeting-img {
        margin: 0 4% 0 0;
        width: 48%;
    }

    .profile-icon-yl,
    .profile-icon-br {
        display: block;
        width: 58px;
    }

    .profile-icon-yl {
        right: 66px;
        top: 0;
    }

    .profile-icon-br {
        top: 12px;
    }

    .icon-animation01.anime01 {
        animation: icon-anime 1s ease .5s 3;
    }

    @keyframes icon-anime {
        0% { transform: rotate(0) }
        50% { transform: rotate(-40deg) }
        100% { transform: rotate(0deg) }
    }

    .message {
        flex-direction: row-reverse;
        padding: 30px 3%;
        width: 100%;
    }

    .message-img {
        height: auto;
        margin: 0 0 0 4%;
        width: 48%;
    }

    .profile-icon-yl02 {
        position: absolute;
        right: -50px;
        top: 0;
        width: 136px;
    }

    .profile-icon-br02 {
        position: absolute;
        right: 146px;
        top: -40px;
        width: 136px;
    }

    .icon-animation02.anime02 {
        transition: all 1s ease;
        transform: translateX(-50px);
    }

    .icon-animation03.anime03 {
        transition: all 1s ease;
        transform: translateX(50px);
    }

    .about {
        margin: 0 auto;
        padding: 22px 9% 0;
    }

    .about p {
        margin: 38px auto 46px;
    }

    .about-content {
        margin: 0 auto;
        position: relative;
    }

    .about-content-img {
        display: block;
        margin: 0 auto;
        position: relative;
        width: 540px;
    }

    .about-content .about-img {
        display: block;
    }

    .about-career {
        flex-direction: row;
        justify-content: space-between;
        padding: 0 1%;
    }

    .career-data {
        margin: 0 0 42px;
    }

    .career-date-padding {
        padding: 0 0 26px;
    }

    .about-career p {
        margin: 0;
    }

    .about-career01 {
        margin: 0 0 174px;
    }

    .about-career01,
    .about-career02 {
        position: relative;
        width: 46%;
    }

    .about-career01 dl,
    .about-career02 dl {
        line-height: 1.8;
    }

    .about-hobbies-title {
        border-top: none;
        border-bottom: 1px solid #fdd200;
        margin: 0 0 22px;
    }

    .profile-icon-03 {
        display: block;
        left: 50%;
        margin: 0 auto;
        position: absolute;
        top: 50px;
        transform: translate(-50%, 0);
        width: 982px;
    }

    .profile-icon-05 {
        display: block;
        left: 0;
        position: absolute;
        width: 182px;
        z-index: 10;
    }

    .profile-icon-06 {
        display: block;
        position: absolute;
        right: 0;
        top: 76%;
        width: 182px;
    }

    .profile-icon-07,
    .profile-icon-08,
    .point-icon-10 {
        display: none;
    }

    .profile-icon-09,
    .profile-icon-10 {
        display: block;
        height: 68px;
        position: absolute;
        right: 0;
        top: -36px;
        width: 50px;
    }

    /*
    About page
    */
    .about-section-wrap h2.section-title {
        font-size: 28px;
    }

    .detail-text {
        line-height: 1.7;
    }

    .detail-text-fl-end {
        margin: 0 0 40px;
    }

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

    .content-ly-fl-end {
        align-items: flex-end;
        display: flex;
        justify-content: space-between;
    }

    .about-section-wrap {
        margin: 0 auto 122px;
        width: 100%;
        padding: 0 5%;
    }

    .contents-title {
        margin: 0 0 10px;
    }

    .flow-title {
        margin: 0 auto 50px;
    }

    .contents-title-wrap,
    .info-title-wrap {
        height: 160px;
        padding: 54px 0 0;
    }

    .contents-title-wrap {
        margin: 0 0 60px;
    }

    .info-title-wrap {
        margin: 0 0 40px;
    }

    .about-policy-img-wrap {
        margin: 0 auto 18px;
        max-width: 820px;
        text-align: center;
        padding: 0;
    }

    .about-policy-img-wrap img {
        width: 100%;
    }

    .about-policy-text-wrap {
        position: relative;
        text-align: justify;
        width: 540px;
    }

    .about-policy-text {
        width: 100%;
    }

    .about-contents01 {
        padding: 0 5%;
        position: relative;
    }

    .about-contents02 {
        margin: 0 0 80px;
        position: relative;
    }

    .about-contents03 {
        margin: 0 0 80px;
        position: relative;
    }

    .about-contents04::after {
        background: url(./image/line-dashed.png) repeat-x left;
        content: "";
        display: block;
        height: 1px;
        margin: 85px auto 100px;
        max-width: 780px;
    }

    .about-flow {
        max-width: 780px;
        padding: 40px 0 8px;
    }

    .about-flow-list-wrap {
        margin: 0 auto;
        padding: 0 16% 0 14%;
        width: 100%;
    }

    .about-flow-list {
        justify-content: flex-end;
        margin: 0 0 38px;
    }

    .about-flow-list-item {
        padding: 38px 0 0;
    }

    .about-flow-list-wrap::before {
        background: url(./image/about-step-list.png) no-repeat center center/contain;
        content: "";
        display: block;
        height: 860px;
        margin: 40px 0 0 10px;
        position: absolute;
        width: 60px;
    }

    .about-flow-list-img {
        margin: 0 0 0 70px;
        width: 160px;
    }

    .about-flow-list-img picture {
        width: auto;
    }

    .about-flow-list-img::before {
        display: none;
    }

    .about-page-point01 {
        display: block;
        left: 76px;
        position: absolute;
        width: 182px;
        z-index: 10;
    }

    .about-page-point02 {
        display: block;
        right: 0;
        position: absolute;
        top: 80%;
        width: 182px;
        z-index: 10;
    }

    .about-page-point03 {
        display: block;
        left: 0;
        position: absolute;
        top: 80%;
        width: 182px;
        z-index: 10;
    }

    /*
    Information
    */
    .text-break {
        margin: 0 0 26px;
    }

    .title-bg-change-bl-yl {
        background: #fdd200;
    }

    .title-bg-change-yl-bl {
        background: #004bb1;
    }

    .title-font-change-yl-bl {
        color: #004bb1;
    }

    .title-font-change-bl-yl {
        color: #fdd200;
    }

    .info-page-wrap {
        margin: 0 0 96px;
    }

    .info-contents-wrap {
        margin: 0 auto;
        max-width: 780px;
        width: 100%;
    }

    .info-course-nav {
        margin: 0 auto;
        max-width: 780px;
        width: 100%;
    }

    .info-course-wrap {
        max-width: 780px;
    }

    .info-course-menu {
        margin: 0 0 20px 0;
        width: 240px;
    }

    .info-course-menu a {
        padding: 4% 0;
    }

    .info-course-title-wrap {
        margin: 0 40px 40px 0;
    }

    .info-course-title-wrap h2 {
        font-size: 20px;
        margin: 0 0 20px;
        width: 300px;
    }

    .info-course-text-wrap {
        margin: 0;
        text-align: justify;
    }

    .info-course-table {
        margin: 0 0 40px;
    }

    .info-course-table-caption {
        font-size: 12px;
        text-align: right;
    }

    .info-course-table th,
    .info-course-table td,
    .article-contents th,
    .article-contents td {
        padding: 10px 5px 6px 20px;
    }

    .info-course-table th.sp-break-table-td,
    .info-course-table td.sp-break-table-td {
        border-left: 1px solid #0054a1;
        display: table-cell;
    }

    .info-course-table th.sp-break-table-td,
    .info-course-table td.sp-break-table-td {
        border-bottom: solid 1px #0054a1;
        background: none;
    }

    .sp-cell-none {
        display: table-cell;
    }

    .table-left {
        width: 45%;
    }

    .table-right {
        width: 55%;
    }

    .scroll-margin {
        padding: 40px 0 0;
    }

    /*
    Introduction
    */
    .intro-section-wrap .section-title {
        font-size: 20px;
        margin: 10px 0 20px;
    }

    .intro-section-wrap {
        margin: 0 0 110px;
        padding: 0 5%;
    }

    .intro-section-bg-icon {
        background: url("./image/intro-icon-br.png") no-repeat top 16% right 9%/58px 80px, url("./image/intro-icon-yl.png") no-repeat top 35% left 9%/58px 80px, url("./image/intro-icon-gr02.png") no-repeat bottom 1% left 7%/58px 80px;
    }

    .content-ly-re {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .intro-main-policy-text {
        margin: 0 0 78px;
    }

    .intro-icon-position {
        position: relative;
    }

    .intro-contents-wrap {
        margin: 0 auto 40px;
        max-width: 790px;
        width: 100%;
    }

    .intro-point-icon01 {
        bottom: 0;
        left: 39%;
        position: absolute;
    }

    .intro-point-icon02 {
        position: absolute;
        right: -12%;
        top: -10px;
    }

    .intro-contents-wrap picture {
        margin: 0;
    }

    .intro-contents-wrap h3{
        font-size: 20px;
    }

    .intro-content-text-bg {
        border-radius: 26px;
        padding: 30px 4% 26px;
    }

    .intro-content-item-s,
    .intro-content-item-m {
        margin: 0;
    }

    .intro-content-item-s {
        width: 38%;
    }

    .intro-content-item-m {
        width: 57%;
    }

    .intro-content-text-area {
        margin: 20px auto 0;
    }

    .intro-contents-wrap h3::after {
        background: url("./image/line-dashes-wh.png") repeat-x left bottom;
        content: '';
        display: block;
        height: 1px;
        padding: 16px 0 0;
    }

    /*
    News
    */
    .news-article-wrap {
        align-items: flex-start;
        display: flex;
        justify-content: space-between;
        margin: 0 auto 250px;
        max-width: 920px;
    }

    .article-wrap {
        margin: 0 10px 0 0;
        max-width: 500px;
        min-width: 500px;
    }

    .article-contents {
        margin: 0 0 40px;
    }

    .side-nav {
        max-width: 300px;
        width: 32%;
    }

    .widget_categories,
    .wp-block-group__inner-container > .wp-block-categories,
    .widget_posted_display_widget,
    .wp-block-search__inside-wrapper {
        margin: 25px 0 100px;
    }

    .article-contents .ytp-cued-thumbnail-overlay-image {
        padding-bottom: 56.25%;
    }

    /*
    404
    */
    .not-found-page-wrap {
        padding: 10% 0 100px;
    }

    .not-found-page-wrap .text-font {
        font-size: 20px;
        margin: 0 0 46px;
    }

    .not-found-img {
        margin: 0 auto 54px;
        width: 260px;
    }

    .not-found-page-title {
        font-size: 50px;
    }

    .back-home-btn {
        width: 300px;
    }

    .sp-break {
        display: none;
    }

    /*
    Footer
    */
    .footer {
        background: url("./image/footer-bg-img.png") no-repeat top center/cover;
        padding: 56px 0;
    }

    .footer-contents {
        align-items: flex-start;
        flex-direction: row;
        justify-content: space-between;
        max-width: 1200px;
        padding: 0 5%;
    }

    .footer-content-wrap,
    .footer-map {
        width: 46%;
    }

    .gmap-wrap {
        padding-bottom: 56.25%;
    }

    .footer-schedule th {
        padding: 4px 8px;
    }

    .footer-nav-wrap {
        border: none;
        margin: 40px auto;
        padding: 0;
        width: 100%;
    }

    .footer-nav-title {
        display: none;
    }

    .footer-nav .menu {
        display: flex;
        justify-content: center;
    }

    .footer-nav .menu-item {
        margin: 0 30px 0 0;
    }

    .copy-rights {
        margin: 0;
        padding: 0 5%;
        text-align: center;
    }
}

@media screen and  (max-width: 365px) {
    .reserve-nav-tel a {
        font-size: 12px;
        white-space: nowrap;
    }
}

@media screen and  (max-width: 410px) {
    .break-device-middle {
        display: block;
    }
}

@media screen and  (max-width: 500px) {
    .about-flow-list-text p {
        line-height: 1.8;
    }

    .footer-content-wrap,
    .footer-map {
        width: 100%;
    }
}

@media screen and  (max-width: 600px) {
    .pc-break {
        display: none;
    }

    .category-title {
        margin: 0 0 4px;
    }

    .about-flow-list {
        display: block;
        margin: 0 0 30px 0;
    }

    li.about-flow-list-item {
        padding: 0;
    }

    .about-flow-list-text {
        margin: 20px 0 0;
        width: 100%;
    }

    .about-main-policy-text,
    .about-policy-text,
    .intro-main-policy-text {
        text-align: justify;
    }

    .about-flow .content-line-dashed::after {
        display: none;
    }

    .info-course-menu a,
    .info-course-title-wrap h2 {
        font-size: 16px;
    }
}

@media screen and  (min-width: 768px) and  (max-width: 920px) {
    .news-article-wrap {
        padding: 20px 10px 0;
    }
}

@media screen and  (max-width: 860px) {
    .title-bg-change-bl-yl {
        background: #004bb1;
    }

    .title-bg-change-yl-bl {
        background: #fdd200;
    }

    .title-font-change-yl-bl {
        color: #fdd200;
    }

    .title-font-change-bl-yl {
        color: #004bb1;
    }

    .about-flow-list-wrap::before {
        margin: 10px 0 0;
        width: 56px;
    }

    .about-flow-list-item {
        padding: 30px 0 0;
    }

    .about-flow-list {
        margin: 0 0 30px;
    }

    .info-course-wrap {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto 20px;
        padding: 0;
    }

    .info-course-menu {
        margin: 0 0 10px;
        width: 49%;
    }

    .intro-contents-wrap .text-font {
        font-size: 14px;
        line-height: 2;
    }
}

@media screen and (max-width: 1100px) {
    .about-page-point01,
    .about-page-point02,
    .about-page-point03,
    .profile-icon-05,
    .profile-icon-06,
    .intro-point-icon01,
    .intro-point-icon02 {
        display: none;
    }

    .intro-section-bg-icon {
        background: none;
    }
}

@media screen and (max-height: 420px) and (max-width: 769px){
    .global-nav ul {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 30px auto;
        padding: 2% 5%;
    }

    .global-nav-wrap li {
        margin: 0 30px 0 0;
    }

    .global-nav-wrap li:last-child {
        margin: 0;
    }
}