@charset "UTF-8";
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/* ヘッダ（グローバルヘッダ）
  グローバルヘッダの中はiframeですが、
  #globalheader-container に背景色や文字色を指定することでiframeの中にも色が反映されます。
*/
#globalheader-container {
    background-color: #454545;
    color: #fff;
}

/* container */
/* 2カラムレイアウト */
#content-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    #content-inner {
        flex-direction: row;
    }
}

#wrapper {
    flex: 1;
}

#box2 {
    display: none;
}

/* 下記のスタイルを適用するとテーマを1カラムレイアウトにできます。
利用するにはコメントアウトを解除してください。
（2カラムレイアウトの場合はコメントアウト全体が不要です）
*/
/*
#content-inner {
  flex-direction: column;
  align-items: center;
}
#wrapper {
  @media (min-width: 768px) {
    width: 100%;
  }
  @media (min-width: 992px) {
    max-width: 1100px;
  }
}
#box2 {
  width: 100%;
  @media (min-width: 768px) {
    width: 100%;
  }
  @media (min-width: 992px) {
    width: 100%;
  }
}

#box2-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  @media (min-width: 768px) {
    margin-left: -20px;
    flex-direction: row;
  }
  @media (min-width: 992px) {
    margin-left: -30px;
  }
}
.hatena-module {
  width: 100%;
  @media (min-width: 768px) {
    width: 33.3333%;
  }
  @media (min-width: 992px) {
    padding-left: 30px;
  }
}
*/
/*
---- END 1カラム */
#box1,
#box2 {
    display: none;
}

/* ヘッダ */
#blog-title {
    margin: 2em 0;
    text-align: center;
}

@media (min-width: 768px) {
    #blog-title {
        margin: 3em 0;
        text-align: left;
    }
}

#title {
    margin: 0;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    #title {
        font-size: 1.7rem;
    }
}

#title a {
    color: #454545;
}

#blog-description {
    font-weight: normal;
    font-size: 0.8rem;
    margin: 1em 0 0;
}

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title {
    margin: 0 0 2em;
}

.header-image-enable #blog-title-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-image-enable #blog-title-content {
    margin-left: 10px;
    margin-right: 10px;
}

/* タイトル下HTML */
/* パンくず（カテゴリー、記事ページで表示されます） */
/* entry */
.entry {
    position: relative;
    margin-bottom: 4em;
    width: 100%;
}

.entry-header {
    position: relative;
}

.entry-header time {
    display: none;
}

/* 「編集する」ボタン */
.entry-header-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

/* 記事内の書式 */
.entry-content img,
.entry-content video {
    max-width: 100%;
    height: auto;
}

/* 記事下 */
.entry-footer {
    display: none;
}

.entry-footer .social-buttons {
    margin-bottom: 1em;
}

.entry-footer-section {
    display: none;
    color: #999;
    font-size: 0.9rem;
}

.entry-footer-section a {
    color: #999;
}

/* コメント */
/*
.comment-box {
  display: none;

  margin: 1em 0;
  .comment {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.7;
    font-size: 0.85rem;
    @media (min-width: 768px) {
      font-size: 0.9rem;
    }
  }
  .entry-comment {
    padding: 10px 0 10px 60px;
    border-bottom: 1px solid $border;
    position: relative;
    &:first-child {
      border-top: 1px solid $border;
    }
  }
  .read-more-comments {
    padding: 10px 0;
  }
  .hatena-id-icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 50px !important;
    height: 50px !important;
    border-radius: 3px;
  }
}
.comment-user-name {
  margin: 0 0 0.4em 0;
  font-weight: bold;
}
.comment-content {
  margin: 0 0 0.4em 0;
  word-wrap: break-word;
  color: $text;
  font-size: 0.85rem;
  p {
    margin: 0 0 0.6em 0;
  }
}
.comment-metadata {
  color: $text-light;
  margin: 0;
  font-size: 0.8rem;
  a {
    color: $text-light;
  }
}
.leave-comment-title {
  padding: 0.6em 1em;
  font-size: 0.85rem;
  border: 1px solid $border;
}

/* Pager */
.pager {
    margin: 2em 0;
    display: flex;
    justify-content: center;
}

.pager .pager-next,
.pager .pager-prev {
    padding: 0 1rem;
}

.pager .pager-next a,
.pager .pager-prev a {
    border-radius: 0;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #222;
    padding: 0.6rem 1rem;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

@media (min-width: 768px) {
    .pager .pager-next a,
    .pager .pager-prev a {
        padding: 0.6rem 5rem;
    }
}

.pager .pager-next a:hover,
.pager .pager-prev a:hover {
    opacity: 0.7;
}

.page-entry .pager {
    display: none;
}

/* サイドバーモジュール */
/* Profile module */
.hatena-module-profile .profile-icon {
    float: left;
    margin: 0 10px 10px 0;
}

.hatena-module-profile .id {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.hatena-module-profile .profile-description p {
    margin-top: 0;
}

/* urllist module */
/* Search module */
.hatena-module-search-box .search-form {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.hatena-module-search-box .search-module-input {
    flex: 1 0;
    padding: 5px;
    color: #454545;
    background: none;
    border: none;
    outline: none;
    height: 20px;
}

.hatena-module-search-box .search-module-button {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
    background-size: 20px 20px;
    border: none;
    outline: none;
    color: transparent;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
}

.hatena-module-search-box .search-module-button:hover {
    opacity: 0.85;
}

/* About ページ */
.page-about .entry-content dt {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5em;
}

.page-about .entry-content dd {
    margin-left: 0;
    margin-bottom: 2em;
}

/* Archive */
.archive-header-category {
    text-align: center;
}

.page-archive .archive-entry {
    margin-bottom: 3em;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
}

.page-archive .entry-title {
    margin: 0.3em auto;
}

.page-archive .entry-thumb {
    width: 80px;
    height: 80px;
    background-size: cover;
}

@media (min-width: 768px) {
    .page-archive .entry-thumb {
        width: 120px;
        height: 120px;
    }
}

.page-archive .entry-description {
    margin: 0;
    font-size: 0.85rem;
}

@media (min-width: 768px) {
    .page-archive .entry-description {
        font-size: 0.9rem;
    }
}

.page-archive .social-buttons {
    display: block;
    margin-top: 0.3em;
}

/* footer */
#footer {
    margin-top: 2em;
    padding-bottom: 2rem;
    text-align: center;
    font-size: 0.8rem;
    color: #999;
}

#footer a {
    color: #999;
}

#footer p {
    margin: 0.5em auto;
}

.archive-header-category {
    width: 100%;
    padding: 0 15px;
}

.hatena-module-html .hatena-module-title {
    display: none;
}

.entry-content iframe {
    max-height: 100vw;
}

/* ### reset.scss ### */
/*
YUI 3.14.1 (build 63049cb)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
    color: #000;
    background: #FFF;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
    vertical-align: top;
}

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

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

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

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

#yui3-css-stamp.cssreset {
    display: none;
}

figure {
    margin: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
}

html {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 2.2rem;
    letter-spacing: 0.8pt;
    color: #333333;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 14px;
    }
}

body {
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}

@media screen and (max-width: 768px) {
    body {
        padding: 0;
    }
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333333;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-delay: 0s;
}

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

strong {
    font-weight: bold;
    font-weight: 600;
}

code.guide {
    background-color: #f5f5f5;
    border: solid 1px #dcdcdc;
    font-size: 0.75rem;
    padding: 5px;
    display: block;
    line-height: 1.2;
    margin-top: 0.5rem;
    margin-bottom: 2.5rem;
    overflow: scroll;
}

sub {
    vertical-align: super;
}

@media screen and (min-width: 769px) {
    body {
        min-width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    body {
        min-width: 320px;
    }
}

.l-wrapper {
    position: relative;
    padding-top: 160px;
}

@media screen and (max-width: 1024px) {
    .l-wrapper {
        padding-top: 70px;
    }
}

@media screen and (max-width: 768px) {
    .l-wrapper {
        padding-top: 0;
    }
}

::selection {
    background: #333333;
    /* Safari用 */
    color: #fff;
}

::-moz-selection {
    background: #333333;
    /* Firefox用 */
    color: #fff;
}

@media screen and (max-width: 768px) {
    .l-main {
        overflow: hidden;
    }
}

.l-section {
    margin: 0 0 160px 0;
}

@media screen and (max-width: 768px) {
    .l-section {
        margin: 0 0 80px 0;
    }
}

.l-section__inner,
.l-contents {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .l-section__inner,
    .l-contents {
        overflow: hidden;
        padding: 0 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

.l-align__left {
    text-align: left;
}

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

.l-align__right {
    text-align: right;
}

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

@media screen and (max-width: 768px) {
    .l-row {
        display: block;
    }
}

.l-row .l-row__column {
    flex: 1;
}

.l-row__main {
    flex: 1;
    max-width: 780px;
    flex-basis: 780px;
}

@media screen and (max-width: 768px) {
    .l-row__main {
        width: 100%;
    }
}

.l-row__aside {
    width: 270px;
    flex-basis: 270px;
}

@media screen and (max-width: 768px) {
    .l-row__aside {
        width: 100vw;
        margin: 30px -15px;
    }
}

.l-bg {
    position: relative;
}

.l-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    background-color: #f5f5f5;
    top: 70px;
    left: 170px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .l-bg:before {
        top: 35px;
    }
}

.l-bgRight:before {
    left: 170px;
    right: auto;
}

.l-bgLeft:before {
    left: auto;
    right: 170px;
}

@media screen and (max-width: 768px) {
    .l-bgLeft:before {
        left: -50vw;
        right: auto;
    }
}

.bg-line {
    position: relative;
    padding-top: 210px;
    padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
    .bg-line {
        padding: 0;
    }
}

.bg-line:before {
    pointer-events: none;
    content: "";
    display: block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/parts/bg_line.svg");
    background-size: cover;
    background-position: 0 -360px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 768px) {
    .bg-line:before {
        display: none;
    }
}

.bg-line:after {
    pointer-events: none;
    content: "";
    display: block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/parts/bg_line.svg");
    background-size: cover;
    background-position: 0 -360px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    z-index: -2;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotateZ(180deg);
}

@media screen and (max-width: 768px) {
    .bg-line:after {
        display: none;
    }
}

.bg-line-ejo:before {
    display: none;
}

.u-new {
    position: relative;
}

.u-new:after {
    content: "NEW";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #007297;
    z-index: 10;
    line-height: 1;
    padding: 0.65rem 0.8rem;
    font-size: 13px;
    letter-spacing: 0.5px;
}

hr {
    display: none;
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: solid 1px #fff;
    transition: all 1s;
    z-index: 120;
    min-width: 1100px;
}

@media screen and (max-width: 768px) {
    .l-header {
        min-width: 1px;
    }
}

.l-headerWrap {
    background-color: #fff;
    transition: all 0.3s;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .l-headerWrap {
        padding: 20px;
        position: relative;
        z-index: 200;
    }
}

.l-header__logo {
    width: 190px;
    flex-basis: 190px;
}

.l-header__logo a {
    display: block;
}

.l-header__logo img {
    transition: all 0.3s;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .l-header__logo {
        width: 95px;
        flex-basis: 95px;
        margin-left: auto;
        margin-right: auto;
    }
}

.l-headerNav {
    flex: 1;
    text-align: right;
    margin-right: 22px;
}

.l-headerNav__item {
    display: inline-block;
    font-weight: 600;
    padding: 0 1.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
    .l-headerNav__item {
        padding: 0 0.4rem;
    }
}

.l-headerNav__item a {
    display: block;
    position: relative;
}

.l-headerNav__item a:after {
    content: "";
    background-color: #007297;
    transition: all 0.3s;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: 0%;
}

.l-headerNav__item a:hover:after {
    width: 100%;
    margin-left: -50%;
}

@media screen and (max-width: 768px) {
    .l-headerNav {
        display: none;
    }
}

.l-headerSub {
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 140px;
    left: 0;
    width: 100%;
    background-color: #dcdcdc;
    padding: 40px;
    text-align: center;
    height: 120px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .l-headerSub {
        display: none;
    }
}

.l-headerSub.js-open {
    opacity: 1;
    pointer-events: visible;
}

.l-headerSub li {
    display: inline-block;
    padding: 0 1.5rem;
}

.l-headerSub li a {
    display: block;
    position: relative;
    font-weight: 600;
    line-height: 1;
}

.l-headerSub li a:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 0.8rem;
    height: 12px;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_blue2.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.l-header__search {
    transition: all 0.3s;
    background-color: #f5f5f5;
    border-radius: 36px;
    width: 36px;
    overflow: hidden;
}

@media all and (-ms-high-contrast: none) {
    .l-header__search {
        overflow: visible;
        margin-top: -20px;
    }
}

@media screen and (max-width: 768px) {
    .l-header__search {
        display: none;
    }
}

.l-header__search form {
    line-height: 1;
    padding: 8px;
    position: relative;
}

@media all and (-ms-high-contrast: none) {
    .l-header__search form {
        padding: 0 8px;
    }
}

.l-header__searchText {
    width: 0;
    overflow: hidden;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    height: 16px;
    padding: 10px;
    font-size: 12px;
}

.l-header__searchButton {
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.3s;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: #222;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/icon/icon_search_b.svg");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 8px;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
}

.l-header__searchButton img {
    transition: all 0.3s;
    pointer-events: none;
}

.l-header__searchButton:hover {
    background-color: #f5f5f5;
}

.l-header__searchButton:hover img {
    opacity: 0;
}

.js-mini {
    border-bottom: solid 1px #dcdcdc;
}

@media screen and (min-width: 769px) {
    .js-mini .l-headerWrap {
        padding: 20px 40px 20px 25px;
    }
    .js-mini .l-header__logo img {
        width: 127px;
    }
    .js-mini .l-headerNav__item a:after {
        bottom: -23px;
    }
    .js-mini .l-headerSub {
        top: 80px;
    }
}

.js-search-open {
    width: 180px;
}

@media all and (-ms-high-contrast: none) {
    .js-search-open {
        margin-top: -10px;
    }
}

.js-search-open .l-header__searchText {
    width: 120px;
}

@media all and (-ms-high-contrast: none) {
    .js-search-open .l-header__searchText {
        height: 32px;
        padding: 0 10px;
    }
}

.js-search-open .l-header__searchButton {
    background-color: #f5f5f5;
}

.js-search-open .l-header__searchButton img {
    opacity: 0;
}

.l-headerSp {
    transition: all 0.3s;
    transform: scale(1);
    width: 100vw;
    height: 0;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
}

.l-headerSp.js-navi-open {
    height: 100vh;
}

@media screen and (min-width: 769px) {
    .l-headerSp {
        display: none;
    }
}

.l-headerSp__spNavi {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    width: 20px;
    z-index: 220;
    transition: all 0.3s;
}

@media screen and (min-width: 769px) {
    .l-headerSp__spNavi {
        display: none;
    }
}

.l-headerSp__spNavi span {
    display: block;
    background-color: #222;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    transition: all 0.3s;
}

.l-headerSp__spNavi span:nth-child(1) {
    margin-top: 0;
}

.l-headerSp__spNavi span:nth-child(2) {
    margin-top: 5px;
}

.l-headerSp__spNavi span:nth-child(3) {
    margin-top: 5px;
}

.l-headerSp__spNavi:after {
    transition: all 0.3s;
    content: "MENU";
    position: absolute;
    left: 0;
    bottom: -14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1;
    letter-spacing: -0.5px;
    transform: scale(0.7);
    transform-origin: top left;
}

.l-headerSp__spNavi.js-menu-open span:nth-child(1) {
    margin-top: 8px;
    transform: rotate(45deg);
}

.l-headerSp__spNavi.js-menu-open span:nth-child(2) {
    display: none;
}

.l-headerSp__spNavi.js-menu-open span:nth-child(3) {
    margin-top: -2px;
    transform: rotate(-45deg);
}

.l-headerSp__spNavi.js-menu-open:after {
    content: "CLOSE";
    bottom: -20px;
}

.l-headerSpNav {
    position: relative;
    background-color: #fff;
    text-align: center;
    padding: 75px 15px 30px;
    z-index: 100;
}

.l-headerSpNav__spmenu__item a {
    font-weight: 600;
    display: block;
    padding: 0.5rem;
    position: relative;
    border-bottom: solid 1px #dcdcdc;
}

.l-headerSpNav__spmenu__item a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 10px;
    transform: rotate(90deg);
    margin-top: -5px;
    transition: all 0.3s;
}

.l-headerSpNav__spmenu__item a.js-nav-open:after {
    transform: rotate(-90deg);
}

.l-headerSpNav__spmenu__item a.arrow_none:after {
    display: none;
}

.l-headerSpNav__spmenuSub {
    overflow: hidden;
    height: 0;
    transition: all 0.3s;
}

.l-headerSpNav__spmenuSub.js-accordion-open {
    height: auto;
}

.l-headerSpNav__spmenuSub a {
    border-bottom: none;
}

.l-headerSpNav__spmenuSub a:after {
    display: none;
}

.l-headerSpNav__spmenu2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.l-headerSpNav__spmenu2__item {
    width: 48%;
    border-bottom: solid 1px #dcdcdc;
}

.l-headerSpNav__spmenu2__item a {
    font-weight: 600;
    display: block;
    padding: 0.5rem;
    position: relative;
    text-align: left;
    font-size: 10px;
    letter-spacing: 0;
}

.l-headerSpNav__contact {
    margin: 25px 0;
}

.l-headerSpNav__contact a {
    display: block;
    background-color: #222;
    font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 0.3rem;
}

.l-headerSp .l-header__search {
    display: block;
    text-align: center;
    width: auto;
}

.l-headerSp .l-header__searchText {
    width: 100%;
}

.l-headerSp .l-header__searchButton {
    background-color: #f5f5f5;
}

.l-headerSp .l-header__searchButton img {
    opacity: 0;
}

.scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}

input::-ms-clear {
    visibility: hidden;
}

.l-footer {
    position: relative;
}

.l-footer__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.l-footerWrap {
    padding: 80px 50px 60px;
    background-color: #007297;
    color: #fff;
    text-align: left;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .l-footerWrap {
        padding: 30px 25px;
        text-align: left;
    }
}

.l-footerWrap .svglineall {
    pointer-events: none;
}

.l-footerWrap svg {
    width: 580px;
    height: 300px;
    pointer-events: none;
}

.l-footerWrap .svgline1 {
    position: absolute;
    bottom: -31px;
    right: -220px;
}

@media screen and (max-width: 768px) {
    .l-footerWrap .svgline1 {
        transform: scale(0.5);
        transform-origin: bottom right;
        bottom: -31px;
        right: -180px;
    }
}

.l-footerWrap .svgline2 {
    position: absolute;
    bottom: -172px;
    right: -60px;
}

@media screen and (max-width: 768px) {
    .l-footerWrap .svgline2 {
        transform: scale(0.5);
        transform-origin: bottom right;
        bottom: -90px;
        right: -60px;
    }
}

.l-footer__logo {
    width: 154px;
    height: auto;
    text-align: left;
    margin: 0 0 14px;
}

.l-footer__logoWrap {
    display: inline-block;
    width: 18%;
}

@media screen and (max-width: 768px) {
    .l-footer__logoWrap {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .l-footer__logo {
        width: 100px;
    }
}

.l-footer__logo a {
    display: block;
}

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

@media screen and (max-width: 768px) {
    .l-footer__innerRow {
        display: block;
    }
}

.l-footer__share {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
    .l-footer__share {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .l-footerSNS {
        margin-left: 18px;
    }
}

.l-footerSNS__item {
    display: inline-block;
}

.l-footerSNS__item img {
    width: 50px;
    height: auto;
}

.l-footer__sitemap {
    width: 100%;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .l-footer__sitemap {
        padding-left: 0px;
        margin-top: 20px;
    }
}

.l-footerSitemap {
    width: 25%;
    margin-bottom: 30px;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 768px) {
    .l-footerSitemap {
        width: 50%;
    }
}

.l-footerSitemap__item {
    font-size: 14px;
    letter-spacing: -0.1px;
}

@media screen and (max-width: 768px) {
    .l-footerSitemap__item {
        font-size: 10px;
    }
}

.l-footerSitemap__item a {
    display: block;
    padding-left: 1rem;
    color: #fff;
    transition: all 0.3s;
    white-space: nowrap;
}

.l-footerSitemap__item a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.l-footerGnav__item {
    display: inline-block;
    margin-right: 1rem;
    font-size: 10px;
}

.l-footerGnav a {
    display: block;
    transition: all 0.3s;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.l-footerGnav a:hover {
    color: white;
}

.l-footer__copy {
    text-align: left;
    color: rgba(255, 255, 255, 0.5);
    font-size: 10px;
}

.sp {
    display: none;
}

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

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

.u-font-mon {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

strong,
.strong {
    font-weight: 600;
}

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

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

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

.entry-header {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .entry-header {
        padding: 0 15px;
    }
}

.entry-header .entry-date {
    order: 2;
    display: block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #222;
    font-size: 16px;
    display: block;
    margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
    .entry-header .entry-date {
        margin-bottom: 10px;
        font-size: 13px;
    }
}

.entry-header .entry-title {
    order: 1;
    display: block;
    width: 100%;
}

.entry-header .entry-categories {
    order: 3;
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
    line-height: 1;
    font-size: 0;
    padding: 0 !important;
}

.entry-header .entry-categories a {
    display: inline-block;
    border-left: solid 1px #dcdcdc;
    line-height: 1;
    padding: 0 0.5rem;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

.entry-header .entry-categories a:hover {
    text-decoration: underline;
}

.entry-content {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .entry-content {
        padding: 0 15px;
        margin-top: 0;
    }
}

.entry-contentWrap,
.p-wisywigWrap {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .entry-contentWrap,
    .p-wisywigWrap {
        margin-bottom: 20px;
    }
}

.entry-content__title,
.p-wisywig__title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    .entry-content__title,
    .p-wisywig__title {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

.entry-content__date,
.p-wisywig__date {
    font-size: 16px;
    display: block;
    margin-bottom: 28px;
}

@media screen and (max-width: 768px) {
    .entry-content__date,
    .p-wisywig__date {
        margin-bottom: 10px;
        font-size: 13px;
    }
}

.entry-content__eyecatch,
.p-wisywig__eyecatch {
    line-height: 0;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .entry-content__eyecatch,
    .p-wisywig__eyecatch {
        margin-bottom: 30px;
    }
}

.entry-content img,
.p-wisywig img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.entry-content table,
.p-wisywig table {
    width: 100%;
    border: solid 1px #dcdcdc;
    line-height: 1.5;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .entry-content table,
    .p-wisywig table {
        margin-bottom: 30px;
        font-size: 13px;
    }
}

.entry-content table tr,
.p-wisywig table tr {
    border-bottom: solid 1px #dcdcdc;
}

.entry-content table th,
.p-wisywig table th {
    padding: 15px;
    background-color: #f5f5f5;
    font-weight: 600;
    vertical-align: top;
    white-space: nowrap;
}

.entry-content table td,
.p-wisywig table td {
    vertical-align: top;
    padding: 15px;
    word-break: break-word;
}

.entry-content blockquote,
.p-wisywig blockquote {
    border-left: solid 1px #f5f5f5;
    color: #666666;
    padding-left: 29px;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .entry-content blockquote,
    .p-wisywig blockquote {
        margin-bottom: 30px;
        font-size: 13px;
        line-height: 1.8;
    }
}

.entry-content h2,
.entry-content h3,
.p-wisywig h2,
.p-wisywig h3 {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 28px;
    font-weight: 600;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 50px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .entry-content h2,
    .entry-content h3,
    .p-wisywig h2,
    .p-wisywig h3 {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 1.8;
        padding-bottom: 10px;
    }
}

.entry-content h2:before,
.entry-content h3:before,
.p-wisywig h2:before,
.p-wisywig h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 25%;
    height: inherit;
    border-bottom: 1px solid #007297;
}

.entry-content h4,
.p-wisywig h4 {
    font-size: 24px;
    line-height: 38px;
    color: #007297;
    font-weight: 600;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .entry-content h4,
    .p-wisywig h4 {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 1.8;
    }
}

.entry-content h5,
.p-wisywig h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .entry-content h5,
    .p-wisywig h5 {
        margin-bottom: 30px;
        font-size: 15px;
        line-height: 1.8;
    }
}

.entry-content p,
.p-wisywig p {
    line-height: 2;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .entry-content p,
    .p-wisywig p {
        margin-bottom: 30px;
        font-size: 13px;
        line-height: 1.8;
    }
}

.entry-content a,
.p-wisywig a {
    color: #007297;
    text-decoration: underline;
}

.entry-content a:hover,
.p-wisywig a:hover {
    text-decoration: none;
}

.entry-content ul,
.entry-content ol,
.p-wisywig ul,
.p-wisywig ol {
    margin-bottom: 30px;
}

.entry-content li,
.p-wisywig li {
    margin-bottom: 5px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .entry-content li,
    .p-wisywig li {
        line-height: 1.8;
    }
}

.entry-content ul li,
.p-wisywig ul li {
    position: relative;
    padding-left: 18px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .entry-content ul li,
    .p-wisywig ul li {
        line-height: 1.8;
    }
}

.entry-content ul li:before,
.p-wisywig ul li:before {
    content: "・";
    display: block;
    position: absolute;
    left: -10px;
    top: 1px;
    color: #007297;
    font-size: 30px;
}

@media screen and (max-width: 768px) {
    .entry-content ul li:before,
    .p-wisywig ul li:before {
        top: -13px;
    }
}

.entry-content ol,
.p-wisywig ol {
    margin-left: 1.5em;
    list-style-type: decimal;
}

.entry-content .p-list--cnt,
.p-wisywig .p-list--cnt {
    margin-left: 0;
}

.entry-content .p-list--cnt li,
.p-wisywig .p-list--cnt li {
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1.6rem;
    margin-left: 1.6rem;
}

.entry-content .p-list--cnt li::before,
.p-wisywig .p-list--cnt li::before {
    content: "(" counter(cnt) ") ";
}

.entry-content .p-list--latin li,
.p-wisywig .p-list--latin li {
    list-style-type: lower-latin;
    counter-increment: none;
}

.entry-content .p-list--latin li:before,
.p-wisywig .p-list--latin li:before {
    display: none;
}

.entry-content__box,
.p-wisywig__box {
    border: solid 1px #222;
    padding: 40px;
    margin-bottom: 60px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .entry-content__box,
    .p-wisywig__box {
        padding: 20px;
        margin-bottom: 30px;
    }
}

.entry-content__box p:last-child,
.p-wisywig__box p:last-child {
    margin-bottom: 0;
}

.entry-footer {
    display: none;
}

article[data-publication-type="entry"] .entry-title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    article[data-publication-type="entry"] .entry-title {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

article[data-publication-type="entry"] .entry-title:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .entry {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .l-row__aside {
        margin-bottom: 0;
    }
    .l-row__aside aside + br {
        display: none;
    }
}

.c-button {
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    text-align: center;
    border: 3px solid #ea5532;
    border-radius: 2.5rem;
    color: #ea5532;
    font-size: 16px;
    padding: 5px 1.5rem;
    display: inline-block;
}

.c-button:hover {
    background-color: #ea5532;
    color: #fff;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .c-button {
        padding: 0 1.5rem;
        font-size: 14px;
        border-width: 2px;
        line-height: 2;
    }
}

.c-button__bnr {
    line-height: 0;
}

.c-button__bnr:hover {
    opacity: 0.7;
}

.c-button__booco {
    display: inline-block;
    color: #fff;
    background-color: #00afaa;
    padding: 0.6rem 0 0.6rem 70px;
    line-height: 1.4;
    width: 100%;
    text-align: left;
    position: relative;
    transition: all 0.3s;
}

.c-button__booco:before {
    content: "";
    position: absolute;
    transition: all 0.3s;
    left: 10px;
    top: 50%;
    margin-top: -23px;
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/parts/bnr_booco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    transition: all 0.3s;
}

.c-button__booco:after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 6px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 0;
    transition: all 0.3s;
}

.c-button__booco:hover {
    opacity: 0.7;
}

.c-button__booco:hover:after {
    right: 10px;
}

.c-button__blue {
    display: inline-block;
    color: #007297;
    background-color: #fff;
    border: solid 1px #007297;
    padding: 0.7rem 1rem;
    width: 100%;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-weight: 600;
}

.c-button__blue:after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 6px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 0;
    transition: all 0.3s;
}

.c-button__blue:hover {
    opacity: 0.7;
}

.c-button__blue:hover:after {
    right: 10px;
}

.c-button__black {
    display: inline-block;
    color: #fff;
    background-color: #222;
    padding: 0.7rem 1rem;
    width: 100%;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.c-button__black:after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 6px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 0;
    transition: all 0.3s;
}

.c-button__black:hover {
    opacity: 0.7;
}

.c-button__black:hover:after {
    right: 10px;
}

.c-button__more {
    color: #007297;
    display: inline-block;
    position: relative;
}

.c-button__more:after {
    content: "";
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 4px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 0;
    transition: all 0.3s;
}

.c-button__more:hover:after {
    margin-left: 5px;
    margin-right: 0px;
}

.c-button__moreLarge {
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #222;
    padding: 0.6rem 1rem;
    width: 350px;
    position: relative;
    transition: all 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .c-button__moreLarge {
        width: 215px;
        padding: 3px 0.2rem;
    }
}

.c-button__moreLarge:after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 4px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 0;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .c-button__moreLarge:after {
        width: 25px;
        right: 5px;
        margin-top: -2px;
    }
}

.c-button__moreLarge:hover {
    opacity: 0.7;
}

.c-button__moreLarge:hover:after {
    right: 15px;
}

.c-button__entry a {
    display: inline-block;
    margin: 0 auto;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #222;
    padding: 0.6rem 5rem;
    min-width: 350px;
    position: relative;
    transition: all 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
    .c-button__entry a {
        width: 215px;
        padding: 0.6rem 3.2rem;
        margin-bottom: 1rem;
    }
}

.c-button__entry a:after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 4px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 0;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .c-button__entry a:after {
        width: 25px;
        right: 5px;
        margin-top: -2px;
    }
}

.c-button__entry a:hover {
    opacity: 0.7;
}

.c-button__entry a:hover:after {
    right: 15px;
}

.c-button__booco {
    display: inline-block;
    color: #fff;
    background-color: #00afaa;
    padding: 0.6rem 0 0.6rem 70px;
    line-height: 1.4;
    width: 100%;
    text-align: left;
    position: relative;
    transition: all 0.3s;
}

.c-button__booco:before {
    content: "";
    position: absolute;
    transition: all 0.3s;
    left: 10px;
    top: 50%;
    margin-top: -23px;
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/parts/bnr_booco.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 46px;
    height: 46px;
    vertical-align: middle;
    transition: all 0.3s;
}

.c-button__booco:after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 6px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 0;
    transition: all 0.3s;
}

.c-button__booco:hover {
    opacity: 0.7;
}

.c-button__booco:hover:after {
    right: 10px;
}

.c-button__side__blue a {
    display: inline-block;
    color: #007297;
    background-color: #fff;
    border: solid 1px #007297;
    padding: 0.7rem 1rem;
    width: 100%;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-weight: 600;
}

.c-button__side__blue a:after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 6px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 0;
    transition: all 0.3s;
}

.c-button__side__blue a:hover {
    opacity: 0.7;
}

.c-button__side__blue a:hover:after {
    right: 10px;
}

.c-button__side__booco a {
    display: inline-block;
    color: #fff !important;
    background-color: #00afaa;
    padding: 0.7rem 1rem;
    width: 100%;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-weight: 600;
}

.c-button__side__booco a:before {
    content: "";
    margin: 0 10px 0 -20px;
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/logo/logo_booco.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 36px;
    height: 30px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .c-button__side__booco a {
        border: 2px solid #fff;
    }
    .c-button__side__booco a::before {
        width: 27px;
        height: 23px;
    }
}

.c-button__side__booco a:after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 6px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 0;
    transition: all 0.3s;
}

.c-button__side__booco a:hover {
    opacity: 0.7;
}

.c-button__side__booco a:hover:after {
    right: 10px;
}

.c-button__side__image a {
    display: inline-block;
    color: #007297;
    background-color: #fff;
    border: none;
    padding: 0;
    width: 100%;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    font-weight: 600;
}

.c-button__side__image a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 768px) {
    .c-button__side__image a {
        background-color: transparent;
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.urllist-see-more {
    text-align: right;
}

.urllist-see-more-link {
    transition-property: all;
    transition-duration: 0.3s;
    transition-delay: 0s;
    text-align: center;
    border-radius: 2.5rem;
    color: #ea5532;
    font-size: 16px;
    padding: 5px 0;
    display: inline-block;
    color: #007297;
    display: inline-block;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.urllist-see-more-link:after {
    content: "";
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 4px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 0;
    transition: all 0.3s;
}

.urllist-see-more-link:hover {
    background-color: #ea5532;
    color: #fff;
    opacity: 1;
}

.urllist-see-more-link:hover:after {
    margin-left: 5px;
    margin-right: 0px;
}

@media screen and (max-width: 768px) {
    .urllist-see-more-link {
        padding: 0 0;
        font-size: 14px;
        border-width: 2px;
        line-height: 2;
    }
}

.hatena-module-title,
.search-result .archive-heading,
.archive-header-category .archive-heading,
.entry-title,
.c-title {
    margin: 40px auto;
    text-align: left;
    color: #222;
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 1;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    z-index: 10;
}

.hatena-module-title a:hover,
.search-result .archive-heading a:hover,
.archive-header-category .archive-heading a:hover,
.entry-title a:hover,
.c-title a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .hatena-module-title,
    .search-result .archive-heading,
    .archive-header-category .archive-heading,
    .entry-title,
    .c-title {
        font-size: 20px;
        letter-spacing: 1px;
        margin: 20px 0;
    }
}

.hatena-module-title:after,
.search-result .archive-heading:after,
.archive-header-category .archive-heading:after,
.entry-title:after,
.c-title:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #007297;
    margin-top: 20px;
    margin-left: 1rem;
}

@media screen and (max-width: 768px) {
    .hatena-module-title:after,
    .search-result .archive-heading:after,
    .archive-header-category .archive-heading:after,
    .entry-title:after,
    .c-title:after {
        margin-top: 10px;
        width: 25px;
    }
}

.hatena-module-titleSub,
.search-result .archive-headingSub,
.archive-header-category .archive-headingSub,
.entry-titleSub,
.c-titleSub {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .hatena-module-titleSub,
    .search-result .archive-headingSub,
    .archive-header-category .archive-headingSub,
    .entry-titleSub,
    .c-titleSub {
        font-size: 13px;
        line-height: 1;
    }
}

.hatena-module-titleSub:after,
.search-result .archive-headingSub:after,
.archive-header-category .archive-headingSub:after,
.entry-titleSub:after,
.c-titleSub:after {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .hatena-module-titleSub:after,
    .search-result .archive-headingSub:after,
    .archive-header-category .archive-headingSub:after,
    .entry-titleSub:after,
    .c-titleSub:after {
        margin-top: 6px;
        width: 25px;
    }
}

.c-subTitle {
    font-size: 24px;
    letter-spacing: 2px;
    border-bottom: solid 1px #f5f5f5;
    margin: 50px 0 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .c-subTitle {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .hatena-module .hatena-module-title {
        margin: 0 15px;
    }
}

.c-subText {
    color: #666666;
}

.c-textRed {
    color: #ea5532;
}

.c-text {
    line-height: 2;
}

.c-text--right {
    text-align: right;
}

.c-textRed {
    color: #ea5532;
}

.c-textOrange {
    color: #f29100;
}

.c-textBlue {
    color: #007297;
}

.c-linkText {
    color: #ea5532;
    text-decoration: underline;
}

.c-linkText--arrowLeft {
    position: relative;
}

.c-linkText--arrowLeft:before {
    content: "";
    margin-right: 1rem;
    display: inline-block;
    background-image: url("../img/arrow/arrow_red.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 9px;
    height: 13px;
}

.c-ico_win {
    position: relative;
}

.c-ico_win:after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: text-top;
    background-image: url(../img/icon/icon_win.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.c-numList {
    margin-top: 20px;
    counter-reset: number;
    font-size: 15px;
    line-height: 2;
}

.c-numList li {
    margin-top: 10px;
    text-indent: -1.5em;
    margin-left: 1.5em;
}

.c-numList li:before {
    counter-increment: number;
    content: counter(number) ".";
    padding-right: 5px;
}

.c-numList li ol {
    counter-reset: number;
}

.c-numList li ol li {
    margin-top: 5px;
    text-indent: -2em;
    margin-left: 2em;
}

.c-numList li ol li:before {
    counter-increment: number;
    content: "(" counter(number) ")";
    padding-right: 5px;
}

.c-linkList {
    border-top: solid 1px #dcdcdc;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .c-linkList {
        margin-bottom: 15px;
    }
}

.c-linkList__item {
    border-bottom: solid 1px #dcdcdc;
}

.c-linkList__item a {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 22px 0;
}

@media screen and (max-width: 768px) {
    .c-linkList__item a {
        display: block;
        padding: 15px 0;
    }
}

.c-linkList time {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    flex-basis: 10rem;
    line-height: 1;
    font-size: 16px;
    padding: 6px 0;
}

@media screen and (max-width: 768px) {
    .c-linkList time {
        font-size: 13px;
        flex-basis: 100%;
    }
}

.c-linkList time:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background-color: #dcdcdc;
    margin-right: 10px;
}

.c-linkList p {
    flex: 1;
    display: inline-block;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    .c-linkList p {
        font-size: 13px;
        line-height: 1.5;
        padding-left: 30px;
    }
}

.c-column1List {
    margin-bottom: 30px;
    display: block;
}

@media screen and (max-width: 768px) {
    .c-column1List {
        margin-bottom: 15px;
    }
}

.c-column1List__item {
    width: 100%;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    .c-column1List__item {
        margin-bottom: 0px;
    }
}

.c-column1List__item a {
    width: 100%;
    padding: 0px 0;
}

.c-column1List__item img {
    max-width: 350px;
    flex-basis: 350px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .c-column1List__item img {
        max-width: 100%;
        flex-basis: 100%;
    }
}

.c-column1List figure {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .c-column1List figure {
        display: block;
    }
}

.c-column1List figcaption {
    flex: 1;
    padding: 0px 10px 0px 30px;
}

@media screen and (max-width: 768px) {
    .c-column1List figcaption {
        padding: 15px 0;
    }
}

.c-column1List h5,
.c-column1List time {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    flex-basis: 10rem;
    line-height: 1;
    font-size: 16px;
    padding: 6px 0;
    margin-bottom: 16px;
}

.c-column1List h5:before,
.c-column1List time:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background-color: #dcdcdc;
    margin-right: 10px;
    margin-top: -4px;
}

.c-column1List p {
    flex: 1;
    display: inline-block;
    line-height: 30px;
    padding-left: 29px;
}

.c-column2List {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.c-column2List:after {
    display: block;
    content: "";
    width: 48%;
}

@media screen and (max-width: 768px) {
    .c-column2List:after {
        display: none;
    }
}

.c-column2List__item {
    width: 48%;
    padding-left: 0 !important;
}

.c-column2List__item:before {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .c-column2List__item {
        width: 100%;
    }
}

.c-column2List__item a {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0;
}

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

@media all and (-ms-high-contrast: none) {
    .c-column2List__item img {
        width: 528px;
    }
}

.c-column2List figcaption {
    display: block;
    padding: 30px 10px 30px 0;
}

.c-column2List h5,
.c-column2List time {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    flex-basis: 10rem;
    line-height: 1;
    font-size: 16px;
    padding: 6px 0;
    margin-bottom: 0 !important;
}

.c-column2List h5 a,
.c-column2List time a {
    display: inline;
    width: auto;
    color: #333333;
    text-decoration: none;
}

.c-column2List h5 a:hover,
.c-column2List time a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .c-column2List h5,
    .c-column2List time {
        font-size: 13px;
        padding-left: 30px;
        text-indent: -30px;
    }
}

.c-column2List h5:before,
.c-column2List time:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background-color: #dcdcdc;
    margin-right: 10px;
    margin-top: -4px;
}

.c-column2List p {
    flex: 1;
    display: inline-block;
    line-height: 30px;
    padding-left: 29px;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
    .c-column2List p {
        font-size: 13px;
        line-height: 24px;
    }
}

.urllist-with-thumbnails,
.c-column3List {
    border-top: none;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .urllist-with-thumbnails,
    .c-column3List {
        width: 300vw;
        justify-content: flex-start;
        margin-bottom: 15px;
    }
}

.urllist-with-thumbnails:after,
.c-column3List:after {
    display: block;
    content: "";
    width: 32%;
}

@media screen and (max-width: 768px) {
    .urllist-with-thumbnails:after,
    .c-column3List:after {
        display: none;
    }
}

.urllist-with-thumbnails .recent-entries-item, .urllist-with-thumbnails__item,
.c-column3List .recent-entries-item,
.c-column3List__item {
    width: 32%;
}

@media screen and (max-width: 768px) {
    .urllist-with-thumbnails .recent-entries-item, .urllist-with-thumbnails__item,
    .c-column3List .recent-entries-item,
    .c-column3List__item {
        display: block;
        width: 205px;
        margin-right: 10px;
    }
}

.urllist-with-thumbnails .recent-entries-item a, .urllist-with-thumbnails__item a,
.c-column3List .recent-entries-item a,
.c-column3List__item a {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 0;
}

.urllist-with-thumbnails .recent-entries-item figure, .urllist-with-thumbnails__item figure,
.c-column3List .recent-entries-item figure,
.c-column3List__item figure {
    width: 100%;
}

.urllist-with-thumbnails .recent-entries-item .thumbnail, .urllist-with-thumbnails__item .thumbnail,
.c-column3List .recent-entries-item .thumbnail,
.c-column3List__item .thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.urllist-with-thumbnails .recent-entries-item .thumbnail:before, .urllist-with-thumbnails__item .thumbnail:before,
.c-column3List .recent-entries-item .thumbnail:before,
.c-column3List__item .thumbnail:before {
    content: "";
    display: block;
    padding-top: 52.25%;
}

.urllist-with-thumbnails .recent-entries-item img, .urllist-with-thumbnails__item img,
.c-column3List .recent-entries-item img,
.c-column3List__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    transition: all 0.3s;
}

.urllist-with-thumbnails .recent-entries-item img:hover, .urllist-with-thumbnails__item img:hover,
.c-column3List .recent-entries-item img:hover,
.c-column3List__item img:hover {
    transform: scale(1.1);
}

.urllist-with-thumbnails figcaption,
.c-column3List figcaption {
    display: block;
    padding: 30px 10px 30px 0;
}

@media screen and (max-width: 768px) {
    .urllist-with-thumbnails figcaption,
    .c-column3List figcaption {
        padding: 15px 10px 15px 0;
    }
}

.urllist-with-thumbnails h5,
.urllist-with-thumbnails time,
.c-column3List h5,
.c-column3List time {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    flex-basis: 10rem;
    line-height: 1;
    font-size: 16px;
    padding: 6px 0;
    padding-left: 30px;
    text-indent: -30px;
}

@media screen and (max-width: 768px) {
    .urllist-with-thumbnails h5,
    .urllist-with-thumbnails time,
    .c-column3List h5,
    .c-column3List time {
        font-size: 13px;
        padding-left: 30px;
        text-indent: -30px;
        line-height: 20px;
    }
}

.urllist-with-thumbnails h5:before,
.urllist-with-thumbnails time:before,
.c-column3List h5:before,
.c-column3List time:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background-color: #dcdcdc;
    margin-right: 10px;
    margin-top: -4px;
}

.urllist-with-thumbnails p,
.c-column3List p {
    flex: 1;
    display: inline-block;
    line-height: 30px;
    padding-left: 29px;
}

@media screen and (max-width: 768px) {
    .urllist-with-thumbnails p,
    .c-column3List p {
        font-size: 13px;
        line-height: 24px;
    }
}

.c-squareList {
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    left: 0;
    transition: all 0.3s;
    list-style: none;
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .c-squareList {
        margin-bottom: 0px;
        overflow: visible;
    }
}

.c-squareList__item {
    width: 180px;
    height: 180px;
    display: inline-block;
    margin-right: 19px;
}

@media screen and (max-width: 768px) {
    .c-squareList__item {
        width: 90px;
        height: 90px;
        margin-right: 9px;
    }
}

.c-squareList__item a {
    width: 100%;
    display: block;
    line-height: 0;
}

.c-squareList__item img {
    max-width: 100%;
    height: auto;
    border: solid 1px #dcdcdc;
}

.c-tags {
    display: block;
    list-style: none;
    font-size: 0;
    line-height: 1;
}

.c-tags__item {
    display: inline-block;
    border-left: solid 1px #dcdcdc;
    line-height: 1;
    padding: 0 0.5rem;
    margin-bottom: 0.5rem;
}

.c-tags__item a {
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.c-tags__item a:hover {
    text-decoration: underline;
}

.c-column3List__item .c-tags {
    margin-top: -20px;
    padding: 0px 30px 30px 30px;
}

.c-lead {
    text-align: left;
    font-size: 16px;
    line-height: 2;
    z-index: 20;
    position: relative;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .c-lead {
        font-size: 13px;
        margin-bottom: 40px;
    }
}

.c-table {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    border: solid 1px #dcdcdc;
    line-height: 1.5;
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .c-table {
        margin-bottom: 30px;
        font-size: 13px;
    }
}

.c-table tr {
    border-bottom: solid 1px #dcdcdc;
}

.c-table th {
    padding: 15px;
    background-color: #f5f5f5;
    font-weight: 600;
    vertical-align: top;
    white-space: nowrap;
}

.c-table td {
    vertical-align: top;
    padding: 15px;
}

.c-table__simple {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    line-height: 1.5;
}

.c-table__simple tbody {
    border-top: solid 1px #dcdcdc;
}

.c-table__simple tr {
    border-bottom: solid 1px #dcdcdc;
}

.c-table__simple th {
    white-space: nowrap;
    font-weight: 600;
    padding: 15px;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .c-table__simple th {
        font-size: 13px;
    }
}

.c-table__simple td {
    padding: 15px;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .c-table__simple td {
        font-size: 13px;
    }
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

@media screen and (max-width: 768px) {
    .bx-wrapper {
        margin-bottom: 0px;
    }
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
    /*fix flickering when used background-image instead of <img> (on Chrome)*/
    -webkit-perspective: 1000;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /* fix other elements on the page moving (in Chrome) */
    -webkit-transform: translateZ(0);
}

/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
    min-height: 50px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
    text-align: left;
    font-size: 0.85em;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    padding-top: 40px;
    position: inherit;
}

@media screen and (max-width: 768px) {
    .bx-wrapper .bx-pager {
        text-align: center;
        padding-top: 0px;
    }
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 20px 0px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    .bx-wrapper .bx-pager.bx-default-pager a {
        margin: 0px 10px;
    }
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #ffdb00;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

@media screen and (max-width: 768px) {
    .bx-wrapper .bx-pager-item,
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
    }
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
    left: 0px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_black.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .bx-wrapper .bx-prev {
        background-size: 6px;
        left: 15px;
    }
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 60%;
    opacity: 1;
}

.bx-wrapper .bx-next {
    left: 60px;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_black.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .bx-wrapper .bx-next {
        background-size: 6px;
        left: 45px;
    }
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: 60%;
    opacity: 1;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    background-color: #fff;
    display: block;
    outline: 0;
    width: 58px;
    height: 58px;
    text-indent: -9999px;
    z-index: 19;
}

@media screen and (max-width: 768px) {
    .bx-wrapper .bx-controls-direction a {
        width: 29px;
        height: 29px;
        z-index: 19;
    }
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: 0.85em;
    padding: 10px;
}

.bx-controls {
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 768px) {
    .bx-controls {
        position: static;
    }
}

.bx-pager {
    position: absolute;
    top: 240px;
    left: 20px;
}

@media screen and (max-width: 768px) {
    .bx-pager {
        position: static;
    }
}

.bx-controls-direction {
    position: absolute;
    top: 420px;
}

@media screen and (max-width: 768px) {
    .bx-controls-direction {
        position: absolute;
        top: auto;
        bottom: 21px;
        right: 89px;
        left: auto;
    }
}

.p-sitemap ul {
    display: flex;
    flex-wrap: wrap;
}

.p-sitemap ul li {
    width: 50%;
    flex-basis: 50%;
}

@media screen and (max-width: 768px) {
    .p-sitemap ul li {
        width: 100%;
        flex-basis: 100%;
    }
}

.p-sitemap--other {
    border-top: solid 1px #f5f5f5;
    padding-top: 30px;
}

.breadcrumb {
    max-width: 1100px;
    width: 100%;
    padding: 0 0px;
    margin: 40px auto;
    font-size: 12px;
}

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

.breadcrumb-gt {
    display: none;
}

.breadcrumb-child a,
.breadcrumb-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    border-right: solid 1px #f5f5f5;
    color: #666666;
}

.breadcrumb-child a span,
.breadcrumb-link span {
    display: inline-block;
    color: #666666;
    padding: 0 0.5rem;
}

.breadcrumb-child span {
    color: #dcdcdc;
    padding: 0 0.5rem;
    font-size: 12px;
}

a.breadcrumb-link span {
    padding-left: 0;
}

/*
.p-breadcrumb {
  max-width: $container-max-width;
  width: 100%;
  padding: 0 0px;
  margin: 40px auto;
  // padding: 7px 15px 10px 100px;
  position: relative;
  line-height: 1;
  font-size: 0;
  // background:$color-bg;
  @include media(sp) {
    display: none;
  }
  // &:before {
  //   content: "";
  //   display: block;
  //   width: 90px;
  //   height: 1px;
  //   left: 0;
  //   bottom: 16px;
  //   margin: auto;
  //   position: absolute;
  //   background: $color-brand;
  // }
  &__item {
    display: inline-block;
    vertical-align: middle;
    color: $color-dark-gray;
    padding: 0 0.5rem;
    font-size: 12px;
    border-right: solid 1px $color-gray;
    &:last-child {
      border-right: none;
    }
  }
  &__link {
    color: $color-black;
    padding: 0;
  }
}
*/
.p-contact__inner {
    background-color: #f5f5f5;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .p-contact__inner {
        padding: 26px 26px 35px;
        display: block;
        text-align: center;
        margin: 0 15px;
    }
}

.p-contact__logo {
    width: 158px;
    margin: 0 40px !important;
}

@media screen and (max-width: 768px) {
    .p-contact__logo {
        width: 95px;
        margin: 0 auto 10px !important;
        display: block;
    }
}

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

@media screen and (max-width: 768px) {
    .p-contact__button {
        width: 215px;
        font-size: 13px;
    }
}

.p-maintitle {
    position: relative;
}

@media screen and (max-width: 768px) {
    .p-maintitle {
        margin-top: 0;
        padding-top: 0;
    }
    .p-maintitle .l-bgLeft:before {
        top: 85px;
        left: auto;
        right: 30px;
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .p-maintitle .l-bgLeft:before {
        height: 30vw;
        top: 7vw;
    }
}

.p-maintitle__inner {
    position: relative;
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .p-maintitle__inner {
        overflow: visible;
        margin-top: 0 !important;
    }
}

.p-maintitle__image {
    position: absolute;
    left: 0;
    z-index: 2;
}

@media all and (-ms-high-contrast: none) {
    .p-maintitle__image img {
        width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    .p-maintitle__image {
        position: static;
        margin-bottom: 25px;
    }
    .p-maintitle__image img {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.p-maintitle__detail {
    margin-left: 500px;
    position: relative;
    z-index: 10;
    margin-bottom: 170px;
    background-color: #fff;
    padding: 60px;
}

.p-maintitle__detailWrap {
    padding-top: 170px;
}

@media screen and (max-width: 768px) {
    .p-maintitle__detailWrap {
        margin-top: 30px;
        padding-top: 0;
        margin: 0 -15px;
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    .p-maintitle__detail {
        margin-left: 0px;
        margin-bottom: 0;
        padding: 15px;
    }
}

.p-maintitle__detail h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .p-maintitle__detail h4 {
        font-size: 18px;
    }
}

.p-maintitle__detail p {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .p-maintitle__detail p {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 0px;
    }
}

.p-maintitle + ul {
    margin-top: -80px;
}

.p-aside {
    border-left: solid 1px #dcdcdc;
}

@media screen and (max-width: 768px) {
    .p-aside {
        border: none;
        padding: 20px 15px;
        background-color: #007297;
    }
}

.p-aside h4 {
    font-size: 13px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}

.p-aside__title {
    background-color: #007297;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 10px 10px 10px 26px;
    font-size: 13px;
    line-height: 1;
    margin-left: -1px;
}

@media screen and (max-width: 768px) {
    .p-aside__title {
        padding: 0;
        margin-left: 0;
        display: block;
        text-align: center;
    }
    .p-aside__title.p-fixedButton {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        z-index: 90;
        text-align: center;
        font-size: 13px;
        padding: 1rem;
        text-align: center;
    }
}

.p-aside__title:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 16px;
    width: 10px;
    height: 1px;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .p-aside__title:before {
        display: none;
    }
}

.p-aside__link {
    margin-top: 30px;
    margin-left: 29px;
}

@media screen and (max-width: 768px) {
    .p-aside__link {
        margin-left: 0;
    }
}

.p-aside__link__item {
    margin-bottom: 10px !important;
    padding-left: 0 !important;
}

.p-aside__link__item:before {
    display: none !important;
}

.p-aside__link__item a {
    display: block;
    text-decoration: none !important;
}

.p-aside__link__item img {
    max-width: 100%;
    line-height: 0;
}

.p-404 {
    position: relative;
    overflow: hidden;
}

.p-404:before {
    content: "404";
    display: block;
    position: absolute;
    overflow: hidden;
    top: 120px;
    right: -70px;
    font-weight: 600;
    color: #f5f5f5;
    z-index: -1;
    line-height: 1;
    font-size: 340px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
    .p-404:before {
        font-size: 170px;
        top: -27px;
        right: -35px;
    }
}

.p-404__title {
    font-size: 120px;
    line-height: 1;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .p-404__title {
        font-size: 60px;
    }
}

.p-404__sub {
    font-size: 30px;
    color: #007297;
    line-height: 1;
    margin-bottom: 40px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .p-404__sub {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

.p-404__text {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .p-404__text {
        font-size: 15px;
        margin-bottom: 60px;
    }
}

.p-message {
    position: relative;
    overflow: hidden;
}

.p-message__block {
    position: relative;
}

.p-message__name {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
}

.p-message__name1 {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .p-message__name1 {
        margin-bottom: 0 !important;
    }
}

.p-message__name2 {
    font-size: 32px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .p-message__name2 {
        margin-bottom: 0 !important;
        line-height: 1.5 !important;
    }
}

.p-message__name2 small {
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .p-message__name2 small {
        display: block;
    }
}

.p-message__text {
    max-width: 800px;
    margin: 80px auto;
}

@media screen and (max-width: 768px) {
    .p-message__text {
        margin: 10px auto 40px;
    }
}

.p-message__name3 {
    text-align: right;
    font-size: 24px;
    font-weight: 700;
}

.p-message__name3 small {
    font-size: 15px;
    font-weight: 400;
}

.entry-content .p-group-list {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 768px) {
    .entry-content .p-group-list {
        grid-template-columns: none;
    }
}

.entry-content .p-group-list__item {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.entry-content .p-group-list__item::before {
    content: none;
}

.entry-content .p-group-list__link:hover {
    opacity: .8;
}

.entry-content .p-group-list__img {
    max-width: 100%;
    margin-bottom: 8px;
    border: 1px solid #ddd;
}

.p-ondemand-header {
    margin-bottom: 80px;
}

.entry-content .p-ondemand li::before {
    content: "";
    width: 8px;
    height: 1px;
    background: #007297;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.p-main {
    position: relative;
    margin-top: 0px;
}

.p-main:after {
    content: "";
    display: block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/parts/bg_line.svg");
    background-size: cover;
    background-position: 0 -360px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    z-index: -2;
    position: absolute;
    left: 0;
    bottom: -670px;
}

@media screen and (max-width: 768px) {
    .p-main:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .p-main {
        background-color: #007297;
        margin-top: 0px;
    }
}

.p-main__innerWrap {
    margin: 0 auto;
}

.p-main__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.p-main__navi {
    position: absolute;
    z-index: 20;
    padding-top: 0;
}

.p-main__navi h2 {
    display: none;
}

@media screen and (max-width: 768px) {
    .p-main__navi {
        position: static;
        padding: 0px 15px;
        background-color: #fff;
    }
}

.p-main__slider {
    margin-left: 80px;
    max-width: 1020px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .p-main__slider {
        margin: 0;
    }
}

.p-main__slider a {
    max-width: 1020px;
    display: block;
    line-height: 0;
}

.p-main__slider a img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .p-main__pickup {
        padding: 15px;
    }
}

.p-main__pickup h3 {
    margin: 10px 0;
    color: #fff;
}

.p-main__pickup h3:after {
    background-color: #fff;
}

.p-main__pickupBanner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .p-main__pickupBanner {
        flex-wrap: wrap;
    }
}

.p-main__pickupBanner__item {
    flex: 1;
}

@media screen and (max-width: 768px) {
    .p-main__pickupBanner__item {
        width: 50%;
        flex: auto;
    }
}

.p-main .l-bg:before {
    top: 50%;
    background-color: #007297;
}

@media screen and (max-width: 768px) {
    .p-main .l-bg:before {
        display: none;
    }
}

.archive-description {
    text-align: left;
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .archive-description {
        font-size: 13px;
        line-height: 1.8;
    }
}

.archive-entries {
    width: 100%;
}

.archive-entries .archive-entry-header .date {
    display: none;
}

.archive-entries .categories {
    display: none;
}

.archive-entries .archive-entry {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.archive-entries .archive-entry:hover .entry-title a {
    text-decoration: underline;
}

.archive-entries .archive-entry:hover .archive-entry-body a p {
    text-decoration: underline;
}

.archive-entries .archive-entry .entry-thumb-link {
    width: 350px;
    flex-basis: 350px;
    order: 1;
}

.archive-entries .archive-entry .entry-thumb-link .entry-thumb {
    width: 100%;
    height: 184px;
}

.archive-entries .archive-entry .archive-entry-header {
    flex: 1;
    padding: 0px 10px 0px 30px;
    display: block;
    order: 2;
}

.archive-entries .archive-entry .archive-entry-header .entry-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 16px;
    padding: 6px 0;
    margin-bottom: 16px;
}

.archive-entries .archive-entry .archive-entry-header .entry-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background-color: #dcdcdc;
    margin-right: 3px;
    margin-top: -4px;
}

.archive-entries .archive-entry .archive-entry-header .entry-title:after {
    display: none;
}

.archive-entries .archive-entry .archive-entry-body {
    display: block;
    order: 3;
}

.archive-entries .archive-entry .archive-entry-body p {
    display: inline-block;
    line-height: 30px;
    padding-left: 29px;
}

.archive-entries .archive-entry .archive-entry-body a {
    display: inline-block;
}

.archive-entries .archive-entry .archive-entry-body a:hover {
    text-decoration: underline;
}

body.category-電子書籍 .archive-entries,
body.category-書籍 .archive-entries,
body.category-column2 .archive-entries {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    body.category-電子書籍 .archive-entries,
    body.category-書籍 .archive-entries,
    body.category-column2 .archive-entries {
        width: 100vw;
        justify-content: flex-start;
        margin: 0 15px;
    }
}

body.category-電子書籍 .archive-entries:after,
body.category-書籍 .archive-entries:after,
body.category-column2 .archive-entries:after {
    display: block;
    content: "";
    width: 32%;
}

@media screen and (max-width: 768px) {
    body.category-電子書籍 .archive-entries:after,
    body.category-書籍 .archive-entries:after,
    body.category-column2 .archive-entries:after {
        display: none;
    }
}

body.category-電子書籍 .archive-entry,
body.category-書籍 .archive-entry,
body.category-column2 .archive-entry {
    width: 32%;
    margin: 0;
}

@media screen and (max-width: 768px) {
    body.category-電子書籍 .archive-entry,
    body.category-書籍 .archive-entry,
    body.category-column2 .archive-entry {
        width: 100%;
    }
    body.category-電子書籍 .archive-entry .entry-thumb-link,
    body.category-書籍 .archive-entry .entry-thumb-link,
    body.category-column2 .archive-entry .entry-thumb-link {
        width: 100%;
    }
    body.category-電子書籍 .archive-entry .entry-thumb,
    body.category-書籍 .archive-entry .entry-thumb,
    body.category-column2 .archive-entry .entry-thumb {
        float: none;
        margin: 0;
    }
}

body.category-電子書籍 .archive-entry .archive-entry-header,
body.category-書籍 .archive-entry .archive-entry-header,
body.category-column2 .archive-entry .archive-entry-header {
    display: block;
    padding: 30px 10px 0px 0;
}

body.category-電子書籍 .archive-entry .archive-entry-header .entry-title,
body.category-書籍 .archive-entry .archive-entry-header .entry-title,
body.category-column2 .archive-entry .archive-entry-header .entry-title {
    padding-left: 30px;
    text-indent: -30px;
    line-height: 1.5;
    margin-bottom: 0;
}

body.category-電子書籍 .categories,
body.category-書籍 .categories,
body.category-column2 .categories {
    display: block;
    order: 4;
    width: 100%;
    margin-bottom: 0.5rem;
    line-height: 1;
    font-size: 0;
    padding: 10px 10px 10px 30px;
}

body.category-電子書籍 .categories a,
body.category-書籍 .categories a,
body.category-column2 .categories a {
    display: inline-block;
    border-left: solid 1px #dcdcdc;
    line-height: 1;
    padding: 0 0.5rem;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0.5rem;
}

body.category-電子書籍 .categories a:hover,
body.category-書籍 .categories a:hover,
body.category-column2 .categories a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .archive-entries {
        width: 100%;
        margin: 0 15px;
    }
    .archive-entries .archive-entry {
        width: 100%;
    }
    .archive-entries .archive-entry .archive-entry-header {
        display: block;
        padding: 30px 10px 0px 0;
    }
    .archive-entries .archive-entry .archive-entry-header .entry-title {
        padding-left: 30px;
        text-indent: -30px;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .archive-entries .archive-entry .entry-thumb-link {
        width: 100%;
    }
    .archive-entries .archive-entry .entry-thumb {
        float: none;
        margin: 0;
    }
}

.categories a {
    width: auto !important;
    display: inline-block !important;
}

.p-ourbusiness {
    position: relative;
    padding-top: 80px;
    margin-bottom: 80px;
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness {
        margin-top: 60px;
        padding-top: 35px;
    }
}

.p-ourbusiness:before {
    content: "";
    position: absolute;
    background-color: #007297;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness:before {
        height: 196px;
    }
}

.p-ourbusiness__inner {
    position: relative;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__inner {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.p-ourbusiness__image {
    position: absolute;
    top: 0px;
    left: 0;
    max-width: 780px;
    z-index: 2;
}

.p-ourbusiness__title {
    margin-left: 500px;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__title {
        margin-left: 0;
        padding: 15px 0;
        padding-top: 50vw;
    }
}

.p-ourbusiness__title h3 {
    padding-top: 60px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__title h3 {
        padding-top: 0px;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 0px;
    }
}

.p-ourbusiness__title h3:after {
    background-color: #fff;
}

.p-ourbusiness__copy {
    color: #fff;
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__copy {
        font-size: 24px;
        font-size: 6.25vw;
        line-height: 1.5;
        white-space: normal;
    }
}

.p-ourbusiness__detail {
    margin-top: 30px;
    margin-left: 500px;
    position: relative;
    z-index: 10;
    background-color: #fff;
    padding: 60px;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__detail {
        margin-top: 40px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
    }
}

.p-ourbusiness__detail h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__detail h4 {
        font-size: 18px;
        line-height: 1.5;
    }
}

.p-ourbusiness__detail p {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__detail p {
        font-size: 13px;
        line-height: 1.8;
    }
}

.p-ourbusiness__service {
    position: relative;
    left: 50%;
    margin-left: -550px;
    padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__service {
        left: 0;
        margin-left: 0;
        margin-top: 50px;
    }
}

.p-ourbusiness__service h4 {
    margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__service h4 {
        padding: 0 15px;
        margin-bottom: 0;
    }
}

.p-ourbusiness__serviceSlide:before {
    left: -550px;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__serviceSlide:before {
        left: 0;
    }
}

.p-ourbusiness__serviceSlide .c-squareList__item a {
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__serviceSlide:before {
        height: 150px;
    }
    .p-ourbusiness__serviceSlide ul {
        padding: 0 0 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__serviceNav {
        position: relative;
        margin-top: 10px;
        padding: 0 0 0 15px;
    }
}

.p-ourbusiness__serviceMore {
    max-width: 1100px;
    margin-left: 0;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__serviceMore {
        margin-top: 60px;
    }
}

.p-ourbusiness__serviceNav__prev {
    left: 0px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_black.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__serviceNav__prev {
        left: 15px;
        background-size: 6px;
    }
}

.p-ourbusiness__serviceNav__prev:hover,
.p-ourbusiness__serviceNav__prev:focus {
    background-position: 60%;
    opacity: 1;
}

.p-ourbusiness__serviceNav__next {
    left: 60px;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_black.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__serviceNav__next {
        left: 45px;
        background-size: 6px;
    }
}

.p-ourbusiness__serviceNav__next:hover,
.p-ourbusiness__serviceNav__next:focus {
    background-position: 60%;
    opacity: 1;
}

.p-ourbusiness__serviceNav a {
    position: absolute;
    background-color: #fff;
    display: block;
    outline: 0;
    width: 58px;
    height: 58px;
    text-indent: -9999px;
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    .p-ourbusiness__serviceNav a {
        width: 29px;
        height: 29px;
    }
}

@media screen and (min-width: 769px) {
    .p-news .l-row__column:nth-child(1) {
        margin-right: 50px;
    }
    .p-news .l-row__column:nth-child(2) {
        margin-left: 50px;
    }
}

.p-newarrivals {
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .p-englishjuornalonline {
        margin-top: 60px;
    }
}

.recent-entries {
    border-top: solid 1px #dcdcdc;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .recent-entries {
        margin-bottom: 15px;
    }
}

.recent-entries .recent-entries-item {
    border-bottom: solid 1px #dcdcdc;
}

.recent-entries .recent-entries-item a {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0;
}

@media screen and (max-width: 768px) {
    .recent-entries .recent-entries-item a {
        display: block;
        padding: 15px 0;
    }
}

.recent-entries time {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    flex-basis: 10rem;
    line-height: 1;
    font-size: 16px;
    padding: 6px 0;
}

@media screen and (max-width: 768px) {
    .recent-entries time {
        font-size: 13px;
        flex-basis: 100%;
    }
}

.recent-entries time:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background-color: #dcdcdc;
    margin-right: 10px;
}

.recent-entries p {
    flex: 1;
    display: inline-block;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    .recent-entries p {
        font-size: 13px;
        line-height: 1.5;
        padding-left: 30px;
    }
}

.hatena-module-recent-entries .hatena-module-body,
.hatena-module-recent-entries .p-aside {
    border: none;
}

#main-inner {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    #main-inner {
        margin-top: 75px;
    }
}

#main-inner .hatena-module {
    width: 100%;
}

#main-inner .hatena-module-recent-entries .hatena-urllist a {
    padding: 22px 0;
}

@media screen and (max-width: 768px) {
    #main-inner .hatena-module-recent-entries {
        width: 100%;
        margin: 15px;
    }
    #main-inner .hatena-module-recent-entries .hatena-module-title {
        margin: 0;
    }
    #main-inner .hatena-module-recent-entries .hatena-urllist {
        margin: 15px 0;
    }
    #main-inner .hatena-module-recent-entries .hatena-urllist p {
        display: block;
        width: 100%;
    }
}

.hatena-module.hatena-module-recent-entries.category-プレスリリース,
.hatena-module.hatena-module-recent-entries.category-ニュース {
    width: 48%;
    max-width: 500px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 200px;
}

.hatena-module.hatena-module-recent-entries.category-書籍 {
    margin-top: 140px;
    max-width: 1100px !important;
    position: relative;
    margin-bottom: -120px !important;
}

.hatena-module.hatena-module-recent-entries.category-書籍 .hatena-module-body {
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
    .hatena-module.hatena-module-recent-entries.category-書籍 {
        margin-top: 70px;
    }
    .hatena-module.hatena-module-recent-entries.category-書籍 .hatena-module-body {
        overflow: hidden;
    }
    .hatena-module.hatena-module-recent-entries.category-書籍 .hatena-module-title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hatena-module.hatena-module-recent-entries.category-書籍 ul {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}

.hatena-module.hatena-module-recent-entries.category-書籍 .recent-entries {
    border-top: none;
}

.hatena-module.hatena-module-recent-entries.category-書籍 .recent-entries .recent-entries-item {
    border-bottom: none;
}

.hatena-module.hatena-module-recent-entries.category-書籍 time {
    display: block;
    padding: 6px 0;
    padding-left: 30px;
    text-indent: -30px;
}

.hatena-module.hatena-module-recent-entries.category-書籍 .urllist-see-more {
    text-align: center;
}

.hatena-module.hatena-module-recent-entries.category-書籍 ul {
    position: relative;
}

.hatena-module.hatena-module-recent-entries.category-書籍 ul:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    background-color: #f5f5f5;
    top: 70px;
    left: 170px;
    z-index: -1;
}

.hatena-module.hatena-module-recent-entries.category-書籍 .recent-entries-see-more-link {
    color: #007297;
    display: inline-block;
    position: relative;
    border-radius: 0;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    background-color: #222;
    padding: 0.6rem 1rem;
    width: 350px;
    position: relative;
    transition: all 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.hatena-module.hatena-module-recent-entries.category-書籍 .recent-entries-see-more-link:after {
    content: "";
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 4px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 0;
    transition: all 0.3s;
}

.hatena-module.hatena-module-recent-entries.category-書籍 .recent-entries-see-more-link:hover:after {
    margin-left: 5px;
    margin-right: 0px;
}

@media screen and (max-width: 768px) {
    .hatena-module.hatena-module-recent-entries.category-書籍 .recent-entries-see-more-link {
        width: 215px;
        padding: 4px 0.2rem;
    }
}

.hatena-module.hatena-module-recent-entries.category-書籍 .recent-entries-see-more-link:after {
    content: "";
    position: absolute;
    transition: all 0.3s;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    display: inline-block;
    background-image: url("https://cdn2.alc.co.jp/sa/www/assets/arrow/arrow_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
    height: 4px;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 5px;
    margin-left: 0;
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .hatena-module.hatena-module-recent-entries.category-書籍 .recent-entries-see-more-link:after {
        width: 25px;
        right: 5px;
        margin-top: -2px;
    }
}

.hatena-module.hatena-module-recent-entries.category-書籍 .recent-entries-see-more-link:hover {
    opacity: 0.7;
}

.hatena-module.hatena-module-recent-entries.category-書籍 .recent-entries-see-more-link:hover:after {
    right: 15px;
}

.urllist-see-more-link:hover {
    background-color: transparent;
    color: #007297;
}

.recent-entries-image-link {
    position: relative;
    overflow: hidden;
}

.recent-entries-image-link:before {
    content: "";
    display: block;
    padding-top: 52.25%;
}

.hatena-module.hatena-module-recent-entries.category-書籍 .urllist-date-link {
    display: none;
}

#main-inner .hatena-module-recent-entries.category-書籍 .hatena-urllist a {
    padding: 0;
}

#main-inner .hatena-module-recent-entries.category-書籍 .hatena-urllist .recent-entries-title {
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    flex-basis: 10rem;
    font-size: 16px;
    padding: 6px 0;
    padding-left: 30px;
    text-indent: -30px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 24px;
}

#main-inner .hatena-module-recent-entries.category-書籍 .hatena-urllist .recent-entries-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background-color: #dcdcdc;
    margin-right: 10px;
    margin-top: -4px;
}

#container {
    padding-top: 160px;
}

@media screen and (max-width: 768px) {
    #container {
        padding-top: 0px;
    }
}

.search-result-form {
    display: none;
}

.search-result {
    width: 100%;
}

.entry-content .p-sitemap ul li:before {
    top: -13px;
}

.page-entry #main-inner {
    overflow: visible;
}

.p-aside {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}

.is-hidden {
    display: none !important;
}

/*# sourceMappingURL=alccojp.css.map */