@charset "UTF-8";


/*---------------------------------------------------------------*\
$all,html,body,layout
\*---------------------------------------------------------------*/

* {
  color: #333;
  font-size: 19px;
  box-sizing: border-box;
  line-height: 1;
}


@media screen and (max-width: 600px) {

  * {
    font-size: 15px;
  }
}


html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter Tight", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "ヒラギノ角ゴ Pro W3", Roboto, "Segoe UI", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  -webkit-transition: opacity .8s ease;
  transition: opacity .8s ease;
}


/*---------------------------------------------------------------*\
$reset styles
\*---------------------------------------------------------------*/

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

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  outline: none;
}

ul, li {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

figure {
  margin: 0;
  height: fit-content;
}

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

span, i, time, picture, a {
  display: block;
}

img, canvas, iframe, video, svg {
  border: none;
  max-width: 100%;
  height: auto;
  display: block;
}

img, svg {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}


/*---------------------------------------------------------------*\
$screen reader
\*---------------------------------------------------------------*/

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


/*---------------------------------------------------------------*\
$backgrouns image
\*---------------------------------------------------------------*/

.bg_settings {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}


/*---------------------------------------------------------------*\
$emphasis
\*---------------------------------------------------------------*/

p em {
  background: linear-gradient(to right, #aae6ff 0%, #aae6ff 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
  width: fit-content;
  color: #333;
  font-style: normal;
  font-weight: 600;
}


/*---------------------------------------------------------------*\
$block/inline
\*---------------------------------------------------------------*/

.inline_block {
  display: inline-block;
}

.block {
  display: block;
}

.inline,
.inline * {
  display: inline;
}


/*---------------------------------------------------------------*\
$transition
\*---------------------------------------------------------------*/

.transition {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}


/*---------------------------------------------------------------*\
$font weight
\*---------------------------------------------------------------*/

.font_black {
  font-weight: 900;
}

.font_bold {
  font-weight: 700;
}

.font_semibold {
  font-weight: 500;
}

.font_transparent {
  color: transparent;
}


/*---------------------------------------------------------------*\
$word break
\*---------------------------------------------------------------*/

.br_on_600 {
  display: none;
}

.br_on_760 {
  display: none;
}

.br_on_860 {
  display: none;
}

.br_on_960 {
  display: none;
}

.br_on_1080 {
  display: none;
}

.br_on_1280 {
  display: none;
}

.br_off_600 {
  display: inline;
}

.br_off_760 {
  display: inline;
}

.br_off_860 {
  display: inline;
}

.br_off_960 {
  display: inline;
}

.br_off_1080 {
  display: inline;
}

.br_off_1280 {
  display: inline;
}


@media screen and (max-width: 600px) {

  .br_on_600 {
    display: inline;
  }

  .br_off_600 {
    display: none;
  }
}


@media screen and (max-width: 760px) {

  .br_on_760 {
    display: inline;
  }

  .br_off_760 {
    display: none;
  }
}


@media screen and (max-width: 860px) {

  .br_on_860 {
    display: inline;
  }

  .br_off_860 {
    display: none;
  }
}


@media screen and (max-width: 960px) {

  .br_on_960 {
    display: inline;
  }

  .br_off_960 {
    display: none;
  }
}


@media screen and (max-width: 1080px) {

  .br_on_1080 {
    display: inline;
  }

  .br_off_1080 {
    display: none;
  }
}

@media screen and (max-width: 1280px) {

  .br_on_1280 {
    display: inline;
  }

  .br_off_1280 {
    display: none;
  }
}


/*---------------------------------------------------------------*\
$flex
\*---------------------------------------------------------------*/

.flex {
  display: flex;
}

.inline_flex {
  display: inline-flex;
}

.flex_col {
  flex-direction: column;
}

.flex_wrap {
  flex-wrap: wrap;
}

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

.justify_center {
  justify-content: center;
}

.justify_start {
  justify-content: flex-start;
}

.justify_end {
  justify-content: flex-end;
}

.items_center {
  align-items: center;
}

.items_start {
  align-items: flex-start;
}

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


/*---------------------------------------------------------------*\
$grid
\*---------------------------------------------------------------*/

.grid {
  display: grid;
}


/*---------------------------------------------------------------*\
$text align 
\*---------------------------------------------------------------*/

.align_center {
  text-align: center;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}


/*---------------------------------------------------------------*\
$line height 
\*---------------------------------------------------------------*/

.line_mini {
  line-height: 1.3;
}

.line_p {
  line-height: 1.8;
}

.line_ex {
  line-height: 2;
}

.line_max {
  line-height: 3;
}


/*---------------------------------------------------------------*\
$colors 
\*---------------------------------------------------------------*/

.primary_white {
  background-color: #fff;
}

.primary_red {
  background-color: #BD292D;
}

.primary_lightRed {
  background-color: #FFEFEF;
}

.primary_navy {
  background-color: #0E4975;
}

.darker_navy {
  background-color: #0B2B4D;
}

.primary_green {
  background-color: #00B17A;
}

.light_green {
  background-color: #38A350;
}

.primary_lightGreen {
  background-color: #EAF7EB;
}

.linear_green {
  background: var(--oange, linear-gradient(90deg, #45B143 0%, #0AAB7D 100%));
}

.primary_blue {
  background-color: #015FD4;
}

.primary_lightBlue {
  background-color: #EDF1F8;
}

.primary_gold {
  background-color: #CB9F55;
}

.primary_gray {
  background-color: #6C6C6C;
}


/*---------------------------------------------------------------*\
$font colors 
\*---------------------------------------------------------------*/

.font_white {
  color: #fff;
}

.font_green {
  color: #38A350;
}

.font_red {
  color: #C95858;
}

.font_gray {
  color: #9D9D9D;
}

.font_navy {
  color: #0B2B4D;
}

.font_blue {
  color: #015FD4;
}

.font_lightBlue {
  color: #52CCFF;
}

.font_gold {
  color: #CB9F55;
}


/*---------------------------------------------------------------*\
$shadow 
\*---------------------------------------------------------------*/

.shadow {
  box-shadow: 0px 20px 30px 0px rgba(19, 100, 127, 0.2);
}

.shadow_s {
  box-shadow: 0px 10px 32px rgba(19, 100, 127, 0.08);
}


/*---------------------------------------------------------------*\
$overflow 
\*---------------------------------------------------------------*/

.hidden {
  overflow: hidden;
}

/*---------------------------------------------------------------*\
$radius 
\*---------------------------------------------------------------*/

.radius_button {
  border-radius: 2px;
}


/*---------------------------------------------------------------*\
$form 
\*---------------------------------------------------------------*/

/* form */
input::placeholder,
textarea::placeholder {
  color: #aaa;
}

/* form - IE */
input:-ms-input-placeholder,
input:-ms-textarea-placeholder {
  color: #aaa;
}

/* form - Edge */
input::-ms-input-placeholder,
input:-ms-textarea-placeholder {
  color: #aaa;
}


/* input */
input[type="search"],
input[type="button"],
input[type="submit"],
input[type="reset"] select,
textarea,
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input, select, textarea, button {
  font-family: inherit;
  font-weight: inherit;
  outline: none;
  border: none;
  height: 84px;
  border-radius: 80px;
  background-color: #FFF;
}


input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="file"],
input[type="image"],
input[type="number"],
input[type="range"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="time"],
select,
textarea {
  display: block;
}

input[type="color"],
input[type="file"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  cursor: pointer;
}

input[type="color"],
input[type="file"],
input[type="image"] {
  border: none;
  background-color: transparent;
}

select {
  text-indent: 0.01px;
  text-overflow: '';
  /* background-image: url(./under_arrow.svg); */
  background-position: 100% center;
  background-repeat: no-repeat;
  padding: 0 20px 0 10px;
}

select::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
  display: block;
  resize: vertical;
}