/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

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

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],button {
    -webkit-appearance: button
}

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

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

fieldset {
    padding: .35em .75em .625em
}

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,ol,ul {
    margin: 0;
    padding: 0
}

ol,ul {
    list-style: none
}

html {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5;
}

*,:after,:before {
    border: 0 solid #e2e8f0;
    box-sizing: border-box
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,textarea::placeholder {
    color: #a0aec0
}

button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,input,optgroup,select,textarea {
    color: inherit;
    line-height: inherit;
    padding: 0
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

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

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

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

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

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

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

.transition,.transition-colors,.transition-opacity {
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.grid {
    display: -ms-grid;
    display: grid
}

[v-cloak] {
    display: none
}

.grid-layers {
    -ms-grid-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-columns: 100%;
    grid-template-rows: auto
}

.grid-layers>* {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.focusable {
    border-radius: .125rem
}

.focusable:focus {
    box-shadow: 0 0 0 3px rgba(66,153,225,.5);
    outline: 2px solid transparent;
    outline-offset: 2px
}

.breadcrumbs>:not(:last-child):after {
    content: "＞"
}

@media (min-width: 640px) {
    .img-front-hero {
        aspect-ratio:900/299
    }
}

.grid-boxes {
    grid-gap: 40px;
    -ms-grid-columns: 100%;
    -ms-grid-rows: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 100%;
    grid-template-rows: repeat(4,1fr)
}

.grid-boxes>:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1
}

.grid-boxes>:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-row: 3
}

.grid-boxes>:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 5
}

.grid-boxes>:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-row: 7
}

@media (min-width: 640px) {
    .grid-boxes {
        -ms-grid-columns:1fr 40px 1fr;
        -ms-grid-rows: auto 40px auto;
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(2,auto)
    }

    .grid-boxes>:first-child {
        -ms-grid-column: 1;
        -ms-grid-row: 1
    }

    .grid-boxes>:nth-child(2) {
        -ms-grid-column: 3;
        -ms-grid-row: 1
    }

    .grid-boxes>:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3
    }

    .grid-boxes>:nth-child(4) {
        -ms-grid-column: 3;
        -ms-grid-row: 3
    }
}

.tabbar-tab {
    background-image: url(../img/tabbar-tab.svg);
    background-size: auto 40px
}

.tabbar-tab--dark {
    background-image: url(../img/tabbar-tab--dark.svg)
}

.tabbar-bar {
    background-image: url(../img/tabbar-bar.svg);
    background-size: auto 40px
}

.space-x-15>:not(template)~:not(template) {
    margin-left: 15px
}

.space-y-25>:not(template)~:not(template) {
    margin-top: 25px
}

.space-x-25>:not(template)~:not(template) {
    margin-left: 25px
}

.space-y-30>:not(template)~:not(template) {
    margin-top: 30px
}

.divide-y>:not(template)~:not(template) {
    border-top-width: 1px
}

.sr-only {
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.bg-current {
    background-color: currentColor
}

.bg-white {
    background-color: #fff
}

.bg-gray-600 {
    background-color: #68768b
}

.bg-orange-300 {
    background-color: #fbd38d
}

.bg-blue-300 {
    background-color: #90cdf4
}

.bg-akita-gray {
    background-color: #5a6a7b
}

.bg-akita-black {
    background-color: #1e2836
}

.bg-akita-blue {
    background-color: #2c70ba
}

.bg-akita-sky {
    background-color: #f0fbff
}

.bg-akita-snow {
    background-color: #f0f7fb
}

.bg-akita-orange-aa3 {
    background-color: #d67b47
}

.bg-akita-indigo {
    background-color: #6596de
}

.bg-akita-green-aa3 {
    background-color: #4da27e
}

.bg-center {
    background-position: 50%
}

.bg-right {
    background-position: 100%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-contain {
    background-size: contain
}

.border-white {
    border-color: #fff
}

.border-gray-600 {
    border-color: #68768b
}

.border-akita-blue {
    border-color: #2c70ba
}

.border-akita-snow-b {
    border-color: #e5ecf0
}

.rounded-none {
    border-radius: 0
}

.rounded-sm {
    border-radius: .125rem
}

.rounded {
    border-radius: .25rem
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-3xl {
    border-radius: 1.5rem
}

.rounded-full {
    border-radius: 9999px
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-t-8 {
    border-top-width: 8px
}

.border-l-8 {
    border-left-width: 8px
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.block {
    display: block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.hidden {
    display: none
}

.flex-col {
    flex-direction: column
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.flex-none {
    flex: none
}

.flex-grow {
    flex-grow: 1
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.font-bold {
    font-weight: 700
}

.font-black {
    font-weight: 900
}

.h-0 {
    height: 0
}

.h-10 {
    height: 10px
}

.h-35 {
    height: 35px
}

.h-40 {
    height: 40px
}

.h-65 {
    height: 65px
}

.h-85 {
    height: 85px
}

.h-100 {
    height: 100px
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-lg {
    font-size: 1.125rem
}

.text-lg,.text-xl {
    line-height: 1.75rem
}

.text-xl {
    font-size: 1.25rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.leading-relaxed {
    line-height: 1.625
}

.leading-loose {
    line-height: 2
}

.m-10 {
    margin: 10px
}

.m-auto {
    margin: auto
}

.my-10 {
    margin-bottom: 10px;
    margin-top: 10px
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mr-5 {
    margin-right: 5px
}

.mb-5 {
    margin-bottom: 5px
}

.mt-10 {
    margin-top: 10px
}

.mr-10 {
    margin-right: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mt-50 {
    margin-top: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.mr-px {
    margin-right: 1px
}

.-mt-40 {
    margin-top: -40px
}

.max-w-900 {
    max-width: 900px
}

.opacity-0 {
    opacity: 0
}

.hover\:opacity-75:hover {
    opacity: .75
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-x-scroll {
    overflow-x: scroll
}

.overflow-y-scroll {
    overflow-y: scroll
}

.p-5 {
    padding: 5px
}

.p-10 {
    padding: 10px
}

.py-10 {
    padding-bottom: 10px;
    padding-top: 10px
}

.py-15 {
    padding-bottom: 15px;
    padding-top: 15px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px
}

.py-25 {
    padding-bottom: 25px;
    padding-top: 25px
}

.py-30 {
    padding-bottom: 30px;
    padding-top: 30px
}

.px-35 {
    padding-left: 35px;
    padding-right: 35px
}

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

.pt-10 {
    padding-top: 10px
}

.pr-10 {
    padding-right: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-25 {
    padding-top: 25px
}

.pt-35 {
    padding-top: 35px
}

.pb-50 {
    padding-bottom: 50px
}

.pt-60 {
    padding-top: 60px
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-35 {
    top: 35px
}

.bottom-85 {
    bottom: 85px
}

.bottom-140 {
    bottom: 140px
}

.top-full {
    top: 100%
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)
}

.fill-current {
    fill: currentColor
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-current {
    color: currentColor
}

.text-white {
    color: #fff
}

.text-gray-600 {
    color: #68768b
}

.text-gray-700 {
    color: #4a5568
}

.text-gray-900 {
    color: #1a202c
}

.text-blue-700 {
    color: #2D70BA;
}

.text-akita-gray {
    color: #5a6a7b
}

.text-akita-blue {
    color: #2c70ba
}

.uppercase {
    text-transform: uppercase
}

.hover\:underline:hover,.underline {
    text-decoration: underline
}

.hover\:no-underline:hover {
    text-decoration: none
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.whitespace-no-wrap {
    white-space: nowrap
}

.w-0 {
    width: 0
}

.w-10 {
    width: 10px
}

.w-40 {
    width: 40px
}

.w-50 {
    width: 50px
}

.w-60 {
    width: 60px
}

.w-70 {
    width: 70px
}

.w-150 {
    width: 150px
}

.w-175 {
    width: 175px
}

.w-300 {
    width: 300px
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-translate-x-full {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.translate-x-full {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.translate-y-20 {
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.transition {
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,-webkit-transform;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
    transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,-webkit-transform
}

.transition-colors {
    transition-property: background-color,border-color,color,fill,stroke
}

.transition-opacity {
    transition-property: opacity
}

.NEW-color{
    color: #C32F28;
    font-weight: 700;
}/*2022-11-18*/
@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {
    75%,to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ping {
    75%,to {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {
    0%,to {
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1);
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    50% {
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1);
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounce {
    0%,to {
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1);
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%)
    }

    50% {
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1);
        -webkit-transform: none;
        transform: none
    }
}

.fill-mode-forwards {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@media (min-width: 640px) {
    .sm\:bg-snowflake {
        background-image:url(../img/front/snowflake.png)
    }

    .sm\:space-y-0>:not(template)~:not(template) {
        margin-top: 0
    }

    .sm\:space-x-20>:not(template)~:not(template) {
        margin-left: 20px
    }

    .sm\:block {
        display: block
    }

    .sm\:flex {
        display: flex
    }

    .sm\:h-auto {
        height: auto
    }

    .sm\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }

    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .sm\:mb-15 {
        margin-bottom: 15px
    }

    .sm\:mr-20 {
        margin-right: 20px
    }

    .sm\:mb-30 {
        margin-bottom: 30px
    }

    .sm\:mb-40 {
        margin-bottom: 40px
    }

    .sm\:px-15 {
        padding-left: 15px;
        padding-right: 15px
    }

    .sm\:px-20 {
        padding-left: 20px;
        padding-right: 20px
    }

    .sm\:py-30 {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .sm\:py-35 {
        padding-bottom: 35px;
        padding-top: 35px
    }

    .sm\:pt-60 {
        padding-top: 60px
    }

    .sm\:pb-60 {
        padding-bottom: 60px
    }

    .sm\:pt-80 {
        padding-top: 80px
    }

    .sm\:text-current {
        color: currentColor
    }

    .sm\:text-blue-700 {
        color: #2b6cb0
    }

    .sm\:w-1\/2 {
        width: 50%
    }
}

@media (min-width: 768px) {
    .md\:divide-white>:not(template)~:not(template) {
        border-color:#fff
    }

    .md\:divide-akita-blue>:not(template)~:not(template) {
        border-color: #2c70ba
    }

    .md\:bg-white {
        background-color: #fff
    }

    .md\:bg-akita-white {
        background-color: #f8f9fa
    }

    .md\:bg-akita-blue {
        background-color: #2c70ba
    }

    .md\:border-white {
        border-color: #fff
    }

    .md\:border-akita-blue {
        border-color: #2c70ba
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:flex-none {
        flex: none
    }

    .md\:flex-grow {
        flex-grow: 1
    }

    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:mt-10 {
        margin-top: 10px
    }

    .md\:opacity-75 {
        opacity: .75
    }

    .md\:static {
        position: static
    }

    .md\:relative {
        position: relative
    }

    .md\:text-white {
        color: #fff
    }

    .md\:text-akita-blue {
        color: #2c70ba
    }

    .md\:w-370 {
        width: 370px
    }

    .md\:transition-none {
        transition-property: none
    }
}

@media (min-width: 1024px) {
    .lg\:w-auto {
        width:auto
    }
}

/*========= PC版TOP ===============2022/11/22===*/
.pc_none{display: none;}
.sp_none{display: block;}

.news_box .news{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.news_box .news h2{
    margin-right: 0.5rem;
    font-weight: 700;
    font-size: 20px;
}
.news_box .news .NEW-color{
    margin-right:2rem;
    width: auto;
}

.NEW-color{
    width: 30%;text-align:right;
}
.news_date{
  text-align:right;
  font-size: 14px;
  color:#4a5568;
  letter-spacing:0.5;
}
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #2D70BA;
  line-height: 1;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 1rem;
  transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before,
 .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

#information_jump_to_page{
    display: block;
    padding-top: 70px;
    margin-top: -40px;
}
/* 639pxまでの幅の場合に適用される */
@media screen and (max-width: 639px) {
/*========= SP版TOP ===============*/
.pc_none{display: block;}
.sp_none{display: none;}

.NEW-color{width: 15%;}
.news_sp{
    position: relative;
}
.news_sp .news_box_sp{
    position: absolute;
    width: 100%;
    bottom:20%;
}
.news_sp .news_box_sp .news{
    font-weight: 700;
    width: 90%;
    padding: 0.5rem;
    margin: 0 auto;
    background: #fff;
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;*/
}
.news_sp .news_box_sp .news p{
    font-weight: normal;
}
.news_box_sp .news h2{
    display: inline-block;
    /*width: 30%;*/
    font-weight: 700;
    font-size: 20px;
}

.news_sp .news_box_sp .NEW-color{
    /*width: 70%;*/
}
.news_contents h2{width:75%;}
.news_contents .news_date{
    width:25%;
    font-size: 14px;
    font-size: 3vw;
    white-space: nowrap;
}
} 
/* 320pxまでの幅の場合に適用される */
@media (max-width: 320px) {
.news_box_sp .news h2{
    font-size:5vw;
}
}
/*========= SP版TOPここまで ===============*/