@charset "UTF-8";
/*--------------------------------------

variables

--------------------------------------*/
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat; /* 1 */
  box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box; /* 1 */
  cursor: default; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 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: #ffff00;
  color: #000000;
}

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

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* 1 */
  color: #000000; /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

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

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

/**
 * 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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

* {
  border: 0;
  margin: 0;
  padding: 0;
}

/*--------------------------------------

bese style

--------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
}

body, button {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, ARIAL, sans-serif;
  color: #333333;
}

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

a {
  color: #006CD8;
}

a:hover {
  color: #999;
}

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

p {
  font-size: 1.6rem;
  line-height: 1.7;
}

li {
  list-style-type: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

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

.pcOnly {
  display: none;
}

.telLink {
  color: #333;
}

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

.icon {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.textCenter {
  text-align: center;
}
/*--------------------------------------

header style

--------------------------------------*/
#header {
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  z-index: 3;
  position: relative;
}

.headWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0 10px;
  margin-bottom: 0;
  position: relative;
}

.logoWrap {
  width: 185px;
  height: 55px;
  margin-left: 15px;
}
.logoWrap img {
  max-width: 100%;
  height: auto;
}

.companyName a {
  width: 100%;
  display: block;
  color: #111;
}

#toggle {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1000;
  background: transparent;
  border: none;
  cursor: pointer;
  background: rgb(65, 149, 233);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trigger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
}

.trigger span {
  display: block;
  width: 30px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
}

.toggleMenuWrap {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  background: rgb(65, 149, 233);
  transition: right 0.3s;
  z-index: 900;
  overflow-y: auto;
  padding: 30px 15px 0;
}

.toggleMenuWrap.open {
  right: 0;
}

.toggleMenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toggleMenu li {
  margin: 10px 0;
}

.toggleMenu a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  display: block;
}

#toggle.open {
  background: #fff;
}

#toggle.open .trigger span {
  background: rgb(65, 149, 233);
}

#toggle.open .trigger span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}

#toggle.open .trigger span:nth-child(2) {
  opacity: 0;
}

#toggle.open .trigger span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}

.pcApplyBtn {
  display: none;
}

.spApplyBtn {
  margin: 20px 20px 0;
  padding-bottom: 20px;
}
.spApplyBtn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  border-radius: 30px;
  background: rgb(230, 0, 18);
  padding: 0 15px;
  color: #fff !important;
  text-decoration: none;
}
.pcApplyBtnOff {
  display: none;
}

.ApplyBtnOff {
  margin: 20px 20px 0;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 30px;
  background: #ddd;
  padding: 0 15px;
  color: #666 !important;
}

/*--------------------------------------

main style

--------------------------------------*/
main {
  margin-bottom: 40px;
}

/*    title    */
.headPhotoWrap {
  height: 100px;
  background: url("../images/slide_01.jpg") center center no-repeat;
  background-size: cover;
}

.pageTitle {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
.pageTitle span {
  font-size: 1.4rem;
  color: rgb(65, 149, 233);
  display: block;
}

.pageSubTitle {
  color: rgb(65, 149, 233);
  text-align: center;
  font-size: 2.3rem;
  font-weight: 900;
  margin-bottom: 30px;
}

.cTitle {
  margin-bottom: 20px;
  color: #0059B2;
  font-size: 1.8rem;
  border-bottom: 1px solid #0059B2;
}
.cTitle:before {
  content: "■";
  font-weight: 900;
  margin-right: 7px;
}

.cSubTitle {
  font-size: 1.7rem;
  font-weight: 900;
  color: #0059B2;
}

/*    bread    */
.breadWrap {
  margin-bottom: 35px;
}

.bread {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 15px;
}

.bread li,
.bread li a {
  font-size: 1.3rem;
  color: #444;
  text-decoration: none;
}

.bread li a:hover {
  color: rgb(65, 149, 233);
}

.bread li:not(:last-child)::after {
  content: "";
  background: url(../images/icon_arrow-black.svg) no-repeat;
  width: 7px;
  height: 7px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin: 0 15px;
}

.breadHome::before {
  content: "";
  background: url(../images/icon_home.svg) no-repeat;
  width: 17px;
  height: 17px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 7px;
}

/*--------------------------------------

footer style

--------------------------------------*/
.pagetopWrap {
  width: 109px;
  margin: 0 auto 20px;
}

.pagetop {
  width: 100%;
  display: block;
}

.footMtBg {
  margin-bottom: -2px;
}

.footWrap {
  background: #444444;
  padding: 15px 0;
}

.footBox {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 30px;
  margin: 0 15px;
}

.footerLogoWrap {
  width: 100%;
}

.footerLogo {
  width: 100%;
  margin-bottom: 15px;
}
.footerLogo img {
  width: 220px;
  margin: 0 auto;
}

.footApplyBtn {
  width: 270px;
  margin: 0 auto 20px;
}

.footApplyBtnList:not(:last-of-type) {
  margin-bottom: 10px;
}

.footApplyBtnListLink {
  font-size: 1.3rem;
  height: 40px;
  background: #333333;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #fff;
  padding: 0 15px;
  transition: background-color 0.3s;
}
.footApplyBtnListLink:hover {
  background: #222;
}
.footApplyBtnListLink::after {
  content: "";
  background: url(../images/icon_arrow.svg) no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: contain;
  vertical-align: middle;
}

.footerSponsorItem {
  display: flex;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.footerSponsorTitle {
  width: 70px;
}

.footerSponsorName {
  flex-basis: calc(100% - 70px);
}

.copy {
  background: rgb(65, 149, 233);
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 5px 15px;
}

@media print{
  body {
    width: 960px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px){
  .telLink {
    pointer-events: none;
    text-decoration: none;
  }
  .spOnly {
    display: none;
  }
  .centerBox--760 {
    max-width: 760px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .flex-row--768 {
    display: flex;
  }
  .flex-row-sb--768 {
    display: flex;
    justify-content: space-between;
  }
  .flex-row-end--768 {
    display: flex;
    justify-content: flex-end;
  }
  .flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .spApplyBtn {
    width: 300px;
    margin: 20px auto;
  }
  .headPhotoWrap {
    height: 350px;
  }
  .pageTitle {
    font-size: 3.5rem;
    margin-bottom: 50px;
  }
  .pageTitle span {
    font-size: 1.6rem;
  }
  .pageSubTitle {
    font-size: 3rem;
  }
  .footWrap {
    padding: 50px 0 20px;
  }
  .footBox {
    grid-template-columns: 300px 1fr;
    gap: 50px;
  }
  .footerSponsorWrap {
    flex-basis: calc(100% - 300px);
  }
}

@media print, screen and (min-width: 960px){
  body {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .sideMargin {
    padding-left: 0;
    padding-right: 0;
  }
  .centerBox {
    max-width: 960px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .pcOnly {
    display: block;
  }
  .flex-row--960 {
    display: flex;
  }
  .flex-row-sb--960 {
    display: flex;
    justify-content: space-between;
  }
  .flex-row-end--960 {
    display: flex;
    justify-content: flex-end;
  }
  .headFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .headWrap {
    width: 960px;
    margin: 0 auto 5px;
  }
  .logoWrap {
    width: 270px;
    height: 75px;
    margin-left: 0;
  }
  #toggle {
    display: none;
  }
  .toggleMenuWrap {
    position: static;
    width: 960px;
    height: auto;
    margin: 0 auto;
    background: none;
    right: auto;
    overflow: visible;
    padding: 10px 0;
  }
  .toggleMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    align-items: flex-start;
  }
  .toggleMenu li {
    margin: 0;
    flex: 1 0 auto;
    text-align: center;
  }
  .toggleMenu a {
    display: block;
    color: #333;
    padding: 5px 15px;
    transition: all 0.2s;
  }
  .toggleMenu a:hover {
    color: rgb(65, 149, 233);
  }
  .homeMenu {
    display: none;
  }
  .pcApplyBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-radius: 30px;
    background: rgb(230, 0, 18);
    padding: 0 15px;
    color: #fff !important;
    text-decoration: none;
    width: 250px;
    height: 40px;
    padding: 0 20px;
    transition: background-color 0.3s;
  }
  .pcApplyBtn:hover {
    background: rgb(255, 0, 21);
  }
  .pcApplyBtn:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 13px;
    background-image: url(../images/icon_arrow.svg);
    background-size: contain;
    vertical-align: middle;
  }
  .spApplyBtn {
    width: 210px;
    margin: 0 0 0 10px;
    padding-bottom: 0;
    display: none;
  }
  .spApplyBtn a {
    height: 40px;
    padding: 0 25px;
    transition: background-color 0.3s;
  }
  .spApplyBtn a:hover {
    background: rgb(255, 0, 21);
  }
  .homeIcon {
    display: none;
  }
  .pcApplyBtnOff {
    width: 200px;
    height: 40px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #ddd;
    padding: 0 15px;
    color: #666;
  }
  .ApplyBtnOff {
    display: none;
  }
  .footBox {
    width: 960px;
    margin: 0 auto;
  }
  .footerLogoWrap {
    width: 270px;
  }
  .footerLogo img {
    width: 270px;
  }
  .footerSponsorWrap {
    flex-basis: calc(100% - 400px);
  }
}

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